body {
    margin: 0 auto;
    background-color: var(--surface-offwhite);
    font-family: var(--primary-font);
}
:root{
    /* Colors */
    --primary-color: rgba(199, 29, 107, 1);
    --secondary-color: rgba(199, 29, 107, 0.3);
    --tertiary-color: rgba(248, 243, 236, 1);
    --text-gary: rgba(17, 18, 20, 1);
    --surface-offwhite: rgba(252, 250, 247, 1);
    --text-whitegray: rgba(245, 246, 246, 1);
    --coralred: rgba(209, 91, 103, 1);
    --gary800: rgba(66, 68, 72, 1);
    --white: rgba(255, 255, 255, 1);
    --badgeColor: rgba(243, 239, 231, 1);
    /* Fonts */
    --primary-font: "Montserrat", sans-serif;
    --specialfont: "Prata", serif;
}
.primary-button {
    background: linear-gradient(238deg,rgba(154, 26, 84, 1) 0%, rgba(216, 42, 127, 1) 100%);
    display: inline-flex;
    align-items: center;
    padding: 9px 24px;
    border-radius: 40px;
    color: var(--white)!important;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
    text-decoration: none;
    box-shadow: 0 10px 22px -1.25px rgba(91, 38, 85, 0.45);
}
.whatsapp-button {
    background: #25d366;
    display: inline-flex;
    align-items: center;
    padding: 9px 20px;
    border-radius: 40px;
    color: var(--white)!important;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 10px 22px -1.25px rgba(18, 140, 126, 0.28);
}
.secondary-button {
    background: linear-gradient(238deg,rgba(222, 215, 202, 1) 0%, rgba(237, 233, 225, 1) 100%);
    display: inline-flex;
    align-items: center;
    padding: 9px 24px;
    border-radius: 40px;
    color: var(--text-gary)!important;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    outline: 2px solid rgba(237, 233, 225, 1);
    outline-offset: 3px;
    text-decoration: none;
    box-shadow: 0 10px 22px -1.25px rgba(222, 215, 202, 0.5);
}
.tertiary-button {
    background: transparent;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 40px;
    color: rgba(129, 26, 71, 1)!important;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 10px 22px -1.25px rgba(222, 215, 202, 0.5);
    border: 1px solid rgba(113, 52, 106, 1);
}
.cl {clear: both;}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* thumb (scroll handle) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(238deg, rgba(154, 26, 84, 1), rgba(216, 42, 127, 1));
  border-radius: 10px;
}

/* hover effect */
::-webkit-scrollbar-thumb:hover {
  background: rgba(154, 26, 84, 1);
}
img.leaf__image {
    position: absolute;
    top: 0;
    width: 150px;
}
img.leaf__image.rightLeaf {
    right: 5px;
    transform: rotate(-90deg);
}
img.leaf__image.withFlip {
    right: 5px;
    transform: rotate(180deg);
}
/* Header Section */
section.headerSection {
    background-color: var(--surface-offwhite);
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid rgba(222, 215, 202, 1);
}
.headerSection .navbar a {
    color: var(--gary800);
    font-family: var(--primary-font);
    font-size: 16px;
}
.headerSection .navbar a.active {
    color: var(--primary-color);
    font-weight: 500;
    transition: var(--primary-color) 0.3s ease;
}
.headerSection .navbar a:hover {
    color: var(--primary-color);
}
.headerSection .navbar .whatsapp-button:hover {
    color: var(--white)!important;
}
.headerSection .navbar .navbar-nav {
    display: flex;
    gap: 32px;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
/* Header Section end */

/* Hero Home banner */
section.homeHeroSection {
    position: relative;
    width: 100%;
    float: left;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.herovideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.herohomeOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.herohome-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 650px;   /* desktop limit */
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -50px;
}
.herohome-content h1 {
    font-family: var(--specialfont);
    font-weight: 400;
    color: var(--surface-offwhite);
    font-size: clamp(24px 8vw, 56px);
    line-height: 120%;
}
.herohome-content h2 {
    font-family: var(--primary-font);
    color: var(--surface-offwhite);
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
/* Hero Home banner End*/

/* Why Choose us */
section.contetnSections {
    position: relative;
    width: 100%;
    float: left;
    padding-block: clamp(64px, 4vw, 86px);
    padding-inline: 16px;
}
.sectionTitle {
    text-align: center;
}
.sectionTitle.leftAligned {
    text-align: left;
}
.badgeTag {
    display: inline-flex;
    align-items: center;
    background-color: var(--badgeColor);
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.dotContainer {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: var(--secondary-color);
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dot-inner {
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50px;
    position: relative;
}
span.badgeName {
    font-family: var(--primary-color);
    font-weight: 500;
    color: var(--text-gary);
    font-size: clamp(14px, 3vw, 16px);
    line-height: 140%;
}
/* The Floating Wave Animation */
.dot-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
    animation: wave-pulse 2s infinite ease-out;
}

@keyframes wave-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.sectionTitle h3 {
    font-size: clamp(28px, 3vw, 36px);
    line-height: clamp(40px, 4vw, 46px);
    font-family: var(--specialfont);
    color: var(--text-gary);
    margin-bottom: 20px;
}
.sectionTitle h4 {
    font-size: clamp(14px, 2vw, 20px);
    color: var(--gary800);
    font-family: var(--primary-font);
    line-height: 140%;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.pointbox_wrap {
    max-height: 463px;
    height: 100%;
}
.pointbox {
    background-color: var(--tertiary-color);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}
.pointbox span svg {
    color: var(--primary-color);
}
.pointbox h5 {
    font-size: clamp(20px, 3vw, 24px);
    font-family: var(--specialfont);
    color: var(--text-gary);
}
.pointbox p {
    font-size: 16px;
    color: var(--gary800);
    line-height: 130%;
    font-family: var(--primary-font);
}
.pointbox_wrapimg {
    max-height: 463px;
    height: 100%;
    border-radius: 24px;
    border-radius: 24px; 
}

.pointbox_wrapimg img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
/* Why Choose us End */

/* Our Facilities Section */
.galleryScroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 50px;
}
.galleryScroll::-webkit-scrollbar {
    display: none;
}

.galleryTrack {
    flex-wrap: nowrap !important;
}

.galleryCol {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* Column 1 & 3 — short top, tall bottom */
.galleryCol .galleryItem:first-child {
    height: 200px;
}
.galleryCol .galleryItem:last-child {
    height: 320px;
}

/* Column 2 & 4 — tall top, short bottom */
.galleryCol--offset .galleryItem:first-child {
    height: 320px;
}
.galleryCol--offset .galleryItem:last-child {
    height: 200px;
}

.galleryItem {
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.galleryItem:hover img {
    transform: scale(1.04);
}

/* Desktop: restore normal scroll behaviour */
@media (min-width: 992px) {
    .galleryScroll {
        overflow-x: visible;
    }
    .galleryItem {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .galleryItem {
        height: 180px;
    }
    .galleryCol--offset {
        margin-top: 28px;
    }
}
/* Our Facilities Section End */

/* Home News and Updates */
.news-slider-wrapper {
    padding-left: clamp(12px, calc((100% - 960px) / 2 + 12px), 200px);
    overflow: hidden;
}
.news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.news-card {
    background: transparent;
    border-radius: 16px;
}
.swiper-slide {
    padding-right: 20px;
    border-right: 1px dotted rgba(229, 231, 235, 1);
}
.updateCardimg {
    width: 100%;
}
.updateCardimg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    display: block;     
    margin-bottom: 16px;
}
.news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: var(--primary-font);
    color: rgba(74, 85, 101, 1);
}
.news-card h6 {
    font-family: var(--specialfont);
    color: var(--text-gary);
    font-size: clamp(20px, 3vw, 24px);
    letter-spacing: -0.47px;
    margin-top: 24px;
    line-height: 30px;
}
.news-card p {
    font-size: clamp(16px 2vw, 20px);
    color: rgba(74, 85, 101, 1);
    font-family: var(--primary-font);
    margin-top: 24px;
}
.line-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}
.line-container::before,
.line-container::after {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 1px dotted #dcd6cb;
}

/*Home Treatment Section */
.sectionTitle.leftAligned h4 {
    width: 100%;
    max-width: none;
}
.treatmentBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.treatment-card {
    margin-bottom: 40px;
}
.treatmentImage-col {
    height: 340px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
}
.treatmentImage-col img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: bottom;
}
.treatmentText-body {
    background-color: var(--tertiary-color);
    padding: clamp(24px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    border-radius: 24px;
    justify-content: center;
}
.treatmentText-body h5 {
    font-family: var(--specialfont);
    font-size: clamp(24px, 5vw, 32px);
    color: rgba(0, 0, 0, 1);
}
.treatmentText-body p {
    font-family: var(--primary-font);
    color: var(--gary800);
    font-size: clamp(16px, 2vw, 18px);
}
.treatmentBtnlist {
    display: flex;
    gap: 24px;
}

.treatment-card .treatmentImage-wrap {
    order: 0;
}
.treatment-card .treatment-Text {
    order: 1;
}
.treatment-card.flip .treatmentImage-wrap {
    order: 1;
}
.treatment-card.flip .treatment-Text {
    order: 0;
}

/* Home Benefits Section */
.pointbox.benifitHome span {
  background-color: rgba(199, 29, 107, 0.1);
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.pointbox.benifitHome span svg {
  width: 28px;
  height: 28px;
  color: var(--primary-color);
}
.pointbox.benifitHome h5 {
    font-size: 20px;
}

/* Home Doctor Section */
.doctorListwrapper {
    background-color: rgba(237, 233, 225, 1);
    padding: 16px;
    border-radius: 24px;
}
.doctorimage {
    width: 100%;
    height: 427px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(248, 239, 240, 1));
}
.doctornametag {
    background-color: var(--coralred);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.doctornametag h5 {
    font-family: var(--specialfont);
    color: var(--white);
    margin: 0;
    font-size: clamp(20px 3vw, 22px);
}
.doctornametag p {
    font-size: clamp(14px, 2vw, 20px);
    color: rgba(245, 246, 246, 1);
    margin: -0;
    font-family: var(--primary-font);
    font-weight: 400;
}
.doctorDetailswrap {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    align-self: stretch;  
}
.doctorNamebox h5 {
    font-size: clamp(24px, 3vw, 36px);
    font-family: var(--specialfont);
    color: var(--text-gary);
}
.doctorNamebox p {
    font-family: var(--primary-font);
    font-size: clamp(16px, 4vw, 20px);
    color: var(--gary800);
    font-weight: 400;
    line-height: 28px;
}
.doctorDescription p {
    font-family: var(--primary-font);
    font-size: clamp(16px, 4vw, 20px);
    color: var(--gary800);
    font-weight: 400;
    line-height: 28px;
}
/* Home Doctor Section End */

/* Testimonial Section */
 .testimonial-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-right: 40px;
    margin-bottom: 28px;
}
.testi-nav-btn {
    width: 44px;
    height: 40px;
    border-radius: 48px;
    border: none;
    background-color: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.testi-nav-btn.testimonial-prev {
    background-color: rgba(199, 29, 107, 0.3)
}
.testi-nav-btn.testimonial-prev:hover {
    background-color: var(--primary-color)
}
.testimonialWrapper .swiper {
    align-items: stretch;
    height: 300px;
}
.testimonialWrapper .swiper-wrapper {
    align-items: stretch;
}
/* Text-only slides — normal width */
.testimonialWrapper .swiper-slide:has(.testimonialCard__text) {
    width: 420px !important;
}

/* Split slides — wider */
.testimonialWrapper .swiper-slide:has(.testimonialCard__split) {
    width: 640px !important;
}
.testimonialCard {
    background-color: var(--surface-offwhite);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid rgba(202, 188, 167, 1);
    height: 100%;
}
/* .testimonialCard__text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px 28px 28px;
    position: relative;
} */
.testimonialRating {
    display: flex;
    gap: 3px;
    flex-shrink: 0;
}
.testimonialRating svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 193, 7, 1);
    stroke: none;
}
p.testimonialText {
    font-family: var(--primary-font);
    font-weight: 500;
    color: rgba(129, 26, 71, 1);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
.testimonialAuthor {
    display: flex;
    gap: 15px;
    align-items: center;
}
.clientPlaceholder {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.testimonialAuthor span.clientName {
    font-family: var(--specialfont);
    font-size: 18px;
    line-height: 22px;
    color: var(--text-gary);
}
.testimonialCard__split {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;            /* remove padding so media touches edges */
    gap: 0;
    overflow: hidden
}
.testimonialMedia {
    flex: 0 0 45%;         /* 45% of card width */
    width: 45%;
    position: relative;
    overflow: hidden;
    border-radius: 0;      /* card handles radius */
    flex-shrink: 0;
    min-height: 100%;
    padding: 24px;
    border-radius: 24px;
    padding-right: 0;
}
.testimonialMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.testimonialVideo::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: rgba(0,0,0,0.22); */
}
.testimonialVideobox {
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.testimonialPlaybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.testimonialPlaybtn svg { width: 20px; height: 20px; fill: #c2185b; margin-left: 3px; }
.testimonialContent {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;

}

/* FAQ Section */
.faqTitlebox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}
.askQstionwrap {
    overflow: hidden;
    border-radius: 24px;
    margin-top: 10px;
    position: relative;
    height: 300px;
}
.askQstionwrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.askQuestion {
    position: absolute;
    bottom: 20px;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(103, 80, 69, 0.9);
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.askQuestioncnt {
    width: 65%;
}
.askQuestioncnt h5 {
    font-family: var(--specialfont);
    font-size: clamp(18px, 2vw, 20px);
    color: var(--white);
}
.askQuestioncnt p {
    font-size: clamp(14px, 2vw, 18px);
    font-family: var(--primary-font);
    line-height: 28px;
    color: rgba(229, 231, 232, 1);
}
.accodianWrapper {
    padding-left: 30px;
}
.accorianBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accorianBox .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accorianBox .accordion .accordion-item {
    border: 1px solid rgba(222, 215, 202, 1);
    border-radius: 16px;
    background-color: rgba(252, 249, 242, 1);
}
.accorianBox .accordion .accordion-item .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: clamp(18px, 3vw, 20px);
    color: var(--text-gary);
}
.accorianBox .accordion .accordion-item .accordion-collapse {
    border: none;
}
.accorianBox .accordion .accordion-item .accordion-body {
    width: 90%;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 24px;
}
.FAQMore {
    margin-top: 20px;
    text-align: center;
}
.FAQMore a {
    padding: 8px 60px;
}
/* FAQ Section End */

/* Home Contact */
.contactFieldswrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: clamp(26px, 3vw, 40px);
    background-color: var(--tertiary-color);
    border-radius: 24px;
}
.contactImgbox {
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    border-radius: 24px;
    padding: 0;
}
.contactImgbox img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contactFieldswrap .formGroup {
    margin-bottom: 20px;
}
.contactFieldswrap .formGroup label {
    font-size: 16px;
    font-family: var(--primary-font);
    width: 100%;
    margin-bottom: 12px;
}
.contactFieldswrap .formGroup input {
    width: 100%;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(222, 215, 202, 1);
    font-size: 16px;
    padding: 16px 18px;
}
.contactFieldswrap .formGroup select {
    width: 100%;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(222, 215, 202, 1);
    font-size: 16px;
    padding: 16px 18px;
    
    /* Safari fix */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Better alignment in Safari */
    line-height: 1.4;
    box-sizing: border-box;
}
.contactFieldswrap .formGroup input:focus {
    border: none;
    box-shadow: none;
    outline: 1px solid rgba(222, 215, 202, 1);
}
.contactFieldswrap .formGroup textarea {
    width: 100%;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(222, 215, 202, 1);
    font-size: 16px;
    padding: 16px 18px;
}
.formGroup button {
    border: none;
    width: 100%;
    justify-content: center;
}
/* Home Contact End */

/* Book Now Section */
.bookNowwrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    object-fit: cover;
    padding: 0;
    height: 620px;
    position: relative;
}
.bookNowwrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    
}
.bookNowcontent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bookNowcontent .sectionTitle h3 {
    font-size: clamp(24px, 5vw, 50px);
    line-height: 140%;
}
img.dotsTopright {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40px;
    right: 40px;
}
img.dotsBottomleft {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
/* Book Now Section End */

/* Footer Section */
.contetnSections.footer {
    background-color: var(--tertiary-color);
    border-top: 1px solid rgba(248, 243, 236, 1);
}
.footerLogowrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerLogowrapper img {
    width: 20%;
}
.footerLogowrapper p {
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--gary800);
}
.footerLogowrapper ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.footerLogowrapper ul li a {
    text-decoration: none;
    color: #6e550f;
}
.footerCol {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footerCol h6 {
    font-weight: 600;
    color: var(--text-gary);
    font-size: 20px;
}
.footerCol ul {
    list-style: none;
    padding: 0;
}
.footerCol ul li {
    margin-bottom: 12px;
}
.footerCol ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--gary800);
}
.footerContact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerContactItem {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footerContactItem span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-gary);
}
.footerContactItem a {
    text-decoration: none;
    color: var(--gary800);
    font-size: 15px;
    font-weight: 500;
}
.footerContactItem p {
    color: var(--gary800);
    font-size: 15px;
    font-weight: 500;
}
address.footerAddress {
    color: var(--gary800);
    font-size: 15px;
    font-weight: 500;
}
.address__map {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
}
.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(202, 188, 167, 0.4);
}
.footerSince,
.footerCopy {
    font-family: var(--primary-font);
    font-size: 13px;
    color: rgba(107, 107, 107, 0.8);
}
/* Footer Section End */

/* Innar Page Banner */
.innerBanner {
    position: relative;
    padding: 30px 0;
    /* padding-bottom: 0; */

}
.innerBannerwrapper {
    width: 100%;
    position: relative;
    height: 286px;
    background-color: var(--tertiary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 32px;
}
.innerBannerwrapper img.btm_left {
    position: absolute;
    left: 7px;
    bottom: 10px;
    width: 130px;
}
.innerBannerwrapper img.fil_rightTop {
    position: absolute;
    right: 7px;
    top: 2px;
    width: 130px;
}
.innerBannerwrapper img.fil_leftTop {
    position: absolute;
    left: 7px;
    top: 2px;
    width: 130px;
    transform: rotate(-90deg);
    transform: scaleX(-1);
}
.innerBannerwrapper img.btm_right {
    position: absolute;
    right: 4px;
    width: 130px;
    transform: rotate(-90deg);
    transform: scaleX(-1);
    bottom: 13px;
}
.innerContentwrapper img.fil_rightTop {
    position: absolute;
    right: 7px;
    top: 2px;
    width: 110px;
}
.innerBannerwrapper img.topRight-fill {
    position: absolute;
    top: 7px;
    right: 0;
    width: 130px;
}
.innerBannerwrapper img.btmLeft-line {
    position: absolute;
    left: 7px;
    bottom: 10px;
    width: 130px;
}
.innerBannerwrapper img.line_leftTop {
    position: absolute;
    width: 130px;
    left: 10px;
    top: 10px;
    transform: rotate(180deg);
    transform: scaley(-1);
}
.innerBannerwrapper img.btmleft_fil {
    position: absolute;
    width: 130px;
    right: 0px;
    bottom: 7px;
    transform: rotate(90deg);
    transform: scaley(-1);
}
.innerBannerwrapper .sectionTitle h4 {
    max-width: 850px;
}
/* Innar Page Banner End */

/* Mission Vision */
.pointbox.missionVision {
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    height: 290px;
}
.pointbox.missionVision img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* Mision Vision End */

/* Modern Drug */
.innerSectioncontent {
    position: relative;
    padding: clamp(30px, 3vw, 32px);
    padding-inline: 16px    ;
    padding-bottom: 0;
}
.innerContentwrapper {
    background-color: var(--tertiary-color);
    position: relative;
    padding: 40px;
    border-radius: 32px;
}
.innerContentwrapper h6 {
    font-family: var(--specialfont);
    font-size: clamp(24px, 3vw, 36px);
    color: var(--text-gary);
    margin-bottom: 30px;
}
.innerContentwrapper p {
    font-size: clamp(16px, 3vw, 20px);
    color: var(--gary800);
}
/* Modern Drug End */

/* Treatment Details */
.treatmentImage-col.treatmentDetails {
    position: relative;
}
img.treatmentLeaf {
    position: absolute;
    right: 7px;
    top: 2px;
    width: 150px;
}
.treatmentDetailsnote {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}
.treatmentDetailsnote:last-child {
    margin-bottom: 0;
}
.treatmentDetailsnote h5 {
    font-family: var(--specialfont);
    font-size: clamp(24px, 3vw, 26px);
    color: var(--text-gary);
}
.treatmentDetailsnote p {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 24px;
}
.treatmentDetailspage .treatmentImage-col {
    width: 100%;
    height:390px;
    min-height: 100%;
    aspect-ratio: 4/3;
}
.serviceDetailswrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: var(--tertiary-color);
    padding: 24px;
    border-radius: 24px;
}
.servieDetailsbox h6 {
    font-size: 24px;
    color: var(--text-gary);
    font-weight: 600;
    margin-bottom: 15px;
}
.servieDetailsbox p {
    font-size: 16px;
    color: var(--gary800);
    letter-spacing: 0;
}
.servieDetailsbox span.detailHeading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.servieDetailsbox:last-of-type p {
    margin-bottom: 7px;
}
.serviceDetailswrapper a {
    text-align: center;
    justify-content: center;
}
/* Treatment Details End */

/* Doctors List */
.doctotTilesWraper {
    margin-bottom: 30px;
}
.doctotTilesWraper .doctorimage {
    height: 360px;
}
/* Doctors List End */

/* Doctor Details */
.doctorCardDetails {
    display: flex;
    flex-direction: column;
    padding: 8px 4px 0;
    margin-top: 10px;
}
.doctorDetailItem {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(202, 188, 167, 1);
}
.doctorDetailItem:last-child {
    border-bottom: none;
}
.doctorDetailItem span.doctorDetailLabel {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 600;
    color: var(--text-gary);
}
.doctorDetailItem span.doctorDetailValue {
    text-align: right;
    font-size: clamp(16px, 3vw, 18px);
    color: var(--text-gary);
}
.doctorDetails_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.doctorDetails_box h6 {
    font-family: var(--specialfont);
    font-size: clamp(24px, 3vw, 26px);
    color: var(--text-gary);
}
.doctorDetails_box p {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 24px;
    color: var(--text-gary);
}
.doctorDetails_box li {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 24px;
    color: var(--text-gary);
    margin-bottom: 10px;
}
.doctorDetails_box li:last-child {
    margin-bottom: 0;
}
/* Doctor Details End */

/* Contact */
.contactFieldswrap h5 {
    font-family: var(--specialfont);
    font-size: clamp(22px, 3vw, 28px);
    color: var(--text-gary);
}
.connectSupportbox {
    background-color: var(--tertiary-color);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 24px;
}
.connectSupportbox h4 {
    font-family: var(--specialfont);
    font-size: clamp(22px, 3vw, 28px);
    color: var(--text-gary);
}
.connectSupportbox p {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 24px;
    color: var(--text-gary);
}
.connectSupportbox a {
    text-decoration: none;
    color: var(--text-gary);
    font-weight: 600;
}
/* Contact End */

/* Updates list page */
a.latestCard {
    text-decoration: none;
}
.latestUpdateimag {
    height: 578px; /* adjust */
    overflow: hidden;
    border-radius: 24px;
    flex-shrink: 0;
}
.latestUpdateimag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.latestUpdatecard:hover .latestUpdateimag img {
    transform: scale(1.05);
}
.latestUpdatecard {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}
.latestUpdatecardTitle {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.updates-meta {
    display: flex;
    justify-content: space-between;
}
.updates-meta span {
    font-size: 16px;
    color: rgba(74, 85, 101, 1);
}
.latestUpdatecardTitle h5 {
    font-family: var(--specialfont);
    font-size: clamp(20px, 3vw, 24px);
    color: rgba(0, 0, 0, 1);
    letter-spacing: -0.47px;
}
.latestUpdatecardTitle p {
    font-size: clamp(16px, 3vw, 18px);
    color: rgba(74, 85, 101, 1);
}
.newUpdatewrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.newUpdatewrapper a {
    text-decoration: none;
}
.newUpdatecard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.newUpdateimag {
    height: 180px;
    overflow: hidden;
    border-radius: 24px;
}
.newUpdateimag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.newUpdatecard:hover .newUpdateimag img {
    transform: scale(1.05);
}

.newsCard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.newsCardImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 16px;
    flex-shrink: 0;
}
.newsCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.newsCard:hover .newsCardImg img {
    transform: scale(1.05);
}

.newsCardBody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsCardBody .updates-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsCardBody .updates-meta span {
    font-size: 14px;
    color: rgba(74, 85, 101, 1);
    font-family: var(--primary-font);
}

.newsCardBody h5 {
    font-family: var(--specialfont);
    font-size: clamp(18px, 2vw, 22px);
    color: #1a1a1a;
    letter-spacing: -0.4px;
    margin: 0;
    line-height: 1.3;
}

.newsCardBody p {
    font-size: clamp(14px, 1.5vw, 16px);
    color: rgba(74, 85, 101, 1);
    font-family: var(--primary-font);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Updates list page End */

/* News and Updates Details */
.newsupdatesDetails_Section {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0;
}
.newsUpdatebanner {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 30px;
}

.newsUpdatebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.newsupdateWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.newsupdateWrapper::after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: rgba(229, 231, 235, 1);
    right: -70px;
}
.newsTitle {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.updateMeta {
    display: flex;
    justify-content: space-between;
    font-size: clamp(16px, 3vw ,18px);
    color: rgba(74, 85, 101, 1);
}
.newsTitle h3 {
    font-family: var(--specialfont);
    color: rgba(0, 0, 0, 1);
    letter-spacing: -0.47px;
    font-size: clamp(20px, 3vw, 34px);
}
.newsupdate-para p {
    font-size: clamp(16px, 1.5vw, 24px);
    color: rgba(74, 85, 101, 1);
    line-height: clamp(24px, 3vw, 36px);
}
.newsupdatedettailsImage {
    width: 100%;
    height: 370px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 20px;
}
.newsupdatedettailsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moreupdateswrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.moreupdateswrapper h4 {
    font-size: 20px;
    font-family: var(--specialfont);
    color: rgba(0, 0, 0, 1);
    letter-spacing: -0.47px;
}
.moreupdatesTiles {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}
.moreupdatesTiles:last-child {
    border-bottom: none;
}
.moreUpdatesImg {
    height: 265px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.moreUpdatesImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.moreUpdatesBody {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.moreupdatesMeta {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(74, 85, 101, 1);
}
.moreUpdatesBody h5 {
    font-family: var(--specialfont);
    font-size: 20px;
    color: black;
}
.moreUpdatesBody p {
    color: rgba(74, 85, 101, 1);
    font-size: 16px;
}
/* News and Updates Details end */

/* Programs Section */
.packageManiwrapper {
    padding: 24px;
    border-radius: 24px;
    position: relative;
    background-color: var(--tertiary-color);
    margin-bottom: 40px;
}
.packageCardimage {
    position: relative;
    min-height: 100%;    /* change from 390px to 100% */
    height: 100%;        /* add this */
    overflow: hidden;
    border-radius: 16px;
}
.packageManiwrapper .col-md-6:first-child {
    display: flex;
    flex-direction: column;
}
.packageCardimage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.packageCardimage .badgeTag {
    position: absolute;
    top: 20px;
    left: 20px;
}
.packageCarddetails {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.packageCarddetails h5 {
    font-family: var(--specialfont);
    color: rgba(129, 26, 71, 1);
    font-size: clamp(22px, 3vw, 24px);
}
.packageCarddetails p {
    color: rgba(75, 78, 83, 1);
    font-size: 16px;
}
.packageCarddetails span {
    font-size: 14px;
    color: rgba(130, 135, 142, 1);
    text-transform: uppercase;
}
.packageCarddetails ul {
    margin-top: 10px;
    padding: 0;
}
.packageCarddetails ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: rgba(75, 78, 83, 1);
}
.packageCarddetails ul li i {
    color: #c2185b;
    font-size: 16px;
    margin-right: 10px;
}
.packageCarddetails a {
    justify-content: center;
}

.packagesListwrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--tertiary-color);
    padding: 24px;
    border-radius: 24px;
    height: 100%;
}
.packagesListimage {
    height: 240px;   
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    flex-shrink: 0;
}
.packagesListimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.packagesListwrapper:hover .packagesListimage img {
    transform: scale(1.04);
}
.packagesListwrapper .packageCarddetails {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.packagesListwrapper .packageCarddetails > a {
    margin-top: auto;
}
.packagesListwrapper .packageCarddetails > a:first-of-type {
    margin-top: auto;
}

/* .packagesListbox {
    margin-bottom: 30px;
} */

/* Programs Section End */

/* MOBILE STYLE */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        z-index: 1050;

        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        opacity: 0;
        transform: scale(0.95);
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }

    .navbar-nav {
        text-align: center;
        gap: 20px;
    }

    .btn-wrapper {
        margin-top: 20px;
    }
    .header-actions {
        justify-content: center;
        margin-left: 0!important;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        border: none;
        background: none;
    }
    .news-slider-wrapper {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .treatment-card .treatmentImage-wrap, .treatment-card.flip .treatmentImage-wrap {
        order: 0!important;
    }
    .treatment-card .treatment-Text, .treatment-card.flip .treatment-Text {
        order: 1!important;
    }
    .treatmentImage-col {
        height: 280px;
    }
    .newsCardImg {
        height: 180px;
    }
    .newsCardBody h5 {
        font-size: 16px;
    }
    .newsCardBody p {
        font-size: 13px;
    }
    .newsUpdatebanner {
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }
    .newsupdatedettailsImage {
        height: 260px;
    }
    .newsupdateWrapper::after {
        display: none;
    }
    .packageCardimage {
        min-height: 280px;  /* gives it a fixed height on mobile */
        height: 280px;
    }

    .packageCarddetails {
        margin-top: 20px;
    }
    .sectionTitle.leftAligned {
        text-align: center;
    }
    .treatmentBtnlist {
        display: block;
    }
    .treatmentBtnlist a {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }
    .treatmentBtnlist a:last-child {
        margin-bottom: 0;
    }
    .doctorimage {
        height: 290px;
    }
    .doctorDetailswrap {
        padding: 25px 0;
    }
    .doctorDescription a{ 
        display: flex;
        justify-content: center;
    }
    .testimonialWrapper .swiper-slide:has(.testimonialCard__text) {
        width: 340px !important;
    }
    .askQuestion {
        display: block;
    }
    .askQuestioncnt {
        width: 100%;
    }
    .accodianWrapper {
        padding-left: 10px;
    }
    .contactImgbox img {
        height: 360px;
    }
    .footerLogowrapper p {
        width: 100%;
    }
    .innerBannerwrapper .sectionTitle h4 {
        width: 360px;
        /* margin: 0 auto; */
    }
    .treatmentBtn.underSlider {
        justify-content: center;
        margin-bottom: 30px;
    }
    .doctotTilesWraper .doctorimage {
        height: 290px;
    }
}
@media (max-width: 576px) {
    .updateCardimg img {
        width: 100%;
        height: 300px;
    }
}
