/* ================= Mobile & iPhone Responsive Design ================= */
@media only screen and (max-width: 767px) {
    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;
}
.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;
}
}