/**
 * Premium profile — Dr Soumia Ouazzani.
 * Brand: sign black #131614 + teal #008994, photographic clinic layout.
 */

.single-bf_listing.bf-premium-profile--ouazzani .entry-hero,
.single-bf_listing.bf-premium-profile--ouazzani .entry-header,
.single-bf_listing.bf-premium-profile--ouazzani .page-title,
.single-bf_listing.bf-premium-profile--ouazzani .content-title {
	display: none !important;
}

.single-bf_listing.bf-premium-profile--ouazzani .content-wrap,
.single-bf_listing.bf-premium-profile--ouazzani .site-main,
.single-bf_listing.bf-premium-profile--ouazzani .entry-content-wrap {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

.single-bf_listing.bf-premium-profile--ouazzani .entry-content {
	margin: 0 !important;
}

.bf-oz {
	--oz-ink: #131614;
	--oz-teal: #008994;
	--oz-teal-dark: #00656d;
	--oz-wall: #f4f1ea;
	--oz-paper: #ffffff;
	--oz-line: #d9d4c8;
	--oz-muted: #3f4744;
	--oz-display: "Outfit", "Manrope", system-ui, sans-serif;
	--oz-body: "Manrope", system-ui, sans-serif;
	color: var(--oz-ink);
	font-family: var(--oz-body);
	background: var(--oz-wall);
	overflow-x: hidden;
}

.bf-oz *,
.bf-oz *::before,
.bf-oz *::after {
	box-sizing: border-box;
}

.bf-oz a {
	color: inherit;
}

.bf-oz__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.bf-oz-reveal,
.bf-oz.js-ready .bf-oz-reveal,
.bf-oz.js-ready .bf-oz-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Nav */
.bf-oz__nav {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(244, 241, 234, 0.97);
	border-bottom: 1px solid var(--oz-line);
}

.bf-oz__nav-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0.65rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: nowrap;
}

.bf-oz__brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	min-width: 0;
}

.bf-oz__logo {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 12px;
	flex-shrink: 0;
	background: #ece8de;
}

.bf-oz__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	min-width: 0;
}

.bf-oz__brand-text strong,
.bf-oz__brand-text small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bf-oz__brand-text strong {
	font-family: var(--oz-display);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bf-oz__brand-text small {
	color: var(--oz-teal-dark);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 800;
}

.bf-oz__links {
	display: none;
	margin-left: auto;
	gap: 1.3rem;
	font-size: 0.92rem;
	font-weight: 600;
}

.bf-oz__links a {
	text-decoration: none;
	color: var(--oz-muted);
}

.bf-oz__links a:hover {
	color: var(--oz-teal-dark);
}

.bf-oz__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.02em;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

.bf-oz__btn--solid {
	background: var(--oz-teal);
	color: #ffffff;
	padding: 0.65rem 1.15rem;
}

.bf-oz__btn--solid:hover {
	background: var(--oz-teal-dark);
	color: #ffffff;
}

.bf-oz__btn--ghost {
	border: 1px solid var(--oz-ink);
	color: var(--oz-ink);
	padding: 0.65rem 1.15rem;
	background: transparent;
}

.bf-oz__btn--ghost:hover {
	background: var(--oz-ink);
	color: #ffffff;
}

.bf-oz__btn--lg {
	padding: 0.95rem 1.4rem;
}

.bf-oz__btn--block {
	width: 100%;
}

/* Hero split — photo never behind text */
.bf-oz__hero {
	display: grid;
}

.bf-oz__hero-photo {
	min-height: 210px;
	height: 38vh;
	max-height: 260px;
	background: #1a2422 center / cover no-repeat;
}

.bf-oz__hero-copy {
	background: var(--oz-paper);
	padding: 2.2rem 1.35rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bf-oz__eyebrow {
	margin: 0 0 0.85rem;
	color: var(--oz-teal-dark);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.76rem;
	font-weight: 800;
}

.bf-oz__title {
	margin: 0;
	font-family: var(--oz-display);
	font-size: clamp(2.05rem, 5vw, 3.55rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: var(--oz-ink);
	max-width: 12ch;
}

.bf-oz__lead {
	margin: 1.1rem 0 0;
	max-width: 36rem;
	font-size: 1.08rem;
	line-height: 1.65;
	color: var(--oz-muted);
}

.bf-oz__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.6rem;
}

/* Trust bar */
.bf-oz__trust {
	background: var(--oz-ink);
	color: #ffffff;
}

.bf-oz__trust-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 1.35rem 1.25rem;
	display: grid;
	gap: 1.1rem;
}

.bf-oz__trust p {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.bf-oz__trust strong {
	font-family: var(--oz-display);
	font-size: 1.05rem;
	font-weight: 700;
}

.bf-oz__trust span {
	color: #7ad0d6;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 800;
}

/* Care tiles */
.bf-oz__care,
.bf-oz__doctor,
.bf-oz__cabinet,
.bf-oz__faq {
	padding: 3.4rem 0;
}

.bf-oz__section-head {
	margin-bottom: 1.8rem;
}

.bf-oz__kicker {
	margin: 0 0 0.5rem;
	color: var(--oz-teal-dark);
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 800;
}

.bf-oz__h2 {
	margin: 0;
	font-family: var(--oz-display);
	font-size: clamp(1.7rem, 3.5vw, 2.55rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--oz-ink);
	max-width: 18ch;
}

.bf-oz__prose {
	margin: 0.9rem 0 0;
	max-width: 42rem;
	color: var(--oz-muted);
	line-height: 1.7;
	font-size: 1.04rem;
}

.bf-oz__tiles {
	display: grid;
	gap: 1rem;
}

.bf-oz__tile {
	background: var(--oz-paper);
	border: 1px solid var(--oz-line);
	border-radius: 20px;
	overflow: hidden;
}

.bf-oz__tile img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	background: #1a2422;
}

.bf-oz__tile-body {
	padding: 1.15rem 1.15rem 1.3rem;
}

.bf-oz__tile h3,
.bf-oz__more h3,
.bf-oz__hours h3,
.bf-oz__faq-item summary {
	margin: 0 0 0.4rem;
	font-family: var(--oz-display);
	font-weight: 700;
	color: var(--oz-ink);
	font-size: 1.18rem;
	letter-spacing: -0.02em;
}

.bf-oz__tile p,
.bf-oz__more p,
.bf-oz__hours-note,
.bf-oz__faq-item p,
.bf-oz__address,
.bf-oz__address-line {
	margin: 0;
	color: var(--oz-muted);
	line-height: 1.6;
}

.bf-oz__more {
	display: grid;
	gap: 0.85rem;
	margin-top: 0.85rem;
}

.bf-oz__more article {
	background: var(--oz-paper);
	border: 1px solid var(--oz-line);
	border-radius: 16px;
	padding: 1.15rem 1.2rem;
}

/* Doctor */
.bf-oz__doctor {
	background: var(--oz-paper);
}

.bf-oz__doctor-grid,
.bf-oz__cabinet-grid {
	display: grid;
	gap: 1.6rem;
	align-items: center;
}

.bf-oz__sign {
	margin: 0;
}

.bf-oz__sign img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 22px;
	border: 1px solid var(--oz-line);
}

.bf-oz__checks {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.bf-oz__checks li {
	position: relative;
	padding: 0.65rem 0 0.65rem 1.7rem;
	border-top: 1px solid var(--oz-line);
	color: var(--oz-muted);
	line-height: 1.5;
}

.bf-oz__checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: var(--oz-teal);
}

.bf-oz__address-line {
	margin-top: 1.1rem;
	font-weight: 700;
	color: var(--oz-ink);
}

.bf-oz__hours {
	background: var(--oz-paper);
	border: 1px solid var(--oz-line);
	border-radius: 20px;
	padding: 1.4rem 1.3rem;
}

.bf-oz__hours dl {
	margin: 0;
}

.bf-oz__hours dl > div {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--oz-line);
}

.bf-oz__hours dt {
	font-weight: 800;
}

.bf-oz__hours dd {
	margin: 0;
	color: var(--oz-muted);
}

.bf-oz__hours-note {
	margin-top: 1rem;
	font-size: 0.92rem;
}

.bf-oz__faq-list {
	display: grid;
	gap: 0.7rem;
}

.bf-oz__faq-item {
	background: var(--oz-paper);
	border: 1px solid var(--oz-line);
	border-radius: 16px;
	padding: 0.2rem 1.15rem;
}

.bf-oz__faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 0.95rem 0;
}

.bf-oz__faq-item summary::-webkit-details-marker {
	display: none;
}

.bf-oz__faq-item p {
	margin: 0 0 1rem;
}

/* Contact */
.bf-oz__contact {
	padding: 0 1.25rem 6.5rem;
}

.bf-oz__contact-panel {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	gap: 1.4rem;
	padding: 2.1rem 1.4rem;
	border-radius: 24px;
	background: var(--oz-ink);
	color: #ffffff;
}

.bf-oz__contact-panel .bf-oz__kicker {
	color: #7ad0d6;
}

.bf-oz__contact-panel .bf-oz__h2 {
	color: #ffffff;
}

.bf-oz__contact-panel .bf-oz__address {
	color: #c5ccc8;
	margin-top: 0.85rem;
}

.bf-oz__phone {
	margin: 0.65rem 0 0;
	font-family: var(--oz-display);
	font-size: 1.55rem;
	font-weight: 700;
	color: #ffffff;
}

.bf-oz__contact-actions {
	display: grid;
	gap: 0.65rem;
	align-content: end;
}

.bf-oz__contact .bf-oz__btn--ghost {
	border-color: #ffffff;
	color: #ffffff;
}

.bf-oz__contact .bf-oz__btn--ghost:hover {
	background: #ffffff;
	color: var(--oz-ink);
}

.bf-oz__mobile-bar {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background: #ffffff;
	border-top: 1px solid var(--oz-line);
	padding: 0.7rem 0.8rem calc(0.7rem + env(safe-area-inset-bottom));
	gap: 0.55rem;
}

.bf-oz__mobile-btn {
	text-align: center;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.85rem 0.6rem;
	font-weight: 800;
	background: var(--oz-teal);
	color: #ffffff;
}

.bf-oz__mobile-btn--map {
	background: transparent;
	color: var(--oz-ink);
	border: 1px solid var(--oz-ink);
}

@media (min-width: 800px) {
	.bf-oz__links {
		display: flex;
	}

	.bf-oz__hero {
		grid-template-columns: 1.15fr 0.85fr;
		min-height: 78vh;
	}

	.bf-oz__hero-photo {
		height: auto;
		max-height: none;
		min-height: 0;
	}

	.bf-oz__hero-copy {
		padding: 3.2rem 3rem;
	}

	.bf-oz__trust-inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.bf-oz__cabinet-grid,
	.bf-oz__contact-panel,
	.bf-oz__doctor-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bf-oz__tiles {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.bf-oz__more {
		grid-template-columns: 1fr 1fr;
	}

	.bf-oz__tile img {
		height: 220px;
	}

	.bf-oz__mobile-bar {
		display: none;
	}

	.bf-oz__contact {
		padding-bottom: 3.8rem;
	}

	.bf-oz__logo {
		width: 60px;
		height: 60px;
	}
}

/* Landline-only cabinet: hide site-wide WhatsApp FAB (it also covers the mobile bar). */
#ht-ctc-chat,
.ht-ctc,
.ht-ctc-chat {
	display: none !important;
}

@media (max-width: 799px) {
	.bf-oz__nav .bf-oz__btn,
	.bf-oz__hero .bf-oz__actions {
		display: none;
	}

	.bf-oz__hero-photo {
		min-height: 180px;
		height: 28vh;
		max-height: 210px;
	}

	.bf-oz__hero-copy {
		padding: 1.35rem 1.2rem 1.5rem;
	}

	.bf-oz__title {
		max-width: none;
		font-size: clamp(1.7rem, 7.2vw, 2.15rem);
	}

	.bf-oz__lead {
		font-size: 0.98rem;
		margin-top: 0.75rem;
	}

	html:not([dir="rtl"]) .trp-language-switcher.trp-floating-switcher {
		top: 0.65rem !important;
		bottom: auto !important;
		left: auto !important;
		right: 3.35rem !important;
		z-index: 100000 !important;
	}

	.bf-oz__trust-inner {
		padding: 1rem 1.25rem 1.15rem;
		gap: 0.65rem;
	}
}

/* Arabic clinic page */
.bf-oz[dir="rtl"] {
	--oz-display: "Cairo", "Noto Naskh Arabic", system-ui, sans-serif;
	--oz-body: "Cairo", "Noto Naskh Arabic", system-ui, sans-serif;
	font-family: var(--oz-body);
	text-align: right;
}

.bf-oz[dir="rtl"] .bf-oz__brand-text strong,
.bf-oz[dir="rtl"] .bf-oz__brand-text small,
.bf-oz[dir="rtl"] .bf-oz__eyebrow,
.bf-oz[dir="rtl"] .bf-oz__kicker,
.bf-oz[dir="rtl"] .bf-oz__trust span {
	letter-spacing: 0;
	text-transform: none;
}

.bf-oz[dir="rtl"] .bf-oz__title,
.bf-oz[dir="rtl"] .bf-oz__h2 {
	letter-spacing: 0;
	max-width: 18ch;
	line-height: 1.25;
}

.bf-oz[dir="rtl"] .bf-oz__links {
	margin-left: 0;
	margin-right: auto;
}

.bf-oz[dir="rtl"] .bf-oz__checks li {
	padding-left: 0;
	padding-right: 1.7rem;
}

.bf-oz[dir="rtl"] .bf-oz__checks li::before {
	left: auto;
	right: 0;
}

.bf-oz[dir="rtl"] .bf-oz__phone {
	direction: ltr;
	unicode-bidi: isolate;
	text-align: right;
}

@media (min-width: 800px) {
	.bf-oz[dir="rtl"] .bf-oz__hero-copy {
		order: -1;
	}
}
