/* ===== PATIENT PORTAL - RESPONSIVE ===== */
@media(min-width:2000) {
    .bg-video-wrap {
        height: 65vh;
    }

    .kiosk-video {
        width: 100%;
        max-width: 730px;
    }
}

@media(min-width:1400px) {
    .leap-brochure-img-col-book .leap-brochure-img {
        position: absolute;
        top: -218px;
        right: 60px;
        height: auto;
    }

}

@media(min-width:1300px) {
    .features .section-paragrapgh-dark {
        font-size: 20px;
        color: #616161;
    }

    .feat-row {
        gap: 96px;
    }
}

@media(max-width:1200px) {
    .feat-row {
        margin-bottom: 0px;
        gap: 20px;

    }

    .feat-phone-box {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .feat-section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

/* Tablet (≤992px) */
@media (max-width: 992px) {

    .image-grid-section {
        padding: 0px;
    }

    .feat-row {
        padding: 12px 0px;
    }

    .feat-phone-box {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg-video-wrap {
        height: 80vh;
        min-height: 480px;
    }

    .main-hero-heading {
        font-size: 60px;
        line-height: 58px;
    }

    .main-banner-para {
        font-size: 24px;
        line-height: 36px;
    }

    .store-btn img {
        height: 42px;
    }

    .leap-brochure-section {
        padding-top: 40px;
    }

    .leap-brochure-img-col-book {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .leap-brochure-img-col-book .leap-brochure-img {
        position: relative;
        top: auto;
    }

    .leap-brochure-section .download-btn {
        justify-content: center;
    }

    img.leap-brochure-img {
        width: 100%;
    }

}


@media (max-width: 768px) {

    .feat-row,
    .feat-row.reverse {
        display: block;
        text-align: center;
    }

    .feat-img {
        max-width: 100%;
        margin-bottom: 28px;
    }

    .badge-float svg {
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

    .img-zoom-wrapper img {
        transform: unset;
        height: 400px;
    }

    .badge-float {
        font-size: 10px;
        padding: 6px 10px;
        gap: 5px;
    }

    .badge-float:nth-of-type(1),
    .badge-float:nth-of-type(3) {
        top: 30% !important;
        right: 1% !important;
        left: unset !important;
    }

    .badge-float:nth-of-type(2) {
        top: 46% !important;
        left: 1% !important;
        right: unset !important;
    }

    .fea-card-title {
        text-align: center;
    }

    .feat-phone-box {
        margin-bottom: 30px;
    }

    .hero-wrap {
        display: none !important;
    }

    /* Swap to mobile video */
    .banner-desktop-video {
        display: none;
    }

    .banner-mobile-container {
        display: block !important;
    }

    .bg-overlay {
        background: linear-gradient(to bottom,
            rgba(10, 0, 30, 0.85) 0%,
            rgba(50, 0, 80, 0.60) 40%,
            rgba(0, 0, 0, 0.10) 100%);
    }

    .main-hero-heading {
        font-size: 40px;
        line-height: 44px;
    }

    .features {
        padding: 50px 0px 20px;
    }

    .image-grid-section {
        padding: 0 0 40px;
        margin-bottom: 30px;
    }

    .main-banner-para {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
        color: #000 !important;
    }

    .banner-store-btns {
        gap: 12px !important;
    }

    .store-btn img {
        height: 38px;
    }

    .navbar-light .navbar-toggler {
        background-color: transparent !important;

    }

    .bg-video-wrap {
        height: auto;
        min-height: initial;
        margin-bottom: 20px;
    }

    .bg-video-wrap .row {
        align-items: normal !important;
        height: auto !important;
    }

    .bg-video {
        left: 0;
        padding: 0;
    }

    .bg-video-wrap .bg-video {
        padding: 0;
    }

    .google-btn {
        margin-top: 20px;
    }

    .fea-card {
        align-items: center;
    }

    .section-paragrapgh-dark,
    .main-para-text-dark-gray,
    .main-para-text-light {
        text-align: center !important;
    }

    .smart-section {
        padding: 45px 0px;
    }

    .section-subtitle-dark {
        font-size: 28px;
        line-height: 32px;
    }

    .feat-row {
        padding: 1px 0;
        margin-bottom: 20px;
        border: none;
    }

    .badge-float {
        /*padding: 7px 12px;
            border-radius: 52.174px;
            background: rgba(13, 173, 154, 0.20);
            border: 1px solid rgba(13, 173, 154, 0.20);
            color: #fff;
            font-size: 12px;*/
    }

    .google-btn {
        gap: 0;
    }

    .app-store img {
        width: 85%;
    }

    .google-play img {
        width: 85%;
    }
}

@media(max-width:600px) {
    .section-subtitle-dark {
        font-size: 24px;
        line-height: 28px;
    }

    .feat-phone-box {
        /*width: 425px;
        overflow: visible;*/
    }

    .img-zoom-wrapper {
        overflow: hidden;
    }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
    .google-btn {
        margin: 20px 0px;
    }

    .main-hero-heading {
        font-size: 36px;
        line-height: 40px;
    }

    .main-banner-para {
        font-size: 18px;
        line-height: 28px;
    }

    .store-btn img {
        height: 34px;
    }

    .features {
        padding: 0px 0px 20px;
    }

    .feat-row {
        padding: 1px 0;
        margin-bottom: 20px;
        border: none;
    }
}

@media (max-width: 568px) {

    .feat-phone-box {
        width: initial;
        height: 395px;
        overflow: visible;
    }



    /* Optional: reduce size */
    .badge-float {
        font-size: 12px;
        padding: 6px 10px;
    }
}