/* Performance + responsive polish — non-hero rules
   (hero/CLS locks live in cls-lock.css) */

img {
    max-width: 100%;
    height: auto;
}

.slider-lcp {
    background-color: #1a1a1a;
}

/* Floating contact buttons */
.at-button-wrap,
.at-button-wrap1,
.at-button-wrap2 {
    right: 14px;
}

.at-button-wrap1 { bottom: 160px; }
.at-button-wrap2 { bottom: 250px; }

/* Maps lazy placeholder */
.maps-lazy-wrap {
    position: relative;
    min-height: 280px;
    background: #2b2b2b;
    border-radius: 5px;
    overflow: hidden;
}

.maps-lazy-wrap iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
}

.maps-lazy-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

.maps-lazy-btn:hover {
    background: #444;
}

/* Tablet */
@media (max-width: 991px) {
    .header-top-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-content .container,
    .home-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-text p {
        margin-right: 0;
    }

    .copyright p {
        text-align: center;
        line-height: 1.6;
    }

    .footer-bottom-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .footer-icon {
        float: none;
        margin-right: 0;
    }
}

/* Mobile phones */
@media (max-width: 767px) {
    .home-our-impact {
        flex-wrap: wrap;
    }

    .home-our-impact .flex-item-25 {
        width: 50%;
        max-width: 50%;
    }

    .at-button-wrap {
        right: 10px;
        bottom: 90px;
    }

    .at-button-wrap1 {
        right: 10px;
        bottom: 150px;
    }

    .at-button-wrap2 {
        right: 10px;
        bottom: 210px;
    }

    a.at-button {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    .at-button-wrap,
    .at-button-wrap1,
    .at-button-wrap2 {
        width: 48px;
        height: 48px;
    }

    .at-button-wrap2 .fab.fa-whatsapp {
        font-size: 28px !important;
    }

    .maps-lazy-wrap,
    .maps-lazy-wrap iframe {
        min-height: 220px;
    }

    .testimonial-img {
        margin-left: 0 !important;
        float: none;
        display: inline-block;
    }

    .testimonial-information {
        text-align: center;
    }

    .testimonial-name {
        padding-left: 0;
        display: block;
        margin-top: 10px;
    }
}

/* Prevent horizontal scroll */
html,
body {
    overflow-x: hidden;
}
