html{
    margin: 0;
    scroll-behavior: smooth;

}

body{
    margin: 0;
		overflow-x: hidden !important;

}

*{
    margin: 0;


}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100%;
        max-width: 100%;
    }
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.contact-buttons a {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #000;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    .contact-buttons {
        display: block;
        text-align: center;
    }

    .contact-buttons a {
        display: block;
        width: 80%;
        margin: 0 auto 15px;
    }

    .contact-buttons a:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .service-row {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
    }

    .service-content {
        width: 100% !important;
        text-align: center !important;
        padding: 2rem !important;
        box-sizing: border-box !important;
    }

    .service-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 20px auto 0 auto !important;
    }
}
