@media(max-width:991px) {
    .appoint-contacts {
        grid-template-columns: repeat(1, 1fr);
    }

    .ba-img {
        position: relative;
        aspect-ratio: 8 / 5;
    }

}

@media(max-width:768px) {
    .topbar {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .hero h1 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        line-height: 38px;
    }

    .tdc-container .hero-copy {
        text-align: center;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-chips {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .sec-head h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .hero-pill {
        right: -5px;
        top: 5px;
    }

    .eyebrow {
        margin-bottom: 5px;
    }

    .about-media .am-main img {
        height: 300px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        flex-direction: column-reverse;
        display: flex;
    }

    .why-card {
        padding: 20px;
    }

    .cer-media img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .reviews.sec-pad .reveal.in {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .float-wa {
        display: none;
    }

    .hero-badge {
        margin-bottom: 10px;
    }

    .cer-grid {
        gap: 25px;
        display: flex;
        flex-direction: column-reverse;
    }


    .hero-visual .v-main img {
        height: 250px;
    }

    .hero-rate small {
        display: none;
    }

    .sec-head h2 br {
        display: none;
    }

    .brand img {
        height: 100%;
        width: 130px;
    }

    .hero .tdc-container {
        padding: 40px 15px;
    }
}