/**
 * Home page only — "Why Patients Choose Zamaa Health" path banner fixes.
 * Scoped to data-wf-page home id + .section_path so About/Blog/Contact are unaffected.
 */

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner {
	position: relative;
	overflow: hidden;
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner > .path_banner-mask {
	border-radius: var(--1-75rem);
	position: relative;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	height: 100%;
	min-height: 38.75rem;
	background: transparent;
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-mask::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(
		90deg,
		rgba(6, 47, 45, 0.12) 0%,
		rgba(6, 47, 45, 0.18) 55%,
		rgba(6, 47, 45, 0.28) 100%
	);
}

/* Full-bleed cover — overrides legacy left: 9.48rem / width: auto rules */
html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-mask > img.path_banner-background {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%);
	min-width: 100% !important;
	min-height: 100% !important;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	aspect-ratio: unset !important;
	vertical-align: unset !important;
	object-fit: cover !important;
	object-position: center center !important;
	border-radius: inherit;
	display: block;
	z-index: 0;
	margin: 0;
	padding: 0;
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-card,
html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_calendar-wrapper {
	z-index: 2;
	background: rgba(0, 45, 42, 0.52);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-card-title .text-style-p3,
html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-card-title .text-style-p3.is-second {
	color: #fff;
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-card-title .text-style-p5 {
	color: rgba(255, 255, 255, 0.86);
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-card-svg-wrapper {
	background-color: var(--color-accent);
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_calendar-wrapper {
	color: #fff;
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_text {
	color: rgba(255, 255, 255, 0.92);
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_image-mask.is-gradient-1,
html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_image-mask.is-gradient-2 {
	background-image: linear-gradient(
		160deg,
		rgba(238, 250, 248, 0.55),
		rgba(255, 243, 230, 0.42) 50%,
		rgba(120, 200, 192, 0.28)
	);
}

html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_image-mask.is-gradient-1 .path_image,
html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_image-mask.is-gradient-2 .path_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Tablet */
@media screen and (max-width: 991px) {
	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner > .path_banner-mask {
		overflow: hidden;
		border-radius: 1.5rem;
		min-height: 20rem;
	}

	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-mask > img.path_banner-background {
		top: 50% !important;
		left: 50% !important;
		min-width: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-wrapper {
		overflow: hidden;
	}

	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner {
		height: auto;
		min-height: 20rem;
	}

	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner > .path_banner-mask {
		min-height: 20rem;
		overflow: hidden;
		border-radius: 1.5rem;
	}

	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_banner-mask > img.path_banner-background {
		top: 50% !important;
		left: 50% !important;
		min-width: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	html[data-wf-page="691c4fe726bdddc6d5305896"] .section_path .path_calendar-wrapper {
		max-width: calc(100% - 1.5rem);
	}
}
