/* ================= Mobile & iPhone Responsive Design ================= */
@media only screen and (max-width: 767px) {
    .float-cta {
        width: 50px;
        height: 50px;
        display: block !important;
        position: fixed;
        z-index: 999;
        right: 20px;
        bottom: 20px;
        background: #66d367;
        border-radius: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        color: #ffffff;
    }

    section {
        padding: 50px 0 !important;
    }

    .offset-2 {
        margin-left: 0;
    }

    .top-nav-cta {
        display: none !important;
    }

    .site-logo {
        height: 34px;
    }

    .hero-banner-title {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }

    .hero-banner-discription {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 0 20px;
        text-align: center;
    }

    .hero-banner {
        padding: 50px 0;
        background-size: cover;
        background-position: top, center;
    }

    .hero-banner-cta a {
        padding: 14px 15px 15px;
        font-size: 14px;
        width: 280px;
        justify-content: center;
        border-radius: 7px;
        color: var(--white);
        transition: all 0.5s;
    }

    .hero-banner-cta a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .hero-banner-cta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .coe-card-content {
        padding: 40px 20px 20px;
        position: relative;
    }

    .coe-card-content p {
        padding: 10px 0 15px;
        border-bottom: solid 1px #ffffff6e;
        margin-bottom: 10px;
    }

    .doctor-swiper {
        padding-bottom: 30px;
    }

    .doctor-swiper-nav {
        display: none !important;
    }

    .patient-swiper-nav {
        display: none !important;
    }

    .patient-swiper-nav {
        display: none !important;
    }

    .patient-swiper {
        padding-bottom: 30px;
    }

    .partnership-scrollbar {
        margin-top: 30px !important;
    }

    .patient-video-thumb {
        margin-bottom: 10px;
    }

    .patient-title {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 5px;
    }

    .swiper-scrollbar {
        height: 8px !important;
    }

    .partnership-scrollbar {
        height: 8px !important;
    }

    .healing-video-wrapper {
        height: 300px;
        width: 100%;
        margin: 0 auto 12px;
    }

    .request-btn-large {
        padding: 15px 50px 16px;
        font-size: 14px;
    }

    .support-card {
        padding: 10px;
        gap: 12px;
    }

    .support-icon {
        width: 50px;
        font-size: 25px;
        padding: 10px;
    }

    .support-banner {
        padding: 20px;
    }

    .support-banner-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 13px;
        line-height: 26px;
        text-align: right;
    }
    .contact-card p {
    text-align: center;
}
    .stat-item p {
    text-align: center;
}

    .sub-discription {
        font-size: 16px;
        line-height: 24px;
    }

    .stats-banner {
        padding: 30px 0px;
    }

    .btn-whatsapp-chat {
        padding: 15px 30px;
        gap: 10px;
        font-size: 14px;
    }

    .trust-indicators {
        font-size: 14px;
        margin: 30px 0 30px;
        padding: 20px 0 0 0;
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
    }

    .contact-card h3 {
        font-size: 17px;
        line-height: 28px;
        padding: 10px 0 8px;
    }

    .contact-card h4 {
        font-size: 15px;
    }

    .final-note {
        font-size: 16px;
        color: var(--light-grey);
        line-height: 23px;
        margin: 0 auto;
        max-width: 800px;
        margin-bottom: 10px;
    }

    .partnership-swiper-nav {
        display: none !important;
    }

    .healing-step-item {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: solid 1px #ccc;
        padding: 14px 12px;
        margin-bottom: 17px;
        border-radius: 12px;
    }

    .healing-journey .col-6 {
        display: flex;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .step-title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 22px;
    }

    .doctor-card {
        height: auto;
    }
    .doctor-info{
        height: 220px;
    }

    .doctor-image {
        height: 100%;
    }

    .doctor-image img {
        height: 100%;
        object-fit: cover;
    }

    .play-btn {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
    
    .doctor-card::after{
        display:none;
    }

}


/* ================= Tablet Responsive Design ================= */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    section{padding: 70px 0;}
    .top-nav-cta{display: none !important;}
    .hero-banner{padding: 100px 0;}

    .stat-item p {
    text-align: center;
}
.patient-support {
    padding: 70px 0;
}
.offset-2 {
    margin-left: 0;
}
}

/* Tablet — Landscape orientation tweaks */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
 .cta-btn {
    padding: 8px 18px;
    font-size: 13px;
    line-height: 20px;
}
.footer-contact-list li {
    font-size: 12px;
    line-height: 18px;
}
.footer-contact-list li i {
    margin-left: 6px;
    margin-top: 7px;
    min-width: 17px;
    font-size: 14px;
}
.footer-links a {
    font-size: 12px;
    line-height: 28px;
}
.footer-desc {
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
}
}

/* Fallback: broader landscape (min-width only) to catch tablet landscape on larger viewports */
/* @media only screen and (min-width: 768px) and (orientation: landscape) {
 .cta-btn {
     padding: 10px 20px !important;
     font-size: 14px !important;
     line-height: 22px !important;
 }
} */


