/* Hospital inner pages — scoped to .hx-page (Varanasi / Prayagraj) */
.hx-page {
	--hx-teal: #046461;
	--hx-teal-deep: #035552;
	--hx-mint: #eef7f3;
	--hx-mint-soft: #e8f3f2;
	--hx-cream: #faf8f5;
	--hx-muted: #5c6b67;
	--hx-border: #dde5e4;
	--hx-radius: 12px;
	--hx-shadow: 0 8px 28px rgba(4, 100, 97, 0.08);
	--hx-sans: Poppins, sans-serif;
	font-family: var(--hx-sans);
	color: #333;
	overflow-x: hidden;
	padding-bottom: 0;
	width: 100%;
	max-width: 100%;
}
body.has-hospital-sticky .hx-page {
	padding-bottom: 72px;
}
@media (min-width: 768px) {
	body.has-hospital-sticky .hx-page {
		padding-bottom: 100px;
	}
}
.hx-page *,
.hx-page *::before,
.hx-page *::after {
	box-sizing: border-box;
}
.hx-page .container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.hx-page img,
.hx-page iframe,
.hx-page video {
	max-width: 100%;
}
.hx-page .sec-title,
.hx-page .help-title,
.hx-page h2.section-header,
.hx-page .section-header {
	font-family: var(--hx-sans) !important;
	letter-spacing: normal;
	color: var(--hx-teal);
	font-weight: 600;
}
.hx-page .text-orange {
	color: #ea7c5b;
}

/* ===== HERO ===== */
.hx-page .hx-hero {
	padding: 20px 0 28px;
	background:
		radial-gradient(ellipse 70% 50% at 85% 10%, rgba(4, 100, 97, 0.06), transparent 55%),
		linear-gradient(180deg, #f4faf8 0%, #fff 42%, #fff 100%);
}
.hx-page .hx-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
	font-size: 13px;
	color: #8a9693;
}
.hx-page .hx-breadcrumb a {
	color: #8a9693;
	text-decoration: none;
}
.hx-page .hx-breadcrumb a:hover {
	color: var(--hx-teal);
}
.hx-page .hx-bc-sep {
	color: #b5bfbc;
	font-size: 12px;
}
.hx-page .hx-bc-current {
	color: var(--hx-teal);
	font-weight: 500;
}
.hx-page .hx-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 36px;
	align-items: start;
	min-width: 0;
}
.hx-page .hx-hero-copy,
.hx-page .hx-hero-media {
	min-width: 0;
	max-width: 100%;
}
.hx-page .hx-hero-copy#OurLeftbanner,
.hx-page #OurLeftbanner {
	padding: 0;
}
.hx-page .hx-loc-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e6f4ef;
	color: var(--hx-teal);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}
.hx-page .hx-hero-heading {
	margin: 0 0 10px;
	color: var(--hx-teal) !important;
	font-family: var(--hx-sans) !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.01em;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
	max-width: 100%;
}
.hx-page .hx-hero-tagline {
	margin: 0 0 14px;
	max-width: 520px;
	color: #3d4a47;
	font-size: 15px;
	line-height: 1.55;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
}
.hx-page .hx-trust-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin: 0 0 14px;
}
.hx-page .hx-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #3d4a47;
	line-height: 1.35;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
}
.hx-page .hx-trust-divider {
	width: 1px;
	height: 16px;
	background: #c9d6d5;
}
.hx-page .hx-hero-pitch {
	margin: 0 0 14px;
	max-width: 540px;
	font-size: 14px;
	line-height: 1.6;
	color: #4a5754;
}
.hx-page .hx-hero-pitch .hx-pitch-highlight {
	color: var(--hx-teal);
	font-weight: 600;
}
.hx-page .hx-hero-address {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 0 0 18px;
	max-width: 540px;
}
.hx-page .hx-addr-pin {
	flex: 0 0 auto;
	margin-top: 2px;
}
.hx-page .hx-addr-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}
.hx-page .hx-addr-text {
	font-size: 13px;
	line-height: 1.45;
	color: #3d4a47;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
}
.hx-page .hx-map-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--hx-teal);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
.hx-page .hx-map-link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Lead form */
.hx-page .hx-lead-form {
	margin: 0 0 14px;
	max-width: 440px;
	padding: 18px 16px 14px;
	border-radius: 14px;
	background: linear-gradient(160deg, #e8f5f0 0%, #eef8f4 100%);
	border: 1px solid #d5ebe4;
}
.hx-page .hx-lead-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 14px;
}
.hx-page .hx-lead-phone-icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hx-teal);
}
.hx-page .hx-lead-title {
	margin: 0 0 2px;
	color: var(--hx-teal);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}
.hx-page .hx-lead-sub {
	margin: 0;
	color: var(--hx-muted);
	font-size: 12px;
	line-height: 1.4;
}
.hx-page .hx-field {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.hx-page .hx-field-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	pointer-events: none;
	z-index: 1;
}
.hx-page .hx-field input,
.hx-page .hx-field select {
	width: 100%;
	height: 46px;
	padding: 0 12px 0 38px;
	border: 1px solid #d0ddd9;
	border-radius: 10px;
	font-family: var(--hx-sans);
	font-size: 14px;
	color: #222;
	background: #fff;
	appearance: none;
}
.hx-page .hx-field-select::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #6b7a76;
	border-bottom: 1.5px solid #6b7a76;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}
.hx-page .hx-field select {
	padding-right: 32px;
}
.hx-page .hx-field input:focus,
.hx-page .hx-field select:focus {
	outline: none;
	border-color: var(--hx-teal);
	box-shadow: 0 0 0 2px rgba(4, 100, 97, 0.14);
}
.hx-page .hospital-hero-form-error {
	margin: 0 0 8px;
	color: #b42318;
	font-size: 12px;
}
.hx-page .hx-lead-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 50px;
	margin: 2px 0 0;
	border: none;
	border-radius: 10px;
	background: var(--hx-teal);
	color: #fff;
	font-family: var(--hx-sans);
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.22);
	transition: background 0.2s ease;
}
.hx-page .hx-lead-submit:hover,
.hx-page .hx-lead-submit:focus {
	background: var(--hx-teal-deep);
	color: #fff;
}
.hx-page .hx-lead-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}
.hx-page .hx-lead-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 10px 0 0;
	text-align: center;
	font-size: 12px;
	color: var(--hx-muted);
	line-height: 1.4;
}
.hx-page .hx-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 440px;
}
.hx-page .hx-hero-cta-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 440px;
	margin: 0 0 12px;
}
.hx-page .hx-btn-primary,
.hx-page .hx-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 12px 18px;
	border-radius: 10px;
	font-family: var(--hx-sans);
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	border: 1.5px solid transparent;
	width: 100%;
}
.hx-page .hx-btn-primary {
	background: var(--hx-teal);
	color: #fff;
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.22);
}
.hx-page .hx-btn-primary:hover,
.hx-page .hx-btn-primary:focus {
	background: var(--hx-teal-deep);
	color: #fff;
}
.hx-page .hx-btn-secondary {
	background: #fff;
	color: var(--hx-teal);
	border-color: var(--hx-teal);
}
.hx-page .hx-btn-secondary:hover,
.hx-page .hx-btn-secondary:focus {
	background: var(--hx-mint);
	color: var(--hx-teal);
}
.hx-page .hx-hero-trust-note {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--hx-muted);
}
.hx-page .hx-loc-badge--trust {
	background: rgba(4, 100, 97, 0.08);
	color: var(--hx-teal);
}
.hx-page .hx-btn-outline {
	flex: 1 1 140px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 46px;
	padding: 10px 14px;
	border-radius: 10px;
	border: 1.5px solid var(--hx-teal);
	background: #fff;
	color: var(--hx-teal);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease;
}
.hx-page .hx-btn-outline:hover {
	background: var(--hx-mint);
	color: var(--hx-teal-deep);
	text-decoration: none;
}

/* Gallery */
.hx-page .hx-gallery-main {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(4, 100, 97, 0.12);
	background: #dfeae8;
}
.hx-page #hospitalImgSlider {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	border-radius: 0;
	margin: 0;
}
.hx-page #hospitalImgSlider .owl-stage-outer {
	border-radius: 0;
	overflow: hidden !important;
}
.hx-page #hospitalImgSlider .owl-stage-outer,
.hx-page #hospitalImgSlider .owl-stage,
.hx-page #hospitalImgSlider .owl-item,
.hx-page #hospitalImgSlider .item,
.hx-page #hospitalImgSlider .hx-slide {
	height: 420px !important;
	max-height: 420px !important;
}
.hx-page #hospitalImgSlider .owl-item img,
.hx-page #hospitalImgSlider img.customDownloadSlider {
	width: 100% !important;
	height: 420px !important;
	max-height: 420px !important;
	object-fit: cover !important;
	object-position: center center !important;
	border-radius: 0;
}
.hx-page #hospitalImgSlider .owl-nav {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
	padding: 0 12px;
	height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
	pointer-events: none;
	z-index: 3;
}
.hx-page #hospitalImgSlider .owl-nav .owl-prev,
.hx-page #hospitalImgSlider .owl-nav .owl-next {
	position: static !important;
	display: inline-flex !important;
	pointer-events: auto;
	opacity: 0.95;
}
.hx-page #hospitalImgSlider .owl-nav.disabled {
	display: flex !important;
}
.hx-page #hospitalImgSlider .owl-dots {
	display: none !important;
}
.hx-page .hx-gallery-caption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hx-teal);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	backdrop-filter: blur(4px);
}
.hx-page .hx-gallery-count {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	border: none;
	border-radius: 999px;
	background: rgba(4, 100, 97, 0.92);
	color: #fff;
	font-family: var(--hx-sans);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	backdrop-filter: blur(4px);
}
.hx-page .hx-gallery-count:hover {
	background: var(--hx-teal-deep);
}
.hx-page .hx-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}
.hx-page .hx-thumb {
	position: relative;
	display: block;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background: #e8f0ee;
	cursor: pointer;
	aspect-ratio: 4 / 3;
}
.hx-page .hx-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hx-page .hx-thumb-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px 4px 4px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
.hx-page .hx-thumb.is-active {
	border-color: var(--hx-teal);
	box-shadow: 0 0 0 1px var(--hx-teal);
}
.hx-page .hx-thumb:hover {
	border-color: rgba(4, 100, 97, 0.45);
}

/* Highlights + trust band */
.hx-page .hx-highlights {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 28px 0 0;
	padding: 16px 18px;
	border-radius: 14px;
	background: linear-gradient(90deg, #e8f5f0 0%, #eef8f4 100%);
	border: 1px solid #d5ebe4;
	align-items: stretch;
}
.hx-page .hx-highlight-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.hx-page .hx-highlight-icon {
	flex: none;
	flex-shrink: 0;
	align-self: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.hx-page .hx-highlight-icon img,
.hx-page .hx-highlight-icon svg {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: 0 auto;
	flex-shrink: 0;
}
.hx-page .hx-highlight-label {
	color: var(--hx-teal);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	min-width: 0;
}
.hx-page .hx-highlight-item span:not(.hx-highlight-icon):not(.hx-highlight-label) {
	color: var(--hx-teal);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}
.hx-page .hx-trust-band {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 16px 0 0;
	padding: 16px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--hx-border);
	box-shadow: 0 4px 16px rgba(4, 100, 97, 0.05);
}
.hx-page .hx-trust-band-icon {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	object-fit: contain;
}
.hx-page .hx-trust-band-title {
	margin: 0 0 2px;
	color: var(--hx-teal);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}
.hx-page .hx-trust-band-sub {
	margin: 0;
	color: var(--hx-muted);
	font-size: 13px;
	line-height: 1.45;
}
.hx-page .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ===== WHY CHOOSE ===== */
.hx-page .whychoose {
	padding: 48px 0 28px;
	background: var(--hx-mint);
}
.hx-page .whychoose .help-title {
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 8px;
}
.hx-page .whychoose .section-sub-header {
	max-width: 640px;
	margin: 0 auto 28px;
	text-align: center;
	color: var(--hx-muted);
	font-size: 15px;
	line-height: 1.55;
}
.hx-page .hx-why-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding-top: 4px;
}
.hx-page .hx-why-card {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 16px 16px 14px;
	background: #fff;
	border: 1px solid var(--hx-border);
	border-radius: var(--hx-radius);
	box-shadow: 0 2px 10px rgba(4, 100, 97, 0.04);
}
.hx-page .hx-why-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hx-mint-soft);
	color: var(--hx-teal);
	margin-top: 2px;
}
.hx-page .hx-why-card h5,
.hx-page .hx-why-card .BeginHealingTitle {
	margin: 0 0 4px;
	color: var(--hx-teal);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}
.hx-page .hx-why-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}
.hx-page .whychoose .choose-list,
.hx-page .whychoose .sub-list {
	display: none;
}

/* ===== MICRO CTAs / conversion bands ===== */
.hx-page .section-micro-cta--hospital {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 16px;
	margin: 0 auto;
	padding: 22px 20px;
	max-width: none;
	background: #fff;
	border-top: 1px solid var(--hx-border);
	border-bottom: 1px solid var(--hx-border);
}
.hx-page .section-micro-cta-prompt {
	color: #3d4a47;
	font-size: 16px;
	font-weight: 500;
}
.hx-page .section-micro-cta-btn {
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 8px;
	background: var(--hx-teal);
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.2);
}
.hx-page .section-micro-cta-btn:hover,
.hx-page .section-micro-cta-btn:focus {
	background: var(--hx-teal-deep);
}

/* ===== DOCTORS (Meet Our Expert Doctors cards) ===== */
.hx-expert-doctors {
	--hx-sans: Poppins, sans-serif;
	--hx-dr-teal: #0B817D;
	--hx-dr-navy: #132B52;
	--hx-dr-soft-blue: #EDF6FF;
	--hx-dr-soft-mint: #EAF7F6;
	--hx-dr-soft-peach: #FFF7E9;
	padding: 56px 0;
	background: #fff;
	font-family: var(--hx-sans);
}
.hx-expert-doctors-head {
	text-align: center;
	margin-bottom: 28px;
}
.hx-expert-doctors-head--city {
	margin-bottom: 20px;
}
.hx-expert-doctors-eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--hx-dr-teal);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.hx-expert-doctors-title {
	display: block;
	margin: 0 0 10px;
	color: var(--hx-dr-teal);
	font-family: var(--hx-sans);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.25;
}
.hx-expert-doctors-sub {
	margin: 0 auto;
	max-width: 560px;
	color: #6b7a86;
	font-size: 15px;
	line-height: 1.5;
}
.hx-expert-doctors--continued {
	padding-top: 8px;
}
.hx-expert-doctors--continued + .hub-reviews,
.hx-expert-doctors + .hub-reviews {
	margin-top: 0;
}
.hx-expert-doctors-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}
.hx-dr-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6eef0;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(19, 43, 82, 0.08);
	padding: 18px 16px 16px;
	min-width: 0;
	cursor: pointer;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hx-dr-card:hover,
.hx-dr-card:focus-within {
	border-color: #c9e2e0;
	box-shadow: 0 14px 32px rgba(19, 43, 82, 0.12);
}
.hx-dr-card:focus {
	outline: 2px solid #0B817D;
	outline-offset: 2px;
}
.hx-dr-card .hx-dr-card-book,
.hx-dr-card .hx-dr-card-consult-toggle,
.hx-dr-card .hx-dr-card-profile {
	cursor: pointer;
}
.hx-dr-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	margin-bottom: 12px;
}
.hx-dr-card-photo {
	flex: 0 0 120px;
	width: 120px;
	height: 140px;
	border-radius: 14px;
	overflow: hidden;
	background: #eef5f4;
	box-shadow: 0 4px 14px rgba(19, 43, 82, 0.1);
}
.hx-dr-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}
.hx-dr-card-side {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.hx-dr-card-meta {
	min-width: 0;
	padding-top: 0;
}
.hx-dr-card-name {
	display: block;
	margin: 0 0 4px;
	color: var(--hx-dr-navy);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}
.hx-dr-card-name:hover {
	color: var(--hx-dr-teal);
}
.hx-dr-card-spec,
.hx-dr-card-exp {
	margin: 0;
	color: #667787;
	font-size: 12px;
	line-height: 1.4;
}
.hx-dr-card-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	width: auto;
	flex: 0 0 auto;
	text-align: left;
}
.hx-dr-card-badge img {
	width: 44px;
	height: 44px;
	display: block;
	margin: 0;
	flex: 0 0 44px;
}
.hx-dr-card-badge span {
	display: block;
	color: var(--hx-dr-teal);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-transform: uppercase;
	max-width: 110px;
}
.hx-dr-card-quote {
	position: relative;
	margin: 0 0 14px;
	padding: 12px 12px 12px 14px;
	border-radius: 12px;
	background: var(--hx-dr-soft-blue);
}
.hx-dr-card-quote--peach {
	background: var(--hx-dr-soft-peach);
}
.hx-dr-card-quote--mint {
	background: var(--hx-dr-soft-mint);
}
.hx-dr-card-quote-mark {
	position: absolute;
	top: 2px;
	left: 10px;
	color: #8eb8e8;
	font-size: 28px;
	line-height: 1;
	font-family: Georgia, serif;
}
.hx-dr-card-quote--peach .hx-dr-card-quote-mark {
	color: #e0b87a;
}
.hx-dr-card-quote--mint .hx-dr-card-quote-mark {
	color: #7cbcb5;
}
.hx-dr-card-quote p {
	margin: 0;
	padding-left: 18px;
	color: #4b5b6b;
	font-size: 12px;
	font-style: italic;
	line-height: 1.45;
}
.hx-dr-card-consult {
	flex: 1 1 auto;
	margin-bottom: 14px;
}
.hx-dr-card-consult-title {
	margin: 0 0 10px;
	color: var(--hx-dr-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}
.hx-dr-card-consult-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
}
.hx-dr-card-consult-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.hx-dr-card-consult-icon {
	flex: 0 0 44px;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	max-width: 44px;
	max-height: 44px;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	line-height: 0;
	background: transparent;
}
.hx-dr-card-consult-icon img {
	display: block;
	width: 44px !important;
	height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center center;
	border-radius: 50%;
	flex-shrink: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.hx-dr-card-consult-list img {
	/* legacy direct-img fallback */
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	max-width: 44px;
	max-height: 44px;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 50%;
	object-fit: contain;
	object-position: center center;
}
.hx-dr-card-consult-list span {
	color: #516172;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	padding-top: 0;
}
.hx-dr-card-consult.is-collapsed .hx-dr-card-consult-extra {
	display: none;
}
.hx-dr-card-consult-toggle {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 0;
	border: none;
	background: none;
	color: var(--hx-dr-teal);
	font-family: var(--hx-sans);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.hx-dr-card-consult-toggle:hover {
	color: var(--hx-dr-navy);
}
.hx-dr-card-consult .hx-dr-card-consult-less {
	display: none;
}
.hx-dr-card-consult.is-expanded .hx-dr-card-consult-more {
	display: none;
}
.hx-dr-card-consult.is-expanded .hx-dr-card-consult-less {
	display: inline;
}
.hx-dr-card-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 4px;
}
.hx-dr-card-book {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: none;
	border-radius: 10px;
	background: linear-gradient(180deg, #f5a623 0%, #e8912e 100%);
	color: #fff;
	font-family: var(--hx-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(232, 145, 46, 0.28);
}
.hx-dr-card-book:hover {
	background: linear-gradient(180deg, #f0a01a 0%, #d9841f 100%);
}
.hx-dr-card-book-arrow {
	filter: brightness(0) invert(1);
	width: 16px;
	height: 16px;
}
.hx-dr-card-profile {
	flex: 0 0 auto;
	color: var(--hx-dr-teal);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}
.hx-dr-card-profile:hover {
	color: var(--hx-dr-navy);
}
.hx-expert-doctors-footer {
	margin-top: 28px;
	text-align: center;
}
.hx-expert-doctors-all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border: 1.5px solid var(--hx-dr-teal);
	border-radius: 999px;
	color: var(--hx-dr-teal);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	background: #fff;
}
.hx-expert-doctors-all:hover {
	background: var(--hx-dr-soft-mint);
	color: var(--hx-dr-teal);
}
.hx-expert-doctors-all img {
	width: 14px;
	height: 14px;
}
@media (max-width: 1100px) {
	.hx-expert-doctors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.hx-expert-doctors {
		padding: 40px 0;
	}
	.hx-expert-doctors-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.hx-dr-card {
		padding: 16px 14px 14px;
	}
	.hx-dr-card-photo {
		flex: 0 0 100px;
		width: 100px;
		height: 118px;
	}
	.hx-dr-card-name {
		font-size: 15px;
	}
	.hx-dr-card-consult-list {
		gap: 10px 12px;
	}
	.hx-dr-card-consult-icon {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		max-width: 40px;
		max-height: 40px;
	}
	.hx-dr-card-consult-icon img,
	.hx-dr-card-consult-list img {
		flex: 0 0 40px;
		width: 40px !important;
		height: 40px !important;
		min-width: 40px;
		min-height: 40px;
		max-width: 40px !important;
		max-height: 40px !important;
	}
	.hx-dr-card-consult-list span {
		font-size: 11.5px;
	}
	.hx-dr-card-actions {
		flex-wrap: wrap;
	}
	.hx-dr-card-book {
		width: 100%;
	}
	.hx-dr-card-profile {
		width: 100%;
		text-align: center;
	}
}

/* ===== OFFERINGS ===== */
.hx-page .OurCancerCareProgram.OurServices {
	padding: 40px 0 28px;
	background: #fff;
}
.hx-page .OurCancerCareProgram .help-title {
	text-align: center;
	margin-bottom: 28px;
	font-size: 28px;
}
.hx-page .hx-offerings-grid,
.hx-page .OurCancerCareProgram .row.d-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.hx-page .program-box {
	padding: 10px;
	margin-bottom: 8px;
}
.hx-page .program-box > div {
	border-radius: var(--hx-radius);
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	background: #fff;
	border: 1px solid var(--hx-border);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hx-page .program-box:hover > div {
	transform: translateY(-3px);
	box-shadow: var(--hx-shadow);
}
.hx-page .program-box .pro-image {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 0;
}
.hx-page .program-title,
.hx-page .program-title.blue,
.hx-page .program-title.green,
.hx-page .program-title.pink,
.hx-page .program-title.darkpink,
.hx-page .program-title.lightgreen {
	margin: 0;
	padding: 12px 10px 14px;
	font-size: 15px;
	font-weight: 600;
	color: var(--hx-teal) !important;
	border: none !important;
	border-bottom: none !important;
	background: #fff;
	text-decoration: none;
}
.hx-page .program-title::after,
.hx-page .program-title::before {
	display: none !important;
	content: none !important;
}

/* ===== FACILITIES ===== */
.hx-page .hx-facilities {
	padding: 40px 0;
	background: var(--hx-mint-soft);
}
.hx-page .hx-facilities .section-header {
	margin-bottom: 8px;
}
.hx-page .hx-facility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}
.hx-page .hx-facility-card {
	background: #fff;
	border: 1px solid var(--hx-border);
	border-radius: var(--hx-radius);
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(4, 100, 97, 0.05);
}
.hx-page .hx-facility-card img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0;
}
.hx-page .hx-facility-label {
	margin: 0;
	padding: 12px 12px 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--hx-teal);
	line-height: 1.35;
}

/* ===== STORIES ===== */
.hx-page #patientbenefit:not(.survivors-speak) {
	padding: 44px 0 28px;
	background: var(--hx-cream) !important;
}
.hx-page #patientbenefit:not(.survivors-speak) .section-header {
	margin-bottom: 24px;
	font-size: 28px;
}
.hx-page #patientbenefit:not(.survivors-speak) .pb-item,
.hx-page #patientbenefit:not(.survivors-speak) .item {
	background: #fff;
	border-radius: var(--hx-radius);
	overflow: hidden;
	border: 1px solid var(--hx-border);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.hx-page #patientbenefit:not(.survivors-speak) .TestomonialTitle {
	font-family: var(--hx-sans);
	font-weight: 600;
	color: #222;
	font-size: 15px;
}
.hx-page #patientbenefit:not(.survivors-speak) .cl-exp {
	color: var(--hx-muted);
	font-size: 13px;
	line-height: 1.5;
}
.hx-page #patientbenefit:not(.survivors-speak) .video-sec {
	border-radius: 0;
}

/* Survivors marquee on hospital inner pages — match homepage Patients Speak UI */
.hx-page #patientbenefit.survivors-speak {
	padding: 48px 0 40px !important;
	background: #ffffff !important;
	overflow: hidden;
}
.hx-page #patientbenefit.survivors-speak .survivors-speak__title.section-header {
	text-align: left !important;
	margin-bottom: 8px;
	font-size: 28px;
	color: var(--zh-teal, #046461) !important;
}
.hx-page #patientbenefit.survivors-speak .survivors-speak__sub {
	margin: 0 0 8px;
}
.hx-page #patientbenefit.survivors-speak .survivors-speak__foot {
	margin-top: 28px;
}
.hx-page #patientbenefit.survivors-speak .survivors-card__iframe,
.hx-page #patientbenefit.survivors-speak .survivors-card__thumb,
.hx-page #patientbenefit.survivors-speak .survivors-card__media iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	aspect-ratio: auto !important;
	object-fit: cover;
}

/* Guidance band */
.hx-page .OurTreatmentBenefits,
.hx-page .hx-guidance-band {
	padding: 28px 0;
	background: var(--hx-mint) !important;
	border-top: 1px solid var(--hx-border);
}
.hx-page .hx-guidance-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 20px;
	text-align: center;
}
.hx-page .hx-guidance-prompt {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	color: #3d4a47;
}
.hx-page .OurTreatmentBenefits .btn.Connect_with_Expert,
.hx-page .hx-guidance-band .btn {
	margin: 0 !important;
	min-height: 48px;
	padding: 12px 28px;
	border: none;
	border-radius: 8px;
	background: var(--hx-teal) !important;
	color: #fff !important;
	font-family: var(--hx-sans);
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 8px 20px rgba(4, 100, 97, 0.22);
}
.hx-page .OurTreatmentBenefits .btn.Connect_with_Expert:hover {
	background: var(--hx-teal-deep) !important;
}

/* ===== FAQ ===== */
.hx-page #FaQSection,
.hx-page .hx-faq {
	padding: 48px 0 40px;
	background: #fff;
}
.hx-page #FaQSection .section-header,
.hx-page .hx-faq__title {
	margin: 0 auto 28px;
	max-width: 760px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #1e3a5f;
	text-align: center;
}
.hx-page .hx-faq__inner {
	max-width: 760px;
	margin: 0 auto;
}
.hx-page #FaQSection .w-100,
.hx-page .hx-faq__list {
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
}
.hx-page #FaQSection .customFAQ,
.hx-page .hx-faq__item {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(4, 100, 97, 0.04);
	overflow: hidden;
	box-sizing: border-box;
}
.hx-page #FaQSection .faq-title,
.hx-page .hx-faq__question {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 16px 16px 16px 18px !important;
	border: 0;
	background: transparent;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1e3a5f;
	cursor: pointer;
	line-height: 1.45;
	text-align: left;
	box-sizing: border-box;
}
.hx-page #FaQSection .faq-question-text,
.hx-page .hx-faq__question .faq-question-text {
	flex: 1 1 auto;
	min-width: 0;
}
.hx-page #FaQSection .MyAccordion,
.hx-page .hx-faq__question .MyAccordion {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	min-width: 28px;
	margin: 0;
	padding: 0;
	border: none !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #F47322 !important;
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hx-page #FaQSection .faq_panel,
.hx-page .hx-faq__answer {
	color: #5a6b7d;
	font-size: 14px;
	line-height: 1.65;
	padding: 0 18px 16px;
	margin: 0;
}
.hx-page #FaQSection .faq_panel p,
.hx-page .hx-faq__answer p {
	margin: 0;
}
.hx-page #FaQSection .hr {
	display: none;
}
.hx-page #FaQSection .CustomReadMoreBtn,
.hx-page .hx-faq__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 220px;
	margin: 16px auto 0;
	padding: 10px 18px;
	border: 1.5px solid #046461;
	border-radius: 999px;
	background: #fff;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.hx-page #FaQSection .CustomReadMoreBtn:hover,
.hx-page .hx-faq__more:hover {
	background: #e8f5f4;
}
.hx-page .hx-faq-cta {
	max-width: 760px;
	margin: 22px auto 0;
	text-align: center;
	font-size: 14px;
	color: #5a6b7d;
}
.hx-page .hx-faq-cta a,
.hx-page .hx-faq-cta-btn {
	display: inline-flex;
	margin-left: 6px;
	border: none;
	background: none;
	color: #046461;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}
@media (max-width: 767px) {
	.hx-page #FaQSection,
	.hx-page .hx-faq {
		padding: 40px 0 36px;
	}
	.hx-page #FaQSection .section-header,
	.hx-page .hx-faq__title {
		font-size: 22px;
		margin-bottom: 20px;
		padding: 0 4px;
	}
	.hx-page #FaQSection .faq-title,
	.hx-page .hx-faq__question {
		font-size: 14px;
		padding: 14px 14px 14px 14px !important;
		gap: 10px;
	}
	.hx-page #FaQSection .MyAccordion,
	.hx-page .hx-faq__question .MyAccordion {
		font-size: 24px;
		line-height: 26px;
	}
	.hx-page #FaQSection .faq_panel,
	.hx-page .hx-faq__answer {
		font-size: 13.5px;
		padding: 0 14px 14px;
	}
}

/* ===== ABOUT / EXPERTISE ===== */
.hx-page .about-sec {
	padding: 40px 0 !important;
}
.hx-page .about-sec.bg-gray {
	background: var(--hx-mint-soft) !important;
}
.hx-page .about-sec.bg-white {
	background: #fff !important;
}
.hx-page .about-sec .section-header {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.3;
}
.hx-page #TreatmentDecision,
.hx-page .about-sec .content {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 1.65;
	color: #444;
	text-align: left;
}
.hx-page .hx-about #TreatmentDecision,
.hx-page .hx-about-more-wrap#TreatmentDecision {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hx-page #TreatmentDecision a#showMore,
.hx-page #TreatmentDecision a#LessMore {
	color: var(--hx-teal) !important;
	font-weight: 600;
}
.hx-page .hx-about #TreatmentDecision a#showMore,
.hx-page .hx-about #TreatmentDecision a#LessMore,
.hx-page .hx-about-more-wrap a.hx-about-more-toggle {
	display: inline-block;
	text-align: center;
}
.hx-page .hx-expertise-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 900px;
	margin: 20px auto 0;
}
.hx-page .hx-expertise-card {
	padding: 16px 16px 14px;
	background: #fff;
	border: 1px solid var(--hx-border);
	border-radius: var(--hx-radius);
}
.hx-page .hx-expertise-card strong {
	display: block;
	margin-bottom: 6px;
	color: var(--hx-teal);
	font-size: 15px;
}
.hx-page .hx-expertise-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}
.hx-page .hx-prose {
	max-width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.65;
	color: #444;
}

/* Desktop right conversion rail */
.zh-desk-rail { display: none; }
@media (min-width: 992px) {
	.zh-desk-rail {
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr;
		position: fixed;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 998;
		width: 88px;
		height: 236px;
		background: var(--zh-teal, #046461);
		border-radius: 14px 0 0 14px;
		box-shadow: -4px 8px 24px rgba(4, 100, 97, 0.28);
		overflow: hidden;
		padding: 0;
	}
	.zh-desk-rail__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: 12px 8px;
		margin: 0;
		border: 0;
		background: transparent;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-family: Poppins, sans-serif;
		font-size: 11px;
		font-weight: 600;
		line-height: 1.25;
		letter-spacing: 0.01em;
		cursor: pointer;
		box-sizing: border-box;
		transition: background 0.15s ease;
	}
	.zh-desk-rail__item + .zh-desk-rail__item {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.zh-desk-rail__item:hover,
	.zh-desk-rail__item:focus {
		background: rgba(255, 255, 255, 0.12);
		color: #fff;
		text-decoration: none;
		outline: none;
	}
	.zh-desk-rail__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		color: #fff;
		flex-shrink: 0;
	}
	.zh-desk-rail__icon svg {
		width: 24px;
		height: 24px;
		display: block;
	}
	.zh-desk-rail__label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 2.6em;
		min-height: 2.6em;
		padding: 0 2px;
		box-sizing: border-box;
		line-height: 1.3;
	}
	body.has-desk-rail.modal-open .zh-desk-rail,
	body.has-desk-rail.home-guidance-modal-open .zh-desk-rail {
		display: none !important;
	}
}

/* Sticky 5-tab bar on mobile (Directions / Doctors / WhatsApp / Book / Call) */
@media (max-width: 767px) {
	body.has-hospital-sticky .hospital-sticky-stack {
		display: block !important;
		visibility: visible !important;
	}
	body.has-hospital-sticky .hospital-sticky-cta--tabs {
		display: grid !important;
		visibility: visible !important;
	}
	body.has-hospital-sticky {
		padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	.hx-page .hx-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.hx-page .hx-hero-heading {
		font-size: 28px !important;
	}
	.hx-page .hx-lead-form,
	.hx-page .hx-hero-actions {
		max-width: none;
	}
	.hx-page #hospitalImgSlider .owl-stage-outer,
	.hx-page #hospitalImgSlider .owl-stage,
	.hx-page #hospitalImgSlider .owl-item,
	.hx-page #hospitalImgSlider .item,
	.hx-page #hospitalImgSlider .hx-slide,
	.hx-page #hospitalImgSlider .owl-item img,
	.hx-page #hospitalImgSlider img.customDownloadSlider {
		height: 320px !important;
		max-height: 320px !important;
	}
	.hx-page .hx-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hx-page .hx-facility-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.hx-page .hx-hero {
		padding: 14px 0 20px;
	}
	.hx-page .hx-hero-heading {
		font-size: 24px !important;
	}
	.hx-page .hx-hero-tagline,
	.hx-page .hx-hero-address,
	.hx-page .hx-hero-pitch {
		max-width: none;
	}
	.hx-page .hx-trust-divider {
		display: none;
	}
	.hx-page #hospitalImgSlider .owl-stage-outer,
	.hx-page #hospitalImgSlider .owl-stage,
	.hx-page #hospitalImgSlider .owl-item,
	.hx-page #hospitalImgSlider .item,
	.hx-page #hospitalImgSlider .hx-slide,
	.hx-page #hospitalImgSlider .owl-item img,
	.hx-page #hospitalImgSlider img.customDownloadSlider {
		height: 240px !important;
		max-height: 240px !important;
	}
	.hx-page .hx-gallery-thumbs {
		display: flex;
		grid-template-columns: none;
		gap: 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}
	.hx-page .hx-thumb {
		flex: 0 0 72px;
		width: 72px;
	}
	.hx-page .hx-thumb-label {
		font-size: 9px;
		padding: 12px 2px 3px;
	}
	.hx-page .hx-highlights {
		grid-template-columns: 1fr;
		padding: 14px;
		gap: 12px;
	}
	.hx-page .hx-trust-band {
		align-items: flex-start;
	}
	.hx-page .hx-why-grid {
		grid-template-columns: 1fr;
	}
	.hx-page .hx-facility-grid {
		grid-template-columns: 1fr;
	}
	.hx-page .hx-expertise-grid {
		grid-template-columns: 1fr;
	}
	.hx-page .program-box .pro-image {
		height: 160px;
	}
	.hx-page .hub-reviews-rating-chip {
		min-width: 0;
		width: 100%;
	}
	.hx-page .hx-hero-cta-group,
	.hx-page .hx-hero-actions {
		max-width: none;
		width: 100%;
	}
}


/* ===== Treatment departments ===== */
.hx-page .hx-treatment {
	padding: 32px 0 48px;
	background: #fff;
}
.hx-page .hx-treatment-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 20px;
}
.hx-page .hx-treatment-sub,
.hx-page .hx-facilities-sub,
.hx-page .hx-stories-sub {
	margin: 8px 0 0;
	color: var(--hx-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.hx-page .hx-treatment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	justify-content: stretch;
	align-items: stretch;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.hx-page .hx-treatment-card {
	background: #fff;
	border: 1px solid var(--hx-border);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--hx-shadow);
	width: 100%;
	max-width: none;
	min-height: 0;
	height: auto;
	display: flex;
	flex-direction: column;
}
.hx-page .hx-treatment-media {
	height: 168px;
	flex-shrink: 0;
	background: #e8f0ef;
	overflow: hidden;
}
.hx-page .hx-treatment-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.hx-page .hx-treatment-body {
	padding: 14px 16px 18px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.hx-page .hx-treatment-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: var(--hx-teal);
	line-height: 1.3;
}
.hx-page .hx-treatment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
}
.hx-page .hx-treatment-list li {
	position: relative;
	padding-left: 22px;
	margin-top: 0;
}
.hx-page .hx-treatment-list li + li {
	margin-top: 6px;
}
.hx-page .hx-treatment-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #dff0ea url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M12.4 0C12 0.01 11.62 0.18 11.34 0.47C8.92 2.93 7.06 4.99 4.84 7.28L2.59 5.36C2.43 5.21 2.25 5.11 2.06 5.04C1.86 4.97 1.65 4.94 1.45 4.96C1.24 4.97 1.04 5.03 0.85 5.12C0.67 5.22 0.5 5.35 0.37 5.51C0.23 5.67 0.13 5.85 0.07 6.06C0.01 6.26 -0.01 6.47 0.01 6.68C0.03 6.89 0.09 7.09 0.19 7.27C0.29 7.46 0.42 7.62 0.58 7.75L3.94 10.63C4.24 10.88 4.62 11.02 5.01 11C5.4 10.98 5.77 10.82 6.04 10.54C8.83 7.71 10.81 5.45 13.54 2.69C13.76 2.47 13.91 2.19 13.97 1.88C14.03 1.57 14 1.25 13.88 0.96C13.75 0.66 13.55 0.42 13.29 0.25C13.02 0.08 12.72 -0.01 12.4 0Z' fill='%23046461'/%3E%3C/svg%3E") center / 8px 7px no-repeat;
}
.hx-page .hx-treatment-cta {
	margin-top: 18px;
	text-align: center;
}
.hx-page .hx-treatment-view-all,
.hx-page .hx-treatment-show-less {
	appearance: none;
	border: 1px solid var(--hx-teal);
	background: #fff;
	color: var(--hx-teal);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 8px;
	cursor: pointer;
}
.hx-page .hx-treatment-view-all:hover,
.hx-page .hx-treatment-show-less:hover {
	background: var(--hx-teal);
	color: #fff;
}
@media (min-width: 992px) {
	body.has-desk-rail .hx-page .hx-treatment .container {
		padding-right: 88px;
	}
	body.has-hospital-sticky .hx-page .hx-treatment {
		padding-bottom: 64px;
	}
}
@media (max-width: 991px) {
	.hx-page .hx-treatment-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		max-width: none;
		width: auto;
		margin-left: -16px;
		margin-right: -16px;
		padding: 4px 16px 12px;
	}
	.hx-page .hx-treatment-card {
		flex: 0 0 min(280px, calc(100vw - 56px));
		width: min(280px, calc(100vw - 56px));
		max-width: min(280px, calc(100vw - 56px));
		scroll-snap-align: start;
	}
}
@media (max-width: 767px) {
	.hx-page .hx-treatment-card {
		flex: 0 0 min(300px, calc(100vw - 48px));
		width: min(300px, calc(100vw - 48px));
		max-width: min(300px, calc(100vw - 48px));
		min-height: 0;
	}
	.hx-page .hx-treatment-media {
		height: 150px;
	}
}

/* ===== Facilities with descriptions ===== */
.hx-page .hx-facilities {
	padding: 40px 0 48px;
	background: #f7f9f9;
}
.hx-page .hx-facilities-head {
	margin-bottom: 22px;
}
.hx-page .hx-facility-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hx-border);
}
.hx-page .hx-facility-copy {
	padding: 12px 14px 16px;
}
.hx-page .hx-facility-label {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 600;
	color: var(--hx-teal);
}
.hx-page .hx-facility-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--hx-muted);
}

/* ===== Doctors ===== */
.hx-page .hx-doctors-all {
	color: var(--hx-teal);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.hx-page .hx-doctors-all:hover {
	color: var(--hx-teal-deep);
	text-decoration: underline;
}
.hx-page .hx-dr-profile-link {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--hx-teal);
}

/* ===== Stories / reviews / FAQ ===== */
.hx-page .hx-stories-foot {
	margin-top: 22px;
	text-align: center;
}
.hx-page .hx-stories-prompt {
	margin: 12px 0 10px;
	color: #444;
	font-size: 15px;
}
.hx-page .hub-text-link {
	color: #046461;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}
.hx-page .hub-text-link:hover {
	color: #035552;
}
.hx-page .hx-reviews {
	padding: 40px 0 48px;
}
.hx-page .hub-reviews-ratings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}
.hx-page .hub-reviews-rating-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 20px;
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 12px;
	min-width: 220px;
	text-align: center;
}
.hx-page .hub-reviews-rating-chip strong {
	font-size: 14px;
	color: #046461;
}
.hx-page .hub-reviews-rating-chip span {
	font-size: 13px;
	color: #5f6f6e;
	line-height: 1.35;
}
.hx-page .hub-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
}
.hx-page .hub-review-card {
	background: #fff;
	border: 1px solid #e4eceb;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	box-shadow: 0 6px 20px rgba(4, 100, 97, 0.06);
}
.hx-page .hub-review-media {
	/* Branded story art is ~600×327 — keep full graphic visible */
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 327;
	background: #f3f8f7;
	overflow: hidden;
}
.hx-page .hub-review-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}
.hx-page .hub-review-body {
	padding: 14px 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}
.hx-page .hub-review-title {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #1a3d38;
	line-height: 1.35;
}
.hx-page .hub-review-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #5f6f6e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hx-page .hub-reviews-more {
	margin-top: 22px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
	body.has-desk-rail .hx-page .hx-reviews .container {
		padding-right: 88px;
	}
}
@media (max-width: 991px) {
	.hx-page .hub-reviews-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 640px) {
	.hx-page .hub-reviews-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}
.hx-page .hx-reviews-sep {
	color: #9aa8a5;
}
.hx-page .hx-final-cta {
	margin-bottom: 8px;
}
/* Why Choose icons — crisp, consistent sizing on hospital pages */
.hx-page .zh-why-card__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	min-width: 56px;
	max-width: 56px;
	align-self: center;
	border-radius: 0;
	background: transparent !important;
	overflow: visible !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hx-page .zh-why-card__icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	object-position: center center;
	display: block;
}

/* ===== About section ===== */
.hx-page .hx-about {
	padding: 44px 0 52px;
	background:
		radial-gradient(ellipse 60% 40% at 10% 0%, rgba(4, 100, 97, 0.05), transparent 55%),
		#fff;
}
.hx-page .hx-about-eyebrow {
	margin: 0 0 8px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5c8a86;
}
.hx-page .hx-about .section-header {
	text-align: center;
	margin: 0 0 12px;
}
.hx-page .hx-about-intro {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
	font-size: 15px;
	line-height: 1.65;
	color: #555;
}
.hx-page .hx-about-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}
.hx-page .hx-about-card {
	background: #f7fbfa;
	border: 1px solid var(--hx-border);
	border-radius: 14px;
	padding: 18px 14px 16px;
	text-align: center;
}
.hx-page .hx-about-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 10px;
}
.hx-page .hx-about-card__icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	object-position: center center;
	display: block;
}
.hx-page .hx-about-card__title {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--hx-teal);
	line-height: 1.35;
}
.hx-page .hx-about-card__text {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: var(--hx-muted);
}
.hx-page .hx-about-sister {
	max-width: 720px;
	margin: 0 auto 8px;
	text-align: center;
	font-size: 14px;
	line-height: 1.55;
	color: #555;
}
.hx-page .hx-about-sister a {
	color: var(--hx-teal);
	font-weight: 600;
	display: inline;
}
.hx-page .hx-about-foot {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.hx-page .hx-about-more-wrap {
	text-align: center;
	margin: 4px auto 0;
	max-width: 720px;
}
.hx-page .hx-about-more-toggle {
	color: var(--hx-teal);
	font-weight: 600;
	font-size: 14px;
}
.hx-page .hx-about-more {
	max-width: 720px;
	margin: 12px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}
.hx-page .hx-about-more p {
	text-align: center;
	margin: 0 0 8px;
}
.hx-page .hx-doctors-empty {
	padding: 24px 12px;
	text-align: center;
	color: var(--hx-muted);
	font-size: 15px;
}
@media (max-width: 991px) {
	.hx-page .hx-about-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.hx-page .hx-about-grid {
		grid-template-columns: 1fr;
	}
}

/* ===== Patient stories (fluid embeds) — legacy Owl only ===== */
.hx-page #patientbenefit:not(.survivors-speak) .row.d-flex.w-100 {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.hx-page #patientbenefit:not(.survivors-speak) #patientbenefitSlide,
.hx-page #patientbenefit:not(.survivors-speak) .owl-carousel-webz {
	width: 100%;
	max-width: 100%;
}
.hx-page #patientbenefit:not(.survivors-speak) .video-sec {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.hx-page #patientbenefit:not(.survivors-speak) .hx-story-media,
.hx-page #patientbenefit:not(.survivors-speak) .ShowMyYoutubeVideo,
.hx-page #patientbenefit:not(.survivors-speak) .video-sec > img.video-link,
.hx-page #patientbenefit:not(.survivors-speak) .video-sec iframe,
.hx-page #patientbenefit:not(.survivors-speak) iframe.hx-story-media {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 0;
}
.hx-page #patientbenefit:not(.survivors-speak) .video-sec iframe,
.hx-page #patientbenefit:not(.survivors-speak) iframe.hx-story-media {
	aspect-ratio: 16 / 9;
	min-height: 0;
	height: auto !important;
}
