/*
Theme Name:   Allura Child
Template:     alluraesthetics
Description:  Child theme for the custom Allura theme. Hosts security/QA fixes (XSS escapes, input sanitization, etc.) without modifying the parent so theme updates can't wipe them. See plan: act-as-senior-web-agile-floyd.md
Author:       Allura Developers
Version:      1.5.1
Text Domain:  allura-child
*/

/* Top notification bar */
.topbar {
	background: #072542;
	padding: 11px 0;
}

.topbar .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
}

.topbar-label {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1;
}

.topbar-divider {
	display: none;
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.25);
}

.topbar a.topbar-contact {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	padding: 5px 12px 5px 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	white-space: nowrap;
	line-height: 1;
	letter-spacing: 0;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.topbar-contact {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	padding: 5px 12px 5px 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	white-space: nowrap;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.topbar-contact:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
	color: #fff;
	transform: translateY(-1px);
	opacity: 1;
}

.topbar-contact__icon {
	display: block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.topbar-contact__text {
	display: inline;
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
}

.topbar-contact__prefix {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.92);
}

.topbar-contact__prefix::after {
	content: " ";
}

.topbar-contact__number {
	font-weight: 700;
	font-size: inherit;
	letter-spacing: 0.02em;
	font-variant-numeric: tabular-nums;
	color: #fff;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.topbar {
		padding: 10px 0;
	}

	.topbar-label {
		font-size: 12px;
		letter-spacing: 0.16em;
	}

	.topbar-divider {
		display: block;
	}

	.topbar a.topbar-contact,
	.topbar-contact {
		padding: 6px 14px 6px 8px;
		gap: 10px;
		font-size: 12px;
	}

	.topbar-contact__icon {
		width: 20px;
		height: 20px;
	}

	.topbar-contact__text {
		font-size: 12px;
	}

	.topbar-contact__number {
		letter-spacing: 0.03em;
	}
}

/* Main header — logo left, menu right, within container */
header {
	background: #fff;
	border-bottom: 1px solid rgba(7, 37, 66, 0.1);
	box-shadow: 0 1px 10px rgba(7, 37, 66, 0.06);
	padding: 20px 0 24px;
}

header .header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

header .header__inner .logo {
	flex-shrink: 0;
}

header .header__inner .logo img {
	display: block;
	height: 65px;
	max-height: 65px;
	width: auto;
	max-width: min(320px, 55vw);
	object-fit: contain;
}

@media (min-width: 768px) {
	header {
		padding: 20px 0 24px;
	}

	header .header__inner .logo {
		padding-left: 0;
	}
}

header .header__inner .menu_btn.header-menu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-shrink: 0;
	margin: 0;
	padding: 4px 2px;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #072542;
	cursor: pointer;
	box-shadow: none;
	transition: opacity 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	line-height: 1;
}

header .header__inner .menu_btn.header-menu:hover {
	opacity: 0.82;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

header .header__inner .menu_btn.header-menu:focus-visible {
	outline: 2px solid #072542;
	outline-offset: 4px;
	border-radius: 4px;
}

.header-menu__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 5px;
	width: 22px;
	height: auto;
	flex-shrink: 0;
	padding: 0;
	background: transparent;
}

.header-menu__bar {
	display: block;
	height: 1.5px;
	border-radius: 1px;
	background-color: #072542;
	transition: width 0.25s ease, opacity 0.25s ease;
}

.header-menu__bar:nth-child(1) {
	width: 22px;
}

.header-menu__bar:nth-child(2) {
	width: 16px;
}

.header-menu__bar:nth-child(3) {
	width: 22px;
}

header .header__inner .menu_btn.header-menu:hover .header-menu__bar:nth-child(2) {
	width: 22px;
}

.header-menu__label {
	position: relative;
	padding-left: 14px;
	font-size: 12px;
	font-weight: 600;
	color: #072542;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-menu__label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 22px;
	background: rgba(7, 37, 66, 0.2);
}

@media (min-width: 768px) {
	header .header__inner .menu_btn.header-menu {
		gap: 16px;
		padding: 6px 4px;
	}

	.header-menu__icon {
		width: 24px;
		gap: 6px;
	}

	.header-menu__bar:nth-child(1),
	.header-menu__bar:nth-child(3) {
		width: 24px;
	}

	.header-menu__bar:nth-child(2) {
		width: 18px;
	}

	header .header__inner .menu_btn.header-menu:hover .header-menu__bar:nth-child(2) {
		width: 24px;
	}

	.header-menu__label {
		padding-left: 16px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.2em;
	}

	.header-menu__label::before {
		height: 24px;
	}
}

/* ── Slide-out navigation (structure unchanged, visual refresh) ── */
.menu_overlay {
	background: rgba(7, 37, 66, 0.5);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.main_menu {
	background: #f4f7fa;
	width: min(380px, 90vw);
	left: auto !important;
	right: -380px;
	box-shadow: -8px 0 32px rgba(7, 37, 66, 0.18);
	border-right: none;
}

.main_menu .top_menu_close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 16px 20px;
	background: #072542;
	overflow: hidden;
}

.main_menu__title {
	flex: 1;
	order: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1;
}

.main_menu .top_menu_close .back_btn {
	order: 0;
	flex-shrink: 0;
	float: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	transition: background 0.2s ease;
}

.main_menu .top_menu_close .close_menu {
	order: 2;
	flex-shrink: 0;
	float: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	transition: background 0.2s ease;
}

.main_menu:not(.open_submenu) .top_menu_close::before {
	content: none;
	display: none;
}

.main_menu .top_menu_close .close_menu:hover {
	background: rgba(255, 255, 255, 0.22);
}

.main_menu .top_menu_close .close_menu img {
	width: 14px;
	height: 14px;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

.main_menu .top_menu_close .back_btn:hover {
	background: rgba(7, 37, 66, 0.06);
}

.main_menu:not(.open_submenu) .top_menu_close .back_btn {
	display: none !important;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}

.main_menu .top_menu_close .back_btn img {
	width: 18px;
	height: 18px;
	opacity: 0.85;
}

.main_menu.open_submenu .top_menu_close {
	align-items: center;
	justify-content: flex-start;
	background: #072542;
	border-bottom: none;
	padding: 14px 16px;
}

.main_menu.open_submenu .top_menu_close::before {
	display: none;
	content: none;
}

.main_menu.open_submenu .main_menu__title {
	display: block;
	order: 1;
	flex: 1;
	min-width: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: none;
	text-align: left;
	margin-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_menu.open_submenu .top_menu_close .back_btn {
	display: flex;
	order: 0;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.main_menu.open_submenu .top_menu_close .back_btn img {
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

.main_menu.open_submenu .top_menu_close .close_menu {
	order: 2;
	margin-left: auto;
}

.main_menu.open_submenu {
	background: #fff;
}

.main_menu.open_submenu > div > ul {
	padding: 0;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li.submenu_active {
	padding: 0;
	margin: 0;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li.submenu_active > a {
	display: none !important;
	position: static;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li.submenu_active > ul.sub-menu,
.main_menu.open_submenu > div > ul li.psubmenu_active > ul li.submenu_active > ul {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li {
	padding: 0;
	position: relative;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: transparent;
	transition: background 0.2s ease;
	z-index: 1;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li:hover {
	background: rgba(7, 37, 66, 0.05);
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li:hover::before {
	background: #072542;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li a {
	font-size: 13px;
	font-weight: 500;
	color: #234057;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(7, 37, 66, 0.08);
	display: block;
	text-transform: none;
	letter-spacing: 0.04em;
	background: transparent;
	transition: color 0.2s ease;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li a:hover {
	color: #072542;
	background: transparent;
	padding-left: 20px;
}

.main_menu.open_submenu > div > ul li.psubmenu_active > ul li > ul li:last-child a {
	border-bottom: 0;
}

.main_menu .menu-header-menu-container #menu-header-secondary-menu {
	padding-bottom: 48px;
	scrollbar-width: thin;
	scrollbar-color: rgba(7, 37, 66, 0.25) transparent;
}

.main_menu .menu-header-menu-container #menu-header-secondary-menu::-webkit-scrollbar {
	width: 4px;
}

.main_menu .menu-header-menu-container #menu-header-secondary-menu::-webkit-scrollbar-thumb {
	background: rgba(7, 37, 66, 0.2);
	border-radius: 4px;
}

.main_menu > div > ul {
	padding: 12px 0 8px;
}

.main_menu > div > ul > li > a {
	padding: 13px 24px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #072542;
	border-left: 3px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.main_menu > div > ul > li > a:hover {
	background: rgba(7, 37, 66, 0.07);
	padding-left: 26px;
	border-left-color: #072542;
	color: #072542;
}

/* Treatment sub-menu card */
.main_menu > div > ul li > ul.sub-menu {
	background: #fff;
	margin: 6px 16px 10px;
	padding: 0px 0;
	border-radius: 10px;
	border: 1px solid rgba(7, 37, 66, 0.1);
	box-shadow: 0 6px 18px rgba(7, 37, 66, 0.07);
}

.main_menu > div > ul li > ul.sub-menu li {
	padding: 0;
	position: relative;
}

.main_menu > div > ul li > ul.sub-menu li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: transparent;
	transition: background 0.2s ease;
	z-index: 1;
}

.main_menu > div > ul li > ul.sub-menu li:hover {
	background: rgba(7, 37, 66, 0.05);
}

.main_menu > div > ul li > ul.sub-menu li:hover::before {
	background: #072542;
}

.main_menu > div > ul li > ul.sub-menu li a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #234057;
	padding: 13px 44px 13px 16px;
	border-bottom: 1px solid rgba(7, 37, 66, 0.07);
	border-left: none;
	border-radius: 0;
	background: transparent;
	transition: color 0.2s ease;
}

.main_menu > div > ul li > ul.sub-menu li a:hover {
	color: #072542;
	background: transparent;
	padding-left: 16px;
}

.main_menu > div > ul li > ul.sub-menu li:first-child:hover {
	border-radius: 9px 9px 0 0;
}

.main_menu > div > ul li > ul.sub-menu li:last-child:hover {
	border-radius: 0 0 9px 9px;
}

.main_menu > div > ul li > ul.sub-menu li:hover .arrow::after {
	opacity: 0.85;
}

.main_menu > div > ul li > ul.sub-menu li:last-child a {
	border-bottom: 0;
}

/* Chevron arrows — CSS replaces grey SVG */
.main_menu > div > ul li > ul.sub-menu li .arrow {
	background: none;
	width: 36px;
	height: 46px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.main_menu > div > ul li > ul.sub-menu li .arrow::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #072542;
	border-bottom: 1.5px solid #072542;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0.45;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.main_menu > div > ul li > ul.sub-menu li .arrow:hover::after {
	opacity: 0.85;
	transform: translateY(-50%) rotate(-45deg) translateX(2px);
}

/* Hero banner — natural image size, no forced aspect ratio */
.slider.banner_slide {
	aspect-ratio: unset !important;
	background: transparent;
	line-height: 0;
	margin-bottom: 0;
}

.slider.banner_slide:not(.slick-initialized) {
	overflow: hidden;
}

.slider.banner_slide .slick-list,
.slider.banner_slide .slick-track,
.slider.banner_slide .slick-slide,
.slider.banner_slide .item {
	line-height: 0;
}

.slider.banner_slide .item {
	text-align: center;
}

.slider.banner_slide .item picture,
.slider.banner_slide .item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
}

/* ── Treatment category cards (homepage services grid) ── */
.services.services--modern.row {
	padding: 55px 0 110px;
	/* background: linear-gradient(180deg, #f4f7fa 0%, #ffffff 55%); */
}

.services--modern .services__header {
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
	padding-bottom: 0;
}

.services--modern .services__header h2 {
	color: #072542;
	font-weight: 500;
	font-size: clamp(24px, 3.5vw, 36px);
	line-height: 1.2;
	margin: 0 0 14px;
}

.services--modern .services__header p {
	color: #4a6278;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
}

.services--modern .services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 48px;
}

.services--modern .service-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(7, 37, 66, 0.07);
	box-shadow: 0 4px 18px rgba(7, 37, 66, 0.06);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease,
		border-color 0.3s ease;
}

.services--modern .service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 2;
}

.services--modern .service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(7, 37, 66, 0.12);
	border-color: rgba(7, 37, 66, 0.12);
}

.services--modern .service-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.services--modern .service-card__visual {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: linear-gradient(135deg, #dce6ef 0%, #b8c9d9 100%);
}

.services--modern .service-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.services--modern .service-card:hover .service-card__img {
	transform: scale(1.08);
}

.services--modern .service-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(7, 37, 66, 0) 40%,
		rgba(7, 37, 66, 0.4) 100%
	);
	opacity: 0.8;
	transition: opacity 0.35s ease;
}

.services--modern .service-card:hover .service-card__overlay {
	opacity: 1;
}

.services--modern .service-card__visual::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, #072542 0%, #0d3d6b 100%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 1;
}

.services--modern .service-card:hover .service-card__visual::after {
	transform: scaleX(1);
}

.services--modern .service-card__body {
	display: flex;
	flex-direction: column;
	padding: 21px 20px 20px;
}

.services--modern .service-card__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #072542;
	transition: color 0.3s ease;
}

.services--modern .service-card:hover .service-card__title {
	color: #0a3460;
}

.services--modern .service-card__desc {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	color: #3d5568;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.services--modern .service-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #072542;
}

.services--modern .service-card__cta-icon {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.3s ease;
}

.services--modern .service-card__cta-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	transform: translate(-58%, -50%) rotate(45deg);
}

.services--modern .service-card:hover .service-card__cta-icon {
	transform: translateX(3px);
	background: #0d3d6b;
}

@media (max-width: 991px) {
	.services.services--modern.row {
		padding: 44px 0 48px;
	}

	.services--modern .services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-top: 40px;
	}

	.services--modern .service-card__visual {
		height: 150px;
	}
}

@media (max-width: 575px) {
	.services--modern .services__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.services--modern .service-card__visual {
		height: 180px;
	}

	.services--modern .service-card:hover {
		transform: translateY(-4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.services--modern .service-card,
	.services--modern .service-card__img,
	.services--modern .service-card__overlay,
	.services--modern .service-card__visual::after,
	.services--modern .service-card__cta-icon {
		transition: none;
	}

	.services--modern .service-card:hover {
		transform: none;
	}

	.services--modern .service-card:hover .service-card__img {
		transform: none;
	}
}

/* ── Most Wanted / treatment tiles grid ── */
.treatment_section.treatment_section--modern.row {
	padding: 60px 0 105px;
	background: #072542;
}

.treatment_section--modern .treatment_section__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 0;
}

.treatment_section--modern .treatment_section__header h2 {
	color: #ffffff;
	font-weight: 600;
	font-size: clamp(24px, 3.5vw, 32px);
	line-height: 1.2;
	margin: 0;
}

.treatment_section--modern .treatment_section__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 50px;
}

.treatment_section--modern .treatment-tile {
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.treatment_section--modern .treatment-tile:hover {
	transform: translateY(-6px);
}

.treatment_section--modern .treatment-tile__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.treatment_section--modern .treatment-tile__visual {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: box-shadow 0.4s ease;
}

.treatment_section--modern .treatment-tile:hover .treatment-tile__visual {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.treatment_section--modern .treatment-tile__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.treatment_section--modern .treatment-tile:hover .treatment-tile__img {
	transform: scale(1.08);
}

.treatment_section--modern .treatment-tile__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(7, 37, 66, 0.15) 0%,
		rgba(7, 37, 66, 0.55) 55%,
		rgba(7, 37, 66, 0.88) 100%
	);
	transition: background 0.4s ease;
}

.treatment_section--modern .treatment-tile:hover .treatment-tile__overlay {
	background: linear-gradient(
		180deg,
		rgba(7, 37, 66, 0.25) 0%,
		rgba(7, 37, 66, 0.65) 50%,
		rgba(7, 37, 66, 0.95) 100%
	);
}

.treatment_section--modern .treatment-tile__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 16px 36px 14px 14px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #ffffff;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: padding-bottom 0.35s ease;
}

.treatment_section--modern .treatment-tile:hover .treatment-tile__title {
	padding-bottom: 18px;
}

.treatment_section--modern .treatment-tile__arrow {
	position: absolute;
	right: 12px;
	bottom: 14px;
	z-index: 3;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.35s ease, transform 0.35s ease, background 0.35s ease;
}

.treatment_section--modern .treatment-tile__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-top: 1.5px solid #ffffff;
	border-right: 1.5px solid #ffffff;
	transform: translate(-60%, -50%) rotate(45deg);
}

.treatment_section--modern .treatment-tile:hover .treatment-tile__arrow {
	opacity: 1;
	transform: translateX(0);
	background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 991px) {
	.treatment_section.treatment_section--modern.row {
		padding: 48px 0 56px;
	}

	.treatment_section--modern .treatment_section__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.treatment_section.treatment_section--modern.row {
		padding: 40px 0 48px;
	}

	.treatment_section--modern .treatment_section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.treatment_section--modern .treatment-tile__title {
		font-size: 12px;
		padding: 14px 12px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.treatment_section--modern .treatment-tile,
	.treatment_section--modern .treatment-tile__visual,
	.treatment_section--modern .treatment-tile__img,
	.treatment_section--modern .treatment-tile__overlay,
	.treatment_section--modern .treatment-tile__arrow {
		transition: none;
	}

	.treatment_section--modern .treatment-tile:hover {
		transform: none;
	}

	.treatment_section--modern .treatment-tile:hover .treatment-tile__img {
		transform: none;
	}

	.treatment_section--modern .treatment-tile__arrow {
		opacity: 1;
		transform: none;
	}
}

/* ── Request a call back — sticky bottom bar ── */
body {
	padding-bottom: 76px;
}

.whatsapp-chat {
	display: none !important;
}

.free_consultant.free_consultant--modern.row {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	padding: 0;
	margin: 0 !important;
	background: #072542;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.free_consultant--modern > .container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 24px;
}

.free_consultant--modern .callback-banner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	position: relative;
	overflow: visible;
}

.free_consultant--modern .callback-banner::before {
	display: none;
}

.free_consultant--modern .callback-banner__copy {
	position: relative;
	z-index: 1;
	flex: 1;
	min-width: 0;
	padding-left: 4px;
	text-align: left;
}

.free_consultant--modern .callback-banner__eyebrow {
	margin: 0 0 3px;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.free_consultant--modern .callback-banner__title {
	margin: 6px 0px 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #ffffff;
}

.free_consultant--modern .callback-banner__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-shrink: 0;
}

.free_consultant--modern .callback-banner__btn {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.3s ease,
		background 0.3s ease,
		border-color 0.3s ease,
		color 0.3s ease;
}

.free_consultant--modern .callback-banner__btn--whatsapp {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	text-decoration: none;
	box-shadow: none;
	padding: 7px 18px;
}

.free_consultant--modern .callback-banner__btn--whatsapp:hover {
	transform: translateY(-1px);
	background: rgba(37, 211, 102, 0.14);
	border-color: rgba(37, 211, 102, 0.45);
	color: #ffffff;
}

.free_consultant--modern .callback-banner__wa-icon {
	display: block;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.free_consultant--modern .callback-banner__btn--call {
	background: #ffffff;
	color: #072542;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.free_consultant--modern .callback-banner__btn--call:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
	background: #f4f7fa;
}

.free_consultant--modern .callback-banner__btn-icon {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #072542;
	transition: transform 0.3s ease, background 0.3s ease;
}

.free_consultant--modern .callback-banner__btn-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	border-top: 1.5px solid #ffffff;
	border-right: 1.5px solid #ffffff;
	transform: translate(-58%, -50%) rotate(45deg);
}

.free_consultant--modern .callback-banner__btn--call:hover .callback-banner__btn-icon {
	transform: translateX(2px);
	background: #0a3460;
}

/* Callback modal overlay */
.overlay.overlay--callback {
	background: rgba(7, 37, 66, 0.6);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	box-sizing: border-box;
}

.overlay.overlay--callback[style*="block"] {
	display: flex !important;
}

.overlay.overlay--callback .callback-dialog {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 32px 28px 10px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 28px 72px rgba(7, 37, 66, 0.28);
	text-align: center;
}

.overlay.overlay--callback .callback-dialog__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	font-size: 28px;
	line-height: 1;
	color: #072542;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(7, 37, 66, 0.07);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.overlay.overlay--callback .callback-dialog__close:hover {
	background: rgba(7, 37, 66, 0.14);
	color: #072542;
}

.overlay.overlay--callback .callback-dialog__header {
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.overlay.overlay--callback .callback-dialog__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #072542 0%, #0d3d6b 100%);
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(7, 37, 66, 0.22);
}

.overlay.overlay--callback .callback-dialog__eyebrow {
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(7, 37, 66, 0.55);
}

.overlay.overlay--callback .callback-dialog__title {
	margin: 18px 0px 16px;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	color: #072542;
}

.overlay.overlay--callback .callback-dialog__lead {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: #4a6278;
}

.overlay.overlay--callback .callback-dialog__phone {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #5a6f82;
}

.overlay.overlay--callback .callback-dialog__phone a {
	display: inline;
	margin-left: 4px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #072542;
	text-decoration: none;
	border-bottom: 1px solid rgba(7, 37, 66, 0.25);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.overlay.overlay--callback .callback-dialog__phone a:hover {
	color: #0a3460;
	border-bottom-color: #0a3460;
}

.overlay.overlay--callback .callback-dialog__form {
	text-align: left;
}

.overlay.overlay--callback .callback-dialog__form .inp {
	border: 1px solid rgba(7, 37, 66, 0.15);
	border-radius: 10px;
	min-height: 52px;
	margin-bottom: 12px;
	background: #f8fafb;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.overlay.overlay--callback .callback-dialog__form .inp:hover {
	border-color: rgba(7, 37, 66, 0.25);
}

.overlay.overlay--callback .callback-dialog__form .inp.input-focus,
.overlay.overlay--callback .callback-dialog__form .inp:focus-within {
	border-color: #072542;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(7, 37, 66, 0.08);
}

.overlay.overlay--callback .callback-dialog__form .inp input:not([type="submit"]) {
	height: 52px;
	padding: 22px 16px 4px;
	font-size: 14px;
	font-weight: 500;
	color: #072542;
}

.overlay.overlay--callback .callback-dialog__form .inp .label {
	left: 16px;
	font-size: 13px;
	font-weight: 500;
	color: #5a6f82;
}

.overlay.overlay--callback .callback-dialog__form .inp .label i {
	color: #c0392b;
}

.overlay.overlay--callback .callback-dialog__form .primary-dark {
	width: 100%;
	min-width: 0;
	margin-top: 8px;
	padding: 17px 20px;
	background: #072542;
	border: none;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	color: #fff;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 14px rgba(7, 37, 66, 0.2);
}

.overlay.overlay--callback .callback-dialog__form .primary-dark:hover {
	background: #0a3460;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(7, 37, 66, 0.26);
}

.overlay.overlay--callback .callback-dialog__form .wpcf7 form .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 13px;
	border-width: 1px;
}

@media (max-width: 767px) {
	body {
		padding-bottom: 64px;
	}

	.free_consultant--modern > .container {
		padding: 0 16px;
	}

	.free_consultant--modern .callback-banner {
		gap: 12px;
		padding: 10px 0;
	}

	.free_consultant--modern .callback-banner__copy {
		padding-left: 2px;
	}

	.free_consultant--modern .callback-banner__eyebrow {
		font-size: 8px;
		letter-spacing: 0.12em;
	}

	.free_consultant--modern .callback-banner__title {
		font-size: 14px;
	}

	.free_consultant--modern .callback-banner__actions {
		gap: 8px;
	}

	.free_consultant--modern .callback-banner__btn {
		padding: 8px 12px;
		font-size: 9px;
		gap: 5px;
	}

	.free_consultant--modern .callback-banner__btn--call .callback-banner__btn-label {
		display: none;
	}

	.free_consultant--modern .callback-banner__btn--call {
		padding: 12px 13px;
	}

	.free_consultant--modern .callback-banner__btn-icon {
		width: 16px;
		height: 16px;
	}

	.overlay.overlay--callback {
		padding: 12px;
	}

	.overlay.overlay--callback .callback-dialog {
		padding: 28px 20px 22px;
		border-radius: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.free_consultant--modern .callback-banner__btn,
	.free_consultant--modern .callback-banner__btn-icon {
		transition: none;
	}

	.free_consultant--modern .callback-banner__btn:hover,
	.free_consultant--modern .callback-banner__btn--call:hover {
		transform: none;
	}
}

/* ── Video block — Customer's #1 Choice (video_block_container) ── */
.celeb_sec--videos.row {
	padding: 72px 0 80px;
}

.celeb_sec--videos .container {
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
}

/* Header row: title left, nav right */
.celeb_sec--videos .video-block__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.celeb_sec--videos .video-block__intro {
	flex: 1;
	min-width: 0;
}

.celeb_sec--videos .video-block__eyebrow {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(7, 37, 66, 0.5);
}

.celeb_sec--videos .video-block__title {
	margin: 0;
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 600;
	line-height: 1.15;
	color: #072542;
	letter-spacing: -0.01em;
}

.celeb_sec--videos .video-block__nav {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.celeb_sec--videos .video-block__arrow {
	width: 31px;
	height: 31px;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #072542;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	box-shadow: none;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.celeb_sec--videos .video-block__arrow--prev {
	background-image: url("../alluraesthetics/assets/img/slide_left_arrow.svg");
}

.celeb_sec--videos .video-block__arrow--next {
	background-image: url("../alluraesthetics/assets/img/slide_right_arrow.svg");
}

.celeb_sec--videos .video-block__arrow--prev:hover,
.celeb_sec--videos .video-block__arrow--next:hover {
	background-color: #0a3460;
}

.celeb_sec--videos .video-block__arrow.slick-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

/* Slider track */
.celeb_sec--videos .video-block__slider.common_slider {
	padding-bottom: 0;
	margin: 0;
}

.celeb_sec--videos .video-block__slider .slick-list {
	overflow: hidden !important;
	margin: 0 -12px;
	padding: 6px 0 8px;
}

.celeb_sec--videos .video-block__slider .slick-slide {
	margin: 0 12px;
	height: auto;
}

.celeb_sec--videos .video-block__slider .slick-track {
	display: flex;
	align-items: stretch;
}

.celeb_sec--videos .video-block__slider .slick-slide > div {
	height: 100%;
}

/* Video cards */
.celeb_sec--videos a.item {
	position: relative;
	display: block !important;
	height: 340px;
	min-height: 340px;
	padding: 0 !important;
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	border: none;
	box-shadow: 0 2px 16px rgba(7, 37, 66, 0.1);
	cursor: pointer;
	text-decoration: none;
	transition: box-shadow 0.35s ease;
}

.celeb_sec--videos a.item:hover {
	box-shadow: 0 12px 32px rgba(7, 37, 66, 0.18);
}

.celeb_sec--videos a.item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: inherit;
	background-size: cover !important;
	background-position: center center !important;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 0;
}

.celeb_sec--videos a.item:hover::before {
	transform: scale(1.05);
}

.celeb_sec--videos a.item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(7, 37, 66, 0.52) !important;
	background-image: none !important;
	z-index: 1;
	pointer-events: none;
	transition: background 0.35s ease;
}

.celeb_sec--videos a.item:hover::after {
	background: rgba(7, 37, 66, 0.42) !important;
}

.celeb_sec--videos a.item .content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-sizing: border-box;
}

.celeb_sec--videos a.item .youtube_btn {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	position: relative;
	transition: transform 0.25s ease, background 0.25s ease;
}

.celeb_sec--videos a.item .youtube_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #072542;
}

.celeb_sec--videos a.item:hover .youtube_btn {
	transform: scale(1.06);
	background: #072542;
}

.celeb_sec--videos a.item:hover .youtube_btn::before {
	border-left-color: #ffffff;
}

/* Override parent slick arrow styles when Slick adds .slick-arrow to our buttons */
.celeb_sec--videos .video-block__arrow.slick-arrow {
	position: static;
	bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	background-size: 6px !important;
}

@media (max-width: 991px) {
	.celeb_sec--videos a.item {
		height: 300px;
		min-height: 300px;
	}
}

@media (max-width: 767px) {
	.celeb_sec--videos.row {
		padding: 48px 0 105px;
	}

	.celeb_sec--videos .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.celeb_sec--videos .video-block__header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 28px;
		position: relative;
	}

	.celeb_sec--videos .video-block__nav {
		width: 100%;
		display: none !important;
		justify-content: flex-end;
		position: absolute;
		right: 0px;
		top: -5px;
	}
	.slick-slider .slick-arrow {
		bottom: -50px;
	}

	.celeb_sec--videos a.item {
		height: 280px;
		min-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.celeb_sec--videos a.item::before,
	.celeb_sec--videos a.item .youtube_btn,
	.celeb_sec--videos .video-block__arrow {
		transition: none;
	}

	.celeb_sec--videos a.item:hover::before {
		transform: none;
	}
}

/* ── Site footer ── */
footer.site-footer {
	background: #ffffff;
	padding: 0;
	text-align: left;
	color: #4a6278;
	border-top: 1px solid rgba(7, 37, 66, 0.08);
}

.site-footer__main {
	padding: 56px 0 40px;
	background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
	margin-top: 0px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 40px 48px;
	align-items: start;
}

.site-footer__logo-link {
	display: inline-block;
	line-height: 0;
	margin-bottom: 14px;
}

.site-footer__logo {
	display: block;
	width: 130px;
	max-width: 100%;
	height: auto;
}

.site-footer__tagline {
	margin: 0 0 20px;
	max-width: 260px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #4a6278;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid rgba(7, 37, 66, 0.1);
	box-shadow: 0 2px 8px rgba(7, 37, 66, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.signal_trement_page{
	margin-top: 0 !important;
}

.single.single-our-treatments .row.celeb_sec.celeb_sec--videos{
	display: none !important;
}
.site-footer__social-link:hover {
	background: #072542;
	border-color: #072542;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(7, 37, 66, 0.15);
}

.site-footer__social-link img {
	display: block;
	width: 18px;
	height: 18px;
	transition: filter 0.2s ease;
}

.site-footer__social-link:hover img {
	filter: brightness(0) invert(1);
}

.site-footer__nav-title {
	margin: 0 0 16px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(7, 37, 66, 0.45);
}

.site-footer__nav {
	display: block;
}

.site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__links li {
	margin: 0 0 10px;
	width: 100%;
}

/* Override parent theme footer ul { display:flex } horizontal row */
footer.site-footer ul.site-footer__links {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap;
	justify-content: flex-start !important;
	margin-bottom: 0 !important;
}

footer.site-footer ul.site-footer__links li {
	margin-right: 0 !important;
	margin-bottom: 10px;
}

.site-footer__links li:last-child {
	margin-bottom: 0;
}

.site-footer__links a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #072542;
	text-decoration: none;
	text-transform: none;
	transition: color 0.2s ease;
}

.site-footer__links a:hover {
	color: #0a3460;
}

.site-footer__bar {
	padding: 20px 0px 25px;
	background: #fbfcfd;
}

.site-footer__bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 24px;
}

/* "More branches opening soon in" — right side of the bottom bar */
.site-footer__soon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
}
.site-footer__soon-label {
	font-size: 12px;
	font-weight: 500;
	color: rgba(7, 37, 66, 0.6);
}
.site-footer__soon-chips {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 7px;
}
.site-footer__soon-chip {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #072542;
	background: rgba(7, 37, 66, 0.06);
	border: 1px solid rgba(7, 37, 66, 0.12);
	border-radius: 50px;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.site-footer__soon-chip:hover {
	background: rgba(7, 37, 66, 0.10);
	border-color: rgba(7, 37, 66, 0.22);
	transform: translateY(-1px);
}
.site-footer__soon-chip--more {
	background: transparent;
	border-style: dashed;
	color: rgba(7, 37, 66, 0.65);
}

.site-footer__copy {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(7 37 66);
	text-align: left;
}

.site-footer__copy strong {
	font-weight: 600;
	color: rgb(7 37 66);
}

/* Bottom bar — stack & center copyright + branches on small screens */
@media (max-width: 700px) {
	.site-footer__bar-inner {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 12px;
	}
	.site-footer__copy {
		text-align: center;
	}
	.site-footer__soon {
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 24px;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575px) {
	.site-footer__main {
		padding: 40px 0 36px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.site-footer__logo {
		width: 120px;
	}
	.site-footer__brand{
		text-align: center;
	}
	.site-footer__tagline {
		margin: 0 auto 20px;
	}
	.site-footer__social {
		justify-content: center;
	}
	.site-footer__nav {
		text-align: center;
	}
}

/* ── Team showcase — Our Superstars (our_team_container) ── */
.team-showcase--modern {
	padding: 72px 0 80px;
	background: #072542;
}

.team-showcase--modern .container {
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
}

.team-showcase__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.team-showcase__intro {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.team-showcase__eyebrow {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.team-showcase__title {
	margin: 0;
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 600;
	line-height: 1.15;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.team-showcase__desc {
	margin: 14px 0 0;
	max-width: 560px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.team-showcase__nav {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.team-showcase__arrow {
	width: 31px;
	height: 31px;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background-color:rgb(26 54 81);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	box-shadow: none;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.team-showcase__arrow--prev {
	background-image: url("../alluraesthetics/assets/img/slide_left_arrow.svg");
}

.team-showcase__arrow--next {
	background-image: url("../alluraesthetics/assets/img/slide_right_arrow.svg");
}

.team-showcase__arrow--prev:hover,
.team-showcase__arrow--next:hover {
	background-color: rgba(255, 255, 255, 0.24);
}

.team-showcase__arrow.slick-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.team-showcase__arrow.slick-arrow {
	position: static;
	margin: 0;
	background-size: 6px !important;
}

.team-showcase__slider.common_slider {
	padding-bottom: 0;
	margin: 0;
}

.team-showcase__slider .slick-list {
	overflow: hidden !important;
	margin: 0 -12px;
	padding: 6px 0 8px;
}

.team-showcase__slider .slick-slide {
	margin: 0 12px;
	height: auto;
}

.team-showcase__slider .slick-track {
	display: flex;
	align-items: stretch;
}

.team-showcase__slider .slick-slide > div {
	height: 100%;
}

.team-showcase__grid:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
}

.team-card {
	height: 100%;
}

.team-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(7, 37, 66, 0.07);
	box-shadow: 0 4px 18px rgba(7, 37, 66, 0.07);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.3s ease;
}

.team-card__link:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(7, 37, 66, 0.14);
	border-color: rgba(7, 37, 66, 0.12);
}

.team-card__visual {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: linear-gradient(135deg, #dce6ef 0%, #c5d4e3 100%);
}

.team-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card__link:hover .team-card__img {
	transform: scale(1.04);
}

.team-card__body {
	padding: 18px 18px 20px;
	text-align: left;
}

.team-card__name {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #072542;
}

.team-card__role {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #4a6278;
}

@media (max-width: 991px) {
	.team-showcase__grid:not(.slick-initialized) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.team-showcase--modern {
		padding: 48px 0 105px;
	}

	.team-showcase--modern .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.team-showcase__header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 28px;
		position: relative;
	}

	.team-showcase__nav {
		width: 100%;
		display: none !important;
		position: absolute;
        right: 0px;
        top: 0px;
		justify-content: flex-end;
	}

	.team-showcase__grid:not(.slick-initialized) {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.team-card__link,
	.team-card__img,
	.team-showcase__arrow {
		transition: none;
	}

	.team-card__link:hover {
		transform: none;
	}

	.team-card__link:hover .team-card__img {
		transform: none;
	}
}

/* Brand color — legacy cyan (#04A6DF) → navy (#072542) */
.wpb_text_column a {
	color: #072542;
}

.wpb_text_column a:hover {
	color: #0a3460;
}

/* ════════════════════════════════════════════════════════
   TREATMENT CATEGORY DETAIL PAGE — redesign
   Same content, new split-screen layout.
   ════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────
   HERO SPLIT: image left | text right
──────────────────────────────────────── */
.tcat-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

/* Left pane — photo */
.tcat-split__media {
	position: relative;
	overflow: hidden;
	background: #0a1e31;
	min-height: 400px;
}

.tcat-split__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 8s ease;
	display: block;
}

.tcat-split:hover .tcat-split__img {
	transform: scale(1.04);
}

/* subtle dark vignette on photo side */
.tcat-split__img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(7, 37, 66, 0) 55%,
		rgba(7, 37, 66, 0.55) 100%
	);
	pointer-events: none;
}

/* Right pane — text */
.tcat-split__body {
	background: #072542;
	display: flex;
	align-items: center;
}

.tcat-split__body-inner {
	padding: 60px 60px;
    max-width: 100%;
}

.tcat-split__rule {
	display: block;
	width: 48px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	margin-bottom: 28px;
}

.tcat-split__title {
	margin: 0 0 24px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
}
.tcat-split__desc p{
	font-size: 15px;
}

.tcat-split__desc {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 36px;
}

.tcat-split__desc p  { margin: 0 0 1em; }
.tcat-split__desc p:last-child { margin-bottom: 0; }

.tcat-split__desc a {
	color: rgba(255, 255, 255, 0.98);
	font-weight: 500;
}

/* CTA button */
.tcat-split__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 15px 30px;
	background: #ffffff;
	color: #072542;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	transition: background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

.tcat-split__cta:hover {
	background: #eef4fd;
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

/* animated right-arrow inside button */
.tcat-split__cta-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #072542;
	border-right: 2px solid #072542;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
}

.tcat-split__cta:hover .tcat-split__cta-arrow {
	transform: rotate(45deg) translate(2px, -2px);
}

/* ────────────────────────────────────────
   RESPONSIVE
──────────────────────────────────────── */
@media (max-width: 900px) {
	.tcat-split {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		height: auto;
		min-height: auto;
		max-height: none;
	}

	.tcat-split__media {
		aspect-ratio: 16 / 9;
		min-height: 280px;
		height: 56vw;
	}

	.tcat-split__img {
		position: absolute;
	}

	.tcat-split__img-overlay {
		background: rgba(7, 37, 66, 0.25);
	}

	.tcat-split__body-inner {
		padding: 48px 32px;
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.tcat-split__media {
		aspect-ratio: 0;
	}

	.tcat-split__body-inner {
		padding: 40px 20px;
	}

	.tcat-split__cta {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tcat-split__img { transition: none; }
	.tcat-split__cta { transition: none; }
	.tcat-split__cta-arrow { transition: none; }
}

/* ════════════════════════════════════════════════════════
   SINGLE TREATMENT PAGE — section redesigns
   ════════════════════════════════════════════════════════ */

/* Single treatment hero uses the same .tcat-split layout.
   A small modifier lets us tune height for post pages where
   the description text can be longer. */
.tcat-split--single {
	height: auto;
	min-height: 75vh;
	max-height: none;
}

.tcat-split--single .tcat-split__body-inner {
	padding: 64px 60px;
}

/* ────────────────────────────────────────
   CAUSES & DESIRED RESULTS (.treatment-facts)
──────────────────────────────────────── */
.treatment-facts.row {
	padding: 72px 0 80px;
	background: #f8fafc;
}

.treatment-facts__inner {
	max-width: 800px;
	padding-left: 24px;
	padding-right: 24px;
}

.treatment-facts__heading {
	margin: 0 0 40px;
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 600;
	color: #072542;
	letter-spacing: -0.01em;
	line-height: 1.25;
	position: relative;
	padding-bottom: 20px;
}

.treatment-facts__heading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #072542;
}

.treatment-facts__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(7, 37, 66, 0.1);
}

.treatment-facts__row {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 16px 40px;
	align-items: baseline;
	padding: 20px 0;
	border-bottom: 1px solid rgba(7, 37, 66, 0.08);
	transition: background 0.18s ease;
}

.treatment-facts__row:hover {
	background: rgba(7, 37, 66, 0.025);
	margin: 0 -16px;
	padding-left: 16px;
	padding-right: 16px;
}

.treatment-facts__term {
	font-size: 13px;
	font-weight: 700;
	color: #072542;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.treatment-facts__def {
	font-size: 14px;
	font-weight: 400;
	color: #3d5568;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 600px) {
	.treatment-facts.row {
		padding: 48px 0 56px;
	}

	.treatment-facts__row {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 16px 0;
	}

	.treatment-facts__row:hover {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

/* ────────────────────────────────────────
   BEFORE & AFTER RESULTS (.treatment-results)
──────────────────────────────────────── */
.treatment-results.row {
	padding: 72px 0 88px;
	background: #072542;
}

.treatment-results__inner {
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
}

.treatment-results__header {
	text-align: center;
	margin-bottom: 48px;
}

.treatment-results__eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.treatment-results__title {
	margin: 0;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 500;
	line-height: 1.15;
	color: #ffffff;
	letter-spacing: -0.01em;
}

/* Slider list */
.treatment-results__slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.treatment-results__pair {
	display: flex !important;
	gap: 12px;
	outline: none;
}

.treatment-results__card {
	flex: 1;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
}

.treatment-results__photo {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.treatment-results__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.treatment-results__card:hover .treatment-results__photo img {
	transform: scale(1.04);
}

.treatment-results__label {
	display: block;
	padding: 10px 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
}

.treatment-results__label--before {
	color: rgba(255, 255, 255, 0.5);
}

.treatment-results__label--after {
	color: rgba(255, 255, 255, 0.9);
}

/* Optional aside image */
.treatment-results__aside {
	margin-top: 48px;
	border-radius: 16px;
	overflow: hidden;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.treatment-results__aside img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.treatment-results.row {
		padding: 70px 0 100px;
	}

	.treatment-results__header {
		margin-bottom: 32px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.treatment-results__photo img { transition: none; }
}

/* ════════════════════════════════════════════════════════
   FAQ / ACCORDION (WPBakery .vc_tta) — complete redesign
   ════════════════════════════════════════════════════════ */

/* ── 1. Row: dark navy full-bleed ── */
.vc_row.wpb_row:has(.vc_tta-accordion) {
	background: #072542 !important;
}

/* ── 2. Heading — target ALL h2/h3 in the FAQ row (white),
        then cascade-override for answer text separately below ── */
.vc_row.wpb_row:has(.vc_tta-accordion) h2,
.vc_row.wpb_row:has(.vc_tta-accordion) h3,
.vc_row.wpb_row:has(.vc_tta-accordion) .vc_custom_heading {
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 1.12 !important;
	letter-spacing: -0.02em !important;
	color: #ffffff !important;
	margin: 0 0 10px !important;
	opacity: 1 !important;
}

/* Heading wrapper — same max-width & padding as the accordion container
   so the title lines up flush with "1. What is..." */
.vc_row.wpb_row:has(.vc_tta-accordion) .vc_column-inner > .wpb_wrapper > .wpb_text_column {
	max-width: 820px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 28px !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	text-align: left !important;
	box-sizing: border-box;
}

.vc_row.wpb_row:has(.vc_tta-accordion) .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: rgba(255, 255, 255, 0.5) !important;
	margin: 0 !important;
}

/* ── 3. Container ── */
.vc_row.wpb_row .vc_tta-container {
	padding: 0 24px 88px !important;
	max-width: 820px !important;
	margin: 0 auto !important;
}

.vc_row.wpb_row .vc_tta-container.vc_tta-container[data-vc-action="collapse"] {
	padding: 0 24px 88px !important;
}

/* ── 4. Nuclear reset — all WPBakery style variants ── */
.vc_row.wpb_row .vc_tta-container .vc_tta,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-modern,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-flat,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-outline {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Zero out the inner panels-container which WPBakery sometimes borders */
.vc_row.wpb_row .vc_tta-container .vc_tta-accordion,
.vc_row.wpb_row .vc_tta-container .vc_tta-panels-container,
.vc_row.wpb_row .vc_tta-container .vc_tta-panels {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Every panel: thin separator line */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-panel,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-modern .vc_tta-panel,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-flat .vc_tta-panel {
	border: none !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

/* No border on first panel (line between heading and item 1) */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel:first-child,
.vc_row.wpb_row .vc_tta-container .vc_tta-panels-container .vc_tta-panel:first-child,
.vc_row.wpb_row .vc_tta-container .vc_tta-panels .vc_tta-panel:first-child {
	border-top: none !important;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Active panel — no card, no box */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active {
	border: none !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/* ── 5. Heading row ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

/* h4 title */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
	background: none !important;
	background-image: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

/* ── 6. The <a> link — flex row with question + chevron ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	padding: 22px 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	transition: color 0.2s ease !important;
	cursor: pointer;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	color: #ffffff !important;
	font-weight: 600 !important;
}

/* Hover */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
	color: #ffffff !important;
}

/* ── 7. Kill WPBakery's own icon completely ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-controls-icon,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 i,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a i,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a::before {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
}

/* ── 8. Question text span ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 span {
	flex: 1 !important;
	padding: 0 !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

/* ── 9. CSS chevron — flex child after the span ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a::after {
	content: '' !important;
	flex-shrink: 0 !important;
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border-right: 2px solid rgba(255, 255, 255, 0.5) !important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
	border-top: none !important;
	border-left: none !important;
	transform: rotate(45deg) !important;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
	margin-top: -2px !important;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a::after {
	transform: rotate(-135deg) !important;
	border-color: rgba(255, 255, 255, 0.9) !important;
	margin-top: 4px !important;
}

/* ── 10. Panel body (answer) — strip ALL borders/backgrounds ── */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-body,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_row.wpb_row .vc_tta-container .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_row.wpb_row .vc_tta-container .vc_tta[class*="vc_tta-color-"] .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_row.wpb_row .vc_tta-container [class*="vc_tta-color-"] .vc_tta-panel-body {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 40px 24px 0 !important;
}

/* Also zero out inner wrapper elements that WPBakery nests inside the body */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel-body .vc_column-inner,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel-body .wpb_wrapper {
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
}

/* Answer text — left-aligned, NOT centered.
   Also reset h2/h3 color inside panel bodies (overrides the white heading rule above) */
.vc_row.wpb_row .vc_tta-container .vc_tta-panel-body .wpb_text_column {
	text-align: left !important;
	margin-bottom: 0 !important;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel-body h2,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel-body h3 {
	color: rgba(255, 255, 255, 0.65) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body p,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body li,
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body span:not(.vc_tta-controls-icon),
.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body div:not(.vc_column-inner):not(.wpb_wrapper) {
	font-size: 14px !important;
	line-height: 1.8 !important;
	color: rgba(255, 255, 255, 0.65) !important;
	text-align: left !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

/* ── 11. Responsive ── */
@media (max-width: 767px) {
	.vc_row.wpb_row .vc_tta-container {
		padding: 0 20px 60px !important;
	}

	.vc_row.wpb_row:has(.vc_tta-accordion) .wpb_text_column {
		margin-bottom: 36px !important;
	}

	.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
		font-size: 14px !important;
		padding: 18px 0 !important;
	}

	.vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-body {
		padding: 0 32px 20px 0 !important;
	}
	.tcat-split--single .tcat-split__body-inner{
		padding: 64px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a,
	.vc_row.wpb_row .vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 a::after {
		transition: none !important;
	}
}


.our-treatments-template-default.single-our-treatments .blog{
	display: none;
}
body.our-treatments-template-default.single-our-treatments .wpb_wrapper h2.vc_custom_heading {
	max-width: 820px;
    margin: 0 auto !important;
}
.vc_row.wpb_row .vc_tta-container .vc_tta-panel:first-child, .vc_row.wpb_row .vc_tta-container .vc_tta-panels-container .vc_tta-panel:first-child, .vc_row.wpb_row .vc_tta-container .vc_tta-panels .vc_tta-panel:first-child {
    border-top: none !important;
}
.vc_row.wpb_row .vc_tta-container .vc_tta-panel:first-child, .vc_row.wpb_row .vc_tta-container .vc_tta-panel.vc_active:first-child{
	border-top: 0px !important;
}

/* ============================================================
   ABOUT PAGE — dark navy content (page-about.php)
   ============================================================ */

/* Text-only hero (no featured image) */
.about-hero-simple {
	background: #072542;
	margin-bottom: -1px;
	padding: 80px 0 20px;
}

.about-hero-simple__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.about-hero-simple__title {
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 500;
	color: #ffffff;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
}

/* Dark content body */
.about-content {
	text-align: left;
	background: #072542;
}

.about-content__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px;
}

/* Reset WPBakery row backgrounds inside about content */
.about-content .vc_row,
.about-content .vc_column_container,
.about-content .wpb_column,
.about-content .vc_column-inner,
.about-content .wpb_wrapper {
	background: transparent !important;
	background-color: transparent !important;
}

/* Make all text white / near-white */
.about-content p,
.about-content .wpb_text_column p,
.about-content .wpb_wrapper p {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1.4em;
}

/* Bold / strong spans keep full white */
.about-content strong,
.about-content b,
.about-content .wpb_text_column strong,
.about-content .wpb_wrapper strong {
	color: #ffffff !important;
	font-weight: 600;
}

/* Links inside content */
.about-content a,
.about-content .wpb_wrapper a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: underline;
}

/* Headings */
.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4 {
	color: #ffffff !important;
}

/* WPBakery image element */
.about-content .wpb_single_image img {
	border-radius: 8px;
	display: block;
	width: 100%;
	height: auto;
}

/* Dividers / separators WPBakery adds */
.about-content .vc_separator .vc_sep_holder .vc_sep_line {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

/* About hero — when image exists, limit split height to something tasteful */
.about-page .about-hero.tcat-split {
	min-height: 420px;
	max-height: 520px;
}

/* ============================================================
   END ABOUT PAGE
   ============================================================ */

/* ============================================================
   CAREERS SECTION
   ============================================================ */

.careers-section {
	background: #072542;
	padding: 80px 0 90px;
}

/* Header */
.careers-header {
	text-align: center;
	margin-bottom: 56px;
}

.careers-header .tcat-split__rule {
	margin: 0 auto 24px;
}

.careers-header__title {
	font-size: clamp(24px, 3.5vw, 40px);
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 16px;
}

.careers-header__desc {
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	line-height: 1.7;
	max-width: 560px;
	margin: 0 auto;
}

/* Grid */
.careers-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 900px) {
	.careers-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.careers-grid {
		grid-template-columns: 1fr;
	}
}

/* Card */
.career-card {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 32px 28px 24px;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.career-card:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.22);
	transform: translateY(-4px);
}

.career-card__body {
	flex: 1;
	margin-bottom: 28px;
}

.career-card__title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 12px;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.career-card__desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

/* Card footer — two links side by side */
.career-card__footer {
	display: flex;
	align-items: center;
	gap: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

.career-card__apply,
.career-card__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s ease, gap 0.2s ease;
}

.career-card__apply {
	color: rgba(255, 255, 255, 0.9);
	flex: 1;
}

.career-card__apply:hover {
	color: #ffffff;
	gap: 10px;
}

.career-card__more {
	color: rgba(255, 255, 255, 0.45);
}

.career-card__more:hover {
	color: rgba(255, 255, 255, 0.85);
	gap: 10px;
}

/* ============================================================
   END CAREERS SECTION
   ============================================================ */

/* ============================================================
   TEAM MEMBER PROFILE — single-ourteam.php
   ============================================================ */

.team-profile {
	position: relative;
	background: #072542;
	padding: 95px 0 100px;
	overflow: hidden;
}

/* Radial glow behind the avatar */
.team-profile__backdrop {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
	pointer-events: none;
}

.team-profile__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 720px;
}

/* Avatar ring */
.team-profile__avatar-ring {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	padding: 5px;
	background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.06) 100%);
	box-shadow: 0 24px 60px rgba(0,0,0,0.35);
	margin-bottom: 32px;
	flex-shrink: 0;
}

.team-profile__avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

/* Name */
.team-profile__meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.team-profile__name {
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0px 0px 10px;
}

/* Designation pill badge */
.team-profile__badge {
	display: inline-block;
	padding: 6px 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Divider line */
.team-profile__divider {
	display: block;
	width: 48px;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	margin-bottom: 32px;
}

/* Bio text */
.team-profile__bio {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.85;
	text-align: center;
	max-width: 850px;
}

.team-profile__bio p {
	margin: 0 0 1.2em;
}

.team-profile__bio p:last-child {
	margin-bottom: 0;
}

.team-profile__bio strong,
.team-profile__bio b {
	color: #ffffff;
	font-weight: 600;
}

.team-profile__bio a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
}

.wpb_text_container ul {
    list-style-position: inside;
}
.wpb_text_container ul li {
    margin-bottom: 6px;
    font-size: 15px;
}
.wpb_text_container p {
    line-height: 28px;
}
.vc_row.wpb_row.vc_row-fluid.wpb_text_container {
    max-width: 850px;
    margin: 0 auto !important;
    padding: 25px 0px 40px;
}
/* Responsive */
@media (max-width: 600px) {
	.team-profile {
		padding: 60px 0 80px;
	}

	.team-profile__avatar-ring {
		width: 170px;
		height: 170px;
	}
	.team-card__img{
		aspect-ratio: 5 / 4;
	}
	.free_consultant--modern .callback-banner__wa-icon {
		width: 24px;
		height: 24px;
	}
	body.single .theme_heading h2,
	body.tax-our_treatments_cat .theme_heading h2 {
		font-size: 24px;
		font-weight: 400;
	}

}

/* ============================================================
   END TEAM MEMBER PROFILE
   ============================================================ */


/* ============================================================
   SKIN CARE BLOG — modern professional card grid
   Targets the home "Skin Care Blog" + blog archive (.blog .blog_section)
   Overrides parent main.css (which hid text & used 2 columns).
   ============================================================ */

.blog {
	padding: 35px 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
}

/* --- Section heading with accent underline --- */
.blog .theme_heading {
	text-align: center;
	margin: 0 auto 48px;
}
.blog .theme_heading h2 {
	position: relative;
	display: inline-block;
	color: #072542;
	letter-spacing: -0.01em;
	padding-bottom: 18px;
}
.blog .theme_heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 64px;
	height: 3px;
	border-radius: 3px;
	background: #072542;
	transform: translateX(-50%);
}

/* --- Card grid --- */
.blog .blog_section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	align-items: stretch;
}

/* --- Card --- */
.blog .blog_section article {
	display: flex;
	flex-direction: column;
	/* !important neutralizes parent's flex widths + :nth-child margins
	   (main.css desktop media query) so the CSS grid controls layout */
	width: auto !important;
	margin: 0 !important;
	text-align: left;
	background: #ffffff;
	border: 1px solid #eef1f4;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(7, 37, 66, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.blog .blog_section article:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(7, 37, 66, 0.14);
	border-color: #dfe5ea;
}

/* --- Image with fixed ratio + zoom --- */
.blog .blog_section article .image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.blog .blog_section article .image a {
	display: block;
	width: 100%;
	height: 100%;
}
.blog .blog_section article .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.blog .blog_section article:hover .image img {
	transform: scale(1.06);
}

/* --- Content --- */
.blog .blog_section article .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 24px 20px 26px;
}
.blog .blog_section article .content > a:first-child {
	text-decoration: none;
}
.blog .blog_section article h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #072542;
	transition: color 0.25s ease;
	/* clamp to 2 lines for even card heights */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog .blog_section article a:hover h3 {
	color: #1c6fb0;
}

/* Reveal the description (parent hid it) */
.blog .blog_section article p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.7;
	color: #5b6b7a;
}

/* Reveal + restyle the Continue Reading link (parent hid it) */
.blog .blog_section article a.more_reading {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;          /* pin to bottom for aligned cards */
	width: fit-content;
	padding: 0;
	background: none;          /* drop parent's background-image arrow */
	color: #072542;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.25s ease, gap 0.25s ease;
}
.blog .blog_section article a.more_reading::after {
	content: "";
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	transition: transform 0.25s ease;
}
.blog .blog_section article a.more_reading:hover {
	color: #1c6fb0;
	gap: 12px;
}
.blog .blog_section article a.more_reading:hover::after {
	transform: translateX(3px);
}

/* --- Responsive --- */
@media (max-width: 991px) {
	.blog .blog_section {
		grid-template-columns: repeat(2, 1fr);
		gap: 26px;
	}
}
@media (max-width: 599px) {
	.blog {
		padding: 28px 0 75px;
	}
	.blog .theme_heading {
		margin-bottom: 32px;
	}
	.blog .blog_section {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.blog .blog_section article h3 {
		font-size: 20px;
	}
}

/* ============================================================
   END SKIN CARE BLOG
   ============================================================ */


/* ============================================================
   FRANCHISE PROGRAM PAGE (template-franchise.php)
   Navy hero + intro copy + application form (reuses theme styles)
   ============================================================ */

.franchise-hero {
	padding: 75px 0 70px;
	text-align: center;
}
.franchise-hero .tcat-split__rule {
	margin: 0 auto 24px;
}

/* Intro copy — now inside the navy hero (light text), left-aligned for reading */
.franchise-intro {
	max-width: 950px;
	margin: 30px auto 0;
	text-align: center;
}
.franchise-intro p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.85;
	margin: 0 0 1.3em;
}
.franchise-intro p:last-child {
	margin-bottom: 0;
}

/* CTA — "Join Us Today" button + animated scroll-down arrow (in the navy hero) */
.franchise-cta {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
}
.franchise-cta__btn {
	display: inline-block;
	padding: 16px 46px;
	background: #ffffff;
	color: #072542;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.franchise-cta__btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.30);
	background: #f3f6f9;
}
.franchise-cta__arrow {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	animation: franchiseBounce 1.8s ease-in-out infinite;
	transition: background 0.25s ease, border-color 0.25s ease;
}
.franchise-cta__arrow:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.6);
}
.franchise-cta__chevron {
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}
@keyframes franchiseBounce {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
	.franchise-cta__arrow { animation: none; }
}

/* Smooth scroll from the CTA down to the form */
html { scroll-behavior: smooth; }
#franchise-apply { scroll-margin-top: 90px; }

/* Light body holding the application form */
.franchise-body {
	background: #f6f8fa;
	padding: 60px 0 80px;
}
.franchise-body__inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Application form card */
.franchise-form {
	margin: 0 auto;
}
.franchise-form__card {
	background: #ffffff;
	border: 1px solid #e7ecf1;
	border-radius: 18px;
	padding: 34px 32px 0px;
	box-shadow: 0 18px 44px rgba(7, 37, 66, 0.10);
}
.franchise-form__title {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 600;
	color: #072542;
}
.franchise-form__lead {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.6;
	color: #6a7783;
}

.franchise-form__card .cf7-field-group {
	margin-bottom: 14px;
	text-align: left;
}
.franchise-form__card .cf7-field-group > p > label {
    display: block;
    margin-bottom: -7px;
    font-size: 14px;
    font-weight: 500;
    color: #5a6f82;
    line-height: 1.45;
    margin-top: 20px;
}

/* Text / email / tel / select / textarea / file — light rounded box (callback look) */
.franchise-form__card .cf7-field-group input[type="text"],
.franchise-form__card .cf7-field-group input[type="email"],
.franchise-form__card .cf7-field-group input[type="tel"],
.franchise-form__card .cf7-field-group input[type="number"],
.franchise-form__card .cf7-field-group input[type="file"],
.franchise-form__card .cf7-field-group select,
.franchise-form__card .cf7-field-group textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 52px;
	padding: 14px 16px;
	background: #f8fafb;
	border: 1px solid rgba(7, 37, 66, 0.15);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #072542;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.franchise-form__card .cf7-field-group select {
	height: 52px;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23072542' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 18px;
	padding-right: 40px;
}
.franchise-form__card .cf7-field-group textarea {
	min-height: 110px;
	resize: vertical;
}

/* Hover / focus — identical to the callback form */
.franchise-form__card .cf7-field-group input:hover,
.franchise-form__card .cf7-field-group select:hover,
.franchise-form__card .cf7-field-group textarea:hover {
	border-color: rgba(7, 37, 66, 0.25);
}
.franchise-form__card .cf7-field-group input:focus,
.franchise-form__card .cf7-field-group select:focus,
.franchise-form__card .cf7-field-group textarea:focus {
	outline: none;
	border-color: #072542;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(7, 37, 66, 0.08);
}

/* Radio + checkbox groups */
.franchise-form__card .cf7-field-group .wpcf7-radio,
.franchise-form__card .cf7-field-group .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	padding-top: 2px;
}
.franchise-form__card .cf7-field-group .wpcf7-list-item {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.franchise-form__card .cf7-field-group .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #072542;
	cursor: pointer;
}
.franchise-form__card .cf7-field-group input[type="radio"],
.franchise-form__card .cf7-field-group input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-height: 0;
	margin-top: 1px;
	accent-color: #072542;
	flex: 0 0 auto;
}
.franchise-form > p:last-child{
	text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
}
.wpcf7-spinner{
	margin: 10px auto -5px;
}

/* Declaration block */
.franchise-form__card .cf7-field-group.declaration {
	margin-top: 0px;
	padding-top: 12px;
	border-top: 0px solid rgba(7, 37, 66, 0.10);
}
.franchise-form__card .cf7-field-group.declaration > p > br{
	display: none;
}
.franchise-form__card .cf7-field-group.declaration > p > .wpcf7-form-control-wrap {
    margin-bottom: 6px;
    display: block;
}
.franchise-form__card .cf7-field-group.declaration > p > .wpcf7-form-control-wrap .wpcf7-list-item-label{
	font-size: 14px;
	font-weight: 500;
	color: #072542;
}
.franchise-form__card .cf7-field-group.declaration h3 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: #072542;
}
.franchise-form__card .cf7-field-group.declaration .wpcf7-checkbox {
	flex-direction: column;
	gap: 12px;
}

/* Submit — navy pill, identical to the callback's .primary-dark */
.franchise-form__card input[type="submit"],
.franchise-form__card .wpcf7-submit {
	width: 100%;
	margin-top: 10px;
	padding: 17px 20px;
	border: none;
	border-radius: 999px;
	background: #072542;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(7, 37, 66, 0.2);
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.franchise-form__card input[type="submit"]:hover,
.franchise-form__card .wpcf7-submit:hover {
	background: #0a3460;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(7, 37, 66, 0.26);
}

/* Response / validation messages */
.franchise-form__card .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 13px;
	border-width: 1px;
}

/* Responsive */
@media (max-width: 560px) {
	.franchise-hero {
		padding: 56px 0 44px;
	}
	.franchise-intro {
		margin-top: 24px;
	}
	.franchise-body {
		padding: 44px 0 52px;
	}
	.franchise-form__card {
		padding: 26px 20px 28px;
	}
}

/* ============================================================
   END FRANCHISE PROGRAM PAGE
   ============================================================ */


/* ============================================================
   BLOG ARCHIVE (/blog/) — magazine layout
   Featured first post + elevated card grid for the rest.
   Targets .blog_sec .blog_content (only used on the blog page),
   so the homepage "Skin Care Blog" grid is untouched.
   Scoped with .blog_content to outrank parent main.css rules.
   ============================================================ */

.blog_sec {
	padding: 60px 0 80px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
}

/* Heading with accent underline */
.blog_sec .theme_heading {
	text-align: center;
	margin: 0 auto 50px;
}
.blog_sec .theme_heading h2 {
	position: relative;
	display: inline-block;
	color: #072542;
	letter-spacing: -0.01em;
	padding-bottom: 18px;
}
.blog_sec .theme_heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 64px;
	height: 3px;
	border-radius: 3px;
	background: #072542;
	transform: translateX(-50%);
}

/* Card grid */
.blog_sec .blog_content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px;
	align-items: stretch;
}

/* Base card (vertical) */
.blog_sec .blog_content article {
	display: flex;
	flex-direction: column;
	width: auto;
	margin: 0;
	text-align: left;
	background: #ffffff;
	border: 1px solid #eef1f4;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(7, 37, 66, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.blog_sec .blog_content article:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 44px rgba(7, 37, 66, 0.14);
	border-color: #dfe5ea;
}

/* Image */
.blog_sec .blog_content article .image {
	width: auto;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
.blog_sec .blog_content article .image a {
	display: block;
	width: 100%;
	height: 100%;
}
.blog_sec .blog_content article .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.blog_sec .blog_content article:hover .image img {
	transform: scale(1.06);
}

/* Content */
.blog_sec .blog_content article .content {
	width: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 26px 28px 28px;
}
.blog_sec .blog_content article .content h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.32;
	color: #072542;
	transition: color 0.25s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog_sec .blog_content article .content > a:hover h3 {
	color: #1c6fb0;
}
.blog_sec .blog_content article .content p {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.7;
	color: #5b6b7a;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog_sec .blog_content article .content a.more_reading {
	margin-top: auto;
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	background: none;
	color: #072542;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color 0.25s ease, gap 0.25s ease;
}
.blog_sec .blog_content article .content a.more_reading::after {
	content: "";
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	transition: transform 0.25s ease;
}
.blog_sec .blog_content article .content a.more_reading:hover {
	color: #1c6fb0;
	gap: 12px;
}
.blog_sec .blog_content article .content a.more_reading:hover::after {
	transform: translateX(3px);
}

/* FEATURED — first post spans full width, horizontal layout */
.blog_sec .blog_content article:first-child {
	grid-column: 1 / -1;
	flex-direction: row;
	margin-bottom: 6px;
}
.blog_sec .blog_content article:first-child .image {
	flex: 0 0 56%;
	aspect-ratio: auto;
	min-height: 380px;
}
.blog_sec .blog_content article:first-child .content {
	justify-content: center;
	padding: 40px 46px;
}
.blog_sec .blog_content article:first-child .content h3 {
	font-size: 30px;
	line-height: 1.25;
	-webkit-line-clamp: 3;
}
.slick-slider.common_slider{
	padding-bottom: 70px;
}
.blog_sec .blog_content article:first-child .content p {
	font-size: 16px;
	-webkit-line-clamp: 4;
}
.single-jobs .blog.blog_detail .blog_content a.btn{
    font-weight: 700;
    font-style: italic;
}
.blog_paginations .page-numbers{
	margin: 15px 0 15px;
}
/* Responsive */
@media (max-width: 991px) {
	.blog_sec .blog_content {
		gap: 26px;
	}
	.blog_sec .blog_content article:first-child .image {
		min-height: 300px;
	}
	.blog_sec .blog_content article:first-child .content {
		padding: 30px 32px;
	}
	.blog_sec .blog_content article:first-child .content h3 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.blog_sec {
		padding: 35px 0 56px;
	}
	.blog_sec .theme_heading {
		margin-bottom: 32px;
	}
	.blog_sec .blog_content {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.blog_sec .blog_content article:first-child {
		flex-direction: column;
	}
	.blog_sec .blog_content article:first-child .image {
		flex: auto;
		aspect-ratio: 16 / 10;
		min-height: 0;
	}
	.blog_sec .blog_content article:first-child .content {
		padding: 23px 20px 25px;
	}
	.blog_sec .blog_content article:first-child .content h3 {
		font-size: 20px;
		-webkit-line-clamp: 2;
	}
	.slick-slider.common_slider{
		padding-bottom: 20px;
	}
	body.our-treatments-template-default.single-our-treatments .wpb_wrapper h2.vc_custom_heading{
		font-size: 24px !important;
		padding:55px 20px 35px;
	}
}

/* ============================================================
   END BLOG ARCHIVE
   ============================================================ */


/* ============================================================
   FOOTER — "Find a clinic near you" CTA band (.footer-locate)
   ============================================================ */

.footer-locate {
	position: relative;
	top: -15px;
	overflow: hidden;
	background: linear-gradient(115deg, #062038 0%, #0a4a78 55%, #14a7dd 130%);
}
/* soft decorative glow */
.footer-locate::before {
	content: "";
	position: absolute;
	top: -60%;
	right: -5%;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}
.footer-locate__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 34px 24px;
}
.footer-locate__content {
	max-width: 640px;
}
.footer-locate__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.footer-locate__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

/* "More branches coming soon" + city chips */
.footer-locate__soon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin: 18px 0 0;
}
.footer-locate__soon-label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
}
.footer-locate__chips {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}
.footer-locate__chip {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50px;
	backdrop-filter: blur(2px);
}
.footer-locate__chip--more {
	background: transparent;
	border-style: dashed;
	color: rgba(255, 255, 255, 0.85);
}

/* CTA — label + circular arrow (echoes the reference banner) */
.footer-locate__cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 12px 12px 12px 28px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.footer-locate__cta:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #072542;
	transform: translateY(-2px);
}
.footer-locate__cta-arrow {
	position: relative;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #ffffff;
	transition: background 0.25s ease;
}
.footer-locate__cta-arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: #0a4a78;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 4.5l7.5 7.5-7.5 7.5-1.4-1.4 5.1-5.1H3v-2h13.7l-5.1-5.1z'/%3E%3C/svg%3E") no-repeat center / contain;
	transition: transform 0.25s ease, background 0.25s ease;
}
.footer-locate__cta:hover .footer-locate__cta-arrow {
	background: #072542;
}
.footer-locate__cta:hover .footer-locate__cta-arrow::after {
	background: #ffffff;
	transform: translateX(3px);
}

/* Responsive */
@media (max-width: 860px) {
	.footer-locate__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
		padding: 30px 20px;
	}
	.footer-locate__cta {
		align-self: stretch;
		justify-content: space-between;
	}
}
@media (max-width: 480px) {
	.footer-locate__title {
		font-size: 21px;
	}
	.footer-locate__cta {
		padding-left: 22px;
		font-size: 14px;
	}
}

/* ============================================================
   END FOOTER FIND-A-CLINIC BAND
   ============================================================ */


/* ============================================================
   FLOATING "Find a clinic" tab — fixed, right edge, vertically centered
   ============================================================ */

/* Wrapper — fixed lower-right, above the call-back bar; hidden until revealed */
.clinic-tab {
	position: fixed;
	right: 16px;
	bottom: 105px;
	z-index: 997;
	opacity: 0;
	visibility: hidden;
	transform: translateX(130%);
	transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s ease;
}
.clinic-tab.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* The clickable pill */
.clinic-tab__link {
	display: inline-flex;
	align-items: center;
	height: 54px;
	background: linear-gradient(135deg, #0a4a78 0%, #14a7dd 100%);
	color: #ffffff;
	text-decoration: none;
	border-radius: 40px;
	box-shadow: 0 12px 28px rgba(7, 37, 66, 0.34);
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.clinic-tab__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(7, 37, 66, 0.42);
}

/* Close button — small, top-right corner */
.clinic-tab__close {
	position: absolute;
	top: -9px;
	right: -9px;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: #072542;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(7, 37, 66, 0.30);
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.clinic-tab__close:hover {
	background: #072542;
	color: #ffffff;
	transform: scale(1.08);
}

/* Pin circle — always visible */
.clinic-tab__pin {
	position: relative;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
}
.clinic-tab__pin::before {
	content: "";
	width: 22px;
	height: 22px;
	background: #ffffff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") center / contain no-repeat;
	        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") center / contain no-repeat;
	z-index: 1;
}
/* Animated pulse ring (the little highlight) */
.clinic-tab__pin::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	animation: clinicTabPulse 2s ease-out infinite;
}
@keyframes clinicTabPulse {
	0%   { transform: scale(0.7); opacity: 0.75; }
	100% { transform: scale(1.7); opacity: 0; }
}

/* Label — shown by default */
.clinic-tab__label {
	white-space: nowrap;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
}



.wpb_text_container ul {
    list-style-position: inside;
}
.wpb_text_container ul li {
    margin-bottom: 6px;
    font-size: 15px;
}
.wpb_text_container p {
    line-height: 28px;
}
.vc_row.wpb_row.vc_row-fluid.wpb_text_container {
    max-width: 850px;
    margin: 0 auto !important;
    padding: 25px 0px 40px;
}

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
	.clinic-tab__pin::after { animation: none; }
}

/* Mobile — collapse to a neat circle (icon only) to save space */
@media (max-width: 600px) {
	.clinic-tab {
		right: 12px;
		bottom: 96px;
	}
	.clinic-tab__link {
		height: 50px;
		border-radius: 50%;
	}
	.clinic-tab__pin {
		width: 50px;
		height: 50px;
	}
	.clinic-tab__label {
		display: none;
	}
}

/* ============================================================
   END FLOATING CLINIC TAB
   ============================================================ */