:root {
	--page-bg: #f4f7fc;
	--card-bg: #ffffff;
	--text-main: #1f1f29;
	--text-muted: #667180;
	--brand-blue: #2c53ff;
	--brand-cyan: #2ed4f2;
	--soft-border: #dfe6f3;
}

.subpage {
	background: var(--page-bg);
}

.subpage .menu a.active {
	color: var(--brand-blue);
}

.page-main {
	padding: 32px 0 48px;
}

.clinics-page .page-main {
	padding: 0 0 32px;
}

.page-banner {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	background: url("./images/Hero-Section/header-bg.png") center center / cover no-repeat;
	border-bottom: 1px solid #e1e8f8;
	margin-bottom: 32px;
}

.page-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(7, 20, 61, 0.85), rgba(22, 74, 167, 0.62));
	pointer-events: none;
}

.page-banner .container {
	position: relative;
	z-index: 1;
}

.page-banner h1 {
	margin: 0 0 8px;
	font-size: clamp(30px, 4.2vw, 46px);
	line-height: 1.1;
	color: #ffffff;
}

.page-banner p {
	margin: 0;
	max-width: 760px;
	color: rgba(234, 242, 255, 0.95);
	font-size: 16px;
	line-height: 1.65;
}

.panel {
	background: var(--card-bg);
	border: 1px solid #e6ebf6;
	box-shadow: 0 14px 36px rgba(22, 41, 79, 0.08);
	border-radius: 12px;
}

.section-gap {
	margin-top: 28px;
}

.section-title {
	margin: 0 0 18px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	color: var(--text-main);
}

.section-copy {
	margin: 0;
	color: var(--text-muted);
	font-size: 16px;
	line-height: 1.75;
}

.clinic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	max-width: 1120px;
	margin: 0 auto;

}

.clinic-card {
	padding: 28px;
	display: grid;
	gap: 18px;
	min-height: 440px;
	align-content: start;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clinic-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 32px rgba(22, 41, 79, 0.14);
}

.clinic-card h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
}

.clinic-info {
	margin: 0;
	color: #596577;
	font-size: 15px;
	line-height: 1.65;
}

.card-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.card-actions a {
	flex: 1 1 160px;
}

.btn-primary,
.btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
}

.btn-primary {
	background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan));
	color: #fff;
}

.btn-secondary {
	border: 1px solid #b8c8e8;
	color: #385080;
	background: #f7faff;
}

.mini-map,
.full-map {
	width: 100%;
	border: 0;
	border-radius: 8px;
}

.mini-map {
	height: 210px;
	display: block;
	margin-top: auto;
}

.clinic-card iframe {
	width: 100%;
	border: 0;
	border-radius: 8px;
}

.form-panel {
	padding: 24px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.form-group {
	display: grid;
	gap: 8px;
}

.form-group label {
	font-size: 14px;
	font-weight: 600;
	color: #35425c;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	border: 1px solid #ced8eb;
	border-radius: 8px;
	padding: 11px 12px;
	font: inherit;
	color: #1f1f29;
	background: #fff;
}

.form-group textarea {
	min-height: 130px;
	resize: vertical;
}

.span-2 {
	grid-column: 1 / -1;
}

.form-actions {
	margin-top: 6px;
}

@media (max-width: 1080px) {
	.clinic-grid {
		grid-template-columns: 1fr 1fr;
		max-width: none;
	}
}

@media (max-width: 760px) {
	.page-main {
		padding: 24px 0 28px;
	}

	.clinics-page .page-main {
		padding: 0 0 28px;
	}

	.page-banner {
		padding: 74px 0;
		margin-bottom: 24px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.span-2 {
		grid-column: auto;
	}

	.clinic-grid {
		grid-template-columns: 1fr;
	}

	.clinic-card {
		min-height: auto;
		padding: 22px;
	}

	.mini-map {
		height: 190px;
	}
}

/* About doctor page converted from utility classes to plain CSS */
.about-doctor-body {
	background: #f8f9fa;
}

.about-page {
	padding-top: 24px;
	padding-bottom: 0;
	overflow: hidden;
}

.about-wrap {
	width: min(1280px, calc(100% - 64px));
	margin: 0 auto;
}

.about-hero {
	position: relative;
	padding: 48px 0 96px;
}

.about-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.about-hero-photo-frame {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 0 28px 44px rgba(24, 37, 73, 0.2);
}

.about-hero-photo-frame img {
	height: 70px;
	width: 70px;
	object-fit: cover;
}

.about-hero-content h1,
.about-page h2,
.about-page h3 {
	font-family: "Manrope", "Poppins", sans-serif;
}

.about-hero-content h1 {
	margin: 0;
	color: #00478d;
	font-size: 3rem;            /* text-5xl */
  font-weight: 800;           /* font-extrabold */
        /* text-primary */
  margin-bottom: 1.5rem;      /* mb-6 */
  letter-spacing: -0.025em;   /* tracking-tight */
  line-height: 1; 
}

.about-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 26px 0;
}

.about-chip-row span {
	padding: 8px 16px;
	border-radius: 999px;
	background: #d6e3ff;
	color: #001b3d;
	font-size: 14px;
	font-weight: 600;
}

.about-hero-content p {
	margin: 0;
	font-size: 21px;
	line-height: 1.75;
	color: #424752;
	max-width: 640px;
}

.about-hero-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 34%;
	height: 100%;
	border-radius: 100px 0 0 100px;
	background: rgba(0, 71, 141, 0.05);
	z-index: 1;
}

.about-story {
	padding: 96px 0;
}

.about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 64px;
}

.about-page h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #00478d;
}

.about-copy {
	display: grid;
	gap: 24px;
	margin-top: 28px;
	font-size: 18px;
	line-height: 1.75;
	color: #424752;
}

.about-copy p {
	margin: 0;
}

.about-copy blockquote {
	margin: 0;
	font-size:1rem;
	padding: 8px 0 8px 24px;
	border-left: 4px solid #bb0027;
	border-radius: 0 8px 8px 0;
	background: rgba(187, 0, 39, 0.05);
	color: #191c1d;
	font-style: italic;
	font-weight: 400;
}

.about-education-card {
	background: #fff;
	padding: 40px;
	border: 1px solid rgba(114, 119, 131, 0.2);
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(29, 44, 75, 0.08);
}

.about-education-card h2 {
	font-size: 1.5rem;
	margin-bottom: 36px;
}

.about-timeline {
	position: relative;
	display: grid;
	gap: 34px;
	padding-left: 38px;
}

.about-timeline::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: rgba(114, 119, 131, 0.4);
}

.about-timeline article {
	position: relative;
}

.about-timeline article::before {
	content: "";
	position: absolute;
	left: -38px;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00478d;
	border: 4px solid #d6e3ff;
}

.about-timeline span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #bb0027;
	margin-bottom: 6px;
}

.about-timeline h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #191c1d;
}

.about-timeline p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.75;
	color: #424752;
}

.about-specializations {
	padding: 96px 0;
}

.about-section-head {
	text-align: center;
	margin-bottom: 60px;
}

.about-section-head p {
	margin: 12px auto 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.65;
	color: #424752;
}

.about-spec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.about-spec-card {
	background: #fff;
	padding: 32px;
	border-radius: 12px;
	border-left: 4px solid #bb0027;
	box-shadow: 0 4px 16px rgba(24, 36, 63, 0.08);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-spec-card:hover {
	box-shadow: 0 16px 32px rgba(24, 36, 63, 0.14);
	transform: translateY(-4px);
}

.about-spec-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #d6e3ff;
	display: grid;
	place-items: center;
	margin-bottom: 24px;
	transition: transform 0.2s ease;
}

.about-spec-card:hover .about-spec-icon {
	transform: scale(1.08);
}

.about-spec-icon .material-symbols-outlined {
	font-size: 32px;
	color: #00478d;
}

.about-spec-card h3 {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #191c1d;
}

.about-spec-card p {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: #424752;
}


.about-cta {
	padding: 0 0 96px;
}

.about-cta-panel {
	position: relative;
	overflow: hidden;
	padding: 56px 48px;
	border-radius: 24px;
	text-align: center;
	background: linear-gradient(135deg, #00478d 0%, #005eb8 100%);
	box-shadow: 0 18px 30px rgba(17, 31, 63, 0.26);
}

.about-cta-panel::before,
.about-cta-panel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.about-cta-panel::before {
	top: -120px;
	right: -120px;
	width: 260px;
	height: 260px;
}

.about-cta-panel::after {
	left: -190px;
	bottom: -210px;
	width: 420px;
	height: 420px;
}

.about-cta-panel h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 2.25rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}

.about-cta-panel p {
	position: relative;
	z-index: 1;
	margin: 18px auto 0;
	max-width: 900px;
	font-size: 21px;
	line-height: 1.65;
	color: #a9c7ff;
}

.about-cta-actions {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.about-cta-primary,
.about-cta-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 700;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.about-cta-primary {
	background: #fff;
	color: #00478d;
}

.about-cta-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.about-cta-primary:hover,
.about-cta-secondary:hover {
	transform: translateY(-1px);
}

@media (max-width: 1080px) {
	.about-wrap {
		width: min(1280px, calc(100% - 42px));
	}

	.about-hero-grid,
	.about-story-grid,
	.about-spec-grid {
		grid-template-columns: 1fr;
	}

	.about-hero-photo-col {
		max-width: 620px;
	}
}

@media (max-width: 760px) {
	.about-wrap {
		width: min(1280px, calc(100% - 28px));
	}

	.about-page {
		padding-top: 8px;
	}

	.about-hero,
	.about-story,
	.about-specializations {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.about-hero-photo-col {
		max-width: none;
	}

	.about-hero-content h1 {
		font-size: clamp(36px, 10vw, 58px);
	}

	.about-hero-content p,
	.about-section-head p,
	.about-cta-panel p,
	.about-copy {
		font-size: 17px;
	}

	.about-page h2 {
		font-size: clamp(30px, 9vw, 40px);
	}

	.about-education-card {
		padding: 26px;
	}

	.about-spec-card {
		padding: 24px;
	}

	.about-cta {
		padding-bottom: 54px;
	}

	.about-cta-panel {
		padding: 42px 20px;
	}

	.about-cta-primary,
	.about-cta-secondary {
		width: 100%;
		font-size: 16px;
	}
}

/* Contact page converted from utility classes to plain CSS */
.contact-page-body {
	background: #f8f9fa;
	font-family: Inter, sans-serif;
	color: #191c1d;
}

.contact-page-main {
	padding: 128px 0 0;
}

.subpage .clinic-footer {
	margin-top: 0;
}

.contact-page-container {
	max-width: 1152px;
	margin: 0 auto;
	margin-bottom : 50px;
}

.contact-status-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 48px;
	padding: 16px;
	background: rgba(214, 227, 255, 0.45);
	border-left: 4px solid #00478d;
	border-radius: 12px;
}

.contact-status-icon {
	color: #00478d;
	font-variation-settings: "FILL" 1;
}

.contact-status-title {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-weight: 800;
	color: #00478d;
}

.contact-status-copy {
	margin: 4px 0 0;
	font-size: 14px;
	color: #424752;
}

.contact-layout-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 48px;
	align-items: flex-start;
}

.contact-left-col {
	display: grid;
	gap: 24px;
}

.contact-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #ffdad8;
	color: #92001d;
	font-family: Manrope, sans-serif;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	width: fit-content;
}

.contact-pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bb0027;
}

.contact-main-title {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 3.75rem;
	font-weight: 800;
	line-height: 0.98;
	color: #00478d;
	letter-spacing: -0.02em;
}

.contact-main-title span {
	color: #bb0027;
}

.contact-intro-copy {
	margin: 0;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.6;
	color: #424752;
}

.contact-info-list {
	display: grid;
	gap: 16px;
	padding-top: 8px;
}

.contact-info-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px;
	background: #ffffff;
	border-radius: 12px;
	transition: box-shadow 0.2s ease;
}

.contact-info-card:hover {
	box-shadow: 0 10px 24px rgba(19, 33, 66, 0.14);
}

.contact-info-card-highlight {
	border-left: 4px solid #bb0027;
}

.contact-info-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
}

.contact-info-icon-gradient {
	background: linear-gradient(135deg, #00478d 0%, #005eb8 100%);
}

.contact-info-icon-red {
	background: #bb0027;
}

.contact-info-icon-blue-light {
	background: #d6e3ff;
	color: #00478d;
}

.contact-info-label {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #bb0027;
}

.contact-info-value {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 700;
	color: #191c1d;
}

.contact-info-value-tight {
	line-height: 1.2;
}

.contact-right-col {
	background: #f3f4f5;
	padding: 4px;
	border-radius: 16px;
	box-shadow: 0 16px 30px rgba(19, 33, 66, 0.18);
}

.contact-form-body {
	background: #ffffff;
	border-radius: 20px;
	padding: 32px;
}

.contact-form-grid {
	display: grid;
	gap: 24px;
}

.contact-field-grid {
	display: grid;
	gap: 24px;
}

.contact-field-grid.two-col {
	grid-template-columns: 1fr 1fr;
}

.contact-field {
	display: grid;
	gap: 8px;
}

.contact-field label {
	padding-left: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #424752;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	width: 100%;
	padding: 12px 16px;
	border: 0;
	border-radius: 12px;
	background: #e7e8e9;
	font: inherit;
	color: #191c1d;
	outline: none;
	transition: box-shadow 0.2s ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
	box-shadow: 0 0 0 2px #00478d;
}

.contact-field select {
	appearance: none;
}

.contact-field textarea {
	resize: none;
	min-height: 112px;
}

.contact-info-note-wrap {
	display: flex;
	align-items: flex-end;
}

.contact-info-note {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 12px;
	background: rgba(255, 218, 216, 0.6);
}

.contact-info-note .material-symbols-outlined {
	color: #bb0027;
	font-variation-settings: "FILL" 1;
}

.contact-info-note p {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #92001d;
}

.contact-actions {
	padding-top: 6px;
	text-align: center;
}

.contact-actions button {
	width: 100%;
	border: 0;
	padding: 16px;
	border-radius: 12px;
	background: linear-gradient(135deg, #00478d 0%, #005eb8 100%);
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 20px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(0, 94, 184, 0.3);
	transition: transform 0.12s ease;
}

.contact-actions button:active {
	transform: scale(0.985);
}

.contact-actions p {
	margin: 16px 0 0;
	font-size: 12px;
	color: #424752;
}

.contact-actions a {
	color: inherit;
	text-decoration: underline;
}

.contact-info-icon .material-symbols-outlined {
	font-size: 24px;
}

@media (max-width: 1100px) {
	.contact-layout-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.contact-page-main {
		padding: 112px 0 0;
	}

	.contact-status-banner {
		margin-bottom: 30px;
	}

	.contact-main-title {
		font-size: clamp(36px, 12vw, 48px);
	}

	.contact-intro-copy {
		font-size: 16px;
	}

	.contact-info-value {
		font-size: 19px;
	}

	.contact-form-body {
		padding: 24px;
	}

	.contact-field-grid.two-col {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}