/* ================= Theme Css ================= */
body {
    font-family: var(--inter);
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth
}

:root {
    --primary-color: #C23C8E;
    --secondary-color: #4F3186;
    --success-color: #198754;
    --inter: "Inter", sans-serif;
    --black: #2F2F2F;
    --white: #ffffff;
    --light-grey: #666666;
}

section {
    padding: 100px 0;
}

.light-grey {
    color: var(--light-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    color: #666666;
}

a {
    text-decoration: none;
    outline: 0;
}

.mb-50 {
    margin-bottom: 50px;
}

/* ================= Header Css ================= */
header {
    background-color: var(--secondary-color);
    padding: 13px 0;
}

.site-logo {
    height: 44px;
}

.cta-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.cta-btn i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    transition: all 0.5s;
}

.top-nav-cta a:not(:last-child) {
    margin-right: 10px;
}

.toggle-cta {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-left: 30px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-cta img {
    width: 100%;
    height: 100%;
}

.cta-btn:hover {
    background-color: var(--white);
    color: var(--black);
}

.cta-btn:hover i {
    color: var(--black);
}

.offcanvas-title img {
    height: 40px;
}

.offcanvas-header {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accord-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accord-nav-list li:not(:last-child) a {
    border-bottom: solid 1px #cccccc5c;
}

.accord-nav-list li a {
    padding: 14px 0;
    display: inline-block;
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.accord-nav-list li a:hover {
    color: var(--primary-color);
}

/* ================= Hero Banner Css ================= */
.hero-banner {
    padding: 156px 0;
    background-size: cover;
    background-repeat: top, center;
    overflow: hidden;
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: #000;
}

.hero-video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.hero-banner-title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    color: var(--white);
}

.hero-banner-discription {
    color: var(--white);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 15px 0 30px;
}

.hero-banner-cta a {
    border: solid 2px var(--white);
    padding: 17px 20px 16px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--white);
    transition: all 0.5s;
}

.hero-banner-cta a:not(:last-child) {
    margin-right: 10px;
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.hero-banner-cta a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-banner-cta i {
    font-size: 20px;
    margin-right: 10px;
}

/* ================= Centres-of-Excellence ================= */
.section-title {
    font-size: 42px;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 20px;
}

.coe-card {
    background-color: var(--secondary-color);
    border-radius: 15px;
}

.coe-card-image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.coe-card-content {
    padding: 48px 30px 30px;
    position: relative;
}

.coe-card-content span {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 10px;
    position: absolute;
    top: -32px;
}

.coe-card-content span img {
    height: 30px;
}

.coe-card-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
}

.coe-card-content p {
    padding: 10px 0 30px;
    border-bottom: solid 1px #ffffff6e;
    margin-bottom: 20px;
}

.coe-card-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.coe-card-link i {
    margin: 1px 0 0 10px;
    font-weight: 600;
}

.coe-card-image img {
    transition: all 0.5s;
}

.coe-card:hover .coe-card-image img {
    scale: 1.1;
}

/* ================= Meet Our Doctors ================= */
.meet-doctors {
    background: linear-gradient(217deg, #4F3186 19.11%, #C23C8E 100%);
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
}

.doctor-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
}

/* Sliding Background Overlay */
.doctor-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    height: 0;
    background: #4F3186E5;
    transition: height 0.4s ease;
    z-index: 1;
}

.doctor-card:hover::after {
    height: 100%;
}

.doctor-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.doctor-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.doctor-card:hover .doctor-image img {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    z-index: 2;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--white);
    color: var(--primary-color);
}

.doctor-info {
    background: #4F3186E5;
    padding: 20px;
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 2;
}

.doctor-name {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.doctor-specialty {
    color: #FF6DC6;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0 10px;
}


.doctor-designation {
    color: var(--white);
}

/* Swiper Navigation */
.doctor-swiper-nav .swiper-button-prev,
.doctor-swiper-nav .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    margin: 0;
}

.doctor-swiper-nav .swiper-button-prev:after,
.doctor-swiper-nav .swiper-button-next:after {
    font-size: 18px;
    font-weight: bold;
}

.doctor-swiper-nav .swiper-button-prev:after {
    position: relative;
    left: -2px;
}

.doctor-swiper-nav .swiper-button-next:after {
    position: relative;
    left: 2px;
}

.doctor-swiper-nav .swiper-button-prev:hover,
.doctor-swiper-nav .swiper-button-next:hover {
    background-color: var(--primary-color);
}

/* Swiper Scrollbar */
.swiper-scrollbar {
    background: rgb(0 0 0 / 13%) !important;
    height: 12px !important;
    bottom: 0px !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 10px;
}

.swiper-scrollbar-drag {
    background: var(--white) !important;
    border-radius: 10px;
}

.doctor-swiper {
    padding-bottom: 50px;
}

/* ================= Patient Stories ================= */
.patient-stories {
    padding: 100px 0;
    background-color: var(--white);
}

.patient-card {
    border-radius: 15px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.patient-video-thumb {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.patient-video-thumb img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.patient-card:hover .patient-video-thumb img {
    transform: scale(1.05);
}

.play-btn-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #C23C8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.patient-card:hover .play-btn-small {
    transform: translate(-50%, -50%) scale(1.1);
}

.patient-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    margin: 0;
}

/* Custom Navigation Buttons */
.patient-swiper-nav .swiper-button-prev,
.patient-swiper-nav .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease;
    margin: 0;
}

.patient-swiper-nav .swiper-button-prev:after,
.patient-swiper-nav .swiper-button-next:after {
    font-size: 18px;
    font-weight: bold;
}

.patient-swiper-nav .swiper-button-prev:hover,
.patient-swiper-nav .swiper-button-next:hover {
    background-color: #C23C8E;
}

.patient-swiper {
    padding-bottom: 50px;
}

.patient-scrollbar.swiper-scrollbar {
    background: #f0f0f0 !important;
}

.patient-scrollbar .swiper-scrollbar-drag {
    background: #4F3186 !important;
}

/* ================= Healing Journey ================= */
.healing-journey {
    padding: 100px 0;
    text-align: center;
    background-color: #fcfcfc;
}

.healing-journey .section-title {
    margin-bottom: 10px;
}



.healing-steps-container {
    position: relative;
}

/* Connecting Line */
.healing-steps {
    position: relative;
}

.healing-steps::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--secondary-color);
    z-index: 0;
    display: none;
    /* Hidden by default, shown on large screens */
}

@media (min-width: 992px) {
    .healing-steps::before {
        display: block;
        left: 50%;
        right: auto;
        width: 80%;
        transform: translateX(-50%);
    }
}

.healing-step-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    margin-bottom: 20px;
    z-index: 2;

}

.step-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 26px;
}

.step-desc {
    color: #666666;
}

.healing-video-wrapper {
    max-width: 900px;
    height: 500px;
    background-color: #e0e0e0;
    margin: 0 auto 50px;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.healing-play-btn {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.healing-play-btn:hover {
    transform: scale(1.1);
}

.request-btn-large {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 20px 70px 21px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.request-btn-large:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

/* ================= Patient Support ================= */
.patient-support {
    padding: 100px 0;
    position: relative;
}

.patient-support:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292.4deg, #4F3186 29.11%, #C23C8E 100%);
    opacity: 90%;
}

.support-card {
    border: 1px solid var(--white);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.support-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.support-icon {
    width: 60px;
    height: 100%;
    background-color: #4F3186;
    border-radius: 8px;
    display: flex;
    align-items: self-start;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    flex-shrink: 0;
    padding: 13px;
}

.support-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.support-desc {
    color: var(--white);
    margin: 5px 0 0 0;
}

.support-banner {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 50px;
    border: 1px solid var(--white);

}

.support-banner-title {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.support-banner-desc {
    color: var(--white);
    max-width: 700px;
    margin: 0 auto;
}

/* ================= Ready to Begin ================= */
.ready-to-begin {
    padding: 80px 0;
    background-color: var(--white);
}

.stats-banner {
    background: linear-gradient(90deg, #9C4F96 0%, #4F3186 100%);
    border-radius: 10px;
    padding: 50px 0px;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sub-discription {
    font-size: 20px;
    line-height: 28px;
}

.stat-item h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-item p {
    color: var(--white);
    opacity: 0.9;
}

.btn-request-plan {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
    min-width: 300px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-request-plan:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-whatsapp-chat {
    background-color: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 18px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
    min-width: 300px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.btn-whatsapp-chat i {
    font-size: 18px;
    color: var(--primary-color);
    transition: 0.3s;
}

.btn-whatsapp-chat:hover i {
    color: var(--white);
}

.btn-whatsapp-chat:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.trust-indicators {
    color: var(--light-grey);
    font-size: 14px;
    border-top: solid 1px #E5E5E5;
    margin: 50px 0 40px;
    padding: 40px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.trust-indicators span {
    display: inline-block;
    margin: 0 !important;
}

.trust-indicators span i {
    font-size: 14px;
    padding: 0 2px;
}

.contact-card {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
    background-color: var(--white);
}

.contact-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 28px;
    padding: 13px 0 12px;
}

.contact-card p {
    color: var(--light-grey);
}

.final-note {
    font-size: 18px;
    color: var(--light-grey);
    line-height: 26px;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 20px;
}

.final-highlight {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.mb-100 {
    margin-bottom: 100px;
}

.treatment-form label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.treatment-form .form-control,
.treatment-form .form-select {
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 400;
}

.treatment-form .form-control:focus,
.treatment-form .form-select:focus {
    box-shadow: none;
    outline: solid 1px var(--secondary-color);
}

.treatment-form .form-control::placeholder,
.treatment-form .form-select::placeholder {
    color: #666666;
}

.treatment-form .modal-body {
    padding: 20px 30px;
}

.modal-header {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 0;
}

.submit-cta {
    background-color: var(--secondary-color);
    padding: 17px 80px 16px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--white);
    transition: all 0.5s;
    margin: 0 auto;
    border: 0;
}

.treatment-form .modal-dialog {
    max-width: 650px;
}


/* ================= International Partnerships ================= */
.international-partnerships {
    padding: 80px 0;
    background: linear-gradient(90deg, #9C4F96 0%, #4F3186 100%);
    position: relative;
    overflow: hidden;
}

.partnership-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #fff;
}

.partnership-card:hover {
    transform: translateY(-5px);
}

.partnership-card img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    /* Square ratio as seen in example */
    object-fit: contain;
    border-radius: 8px;
}


/* Navigation Buttons */
.partnership-swiper-nav .swiper-button-prev,
.partnership-swiper-nav .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.partnership-swiper-nav .swiper-button-prev::after,
.partnership-swiper-nav .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.partnership-swiper-nav .swiper-button-prev:hover,
.partnership-swiper-nav .swiper-button-next:hover {
    background-color: #D34C9E;
    color: var(--white);
}

.partnership-scrollbar {
    background: rgba(255, 255, 255, 0.2) !important;
    height: 12px !important;
    margin-top: 50px !important;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 10px;
}

/* ================= Footer ================= */
.footer-bottom {

    padding: 30px 0;
}

.footer-area {
    background-color: var(--secondary-color);
    color: var(--white);
    font-family: 'Inter', sans-serif;
    padding: 50px 0 0 0;
}

.footer-logo img {
    max-width: 194px;
}

.footer-desc {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 28px;
    padding-bottom: 15px;
}

.footer-links,
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}



.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 30px;
    font-weight: 400;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
    /* Subtle hover effect */
}

.see-all {
    text-decoration: underline !important;
    font-weight: 600;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.footer-contact-list li i {
    margin-right: 10px;
    margin-top: 7px;
    min-width: 20px;
    font-size: 16px;
    font-weight: 600;
}

.footer-social {
    margin-top: 28px !important;
}

.footer-social .social-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-social .social-icon:hover {
    background-color: var(--white);
    color: #D34C9E;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 1);
    margin: 50px 0 0;
}


.footer-bottom-links li {
    display: inline-block;
}

.footer-bottom-links a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
}

.footer-bottom-links a:hover {
    color: var(--white);
}

.copyright-text {
    font-size: 12px;
    color: var(--white);
}


.list-group-item strong {
    color: var(--black);
}

.list-group-item {
    font-size: 16px;
    line-height: 24px;
    color: var(--light-grey);
    font-weight: 400;
}

.list-group-item {
    padding: 0 0 14px;
    border: 0;
}

.main-heading {
    color: #2F2F2F;
    font-size: 22px;
    font-weight: 600;
    border-bottom: solid 1px #2F2F2F;
    display: inline-block;
    padding: 0 0 6px;
    margin-bottom: 20px;
}

.overview {
    font-size: 16px;
    line-height: 24px;
    color: var(--light-grey);
    font-weight: 400;
}

.pdf-open {
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    border-top: solid 1px #ffffff5c;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
}

.pdf-open i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}