.doctor-carousel-section {
	background:
		var(--bkhc-landing-wash),
		var(--bkhc-landing-bg);
	box-sizing: border-box;
	direction: rtl;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	padding: 20px;
	text-align: right;
}

.doctor-carousel-section + p {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.doctor-carousel-inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--wp--style--global--content-size, 1200px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(29, 186, 158, 0.12);
	border-radius: 24px;
	padding: 16px 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
	position: relative;
}

.doctor-carousel-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 14px;
	width: 100%;
}

.doctor-carousel-kicker {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-align: center;
}

.doctor-carousel-header h2 {
	color: var(--wp--preset--color--heading, #1d243c);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.doctor-carousel-header p {
	color: var(--wp--preset--color--body, #616161);
	font-size: var(--wp--preset--font-size--medium, 16px);
	margin: 14px auto 0;
	max-width: 660px;
	text-align: center;
}

.doctor-carousel-relative-container {
	min-width: 0;
	overflow: visible;
	position: relative;
	width: 100%;
}

.doctor-carousel-controls {
	display: block;
}

.doctor-carousel-button {
	align-items: center;
	background: var(--wp--preset--color--pure-white, #fff);
	border: 1px solid rgba(29, 186, 158, 0.15);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
	color: var(--wp--preset--color--primary, #1dba9e);
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 48px;
	z-index: 10;
}

.doctor-carousel-button svg {
	display: block;
	margin: 0;
	flex-shrink: 0;
}

.doctor-carousel-prev {
	right: 8px;
}

.doctor-carousel-next {
	left: 8px;
}

.doctor-carousel-button:hover,
.doctor-carousel-button:focus-visible {
	background: var(--wp--preset--color--primary, #1dba9e);
	border-color: var(--wp--preset--color--primary, #1dba9e);
	color: var(--wp--preset--color--pure-white, #fff);
	box-shadow: 0 10px 25px rgba(29, 186, 158, 0.3);
}

.doctor-carousel-prev:hover {
	transform: translateY(-50%) scale(1.05) translateX(2px);
}

.doctor-carousel-next:hover {
	transform: translateY(-50%) scale(1.05) translateX(-2px);
}

.doctor-carousel-viewport {
	margin: -8px;
	max-width: 100%;
	overflow-x: auto;
	padding: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.doctor-carousel-viewport::-webkit-scrollbar {
	display: none;
}

.doctor-carousel-track {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-auto-columns: minmax(250px, 1fr);
	grid-auto-flow: column;
	justify-content: start;
	min-width: 0;
}

.doctor-carousel-count-1 .doctor-carousel-track,
.doctor-carousel-count-2 .doctor-carousel-track,
.doctor-carousel-count-3 .doctor-carousel-track {
	grid-auto-flow: initial;
	grid-template-columns: repeat(auto-fit, minmax(250px, 320px));
	justify-content: start;
}

.doctor-carousel-count-1 .doctor-carousel-controls,
.doctor-carousel-count-2 .doctor-carousel-controls,
.doctor-carousel-count-3 .doctor-carousel-controls {
	display: none;
}

.doctor-carousel-card {
	background: var(--wp--preset--color--pure-white, #fff);
	border: 1px solid var(--wp--preset--color--outline, #e5e7eb);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-self: start;
	height: auto;
}

.doctor-carousel-card:hover {
	border-color: rgba(29, 186, 158, 0.3);
	box-shadow: 0 20px 40px rgba(17, 24, 39, 0.08);
	transform: translateY(-6px);
}

.doctor-carousel-card-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 14px 14px 16px;
	text-decoration: none;
	width: 100%;
}

.doctor-carousel-badge {
	position: absolute;
	top: -1px;
	right: -1px;
	background: linear-gradient(135deg, var(--wp--preset--color--primary, #1dba9e) 0%, var(--wp--preset--color--hover, #297466) 100%);
	color: var(--wp--preset--color--pure-white, #fff);
	font-size: 11px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 0 20px 0 20px;
	z-index: 5;
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.05);
	letter-spacing: 0;
}

.doctor-carousel-photo {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	margin: 6px auto 12px;
	overflow: hidden;
	border: 4px solid rgba(29, 186, 158, 0.08);
	background: var(--wp--preset--color--surface, #f7f7f7);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	flex-shrink: 0;
}

.doctor-carousel-card:hover .doctor-carousel-photo {
	border-color: var(--wp--preset--color--primary, #1dba9e);
	transform: scale(1.03);
}

.doctor-carousel-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctor-carousel-card:hover .doctor-carousel-photo img {
	transform: scale(1.08);
}

.doctor-carousel-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(29, 186, 158, 0.16), rgba(53, 66, 98, 0.12)),
		var(--wp--preset--color--surface, #f7f7f7);
	color: var(--wp--preset--color--primary, #1dba9e);
	display: flex;
	font-size: 46px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.doctor-carousel-card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	text-align: center;
	flex-grow: 0;
}

.doctor-carousel-specialty {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 800;
	margin: 0 0 4px;
}

.doctor-carousel-card h3 {
	color: var(--wp--preset--color--heading, #1d243c);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.doctor-carousel-meta {
	color: var(--wp--preset--color--body, #616161);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	line-height: 1.6;
	margin-top: 8px;
}

.doctor-carousel-meta span {
	background: rgba(29, 186, 158, 0.08);
	border-radius: 999px;
	padding: 4px 9px;
}

.doctor-carousel-action {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: 13px;
	font-weight: 800;
	margin-top: 10px;
	padding-top: 0;
}

.bkhc-doctors-directory {
	background:
		var(--bkhc-landing-wash),
		var(--bkhc-landing-bg);
	margin: 0;
	padding: 0;
	text-align: right;
}

.bkhc-doctors-directory-hero {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 900px;
	padding: 92px 20px 62px;
	text-align: center;
}

.bkhc-doctors-directory-kicker {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 800;
	margin: 0 0 12px;
}

.bkhc-doctors-directory-hero h1 {
	color: var(--wp--preset--color--heading, #1d243c);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.bkhc-doctors-directory-hero p:not(.bkhc-doctors-directory-kicker) {
	color: var(--wp--preset--color--body, #616161);
	font-size: var(--wp--preset--font-size--medium, 16px);
	line-height: 1.9;
	margin: 18px auto 0;
	max-width: 680px;
}

.bkhc-doctors-directory-inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size, 1400px);
	padding: 0 20px 96px;
}

.bkhc-doctors-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkhc-doctor-card {
	background: var(--wp--preset--color--pure-white, #fff);
	border: 1px solid var(--wp--preset--color--outline, #e5e7eb);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bkhc-doctor-card:hover {
	border-color: rgba(29, 186, 158, 0.3);
	box-shadow: 0 20px 40px rgba(17, 24, 39, 0.08);
	transform: translateY(-6px);
}

.bkhc-doctor-card-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px 16px 20px;
	text-decoration: none;
}

.bkhc-doctor-badge {
	background: linear-gradient(135deg, var(--wp--preset--color--primary, #1dba9e) 0%, var(--wp--preset--color--hover, #297466) 100%);
	border-radius: 0 20px 0 20px;
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.05);
	color: var(--wp--preset--color--pure-white, #fff);
	font-size: 11px;
	font-weight: 800;
	padding: 6px 14px;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 5;
}

.bkhc-doctor-photo {
	background: var(--wp--preset--color--surface, #f7f7f7);
	border: 4px solid rgba(29, 186, 158, 0.08);
	border-radius: 50%;
	flex-shrink: 0;
	height: 154px;
	margin: 8px auto 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 154px;
}

.bkhc-doctor-card:hover .bkhc-doctor-photo {
	border-color: var(--wp--preset--color--primary, #1dba9e);
	transform: scale(1.03);
}

.bkhc-doctor-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.bkhc-doctor-card:hover .bkhc-doctor-photo img {
	transform: scale(1.08);
}

.bkhc-doctor-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(29, 186, 158, 0.16), rgba(53, 66, 98, 0.12)),
		var(--wp--preset--color--surface, #f7f7f7);
	color: var(--wp--preset--color--primary, #1dba9e);
	display: flex;
	font-size: 54px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.bkhc-doctor-card-body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: center;
}

.bkhc-doctor-specialty {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 800;
	margin: 0 0 4px;
}

.bkhc-doctor-card h2 {
	color: var(--wp--preset--color--heading, #1d243c);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.bkhc-doctor-meta {
	color: var(--wp--preset--color--body, #616161);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	line-height: 1.6;
	margin-top: 10px;
}

.bkhc-doctor-meta span {
	background: rgba(29, 186, 158, 0.08);
	border-radius: 999px;
	padding: 5px 10px;
}

.bkhc-doctor-action {
	color: var(--wp--preset--color--primary, #1dba9e);
	font-size: 13px;
	font-weight: 800;
	margin-top: auto;
	padding-top: 18px;
}

.bkhc-doctors-empty {
	background: var(--wp--preset--color--pure-white, #fff);
	border: 1px solid rgba(29, 186, 158, 0.14);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
	color: var(--wp--preset--color--body, #616161);
	margin: 0 auto;
	max-width: 640px;
	padding: 28px;
	text-align: center;
}

@media (min-width: 700px) {
	.doctor-carousel-track {
		grid-auto-columns: calc((100% - 22px) / 2);
	}
}

@media (min-width: 1024px) {
	.doctor-carousel-track {
		grid-auto-columns: calc((100% - 66px) / 4);
	}
}

@media (max-width: 1024px) {
	.doctor-carousel-prev {
		right: 8px;
	}
	.doctor-carousel-next {
		left: 8px;
	}

	.bkhc-doctors-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.doctor-carousel-controls {
		display: none;
	}

	.bkhc-doctors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 699px) {
	.doctor-carousel-section {
		padding-bottom: 48px;
		padding-inline: 16px;
		padding-top: 48px;
	}

	.doctor-carousel-inner {
		border-radius: 16px;
		padding: 12px;
	}

	.doctor-carousel-header {
		margin-bottom: 16px;
	}

	.doctor-carousel-count-1 .doctor-carousel-track,
	.doctor-carousel-count-2 .doctor-carousel-track,
	.doctor-carousel-count-3 .doctor-carousel-track {
		grid-template-columns: minmax(0, 1fr);
	}

	.doctor-carousel-viewport {
		margin: 0;
		overflow-x: hidden;
		padding: 0;
	}

	.doctor-carousel-track {
		gap: 16px;
		grid-auto-columns: 100%;
	}

	.bkhc-doctors-directory-hero {
		padding: 64px 16px 42px;
	}

	.bkhc-doctors-directory-inner {
		padding: 0 16px 72px;
	}

	.bkhc-doctors-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
