/**
 * Site-specific responsive overrides.
 * Loaded after custom.css — use for @media rules only.
 */

/* --- Large desktop --- */
@media (max-width: 1700px) {
    .wrap-section {
        padding-left: 480px;
    }
}

/* --- Laptop / sidebar collapse --- */
@media (max-width: 1150px) {
    .wrap-section {
        padding-left: 380px;
        padding-right: 32px;
    }

    .tf-footer.style-1 .site-footer-copyright {
        left: 380px;
    }
}

/* --- Tablet --- */
@media (max-width: 991px) {
    .wrap-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tf-footer.style-1 .site-footer-copyright {
        left: 0;
        right: 0;
        bottom: 32px;
    }

    .section-testimonial-inner {
        height: auto;
    }

    .slider-testimonial h3 {
        font-size: 24px;
    }
}

/* --- Mobile landscape --- */
@media (max-width: 767px) {
    .indicators .list-tags {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .left-sidebar .heading img {
        height: 72px;
        max-width: 120px;
    }

    .text-body-2.text {
        font-size: 17px;
    }

    .dot-before.subtitle {
        font-size: 17px;
    }
}

/* --- Mobile --- */
@media (max-width: 584px) {
    .tf-footer.style-1 .site-footer-copyright {
        bottom: 24px;
        padding: 0 16px;
        text-align: center;
    }

    .section-services .subtitle {
        margin-bottom: 20px;
    }
}

/* --- Small mobile --- */
@media (max-width: 424px) {
    .contact-toast-container {
        left: 0;
        right: 0;
        padding: 12px;
    }

    .contact-toast-container .toast {
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .wrapper-content > *:not(:last-child) {
        padding-bottom: 50px;
        margin-top: 0 !important;
    }
}