.Hero-module__JgYmMq__heroSection{background-color:#0b1a3d;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgImageWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__gradientOverlay{z-index:1;background:linear-gradient(90deg,#0d1b2ad9 0%,#0d1b2a80 40%,#0d1b2a1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__heroContainer{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;width:100%;padding:40px 16px;display:flex;position:relative}.Hero-module__JgYmMq__heroContent{color:#fff;flex:1;max-width:600px}.Hero-module__JgYmMq__badge{color:#aebce5;background-color:#1461e133;border:1px solid #ffffff1a;border-radius:30px;align-items:center;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__badgeIcon{color:#fff;align-items:center;margin-right:8px;display:flex}.Hero-module__JgYmMq__heroTitle{letter-spacing:-.5px;margin-bottom:24px;font-size:48px;font-weight:700;line-height:1.2}.Hero-module__JgYmMq__heroDescription{opacity:.85;max-width:500px;margin-bottom:32px;font-size:16px;line-height:1.6}.Hero-module__JgYmMq__features{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px;display:grid}.Hero-module__JgYmMq__featureItem{align-items:center;font-size:15px;font-weight:500;display:flex}.Hero-module__JgYmMq__checkmark{background-color:var(--primary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:12px;font-size:12px;display:flex}.Hero-module__JgYmMq__reviews{align-items:center;gap:16px;display:flex}.Hero-module__JgYmMq__avatars{display:flex}.Hero-module__JgYmMq__avatar{border:2px solid var(--bg-white);background-color:#ccc;border-radius:50%;width:40px;height:40px;margin-left:-10px}.Hero-module__JgYmMq__avatar:first-child{background-image:url(https://i.pravatar.cc/100?img=1);background-size:cover;margin-left:0}.Hero-module__JgYmMq__avatar:nth-child(2){background-image:url(https://i.pravatar.cc/100?img=2);background-size:cover}.Hero-module__JgYmMq__avatar:nth-child(3){background-image:url(https://i.pravatar.cc/100?img=3);background-size:cover}.Hero-module__JgYmMq__reviewText{flex-direction:column;display:flex}.Hero-module__JgYmMq__reviewTitle{font-size:14px;font-weight:600}.Hero-module__JgYmMq__rating{color:#fff;opacity:.8;align-items:center;gap:4px;font-size:13px;display:flex}.Hero-module__JgYmMq__rating span{color:gold}.Hero-module__JgYmMq__heroFormWrapper{flex:0 0 400px;max-width:100%}@media (max-width:992px){.Hero-module__JgYmMq__heroTitle{font-size:36px}.Hero-module__JgYmMq__heroContainer{flex-direction:column;justify-content:center;padding-top:100px}.Hero-module__JgYmMq__heroFormWrapper{width:100%;max-width:500px}}
.ContactForm-module__fw3Taq__formContainer{background-color:var(--bg-white);border-radius:20px;width:100%;padding:32px;box-shadow:0 10px 40px #00000026}.ContactForm-module__fw3Taq__formTitle{color:var(--primary-blue);margin-bottom:24px;font-size:20px;font-weight:600}.ContactForm-module__fw3Taq__form{flex-direction:column;gap:16px;display:flex}.ContactForm-module__fw3Taq__inputGroup{width:100%;position:relative}.ContactForm-module__fw3Taq__input{width:100%;font-family:var(--font-family);color:var(--text-dark);background:0 0;border:none;border-bottom:1px solid #dcdfe6;padding:12px 0;font-size:14px;transition:border-color .3s}.ContactForm-module__fw3Taq__input:focus{border-bottom-color:var(--primary-blue);outline:none}.ContactForm-module__fw3Taq__input::placeholder{color:#8fa0c0;font-weight:500}.ContactForm-module__fw3Taq__textareaGroup{flex-direction:column;gap:8px;margin-top:8px;display:flex}.ContactForm-module__fw3Taq__label{color:#8fa0c0;font-size:14px;font-weight:500}.ContactForm-module__fw3Taq__textarea{width:100%;font-family:var(--font-family);color:var(--text-dark);resize:vertical;background-color:#f7f9fc;border:1px solid #eef1f6;border-radius:8px;padding:12px;font-size:13px;transition:border-color .3s}.ContactForm-module__fw3Taq__textarea:focus{border-color:var(--primary-blue);outline:none}.ContactForm-module__fw3Taq__textarea::placeholder{color:#b0bfde;font-style:italic}.ContactForm-module__fw3Taq__submitBtn{background-color:var(--primary-blue);color:#fff;border-radius:30px;margin-top:16px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #1461e14d}.ContactForm-module__fw3Taq__submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1461e166}.ContactForm-module__fw3Taq__successView{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:20px 0;animation:.5s ContactForm-module__fw3Taq__successFadeIn;display:flex}.ContactForm-module__fw3Taq__checkmarkWrapper{color:#10b981;background-color:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.ContactForm-module__fw3Taq__checkmarkIcon{width:36px;height:36px}.ContactForm-module__fw3Taq__checkmarkCircle{stroke-dasharray:157;stroke-dashoffset:157px;stroke-width:4px;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards ContactForm-module__fw3Taq__stroke}.ContactForm-module__fw3Taq__checkmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards ContactForm-module__fw3Taq__stroke}.ContactForm-module__fw3Taq__successTitle{color:var(--primary-blue);font-size:24px;font-weight:700}.ContactForm-module__fw3Taq__successText{color:#4b5563;font-size:14px;line-height:1.6}.ContactForm-module__fw3Taq__resetBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:30px;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.ContactForm-module__fw3Taq__resetBtn:hover{background-color:#0d4db5;transform:translateY(-2px);box-shadow:0 4px 12px #1461e14d}@keyframes ContactForm-module__fw3Taq__stroke{to{stroke-dashoffset:0}}@keyframes ContactForm-module__fw3Taq__successFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.BottomBar-module__D0qfKq__bottomBar{background-color:var(--secondary-blue);color:#fff;z-index:10;padding:16px 0;position:relative}.BottomBar-module__D0qfKq__barContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.BottomBar-module__D0qfKq__contactInfo{align-items:center;gap:32px;display:flex}.BottomBar-module__D0qfKq__infoItem{align-items:center;gap:8px;font-size:15px;font-weight:400;display:flex}.BottomBar-module__D0qfKq__icon{color:#fff;opacity:1;justify-content:center;align-items:center;display:flex}.BottomBar-module__D0qfKq__appointmentBtn{background-color:var(--bg-white);color:var(--secondary-blue);border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.BottomBar-module__D0qfKq__appointmentBtn:hover{background-color:#f0f4ff;transform:translateY(-2px)}.BottomBar-module__D0qfKq__arrowIcon{background-color:var(--secondary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}@media (max-width:768px){.BottomBar-module__D0qfKq__barContainer{text-align:center;flex-direction:column}.BottomBar-module__D0qfKq__contactInfo{flex-direction:column;gap:12px}}
.Services-module__h5-agW__servicesSection{background-color:var(--bg-white);text-align:center;padding:80px 16px}.Services-module__h5-agW__header{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.Services-module__h5-agW__badge{color:#556c9a;background-color:#f7f9fc;border:1px solid #e2e8f0;border-radius:30px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.Services-module__h5-agW__dot{background-color:#556c9a;border-radius:50%;width:6px;height:6px;margin-right:8px}.Services-module__h5-agW__title{font-size:42px;line-height:1.2}.Services-module__h5-agW__titleDark{color:#12224a;font-weight:500}.Services-module__h5-agW__titleLight{color:var(--primary-blue);font-style:italic;font-weight:400}.Services-module__h5-agW__grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1200px){.Services-module__h5-agW__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.Services-module__h5-agW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Services-module__h5-agW__grid{grid-template-columns:1fr}}
.ServiceCard-module__RC372a__card{background-color:var(--bg-white);border-radius:8px;flex-direction:column;height:100%;padding:32px 24px;transition:all .3s;display:flex;position:relative}.ServiceCard-module__RC372a__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.ServiceCard-module__RC372a__blueBorderTop{background-color:#8fa0c0;width:100%;height:3px;transition:background-color .3s;position:absolute;top:0;left:0}.ServiceCard-module__RC372a__card:hover .ServiceCard-module__RC372a__blueBorderTop{background-color:var(--primary-blue)}.ServiceCard-module__RC372a__iconBox{background-color:var(--primary-blue);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.ServiceCard-module__RC372a__title{color:#12224a;margin-bottom:16px;font-size:20px;font-weight:700;line-height:1.3}.ServiceCard-module__RC372a__description{color:var(--text-light);flex-grow:1;font-size:14px;line-height:1.6}.ServiceCard-module__RC372a__readMore{color:#2f3e61;cursor:pointer;font-weight:600;transition:color .3s}.ServiceCard-module__RC372a__card:hover .ServiceCard-module__RC372a__readMore{color:var(--primary-blue)}
.AppointmentSection-module__eZsOla__sectionWrapper{margin-top:100px;margin-bottom:100px;display:flex;position:relative}.AppointmentSection-module__eZsOla__bgBox{border-radius:20px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.AppointmentSection-module__eZsOla__topHalf{background-image:url("/images/image 2.jpg");background-position:50% 30%;background-size:cover;width:100%;height:350px;position:relative}.AppointmentSection-module__eZsOla__topHalf:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0d1b2a99 0%,#0d1b2a1a 60%);width:100%;height:100%;position:absolute;top:0;left:0}.AppointmentSection-module__eZsOla__textContent{z-index:2;width:60%;padding:60px 50px;position:relative}.AppointmentSection-module__eZsOla__badge{color:#556c9a;background-color:#fff;border-radius:30px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.AppointmentSection-module__eZsOla__dot{background-color:#556c9a;border-radius:50%;width:6px;height:6px;margin-right:8px}.AppointmentSection-module__eZsOla__title{color:#fff;letter-spacing:-.5px;font-size:44px;font-weight:500;line-height:1.15}.AppointmentSection-module__eZsOla__bottomHalf{color:#fff;background-color:#0d1b2a;padding:50px 550px 50px 50px}.AppointmentSection-module__eZsOla__scheduleInfoPanel{flex-direction:column;gap:40px;display:flex}.AppointmentSection-module__eZsOla__upperSchedule{align-items:flex-start;gap:40px;display:flex}.AppointmentSection-module__eZsOla__calendarImageWrapper{justify-content:flex-start;align-items:flex-start;width:200px;height:160px;display:flex}.AppointmentSection-module__eZsOla__timingsBox{flex-direction:column;flex:1;gap:16px;display:flex}.AppointmentSection-module__eZsOla__timingRow{letter-spacing:.5px;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding-bottom:8px;font-size:14px;font-weight:300;display:flex}.AppointmentSection-module__eZsOla__lowerContact{border-top:1px solid #ffffff1a;gap:20px;padding-top:30px;display:flex}.AppointmentSection-module__eZsOla__contactItem{flex:1;align-items:flex-start;gap:16px;display:flex}.AppointmentSection-module__eZsOla__iconCircle{background-color:var(--primary-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.AppointmentSection-module__eZsOla__contactText{flex-direction:column;gap:4px;display:flex}.AppointmentSection-module__eZsOla__contactLabel{color:#8fa0c0;font-size:13px}.AppointmentSection-module__eZsOla__contactDesc{font-size:13px;font-weight:300;line-height:1.4}.AppointmentSection-module__eZsOla__contactPhone{letter-spacing:.5px;font-size:16px;font-weight:500}.AppointmentSection-module__eZsOla__floatingForm{z-index:10;background-color:#fff;border-radius:20px;width:480px;padding:40px;position:absolute;top:120px;right:50px;box-shadow:0 16px 40px #0000001a}.AppointmentSection-module__eZsOla__formTitle{color:#12224a;margin-bottom:30px;font-size:26px;font-weight:600}.AppointmentSection-module__eZsOla__appointmentForm{flex-direction:column;gap:16px;display:flex}.AppointmentSection-module__eZsOla__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.AppointmentSection-module__eZsOla__inputField,.AppointmentSection-module__eZsOla__selectField,.AppointmentSection-module__eZsOla__textareaField{width:100%;font-family:var(--font-family);color:var(--text-dark);border:1px solid #eef1f6;border-radius:10px;padding:14px 16px;font-size:14px}.AppointmentSection-module__eZsOla__selectField{appearance:none;cursor:pointer;color:var(--text-dark);background-color:#0000}.AppointmentSection-module__eZsOla__placeholderSelect{color:#7c8db5!important}.AppointmentSection-module__eZsOla__fullWidth{grid-column:1/-1}.AppointmentSection-module__eZsOla__inputField:focus,.AppointmentSection-module__eZsOla__selectField:focus,.AppointmentSection-module__eZsOla__textareaField:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 2px #1461e11a}.AppointmentSection-module__eZsOla__inputField::placeholder,.AppointmentSection-module__eZsOla__textareaField::placeholder{color:#7c8db5;font-weight:400}.AppointmentSection-module__eZsOla__selectWrapper,.AppointmentSection-module__eZsOla__dateWrapper{position:relative}.AppointmentSection-module__eZsOla__selectIcon,.AppointmentSection-module__eZsOla__dateIcon{pointer-events:none;color:#aebce5;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.AppointmentSection-module__eZsOla__submitBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:30px;align-self:flex-start;margin-top:10px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .3s}.AppointmentSection-module__eZsOla__submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1461e14d}@media (max-width:1100px){.AppointmentSection-module__eZsOla__sectionWrapper{flex-direction:column}.AppointmentSection-module__eZsOla__floatingForm{width:100%;max-width:800px;margin:-100px auto 0;position:relative;top:auto;right:auto;box-shadow:0 20px 40px #0000001a}.AppointmentSection-module__eZsOla__bottomHalf{padding:50px 50px 150px}}@media (max-width:768px){.AppointmentSection-module__eZsOla__upperSchedule,.AppointmentSection-module__eZsOla__lowerContact{flex-direction:column}.AppointmentSection-module__eZsOla__formRow{grid-template-columns:1fr}.AppointmentSection-module__eZsOla__textContent{width:100%;padding:40px 20px}}.AppointmentSection-module__eZsOla__successView{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:20px 0;animation:.5s AppointmentSection-module__eZsOla__successFadeIn;display:flex}.AppointmentSection-module__eZsOla__checkmarkWrapper{color:#10b981;background-color:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.AppointmentSection-module__eZsOla__checkmarkIcon{width:40px;height:40px}.AppointmentSection-module__eZsOla__checkmarkCircle{stroke-dasharray:157;stroke-dashoffset:157px;stroke-width:4px;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards AppointmentSection-module__eZsOla__stroke}.AppointmentSection-module__eZsOla__checkmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards AppointmentSection-module__eZsOla__stroke}.AppointmentSection-module__eZsOla__successTitle{color:#12224a;font-size:28px;font-weight:700}.AppointmentSection-module__eZsOla__successText{color:#4b5563;margin-bottom:10px;font-size:16px;line-height:1.6}.AppointmentSection-module__eZsOla__resetBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:12px 30px;font-weight:600;transition:all .2s}.AppointmentSection-module__eZsOla__resetBtn:hover{background-color:#0d4db5;transform:translateY(-2px);box-shadow:0 6px 16px #1461e14d}@keyframes AppointmentSection-module__eZsOla__stroke{to{stroke-dashoffset:0}}@keyframes AppointmentSection-module__eZsOla__successFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.WhyComs-module__OAxXPW__whyComsSection{background-color:var(--bg-white);flex-direction:column;align-items:center;padding:80px 16px;display:flex}.WhyComs-module__OAxXPW__header{margin-bottom:60px}.WhyComs-module__OAxXPW__badge{color:#556c9a;background-color:#f7f9fc;border:1px solid #e2e8f0;border-radius:30px;align-items:center;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.WhyComs-module__OAxXPW__dot{background-color:#556c9a;border-radius:50%;width:6px;height:6px;margin-right:8px}.WhyComs-module__OAxXPW__grid{grid-template-columns:repeat(3,1fr);gap:40px 60px;width:100%;max-width:1100px;display:grid}.WhyComs-module__OAxXPW__item{flex-direction:column;align-items:flex-start;padding-left:20px;display:flex;position:relative}.WhyComs-module__OAxXPW__item:before{content:"";background-color:#e2e8f0;width:1px;height:100%;position:absolute;top:0;left:0}.WhyComs-module__OAxXPW__iconCircle{background-color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.WhyComs-module__OAxXPW__text{color:var(--text-light);font-size:15px;line-height:1.6}.WhyComs-module__OAxXPW__text strong{color:#12224a;font-weight:600}@media (max-width:900px){.WhyComs-module__OAxXPW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.WhyComs-module__OAxXPW__grid{grid-template-columns:1fr}}
.ClinicIntro-module__d9M9JG__introSection{background-color:var(--bg-white);flex-direction:column;gap:60px;padding:80px 16px;display:flex}.ClinicIntro-module__d9M9JG__topContent{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.ClinicIntro-module__d9M9JG__leftMainText{color:#6c757d;flex:1.2;font-size:24px;font-weight:400;line-height:1.6}.ClinicIntro-module__d9M9JG__highlightBlue{color:var(--primary-blue)}.ClinicIntro-module__d9M9JG__rightStatsPanel{flex-direction:column;flex:1;gap:30px;display:flex}.ClinicIntro-module__d9M9JG__subText{color:#8fa0c0;max-width:400px;font-size:14px;line-height:1.6}.ClinicIntro-module__d9M9JG__statsContainer{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.ClinicIntro-module__d9M9JG__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.ClinicIntro-module__d9M9JG__statNumber{color:var(--primary-blue);margin-bottom:8px;font-size:32px;font-weight:700}.ClinicIntro-module__d9M9JG__statLabel{color:#8fa0c0;font-size:12px;font-weight:400;line-height:1.4}.ClinicIntro-module__d9M9JG__showcaseImageWrapper{border-radius:40px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.ClinicIntro-module__d9M9JG__playButtonWrapper{z-index:10;position:absolute;bottom:40px;left:40px}.ClinicIntro-module__d9M9JG__playButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background-color:#ffffff80;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.ClinicIntro-module__d9M9JG__playButton:hover{background-color:#fffc;transform:scale(1.05)}@media (max-width:1024px){.ClinicIntro-module__d9M9JG__topContent{flex-direction:column;gap:40px}.ClinicIntro-module__d9M9JG__leftMainText{font-size:20px}}@media (max-width:768px){.ClinicIntro-module__d9M9JG__showcaseImageWrapper{border-radius:20px;height:350px}.ClinicIntro-module__d9M9JG__playButtonWrapper{bottom:20px;left:20px}.ClinicIntro-module__d9M9JG__statsContainer{flex-wrap:wrap;gap:20px}}
.Testimonials-module__5wb8fq__testimonialsSection{background-color:var(--bg-white);padding:80px 16px}.Testimonials-module__5wb8fq__headerRow{justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:30px;display:flex;position:relative}.Testimonials-module__5wb8fq__headerRow:after{content:"";background-color:#e2e8f0;width:100%;height:1px;position:absolute;bottom:0;left:0}.Testimonials-module__5wb8fq__headerLeft{flex:1}.Testimonials-module__5wb8fq__title{color:#12224a;font-size:40px;font-weight:500;line-height:1.1}.Testimonials-module__5wb8fq__headerRight{flex:1;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.Testimonials-module__5wb8fq__subText{color:#6c757d;max-width:500px;font-size:14px;line-height:1.6}.Testimonials-module__5wb8fq__arrowControls{gap:16px;display:flex}.Testimonials-module__5wb8fq__arrowBtn{cursor:pointer;color:#6c757d;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .3s;display:flex}.Testimonials-module__5wb8fq__arrowBtnActive{color:#fff;background-color:#1ea0fe;border-color:#1ea0fe;box-shadow:0 4px 12px #1ea0fe4d}.Testimonials-module__5wb8fq__arrowBtn:hover:not(.Testimonials-module__5wb8fq__arrowBtnDisabled){transform:translateY(-2px)}.Testimonials-module__5wb8fq__sliderOuter{overflow:hidden}.Testimonials-module__5wb8fq__cardsContainer{transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.Testimonials-module__5wb8fq__card{box-sizing:border-box;border-radius:12px;flex-direction:column;flex:0 0 50%;padding:12px;display:flex;position:relative}.Testimonials-module__5wb8fq__cardInner{border-radius:12px;flex-direction:column;height:100%;padding:32px;display:flex}.Testimonials-module__5wb8fq__cardDark .Testimonials-module__5wb8fq__cardInner{color:#fff;background-color:#0d1b2a}.Testimonials-module__5wb8fq__cardLight .Testimonials-module__5wb8fq__cardInner{color:#0d1b2a;background-color:#c9e6fc}.Testimonials-module__5wb8fq__quoteIcon{margin-bottom:10px;font-family:Georgia,serif;font-size:80px;font-weight:700;line-height:.5}.Testimonials-module__5wb8fq__quoteText{margin-bottom:24px;font-size:16px;font-weight:500;line-height:1.6}.Testimonials-module__5wb8fq__cardFooter{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Testimonials-module__5wb8fq__cardInner .Testimonials-module__5wb8fq__cardFooter{border-top:1px solid #0d1b2a1a}.Testimonials-module__5wb8fq__authorInfo{align-items:center;gap:12px;display:flex}.Testimonials-module__5wb8fq__authorAvatar{border-radius:50%;width:40px;height:40px;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__avatarImg{object-fit:cover}.Testimonials-module__5wb8fq__authorName{margin-bottom:2px;font-size:15px;font-weight:700}.Testimonials-module__5wb8fq__authorRole{opacity:.7;font-size:13px}.Testimonials-module__5wb8fq__readMoreBtn{cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;transition:opacity .3s}.Testimonials-module__5wb8fq__readMoreBtn:hover{opacity:.8}.Testimonials-module__5wb8fq__readMoreBlue,.Testimonials-module__5wb8fq__readMoreLightBlue{color:#1ea0fe}@media (max-width:900px){.Testimonials-module__5wb8fq__headerRow{flex-direction:column;gap:30px}.Testimonials-module__5wb8fq__card{flex:0 0 100%}}@media (max-width:500px){.Testimonials-module__5wb8fq__headerRight{flex-direction:column}}
.DoctorProfile-module__uWKS6a__profileSection{background-color:var(--bg-white);padding:80px 16px}.DoctorProfile-module__uWKS6a__gridContainer{grid-template-columns:1fr 2fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.DoctorProfile-module__uWKS6a__leftColumn{position:relative}.DoctorProfile-module__uWKS6a__stickyContent{flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:sticky;top:100px}.DoctorProfile-module__uWKS6a__doctorName{color:#12224a;font-size:32px;font-weight:600;line-height:1.2}.DoctorProfile-module__uWKS6a__doctorTitle{color:#556c9a;margin-bottom:24px;font-size:15px;font-weight:500}.DoctorProfile-module__uWKS6a__appointmentBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #1461e133}.DoctorProfile-module__uWKS6a__appointmentBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1461e14d}.DoctorProfile-module__uWKS6a__rightColumn{flex-direction:column;gap:40px;display:flex}.DoctorProfile-module__uWKS6a__bioText{flex-direction:column;gap:20px;display:flex}.DoctorProfile-module__uWKS6a__bioText p{color:#6c757d;font-size:15px;line-height:1.7}.DoctorProfile-module__uWKS6a__imageWrapper{border-radius:20px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.DoctorProfile-module__uWKS6a__profileImage{object-fit:cover;object-position:center 20%}@media (max-width:992px){.DoctorProfile-module__uWKS6a__gridContainer{grid-template-columns:1fr;gap:40px}.DoctorProfile-module__uWKS6a__stickyContent{position:static}.DoctorProfile-module__uWKS6a__imageWrapper{height:400px}}@media (max-width:768px){.DoctorProfile-module__uWKS6a__doctorName{font-size:28px}.DoctorProfile-module__uWKS6a__imageWrapper{height:300px}}
.GalleryGallery-module__2ZGBcG__galleryWrapper{background-color:var(--bg-white);width:100%;padding:80px 0;overflow:hidden}.GalleryGallery-module__2ZGBcG__scrollContainer{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:20px;padding:0 5vw;display:flex;overflow-x:auto}.GalleryGallery-module__2ZGBcG__scrollContainer::-webkit-scrollbar{display:none}.GalleryGallery-module__2ZGBcG__scrollContainer{-ms-overflow-style:none;scrollbar-width:none}.GalleryGallery-module__2ZGBcG__imageBox{scroll-snap-align:center;border-radius:20px;flex-shrink:0;min-width:250px;height:250px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.GalleryGallery-module__2ZGBcG__galleryImage{object-fit:cover}@media (min-width:1024px){.GalleryGallery-module__2ZGBcG__scrollContainer{padding:0 max(20px,50vw - 600px)}}@media (max-width:768px){.GalleryGallery-module__2ZGBcG__imageBox{min-width:200px;height:200px}}
