.about-clinic-page {
	background: #ffffff;
}
.breadcrumbs{margin-bottom: 5px;}
.breadcrumbs ol{justify-content: center;}
.about-clinic-page .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

.section-space {
	padding: 52px 0;
}


.clinic-title,
.section-title {
	font-family: var(--font-marcellus);
	font-weight: 400;
	line-height: 1.2;
	color: var(--default-color);
}

.clinic-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 22px;
}

.section-title {
	font-size: clamp(29px, 3.6vw, 44px);
	text-align: center;
	margin-bottom: 14px;
}

.clinic-hero {
	background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 62%, #4ec4b6 62%, #4ec4b6 100%);
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.herowatermark {
	position: absolute;
	top: 0px;
	left: 50%;
  text-transform: uppercase;
	transform: translateX(-50%);
	font-family: var(--font-marcellus);
	font-size: clamp(44px, 12vw, 166px);
	color: rgba(175, 194, 199, 0.17);
	letter-spacing: -2%;
  line-height: 1.1;
	pointer-events: none;
  text-align: center;
	white-space: nowrap;
}

.clinic-hero-inner {
	position: relative;
	z-index: 1;
}

.clinic-hero-image-frame {
	width: min(800px, 100%);
	margin: 0 auto;
	border: 7px solid #ffffff;
	box-shadow: 0 18px 40px rgba(12, 39, 43, 0.12);
	background: #ffffff;
	transition: all 0.3s ease;
}
.clinic-hero-image-frame:hover {
    transform: translateY(-8px);
}

.clinic-hero-image-frame img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.hero-band {
	height: 18px;
}

.copy-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 6px;
	margin-bottom: 28px;
}

.copycard {
	padding: 40px 0 0 0px;
	min-height: 162px;
}

.copycard p {
	margin: 0;
  font-weight: 500;
  font-size: 17px;
	color: #ffffff;
	line-height: 1.8;
}

.centercopy {
	background: #E7F4FA;
	padding: 40px;
	text-align: center;
  margin-bottom: 20px;
}

.centercopy h2 {
	font-family: var(--font-marcellus);
	font-size: 45px;
	max-width: 760px;
	margin: 0 auto 18px;
}

.centercopy p {
	max-width: 1180px;
	margin: 0 auto 10px;
	font-size: 17px;
  text-align: left;
	line-height: 1.8;
	color: var(--secondary-color);
}

.ourvalues {
	text-align: center;
	padding: 3rem 0px;
}

.valuelayoutwrap {
	position: relative;
	max-width: 1050px;
	padding-top: 28px;
	margin: 10px auto 0;
	border-top: 1px solid #c8d9e0;
}
.valuelayoutwrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	transform: translateX(-50%);
	width: 1px;
	height: 62px;
	background: #c8d9e0;
}
.valuelayoutwrap::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  transform: translateX(-50%);
  width: 1px;
  height: 62px;
  background: #c8d9e0;
}

.ourvalues .sectiontitle {
	font-size: 45px;
	max-width: 920px;
	margin: 0 auto 50px auto;
	line-height: 1.18;
}

.valuesectionbadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-marcellus);
	font-size: 24px;
	color: #43bbab;
	padding: 10px 30px;
	border: 1px solid #45C0AC;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0;
	box-shadow: 0px 4px 10px 0px #00000014;
}

.valuegrid  {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 1rem;
	padding-top: 18px;
  position: relative;
}
.valuegrid::before{
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 33px;
  background: #c8d9e0;
}

.valueitem {
	border: 1px solid #C8D9E0;
	background: #fff;
	text-align: left;
	display: flex;
	flex-direction: column;
	min-height: 410px;
	transition: all 0.3s ease;
}
.valueitem:hover {
    transform: translateY(-5px);
}

.valueitem h3 {
	margin: 0;
	font-family: var(--font-marcellus);
	font-size: 30px;
	background: #4dc2ad;
	color: #ffffff;
	padding: 15px 16px;
	text-align: center;
}

.valueitem p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--secondary-color);
	margin: 0;
	padding: 17px 18px 22px;
	flex: 1;
}

.doctorhighlight {
	background: linear-gradient(90deg, #dce8ef 0%, #dce8ef 50%, #4dc2ad 50%, #4dc2ad 100%);
	padding: 60px 0;
}

.doctorpanel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 0;
}

.doctorcopy {
	background: #f9fbfc;
	padding: 3rem;
	max-width: 100%;
}

.doctorcopy h2 {
	font-family: var(--font-marcellus);
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 14px;
	color: #2c3238;
}

.doctorcopy p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--secondary-color);
	margin-bottom: 10px;
  font-weight: 500;
	max-width: 520px;
}

.doctorimagewrap {
	background: #ffffff;
}

.doctorimagewrap img {
	width: 100%;
	height: 100%;
	min-height: 424px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.clinicwhy {
	padding: 40px 0 60px 0px;
}

.clinicwhy .container-fluid {
	text-align: center;
}

.clinicwhy .section-title {
	max-width: 800px;
	margin: 0 auto 20px auto;
	font-size: 45px;
	line-height: 1.2;
}

.whykicker {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #45c0ac;
	text-transform: uppercase;
	padding: 10px 0 10px 0px;
	border-top: 2px solid #8fe0d3;
	border-bottom: 2px solid #8fe0d3;
	margin: 0 auto 12px;
}

.section-subtitle {
	text-align: center;
	font-size: 17px;
	color: var(--secondary-color);
	max-width: 900px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0 auto 26px;
}

.whygrid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	text-align: left;
}

.whyitem{
	border: 1px solid #C8D9E0;
	background: #fff;
	padding: 40px 25px 40px 40px;
	min-height: 300px;
    box-shadow: 0px 10px 30px 0px #F0F0F0B2;
  	transition: all 0.3s ease;
}
.whyitem:hover {
    transform: translateY(-5px);
}

.whyiconcircle{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #e5ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.whyitem img{
	width: 48px;
	height: 48px;
	margin: 0;
}

.whyitem h3 {
	font-family: var(--font-marcellus);
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 1.12;
}

.whyitem p{
	font-size: 17px;
	line-height: 1.8;
	color: var(--secondary-color);
	margin: 0;
	padding-right: 10px;
	max-height: 200px;
	overflow-y: auto;
}
.whyitem p::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d;border-radius:5px;background: #C8D9E0;}
.whyitem p::-webkit-scrollbar{width:5px;background-color:#f5f5f5}
.whyitem p::-webkit-scrollbar-thumb{border-radius:5px;box-shadow:inset 0 0 6px #0000004d;background: #94A2A8;}

.clinictreatment {
	padding: 3rem 0px;background: #E7F4FA;
}
.clinictreatment .sectiontitle{text-align: center;font-size: var(--font-xl);}

.treatmentgrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	margin-top: 18px;
}

.treatmentcard {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
  	transition: all 0.3s ease;
}
.treatmentcard:hover {
    transform: translateY(-5px);
}

.treatmentcard img {
	width: 100%;
	/* aspect-ratio: 5 / 4; */
	object-fit: cover;
	display: block;
}

.treatmentcard::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(16, 16, 16, 0.72) 0%, rgba(16, 16, 16, 0) 62%);
}

.treatmentcard .title {
	position: absolute;
	left: 16px;
	bottom: 16px;
	font-family: var(--font-marcellus);
	color: #ffffff;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.09;
	z-index: 1;
}
.treatmentcard .title span {
  display: block;
  letter-spacing: 0.8px;
  font-size: 32px;
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1501.98px) and (min-width:1401px) {
.about-clinic-page .container-fluid {padding-left: 5%;padding-right: 5%;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 150px);letter-spacing: 0%;}
.copycard {padding: 25px 0px 0px 0px;}
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1401.98px) and (min-width:1301px) {
.about-clinic-page .container-fluid {padding-left: 5%;padding-right: 5%;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 142px);letter-spacing: 0%;}
.copycard {padding: 25px 0px 0px 0px;}
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1301.98px) and (min-width:1201px) {
.about-clinic-page .container-fluid {padding-left: 4%;padding-right: 4%;}
.clinic-title {font-size: 45px;margin-bottom: 22px;}
.clinic-hero {padding-top: 26px;background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 52%, #4ec4b6 52%, #4ec4b6 100%);}
.section-space {padding: 3rem 0;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 134px);letter-spacing: 0%;}
.doctor-copy{padding: 12px;}
.copycard {padding: 20px 0px 12px 0px;}
.copycard p {font-size: 16px;line-height: 1.6;}
.centercopy{padding:3rem 5%; margin-bottom: 0px;}
.centercopy h2 {font-size: 40px;max-width: 100%;margin: 0 auto 12px;}
.centercopy p {max-width: 100%;margin: 0 auto 10px auto;font-size: 16px;line-height: 1.6;}
.doctorcopy h2 {font-size: 40px;margin-bottom: 10px;}
.doctorcopy p {font-size: 16px;line-height: 1.6;max-width: 100%;}
.doctor-copy h2 {font-size: 40px;}
.doctorcopy h2 br{display: none;}
.doctor-copy p {font-size: 16px;}
.doctorcopy {padding: 2rem;}
.doctor-image-wrap {min-height: auto;}
.ourvalues {padding: 3rem 0px;}
.valuesectionbadge {font-size: 18px;padding: 11px 22px;top: 0;left: 20%;transform: translate(50%, -50%);}
.ourvalues .sectiontitle {font-size: 40px;margin-bottom: 12px;}
.valuelayoutwrap {max-width: 100%;padding-top: 20px;margin: 40px auto 0;}
.valuelayoutwrap::before {left: 1px;width: 1px;height: 60px;}
.valuelayoutwrap::after {height: 60px;}
.valuegrid::before {height: 51px;}
.value-section-badge {font-size: 16px;padding: 8px 12px;white-space: nowrap;}
.valuegrid{grid-template-columns: 1fr 1fr 1fr;margin-top: 0;padding-top: 36px;gap: 14px;}
.valueitem {min-height: auto;border: 1px solid #C8D9E0;}
.valueitem h3 {font-size: 25px;padding: 10px 20px;}
.valueitem p {font-size: 16px;padding: 20px 20px 20px;}
.doctorhighlight {padding: 3rem 0;}
.doctorpanel {grid-template-columns: 1fr 1fr;}
.clinicwhy {padding: 3rem 0 3rem 0px;}
.clinicwhy .section-title {font-size: 40px;max-width: 100%;margin: 0 auto 20px auto;}
.whygrid{grid-template-columns: 1fr  1fr 1fr;gap: 25px;}
.whyitem p {font-size: 16px;line-height: 1.6;padding-right: 5px;max-height: 180px;}
.whyitem {min-height: auto;padding: 20px 15px 20px 20px;}
.whyitem h3 {font-size: 24px;}
.treatmentcard span {font-size: 40px;}
.clinictreatment {padding: 3rem 0px;}
.clinictreatment .sectiontitle {font-size: 40px; margin-bottom: 15px;}
.treatmentgrid{gap:20px}
.treatmentcard .title {font-size: 40px;}
.treatmentcard .title span {font-size: 20px;}
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1201.98px) and (min-width:1101px) {
.about-clinic-page .container-fluid {padding-left: 3%;padding-right: 3%;}
.clinic-title {font-size: 40px;margin-bottom: 22px;}
.clinic-hero {padding-top: 26px;background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 52%, #4ec4b6 52%, #4ec4b6 100%);}
.section-space {padding: 2rem 0;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 120px);letter-spacing: 0%;}
.doctor-copy{padding: 12px;}
.copycard {padding: 12px 0px 12px 0px;}
.copycard p {font-size: 16px;line-height: 1.6;}
.centercopy{padding:2rem 5%; margin-bottom: 0px;}
.centercopy h2 {font-size: 35px;max-width: 100%;margin: 0 auto 12px;}
.centercopy p {max-width: 100%;margin: 0 auto 10px auto;font-size: 16px;line-height: 1.6;}
.doctorcopy h2 {font-size: 35px;margin-bottom: 10px;}
.doctorcopy p {font-size: 16px;line-height: 1.6;max-width: 100%;}
.doctor-copy h2 {font-size: 35px;}
.doctorcopy h2 br{display: none;}
.doctor-copy p {font-size: 16px;}
.doctorcopy {padding: 2rem;}
.doctor-image-wrap {min-height: auto;}
.ourvalues {padding: 2rem 0px;}
.valuesectionbadge {font-size: 17px;padding: 10px 20px;top: 0;left: 18%;transform: translate(50%, -50%);}
.ourvalues .sectiontitle {font-size: 35px;margin-bottom: 12px;}
.valuelayoutwrap {max-width: 100%;padding-top: 20px;margin: 40px auto 0;}
.valuelayoutwrap::before {left: 1px;width: 1px;height: 40px;}
.valuelayoutwrap::after {height: 40px;}
.value-section-badge {font-size: 16px;padding: 8px 12px;white-space: nowrap;}
.valuegrid{grid-template-columns: 1fr 1fr 1fr;margin-top: 0;padding-top: 18px;gap: 14px;}
.valueitem {min-height: auto;border: 1px solid #C8D9E0;}
.valueitem h3 {font-size: 24px;padding: 9px 12px;}
.valueitem p {font-size: 16px;padding: 15px 12px 12px;}
.doctorhighlight {padding: 2rem 0;}
.doctorpanel {grid-template-columns: 1fr 1fr;}
.clinicwhy {padding: 2rem 0 2rem 0px;}
.clinicwhy .section-title {font-size: 35px;max-width: 100%;margin: 0 auto 20px auto;}
.whygrid{grid-template-columns: 1fr  1fr 1fr;gap: 15px;}
.whyitem p {font-size: 16px;line-height: 1.6;padding-right: 5px;max-height: 180px;}
.whyitem {min-height: auto;padding: 20px 15px 20px 20px;}
.whyitem h3 {font-size: 22px;}
.treatmentcard span {font-size: 35px;}
.clinictreatment {padding: 2rem 0px;}
.clinictreatment .sectiontitle {font-size: 35px; margin-bottom: 15px;}
.treatmentgrid{gap:20px}
.treatmentcard {scroll-snap-align: center;min-width: 340px;width: 340px;}
.treatmentcard img {object-fit: cover;display: block;width: 100%;}
.treatmentcard .title {font-size: 35px;}
.treatmentcard .title span {font-size: 20px;}
}

/* Start of IPad Pro View */
@media screen and (max-width: 1101.98px) and (min-width:992px) {
.about-clinic-page .container-fluid {padding-left: 3%;padding-right: 3%;}
.clinic-title {font-size: 35px;margin-bottom: 22px;}
.clinic-hero {padding-top: 26px;background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 52%, #4ec4b6 52%, #4ec4b6 100%);}
.section-space {padding: 2rem 0;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 108px);letter-spacing: 0%;}
.doctor-copy{padding: 12px;}
.copycard {padding: 12px 0px 12px 0px;}
.copycard p {font-size: 16px;line-height: 1.6;}
.centercopy{padding:2rem 5%; margin-bottom: 0px;}
.centercopy h2 {font-size: 30px;max-width: 100%;margin: 0 auto 12px;}
.centercopy p {max-width: 100%;margin: 0 auto 10px auto;font-size: 16px;line-height: 1.6;}
.doctorcopy h2 {font-size: 30px;margin-bottom: 10px;}
.doctorcopy p {font-size: 16px;line-height: 1.6;max-width: 100%;}
.doctor-copy h2 {font-size: 30px;}
.doctorcopy h2 br{display: none;}
.doctor-copy p {font-size: 16px;}
.doctorcopy {padding: 1.5rem;}
.doctor-image-wrap {min-height: auto;}
.ourvalues {padding: 2rem 0px;}
.valuesectionbadge {font-size: 17px;padding: 10px 20px;top: 0;left: 14%;transform: translate(50%, -50%);}
.ourvalues .sectiontitle {font-size: 30px;margin-bottom: 12px;}
.valuelayoutwrap {max-width: 100%;padding-top: 20px;margin: 40px auto 0;}
.valuelayoutwrap::before {left: 1px;width: 1px;height: 40px;}
.valuelayoutwrap::after {height: 40px;}
.value-section-badge {font-size: 16px;padding: 8px 12px;white-space: nowrap;}
.valuegrid{grid-template-columns: 1fr 1fr 1fr;margin-top: 0;padding-top: 18px;gap: 14px;}
.valueitem {min-height: auto;border: 1px solid #C8D9E0;}
.valueitem h3 {font-size: 22px;padding: 9px 12px;}
.valueitem p {font-size: 16px;padding: 15px 12px 12px;}
.doctorhighlight {padding: 2rem 0;}
.doctorpanel {grid-template-columns: 1fr 1fr;}
.clinicwhy {padding: 2rem 0 2rem 0px;}
.clinicwhy .section-title {font-size: 30px;max-width: 100%;margin: 0 auto 20px auto;}
.whygrid{grid-template-columns: 1fr  1fr 1fr;gap: 15px;}
.whyitem p {font-size: 16px;line-height: 1.6;padding-right: 5px;max-height: 180px;}
.whyitem {min-height: auto;padding: 20px 15px 20px 20px;}
.whyitem h3 {font-size: 22px;}
.treatmentcard span {font-size: 30px;}
.clinictreatment {padding: 2rem 0px;}
.clinictreatment .sectiontitle {font-size: 30px; margin-bottom: 15px;}
.treatmentgrid{gap:10px}
.treatmentcard {scroll-snap-align: center;min-width: 310px;width: 310px;}
.treatmentcard img {object-fit: cover;display: block;width: 100%;}
.treatmentcard .title {font-size: 30px;}
.treatmentcard .title span {font-size: 20px;}
}

/* Start of IPad View */
@media screen and (max-width: 991.98px) and (min-width:768px) {
.about-clinic-page .container-fluid {padding-left: 4%;padding-right: 4%;}
.clinic-title {font-size: 35px;margin-bottom: 12px;}
.clinic-hero {padding-top: 26px;background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 52%, #4ec4b6 52%, #4ec4b6 100%);}
.section-space {padding: 20px 0;}
.herowatermark {top: 15px;font-size: clamp(50px, 20vw, 80px);letter-spacing: 0%;}
.doctor-copy{padding: 12px;}
.copycard {padding: 12px 0px 12px 0px;}
.copycard p {font-size: 16px;line-height: 1.6;}
.centercopy{padding:2rem 5%; margin-bottom: 0px;}
.centercopy h2 {font-size: 30px;max-width: 100%;margin: 0 auto 12px;}
.centercopy p {max-width: 100%;margin: 0 auto 10px auto;font-size: 16px;line-height: 1.6;}
.doctorhighlight {padding: 2rem 0;background: linear-gradient(180deg, #4ec4b6 0%, #4ec4b6 65%, #dce8ef 65%, #dce8ef 100%);}
.doctorpanel {grid-template-columns: 1fr;display: flex;flex-direction: column-reverse;}
.doctorcopy h2 {font-size: 30px;margin-bottom: 10px;}
.doctorcopy p {font-size: 16px;line-height: 1.6;max-width: 100%;}
.doctor-copy h2 {font-size: 30px;}
.doctorcopy h2 br{display: none;}
.doctor-copy p {font-size: 16px;}
.doctorcopy {padding: 1rem;}
.doctor-image-wrap {min-height: auto;}
.ourvalues {padding: 2rem 0px;}
.valuesectionbadge {font-size: 17px;padding: 10px 20px;top: 0;left: 2%;transform: translate(50%, -50%);}
.ourvalues .sectiontitle {font-size: 30px;margin-bottom: 12px;}
.valuelayoutwrap {max-width: 100%;padding-top: 20px;margin: 40px auto 0;}
.valuelayoutwrap::before {left: 1px;width: 1px;height: 40px;}
.valuelayoutwrap::after {height: 40px;}
.value-section-badge {font-size: 15px;padding: 8px 12px;white-space: nowrap;}
.valuegrid{grid-template-columns: 1fr 1fr 1fr;margin-top: 0;padding-top: 18px;gap: 14px;}
.valueitem {min-height: auto;border: 1px solid #C8D9E0;}
.valueitem h3 {font-size: 20px;padding: 9px 12px;}
.valueitem p {font-size: 15px;padding: 12px 12px 12px;}
.why-grid {grid-template-columns: 1fr;}
.whygrid{grid-template-columns: 1fr 1fr;gap: 15px;}
.clinicwhy {padding: 2rem 0 2rem 0px;}
.clinicwhy .section-title {font-size: 30px;max-width: 100%;margin: 0 auto 10px auto;}
.whykicker {font-size: 14px;letter-spacing: 1px;}
.section-subtitle {font-size: 16px;margin-bottom: 12px;}
.whyitem p {font-size: 16px;line-height: 1.6;padding-right: 5px;max-height: 180px;}
.whyitem {min-height: auto;padding: 20px 15px 20px 20px;}
.whyitem h3 {font-size: 26px;}
.treatmentcard span {font-size: 30px;}
.clinictreatment {padding: 2rem 0px;}
.clinictreatment .sectiontitle {font-size: 30px;}
.treatmentgrid {display: flex;gap: 10px;margin-top: 12px;overflow-x: auto;-webkit-overflow-scrolling: touch;scroll-snap-type: x proximity;padding: 0px;}
.treatmentgrid::-webkit-scrollbar {display: none;}
.treatmentcard {scroll-snap-align: center;min-width: 280px;width: 280px;}
.treatmentcard img {object-fit: cover;display: block;}
.treatmentcard .title {font-size: 30px;}
.treatmentcard .title span {font-size: 20px;}
}

@media screen and (max-width:767.98px) and (min-width:320px) {
.about-clinic-page .container-fluid {padding-left: 4%;padding-right: 4%;}
.clinic-title {font-size: 26px;margin-bottom: 12px;}
.clinic-hero {padding-top: 26px;background: linear-gradient(180deg, #f6fbfc 0%, #f6fbfc 25%, #4ec4b6 25%, #4ec4b6 100%);}
.section-space {padding: 20px 0;}
.herowatermark {top: 15px;font-size: clamp(38px, 10vw, 150px);letter-spacing: 0%;}
.doctor-copy{padding: 12px;}
.copycard {padding: 12px 0px 12px 0px;}
.copycard p {font-size: 16px;line-height: 1.6;}
.centercopy{padding:1.5rem 5%; margin-bottom: 0px;}
.centercopy h2 {font-size: 26px;max-width: 100%;margin: 0 auto 12px;}
.centercopy p {max-width: 100%;margin: 0 auto 10px auto;font-size: 16px;line-height: 1.6;}
.doctorhighlight {padding: 1.5rem 0;background: linear-gradient(180deg, #4ec4b6 0%, #4ec4b6 43%, #dce8ef 43%, #dce8ef 100%);}
.doctorpanel {grid-template-columns: 1fr;display: flex;flex-direction: column-reverse;}
.doctorcopy h2 {font-size: 26px;margin-bottom: 10px;}
.doctorcopy p {font-size: 16px;line-height: 1.6;max-width: 100%;}
.doctor-copy h2 {font-size: 26px;}
.doctor-copy p {font-size: 15px;}
.doctorcopy {padding: 1rem;}
.doctor-image-wrap {min-height: auto;}
.ourvalues {padding-top: 10px;}
.valuesectionbadge {font-size: 14px;padding: 8px 10px;top: 0;left: 4%;transform: translate(10%, -50%);}
.ourvalues .sectiontitle {font-size: 26px;margin-bottom: 12px;}
.valuelayoutwrap {max-width: 100%;padding-top: 20px;margin: 40px auto 0;}
.valuelayoutwrap::before {left: 1px;width: 1px;height: 40px;}
.valuelayoutwrap::after {height: 40px;}
.value-section-badge {font-size: 15px;padding: 8px 12px;white-space: nowrap;}
.valuegrid,
.why-grid {grid-template-columns: 1fr;}
.whygrid{grid-template-columns: 1fr;gap: 10px;}
.clinicwhy {padding: 1.5rem 0 1.5rem 0px;}
.clinicwhy .section-title {font-size: 26px;max-width: 100%;margin: 0 auto 10px auto;}
.whykicker {font-size: 14px;letter-spacing: 1px;}
.section-subtitle {font-size: 16px;margin-bottom: 12px;}
.whyitem p {font-size: 16px;line-height: 1.6;padding-right: 5px;max-height: 180px;}
.valuegrid  {margin-top: 0;padding-top: 18px;gap: 14px;}
.valueitem {min-height: auto;border: 1px solid #C8D9E0;}
.valueitem h3 {font-size: 22px;padding: 9px 12px;}
.valueitem p {font-size: 16px;padding: 16px 14px 18px;}
.whyitem {min-height: auto;padding: 20px 15px 20px 20px;}
.whyitem h3 {font-size: 24px;}
.treatmentcard span {font-size: 24px;}
.clinictreatment {padding: 1.5rem 0px;}
.clinictreatment .sectiontitle {font-size: 26px;}
.treatmentgrid {display: flex;gap: 10px;margin-top: 12px;overflow-x: auto;-webkit-overflow-scrolling: touch;scroll-snap-type: x proximity;padding: 0px;}
.treatmentgrid::-webkit-scrollbar {display: none;}
.treatmentcard {scroll-snap-align: center;min-width: 280px;width: 280px;}
.treatmentcard img {object-fit: cover;display: block;}
.treatmentcard .title {font-size: 30px;}
.treatmentcard .title span {font-size: 20px;}
}
