.doctor-profile-single {
	--doctor-profile-primary: #004250;
	--doctor-profile-accent: #a3b260;
	--doctor-profile-border: #cbd5b3;
	--doctor-profile-soft: #eef5f4;

	background: #fff;
	color: var(--doctor-profile-primary);
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.doctor-profile-single .doctor-profile-slide-up {
	opacity: 0;
	transform: translate3d(0, 32px, 0);
	transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
	transition-delay: var(--doctor-profile-delay, 0ms);
	will-change: opacity, transform;
}

.doctor-profile-single .doctor-profile-slide-up.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
	.doctor-profile-single .doctor-profile-slide-up {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.doctor-profile-single__container {
	max-width: 1140px;
}

.doctor-profile-single__portrait {
	aspect-ratio: 1;
	max-width: 420px;
	overflow: hidden;
	border-radius: 16px;
}

.doctor-profile-single__portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor-profile-single__name,
.doctor-profile-single__heading {
	color: var(--doctor-profile-primary);
	font-family: var(--bvjw-font-heading, 'Be Vietnam Pro', Arial, sans-serif);
	font-weight: 700;
}

.doctor-profile-single__name {
	font-size: 3.2rem;
	line-height: 1.25;
}

.doctor-profile-single__role {
	color: var(--doctor-profile-primary);
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.35;
}

.doctor-profile-single__intro {
	font-size: 2rem;
	line-height: 1.65;
	text-align: justify;
}

.doctor-profile-single__intro> :last-child {
	margin-bottom: 0;
}

.doctor-profile-single__heading,
.doctor-profile-single__customer-images .doctor-profile-customer-images>h2 {
	margin: 0 0 2.4rem;
	font-size: 3.2rem;
	line-height: 1.25;
	text-align: center;
}

.doctor-profile-timeline {
	position: relative;
	max-width: 720px;
	padding-left: 3.2rem;
}

.doctor-profile-timeline::before {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 9px;
	width: 2px;
	background: var(--doctor-profile-border);
	content: '';
}

.doctor-profile-timeline__item {
	position: relative;
	padding: 1.8rem 1.8rem;
	border: 1px solid var(--doctor-profile-border);
	margin-bottom: 1.6rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
	.doctor-profile-timeline__item:hover {
		box-shadow: 0 1.2rem 2.4rem rgb(0 0 0 / 14%);
		transform: translate(0.35rem, -0.5rem) scale(1.02);
	}
}

/* .doctor-profile-timeline__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
} */

.doctor-profile-timeline__item::before {
	position: absolute;
	top: 48px;
	left: -28px;
	width: 12px;
	height: 12px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--doctor-profile-accent);
	box-shadow: 0 0 0 1px var(--doctor-profile-border);
	content: '';
}

.doctor-profile-timeline__item h3,
.doctor-profile-selection__card h3 {
	margin: 0 0 0.5rem;
	color: var(--doctor-profile-accent);
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.25;
}

.doctor-profile-timeline__item p,
.doctor-profile-selection__card p {
	margin: 0;
	color: var(--doctor-profile-primary);
	font-size: 2rem;
	line-height: 1.4;
}

.doctor-profile-selection--technique p {
	text-align: justify;
}

.doctor-profile-media__track {
	margin-right: 0;
	margin-left: 0;
	scroll-padding-inline: 12px;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--doctor-profile-accent) #e9eeee;
	scrollbar-width: thin;
}

.doctor-profile-media__column {
	scroll-snap-align: start;
}

.doctor-profile-media__card {
	overflow: hidden;
	border: 1px solid rgba(0, 66, 80, 0.18);
	border-radius: 12px;
	background: var(--doctor-profile-primary);
	box-shadow: 0 8px 20px rgba(0, 66, 80, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doctor-profile-media__card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 16px 32px rgba(0, 66, 80, 0.22);
}

.doctor-profile-media__image {
	aspect-ratio: 48 / 31;
	overflow: hidden;
	background: #fff;
}

.doctor-profile-media__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.doctor-profile-media__card:hover .doctor-profile-media__image img {
	transform: scale(1.05);
}

.doctor-profile-media__card figcaption {
	min-height: 72px;
	padding: 1.2rem 1.4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.doctor-profile-videos__swiper {
	padding-inline: 4px;
}

.doctor-profile-videos__card {
	font-family: var(--bvjw-font-heading, 'Be Vietnam Pro', Arial, sans-serif);
}

.doctor-profile-videos__link {
	display: block;
	color: var(--doctor-profile-primary);
	text-decoration: none;
}

.doctor-profile-videos__thumbnail {
	position: relative;
	display: block;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 16px;
	background: #111;
}

.doctor-profile-videos__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.doctor-profile-videos__thumbnail-fallback {
	display: block;
	width: 100%;
	min-height: 350px;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 16px;
	background: #111;
}

.doctor-profile-videos__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 5.2rem;
	height: 5.2rem;
	border: 2px solid rgb(255 255 255 / 90%);
	border-radius: 50%;
	background: rgb(0 0 0 / 45%);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 1.7rem;
	place-items: center;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.doctor-profile-videos__play i {
	margin-left: 0.3rem;
}

.doctor-profile-videos__link:hover,
.doctor-profile-videos__link:focus-visible {
	color: var(--doctor-profile-primary);
}

.doctor-profile-videos__link:hover .doctor-profile-videos__thumbnail img,
.doctor-profile-videos__link:focus-visible .doctor-profile-videos__thumbnail img {
	transform: scale(1.04);
}

.doctor-profile-videos__link:hover .doctor-profile-videos__play,
.doctor-profile-videos__link:focus-visible .doctor-profile-videos__play {
	background: rgb(0 0 0 / 65%);
	transform: translate(-50%, -50%) scale(1.08);
}

.doctor-profile-videos__link:focus-visible {
	border-radius: 12px;
	outline: 3px solid var(--doctor-profile-accent);
	outline-offset: 4px;
}

.doctor-profile-videos__previous,
.doctor-profile-videos__next {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	background: rgb(255 255 255 / 94%);
	box-shadow: 0 2px 12px rgb(0 0 0 / 22%);
	color: var(--doctor-profile-primary);
}

.doctor-profile-videos__previous::after,
.doctor-profile-videos__next::after {
	font-size: 1.7rem;
	font-weight: 700;
}

.doctor-profile-videos__pagination {
	--swiper-pagination-bottom: 0;
}

.doctor-profile-videos__pagination .swiper-pagination-bullet-active {
	background: var(--doctor-profile-primary);
}

.doctor-profile-selection__card {
	padding: 1.8rem;
	border: 1px solid var(--doctor-profile-border);
	border-radius: 8px;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
	.doctor-profile-selection__card:hover {
		box-shadow: 0 1.2rem 2.4rem rgb(0 0 0 / 14%);
		transform: translate(0.35rem, -0.5rem) scale(1.02);
	}
}

.doctor-profile-selection--technique .doctor-profile-selection__card {
	display: flex;
	gap: 14px;
	border: 0;
	background: var(--doctor-profile-soft);
}

.doctor-profile-selection__icon {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 2px solid var(--doctor-profile-accent);
	border-radius: 999px;
	background: #fff;
}

.doctor-profile-selection__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.doctor-profile-selection--technique .doctor-profile-selection__card h3 {
	font-size: 2.3rem;
}

.doctor-profile-selection--technique .doctor-profile-selection__card p {
	font-size: 1.8rem;
}

.doctor-profile-single__customer-images:empty {
	display: none;
}

.doctor-profile-single__customer-images .doctor-profile-customer-images {
	margin-bottom: 4.8rem;
}

.doctor-profile-single__customer-images .doctor-profile-customer-images__category {
	margin-bottom: 2.6rem;
}

.doctor-profile-single__customer-images .doctor-profile-customer-images__category>h3 {
	margin: 0 0 1rem;
	padding: 1rem 1.6rem;
	background: var(--doctor-profile-primary);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
}

.doctor-profile-single__customer-images .tab_content_user_image_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 4px;
	gap: 12px;
}

.doctor-profile-single__customer-images .image-item {
	/* aspect-ratio: 1; */
	border-radius: 4px;
	overflow: hidden;
}

.doctor-profile-single__customer-images .image-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.doctor-profile-quote__content {
	position: relative;
	max-width: 820px;
	padding: 3.2rem 3.6rem 2.6rem 8.4rem;
	border-radius: 12px;
	background: linear-gradient(135deg,
			#fff 0%,
			var(--doctor-profile-soft) 100%);
	color: var(--doctor-profile-primary);
	font-size: 2rem;
	font-style: italic;
	line-height: 1.6;
	text-align: justify;
}

.doctor-profile-quote__content::before {
	position: absolute;
	top: 8px;
	left: 28px;
	color: var(--doctor-profile-accent);
	font-family: Georgia, serif;
	font-size: 8.4rem;
	font-style: normal;
	line-height: 1;
	content: '\201C';
}

.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid var(--doctor-profile-primary, #c04242);
	background-color: transparent;
	color: var(--doctor-profile-primary, #fff);
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease;
}

.doctor-profile-media__swiper .swiper-pagination {
	--swiper-pagination-bottom: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(1);
}

.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--doctor-profile-accent, #c04242);
}

.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet:focus-visible {
	outline: 3px solid var(--bvjw-color-main-one-33);
	outline-offset: 2px;
}

.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--doctor-profile-accent, #c04242);
	border-color: var(--doctor-profile-accent, #c04242);
	color: var(--bvjw-color-main-one);
}

@media (max-width: 767.98px) {
	.doctor-profile-single__hero {
		text-align: center;
	}

	.doctor-profile-single__portrait {
		max-width: 320px;
	}

	.doctor-profile-single__name,
	.doctor-profile-single__heading,
	.doctor-profile-single__customer-images .doctor-profile-customer-images>h2 {
		font-size: 2.6rem;
	}

	.doctor-profile-single__role {
		font-size: 1.8rem;
	}

	.doctor-profile-single__intro {
		font-size: 1.6rem;
		text-align: left;
	}

	.doctor-profile-timeline__item h3,
	.doctor-profile-selection__card h3,
	.doctor-profile-selection--technique .doctor-profile-selection__card h3 {
		font-size: 1.8rem;
	}

	.doctor-profile-timeline__item p,
	.doctor-profile-selection__card p,
	.doctor-profile-selection--technique .doctor-profile-selection__card p {
		font-size: 1.5rem;
	}

	.doctor-profile-selection--technique .doctor-profile-selection__card {
		align-items: center;
	}

	.doctor-profile-quote__content {
		padding: 5.6rem 2rem 2.4rem;
		font-size: 1.6rem;
	}

	.doctor-profile-quote__content::before {
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
	}

	.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet {
		width: 24px;
		height: 24px;
		font-size: 12px;
		border-color: var(--bvjw-color-main-one, #c04242);
		color: var(--bvjw-color-main-one, #c04242);
	}

	.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet:hover {
		background-color: var(--bvjw-color-main-one, #c04242);
	}

	.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet:focus-visible {
		outline: 3px solid var(--bvjw-color-main-one-33);
		outline-offset: 2px;
	}

	.doctor-profile-media__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: var(--bvjw-color-main-one, #c04242);
		color: #fff;
	}
}

@media (max-width: 399.98px) {
	.doctor-profile-selection--technique .doctor-profile-selection__card {
		align-items: flex-start;
		flex-direction: column;
	}
}