@media (max-width: 1024px) {
    .quote-wrapper {
        flex-direction: column;
    }
    .quote-image-side {
        min-height: 500px;
        order: -1;
    }
    .quote-form-side {
        padding: 50px 30px;
    }
    .overlay-content h3 {
        font-size: 36px;
    }
    .contact-wrapper-main {
        flex-direction: column;
    }
    .offerte-wrapper-main {
        flex-direction: column;
    }
    .offerte-info-side {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid var(--border);
    }
    body {
        padding-top: 75px;
    }
    .logo {
        font-size: 26px;
    }
    .slider-content h1 {
        font-size: 48px;
    }
    .slider-content {
        padding: 40px 0;
        text-align: center;
        margin: 0 auto;
    }
    .slider-actions {
        justify-content: center;
    }
    .about-inner {
        flex-direction: column;
        gap: 50px;
    }
    .about-images {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .img-1, .img-2 {
        position: static;
        width: 100%;
        height: 350px;
        border: none;
    }
    .clean-badge {
        display: none;
    }
    .modern-tabs {
        flex-direction: column;
    }
    .nav, .header-contact, .topbar {
        display: none;
    }
    .mobile-menu-btn {
        display: flex;
    }
    .about-ext-inner {
        flex-direction: column;
    }
    .about-ext-image {
        width: 100%;
        height: 450px;
        margin-top: 30px;
    }
    .ext-img-main {
        width: 100%;
    }
    .ext-img-float {
        width: 60%;
        height: 250px;
        bottom: -20px;
    }
    .experience-badge {
        right: 10px;
        top: 20px;
        width: 110px;
        height: 110px;
        padding: 15px;
    }
    .experience-badge h3 {
        font-size: 24px;
    }
    .cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 40px 20px;
    }
    .cta-content h2 {
        font-size: 30px;
    }
    .process-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .process-step {
        max-width: 45%;
    }
    .process-arrow {
        display: none;
    }
    .service-detail-wrapper {
        flex-direction: column;
    }
    .service-sidebar {
        width: 100%;
        order: 2;
    }
    .service-content {
        order: 1;
        padding: 30px 20px;
    }
    .service-main-img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100% !important;
    }
    .container {
        padding: 0 15px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }
    h1, h2, h3, h4, h5, h6, p, a, span, li, div {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        hyphens: auto !important;
    }
    h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }
    .slider-content h1 {
        font-size: 32px !important;
    }
    .page-header-banner h1 {
        font-size: 32px !important;
    }
    .about-ext-content h2 {
        font-size: 26px !important;
    }
    .cta-content h2 {
        font-size: 24px !important;
    }
    .contact-page-title h2 {
        font-size: 26px !important;
    }
    .offerte-info-side h2 {
        font-size: 26px !important;
    }
    .service-content h2 {
        font-size: 26px !important;
    }
    .section-padding {
        padding: 60px 0;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .carousel-track {
        animation: scroll-mobile 35s linear infinite;
        padding-top: 80px;
    }
    @keyframes scroll-mobile {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-320px * 7 - 30px * 7)); }
    }
    .img-card {
        width: 320px;
        padding: 110px 20px 30px;
    }
    .img-card-top {
        width: 140px;
        height: 140px;
        top: -70px;
    }
    .icon-badge {
        width: 50px;
        height: 50px;
        bottom: -10px;
    }
    .icon-badge .material-symbols-outlined {
        font-size: 24px;
    }
    .quote-form-side {
        padding: 40px 15px;
    }
    .quote-image-overlay {
        padding: 40px 15px;
    }
    .contact-highlights li {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .footer-main {
        gap: 40px;
        padding: 60px 0;
    }
    .about-content {
        flex: 1;
        width: 100%;
    }
    .slider-actions {
        justify-content: center;
        display: grid;
        gap: 15px;
    }
    .contact-highlights li span {
        color: #000000;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .about-ext-image {
        height: 350px;
    }
    .ext-img-float {
        width: 200px;
        max-width: 50%;
        height: 180px;
    }
    .process-step {
        max-width: 100%;
        width: 100%;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 100px 20px;
    }
    .info-boxes-grid {
        grid-template-columns: 1fr;
    }
    .contact-form-side {
        padding: 30px 15px;
    }
    .contact-form-side h3 {
        font-size: 24px !important;
    }
    .map-section {
        height: 300px;
        margin-top: 40px;
    }
    .offerte-form-side {
        padding: 30px 15px;
    }
    .offerte-form-side h3 {
        font-size: 24px !important;
    }
    .frequency-options {
        flex-direction: column;
        gap: 10px;
    }
    .frequency-options label {
        width: 100%;
    }
    .guarantee-box {
        flex-direction: column;
        text-align: center;
    }
    .service-features-grid {
        grid-template-columns: 1fr;
    }
    .accordion-header {
        font-size: 16px;
        padding: 15px 20px;
    }
    .oferte-text {
    padding-top: 60px;
    }
    .footer-col {
    padding: 20px;
    }
}