:root {
	--exhale-bg: #050314;
	--exhale-card: #120a35;
	--exhale-text: #f8f8ff;
	--exhale-muted: #c4c4dd;
	--exhale-primary: #8b5cf6;
	--exhale-accent: #22d3ee;
	--exhale-border: rgba(255, 255, 255, 0.16);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: radial-gradient(circle at top, #22115e 0%, #09041f 45%, #050314 100%);
	color: var(--exhale-text);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.6;
}

.exhale-wrap {
	width: min(1100px, 92%);
	margin-inline: auto;
}

.exhale-header {
	background: rgba(8, 4, 30, 0.75);
	border-bottom: 1px solid var(--exhale-border);
	backdrop-filter: blur(10px);
	position: sticky;
	top: 0;
	z-index: 50;
}

.exhale-header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 0 8px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.exhale-header-badge {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.4px;
	font-weight: 700;
	color: #ede9fe;
}

.exhale-header-whatsapp {
	text-decoration: none;
	color: #a7f3d0;
	font-size: 12px;
	font-weight: 700;
}

.exhale-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0 16px;
	gap: 14px;
}

.exhale-logo {
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 0.3px;
	font-size: 24px;
	white-space: nowrap;
}

.exhale-logo-mark {
	color: #ffffff;
}

.exhale-logo-mark-alt {
	color: var(--exhale-accent);
}

.exhale-menu,
.exhale-footer-menu {
	list-style: none;
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.exhale-menu a,
.exhale-footer-menu a {
	color: #e9d5ff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.exhale-menu a:hover,
.exhale-footer-links a:hover {
	color: #67e8f9;
}

.exhale-header-cta-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

.exhale-header-link {
	color: #f3f4f6;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.exhale-header-cta {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(135deg, #8b5cf6, #22d3ee);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 9px 14px;
	border-radius: 999px;
}

.exhale-main {
	padding: 0;
}

.container {
	width: min(1200px, 92%);
	margin-inline: auto;
}

.site-main.home {
	width: 100%;
	max-width: none;
}

.hero-banner {
	width: 100%;
	padding: 72px 0;
	background: radial-gradient(circle at top right, rgba(34, 211, 238, 0.18), transparent 34%),
		linear-gradient(135deg, #10072e 0%, #07031a 100%);
}

.hero-banner-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
	align-items: center;
	gap: 48px;
}

.hero-banner .heading h1 {
	margin: 0 0 18px;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1.08;
	color: #ffffff;
}

.hero-banner .sub-title p {
	margin: 0 0 26px;
	color: var(--exhale-muted);
	font-size: clamp(16px, 2vw, 22px);
}

.hero-banner .button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, #8b5cf6, #22d3ee);
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.hero-banner .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 26px;
	object-fit: cover;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.achievements-content {
	width: 100%;
	padding: 70px 0;
	background: #ffffff;
	color: #111827;
}

.achievements-list .row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.achievement-card {
	height: 100%;
	padding: 24px;
	border-radius: 18px;
	background: #f7f4ff;
}

.achievement-card h3 {
	margin: 0;
	color: var(--exhale-primary);
	font-size: clamp(28px, 4vw, 46px);
}

.exhale-hero {
	padding: 72px 0 52px;
	background: linear-gradient(135deg, #e0f2fe 0%, #ecfeff 100%);
	border-bottom: 1px solid var(--exhale-border);
}

.exhale-kicker {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 700;
	font-size: 12px;
	color: var(--exhale-primary);
	margin: 0 0 12px;
}

.exhale-hero-title {
	margin: 0;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.12;
}

.exhale-hero-text {
	color: var(--exhale-muted);
	max-width: 60ch;
	margin: 16px 0 26px;
}

.exhale-btn {
	display: inline-block;
	background: var(--exhale-primary);
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 12px;
	font-weight: 700;
}

.exhale-section {
	padding-top: 28px;
}

.exhale-title {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 36px);
}

.exhale-title a {
	text-decoration: none;
	color: inherit;
}

.exhale-content p:last-child {
	margin-bottom: 0;
}

.exhale-footer {
	border-top: 1px solid var(--exhale-border);
	padding: 34px 0 18px;
}

.exhale-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 26px;
}

.exhale-footer-title {
	margin: 0 0 10px;
	font-size: 24px;
	color: #fff;
}

.exhale-footer-title-sm {
	margin: 0 0 10px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #a5f3fc;
}

.exhale-footer-text {
	margin: 0 0 8px;
	color: var(--exhale-muted);
	font-size: 14px;
	max-width: 35ch;
}

.exhale-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.exhale-footer-links a {
	color: #ddd6fe;
	text-decoration: none;
	font-size: 14px;
}

.exhale-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 18px;
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.exhale-footer-copy {
	margin: 0;
	color: #a8acc9;
	font-size: 13px;
}
.exhale-programs-shop {
	margin-top: 0;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--live-classes,
 li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard  {
    display: none;
}
@media (max-width: 980px) {
	.exhale-header-inner {
		flex-wrap: wrap;
	}
	.exhale-nav {
		order: 3;
		width: 100%;
	}
	.exhale-menu {
		justify-content: center;
	}
	.exhale-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.hero-banner-wrapper {
		grid-template-columns: 1fr;
	}
	.achievements-list .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.exhale-wrap {
		width: min(1100px, 94%);
	}
	.exhale-header-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.exhale-footer-grid {
		grid-template-columns: 1fr;
	}
	.hero-banner {
		padding: 48px 0;
	}
	.achievements-list .row {
		grid-template-columns: 1fr;
	}
}

.exhale-auth-form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.exhale-field {
	display: block;
}

.exhale-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
}

.exhale-field input,
.exhale-field select {
	width: 100%;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding: 0.72rem 0.9rem;
	font-size: 0.95rem;
	color: #0f172a;
	background: #fff;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.exhale-field input:focus,
.exhale-field select:focus {
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.exhale-phone-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.exhale-phone-code {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding: 0 0.65rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #073f3b;
	background: #f0fdfa;
	white-space: nowrap;
}

.exhale-field-grow {
	flex: 1;
	min-width: 0;
}

.exhale-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.exhale-radio-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.exhale-radio-pill {
	display: block;
	cursor: pointer;
}

.exhale-radio-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.exhale-radio-pill span {
	display: block;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding: 0.65rem 0.5rem;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	background: #fff;
	transition: all 0.2s;
}

.exhale-radio-pill input:checked + span {
	border-color: #073f3b;
	background: #ecfdf5;
	color: #073f3b;
}

.exhale-auth-submit {
	width: 100%;
	border: 0;
	border-radius: 0.75rem;
	padding: 0.9rem 1rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, #0d9488 0%, #073f3b 100%);
	box-shadow: 0 10px 24px rgba(7, 63, 59, 0.25);
	transition: transform 0.15s, opacity 0.15s;
}

.exhale-auth-submit:hover:not(:disabled) {
	transform: translateY(-1px);
}

.exhale-auth-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.exhale-auth-message {
	border-radius: 0.65rem;
	padding: 0.65rem 0.85rem;
	font-size: 0.85rem;
	font-weight: 600;
}

.exhale-auth-message--error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.exhale-auth-message--success {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Contact Form 7 inside auth popup / auth pages */
.exhale-auth-cf7 .wpcf7 {
	margin: 0;
}

.exhale-auth-cf7 .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.exhale-auth-cf7 .wpcf7-form label {
	display: block;
	margin: 0;
}


#exhale-auth-modal .exhale-auth-cf7 .wpcf7-form label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.4;
}

#exhale-auth-modal .exhale-auth-cf7 .wpcf7-form label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

#exhale-auth-modal .exhale-auth-cf7 .wpcf7-form br {
	display: none;
}

.exhale-auth-cf7 .wpcf7-form-control-wrap {
	display: block;
}

.exhale-auth-cf7 .wpcf7-form-control {
	width: 100%;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding: 0.72rem 0.9rem;
	font-size: 0.95rem;
	color: #0f172a;
	background: #fff;
}

.exhale-auth-cf7 .wpcf7-form-control:focus {
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
	outline: none;
}

/* Select dropdowns (Category, Batch Time) — full width, 320px+ */
.exhale-auth-cf7,
.exhale-auth-cf7 .wpcf7,
.exhale-auth-cf7 .wpcf7-form {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.exhale-auth-cf7 .wpcf7-form p:has(select) {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.exhale-auth-cf7 .wpcf7-form-control-wrap[data-name="your-category"],
.exhale-auth-cf7 .wpcf7-form-control-wrap[data-name="your-batch-time"] {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

/* Native select hidden — custom dropdown (custom-select.js) */
.exhale-custom-select__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.exhale-custom-select--open .exhale-custom-select__trigger {
	border-color: #073f3b;
	box-shadow: 0 0 0 3px rgba(7, 63, 59, 0.12);
}

.exhale-custom-select--open .exhale-custom-select__icon {
	transform: rotate(180deg);
}

.exhale-custom-select__icon {
	display: inline-flex;
	transition: transform 0.2s ease;
}

/* Mobile header toggle (max 991px) */
.exhale-menu-toggle span {
	transform-origin: center;
}

.exhale-menu-toggle--open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.exhale-menu-toggle--open span:nth-child(2) {
	opacity: 0;
}

.exhale-menu-toggle--open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 380px) {
	.exhale-auth-cf7 .wpcf7-radio {
		gap: 0.35rem;
	}

	.exhale-auth-cf7 .wpcf7-list-item label {
		padding: 0.55rem 0.3rem;
		font-size: 0.72rem;
	}
}

.exhale-auth-cf7 .wpcf7-form-control-wrap[data-name="your-phone"]:not(.exhale-intl-phone-wrap),
.exhale-auth-cf7 .wpcf7-form-control-wrap[data-name="login-phone"]:not(.exhale-intl-phone-wrap) {
	display: block;
}

/* intl-tel-input — single country selector */
.exhale-auth-cf7 .exhale-intl-phone-wrap,
.exhale-form-page .exhale-intl-phone-wrap {
	overflow: visible !important;
}

.exhale-auth-cf7 .exhale-intl-phone-wrap .iti,
.exhale-form-page .exhale-intl-phone-wrap .iti {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* Hide duplicate wrappers if any slip through */
.exhale-intl-phone-wrap > .iti ~ .iti,
.exhale-intl-phone-wrap > .iti__country-container {
	display: none !important;
}

.exhale-auth-cf7 .iti__country-container,
.exhale-form-page .iti__country-container {
	border-radius: 0.65rem 0 0 0.65rem;
}

.exhale-auth-cf7 .iti__selected-country,
.exhale-form-page .iti__selected-country {
	min-height: 48px;
	min-width: 52px;
	touch-action: manipulation;
	cursor: pointer;
}

.exhale-auth-cf7 .iti input.exhale-intl-phone,
.exhale-form-page .iti input.exhale-intl-phone {
	width: 100%;
	min-height: 48px;
	padding-left: 6.5rem;
	font-size: 16px;
}

.exhale-auth-cf7 .iti--separate-dial-code .iti__selected-country,
.exhale-form-page .iti--separate-dial-code .iti__selected-country {
	background: #f5f1ea;
	border-right: 1px solid #d5ddd0;
	border-radius: 0.65rem 0 0 0.65rem;
}

body .iti--container,
body .iti__dropdown-content {
	z-index: 100010 !important;
}

body.exhale-auth-modal-open .iti--container,
body.exhale-auth-modal-open .iti__dropdown-content,
body.iti--fullscreen-popup .iti__dropdown-content {
	z-index: 100020 !important;
}

.exhale-auth-cf7 .wpcf7-list-item {
	margin: 0;
}

.exhale-auth-cf7 .wpcf7-radio {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.exhale-auth-cf7 .wpcf7-list-item {
	position: relative;
}

.exhale-auth-cf7 .wpcf7-list-item label {
	display: block;
	position: relative;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding: 0.65rem 0.5rem;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.exhale-auth-cf7 .wpcf7-list-item input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.exhale-auth-cf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.exhale-auth-cf7 .wpcf7-list-item label:has(input:checked) {
	border-color: #073f3b;
	background: #ecfdf5;
	color: #073f3b;
}

.exhale-auth-cf7 .wpcf7-list-item-label {
	position: relative;
	z-index: 1;
	font-weight: 600;
	pointer-events: none;
}

.exhale-batch-label,
.exhale-form-page .exhale-batch-label {
	display: block;
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #334155;
}

.exhale-auth-cf7 .wpcf7-form p:has(.wpcf7-radio),
.exhale-form-page .wpcf7-form p:has(.wpcf7-radio),
#exhale-auth-modal .exhale-batch-label {
	margin: 0 0 0.5rem;
}

.exhale-auth-cf7 .wpcf7-form p:has(.wpcf7-radio),
.exhale-form-page .wpcf7-form p:has(.wpcf7-radio) {
	margin-bottom: 1.35rem;
}

#exhale-auth-modal .exhale-auth-cf7 .wpcf7-form p:has(.wpcf7-radio) {
	margin-bottom: 1.35rem;
}

#exhale-auth-modal .exhale-auth-cf7 .wpcf7-form p:has([data-name="your-batch-time"]) {
	margin-top: 0.25rem;
	margin-bottom: 0.85rem;
}

.exhale-auth-cf7 input[type="submit"],
.exhale-auth-cf7 .wpcf7-submit {
	width: 100%;
	border: 0;
	border-radius: 0.75rem;
	padding: 0.9rem 1rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, #0d9488 0%, #073f3b 100%);
	box-shadow: 0 10px 24px rgba(7, 63, 59, 0.25);
}

.exhale-auth-cf7 .wpcf7-response-output {
	margin: 0.5rem 0 0;
	border-radius: 0.65rem;
	padding: 0.65rem 0.85rem;
	font-size: 0.85rem;
}

/* CF7 field labels visible on login/register pages */
.exhale-form-page .wpcf7-form p {
	margin: 0 0 0.85rem;
}

.exhale-form-page .wpcf7-form label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.4;
}

.exhale-form-page .wpcf7-form label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

.exhale-form-page .wpcf7-form > p:has(.wpcf7-submit) {
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.exhale-form-page .wpcf7-form label:has(.wpcf7-radio) {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.exhale-form-page .wpcf7-not-valid-tip {
	font-size: 0.8rem;
	margin-top: 0.25rem;
	color: #b91c1c;
}

.exhale-form-page .wpcf7-response-output {
	margin: 1rem 0 0;
}

/* Password show/hide eye toggle — match other CF7 fields */
.exhale-auth-cf7 .exhale-password-field,
.exhale-form-page .exhale-password-field {
	position: relative;
	display: block;
	width: 100%;
}

.exhale-auth-cf7 .exhale-password-field input,
.exhale-auth-cf7 .exhale-password-field input.wpcf7-form-control,
.exhale-form-page .exhale-password-field input {
	width: 100%;
	padding-right: 2.85rem !important;
	border: 1px solid #b8e6df;
	border-radius: 0.65rem;
	padding-top: 0.72rem;
	padding-bottom: 0.72rem;
	padding-left: 0.9rem;
	font-size: 0.95rem;
	color: #0f172a;
	background: #fff;
	box-sizing: border-box;
}

.exhale-auth-cf7 .exhale-password-field input:focus,
.exhale-form-page .exhale-password-field input:focus {
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
	outline: none;
}

.exhale-password-toggle {
	position: absolute;
	top: 50%;
	right: 0.65rem;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #64748b;
	cursor: pointer;
	transform: translateY(-50%);
	border-radius: 0.35rem;
	transition: color 0.2s;
}

.exhale-password-toggle:hover {
	color: #073f3b;
}

.exhale-password-toggle:focus-visible {
	outline: 2px solid #0d9488;
	outline-offset: 2px;
}

.exhale-eye-icon {
	display: block;
}

/* FAQ queries — sidebar categories + accordion (paste in WP page content) */
.faq-queries-section {
	padding: 5rem 0;
	background: #f8fffb;
}

.faq-queries-section .container {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 1rem;
}

.faq-queries-wrapper {
	display: grid;
	grid-template-columns: minmax(240px, 280px) 1fr;
	gap: 2.5rem;
	align-items: start;
}

.faq-queries-sidebar h3 {
	margin: 0 0 1.5rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem);
	font-weight: 800;
	line-height: 1.25;
	color: #073f3b;
}

.faq-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.faq-cat-link {
	display: block;
	padding: 0.875rem 1.125rem;
	border-radius: 0.875rem;
	border: 1px solid #d7efe1;
	background: #fff;
	color: #073f3b;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.faq-cat-link:hover,
.faq-cat-link.active {
	background: #073f3b;
	color: #fff;
	border-color: #073f3b;
}

.faq-queries-content {
	min-height: 20rem;
}

.faq-category-group {
	display: none;
}

.faq-category-group.active {
	display: block;
	animation: exhale-faq-fade 0.25s ease;
}

@keyframes exhale-faq-fade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.faq-cat-badge {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	background: #e8f7ed;
	color: #0f766e;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faq-queries-section [data-faq-item] {
	margin-bottom: 0.75rem;
}

.faq-queries-section [data-faq-toggle] {
	width: 100%;
	cursor: pointer;
	border: 0;
	background: transparent;
	font: inherit;
}

@media (max-width: 991px) {
	.faq-queries-wrapper {
		grid-template-columns: 1fr;
	}

	.faq-category-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.faq-category-list {
		grid-template-columns: 1fr;
	}
}

/* Contact Us page — wp-admin pasted content */
.contact-us-page .exhale-contact-page__content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.contact-us-page .exhale-contact-page__content > *:first-child {
	margin-top: 0;
}

/* Dark contact block — full-width band, content aligned with header (1400px) */
.exhale-contact-wellness {
	width: 100%;
	max-width: 100%;
	color: #fff;
}

.exhale-contact-wellness__band {
	width: 100%;
	max-width: 100%;
}

.exhale-contact-wellness__inner {
	width: 100%;
	max-width: 1632px;
	margin-left: auto;
	margin-right: auto;
}

.exhale-contact-wellness__grid {
	width: 100%;
}

.exhale-contact-wellness a {
	text-decoration: none;
}

.exhale-contact-wellness__map-col {
	width: 100%;
	min-width: 0;
}

.exhale-contact-wellness__map-wrap {
	position: relative;
	width: 100%;
	min-height: 22rem;
	height: 22rem;
}

.exhale-contact-wellness__map-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

@media (min-width: 640px) {
	.exhale-contact-wellness__map-wrap {
		min-height: 26rem;
		height: 26rem;
	}
}

@media (min-width: 1024px) {
	.exhale-contact-wellness__grid {
		align-items: stretch;
	}

	.exhale-contact-wellness__map-col {
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}

	.exhale-contact-wellness__map-wrap {
		flex: 1 1 auto;
		min-height: 32rem;
		height: 100%;
	}
}


.exhale-contact-section {
	padding: 4rem 1rem 5rem;
	background: linear-gradient(180deg, #f8f5f1 0%, #f5f1ea 100%);
}

.exhale-contact-section__container {
	width: 100%;
	max-width: 1632px;
	margin: 0 auto;
}

.exhale-contact-section__intro {
	margin-bottom: 2rem;
	text-align: center;
}

.exhale-contact-section__eyebrow {
	margin: 0 0 0.5rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e7d6d;
}

.exhale-contact-section__title {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.25;
	color: #3d3835;
}

.exhale-contact-section__title strong {
	display: block;
	margin-top: 0.25rem;
	color: #6e7d6d;
	font-weight: 700;
}

.exhale-contact-section__lead {
	margin: 1rem auto 0;
	max-width: 36rem;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.78);
}

.exhale-contact-card {
	width: 100%;
	padding: 2rem 1.5rem 2.25rem;
	border: 1px solid #d1fae5;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 24px 60px rgba(7, 63, 59, 0.08);
}

.exhale-contact-cf7,
.exhale-contact-cf7 .wpcf7,
.exhale-contact-cf7 form.wpcf7-form {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

@media (min-width: 640px) {
	.contact-us-page .exhale-contact-section{
		padding: 50px 0;
	}
	.exhale-contact-section {
		padding: 5rem 1.5rem 6rem;
	}

	.exhale-contact-card {
		padding: 2.5rem 2.25rem 2.75rem;
	}
}

/* CF7 contact form — full width grid */
.exhale-contact-cf7 .wpcf7 {
	margin: 0;
}

.exhale-contact-cf7 .contact-page-form,
.exhale-contact-cf7 form.wpcf7-form {
	display: block;
	width: 100%;
}

.exhale-contact-cf7 .contact-page-form .container,
.exhale-contact-cf7 .contact-page-form .row {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.exhale-contact-cf7 .contact-page-form .row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
}

.exhale-contact-cf7 .contact-page-form .col,
.exhale-contact-cf7 .contact-page-form .col-6,
.exhale-contact-cf7 .contact-page-form .col-12,
.exhale-contact-cf7 .contact-page-form [class*="col-"] {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	.exhale-contact-cf7 .contact-page-form .col-6,
	.exhale-contact-cf7 .contact-page-form .col.col-6 {
		flex: 1 1 calc(50% - 0.625rem);
		width: calc(50% - 0.625rem);
	}
}

.exhale-contact-cf7 .contact-page-form > p,
.exhale-contact-cf7 .wpcf7-form > p {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1rem;
}

@media (min-width: 768px) {
	.exhale-contact-cf7 .contact-page-form {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 1.25rem;
		align-items: start;
	}

	.exhale-contact-cf7 .contact-page-form .row {
		display: contents;
	}

	.exhale-contact-cf7 .contact-page-form .container {
		display: contents;
	}

	.exhale-contact-cf7 .wpcf7-form:not(:has(.contact-page-form)) {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 1.25rem;
	}

	.exhale-contact-cf7 .wpcf7-form:not(:has(.contact-page-form)) > p {
		margin: 0;
	}
}

.exhale-contact-cf7 .field-full,
.exhale-contact-cf7 .contact-page-form .col-12,
.exhale-contact-cf7 .contact-page-form .col.col-12,
.exhale-contact-cf7 .wpcf7-form > p:has(textarea),
.exhale-contact-cf7 .wpcf7-form > p:has([data-name="first-name"]),
.exhale-contact-cf7 .wpcf7-form > p:has([data-name="about-project"]) {
	grid-column: 1 / -1;
	width: 100%;
}

.exhale-contact-cf7 .field-half {
	width: 100%;
}

.exhale-contact-cf7 .wpcf7-form br {
	display: none;
}

.exhale-contact-cf7 .contact-info,
.exhale-contact-cf7 .wpcf7-form label,
.exhale-contact-cf7 .contact-info label {
	display: block;
	width: 100%;
	margin: 0 0 0.4rem;
	font-size: 1rem;
	font-weight: 700;
	color: #334155;
	line-height: 1.4;
}
.exhale-contact-cf7 .wpcf7-form label .wpcf7-form-control-wrap,
.exhale-contact-cf7 .contact-info .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-top: 0;
}

.exhale-contact-cf7 .wpcf7-form-control,
.exhale-contact-cf7 input:not([type="submit"]),
.exhale-contact-cf7 textarea,
.exhale-contact-cf7 select {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%;
}

.exhale-contact-cf7 .wpcf7-form-control {
	border: 1px solid #b8e6df;
	border-radius: 0.75rem;
	padding: 0.8rem 1rem;
	font-size: 0.95rem;
	color: #0f172a;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.exhale-contact-cf7 .wpcf7-form-control:focus {
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
	outline: none;
}

.exhale-contact-cf7 textarea.wpcf7-form-control {
	min-height: 8rem;
	resize: vertical;
}

.exhale-contact-cf7 .field-submit,
.exhale-contact-cf7 .wpcf7-form > p:has(.wpcf7-submit),
.exhale-contact-cf7 .contact-page-form > p:has(.wpcf7-submit) {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 0.35rem;
}

.exhale-contact-cf7 input[type="submit"],
.exhale-contact-cf7 .wpcf7-submit {
	width: 100%;
	border: 0;
	border-radius: 0.75rem;
	padding: 0.95rem 1.25rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, #0d9488 0%, #073f3b 100%);
	box-shadow: 0 12px 28px rgba(7, 63, 59, 0.22);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.exhale-contact-cf7 input[type="submit"]:hover,
.exhale-contact-cf7 .wpcf7-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(7, 63, 59, 0.28);
}

.exhale-contact-cf7 .wpcf7-not-valid-tip {
	font-size: 0.8rem;
	margin-top: 0.35rem;
	color: #b91c1c;
}

.exhale-contact-cf7 .wpcf7-response-output {
	margin: 1rem 0 0;
	border-radius: 0.75rem;
	padding: 0.85rem 1rem;
	font-size: 0.9rem;
}

/* Legacy CF7 markup — hide duplicate hero if still in form */
.exhale-contact-cf7 .services-hero {
	display: none;
}

/* Contact Us page — map removed, details + form split layout */
.exhale-contact-modern {
	padding: 3rem 1rem 5rem;
	background: linear-gradient(180deg, #f8f5f1 0%, #f5f1ea 100%);
}

.exhale-contact-modern__container {
	width: 100%;
	max-width: 1632px;
	margin: 0 auto;
}

.exhale-contact-modern__intro {
	text-align: center;
	margin-bottom: 1.5rem;
}

.exhale-contact-modern__eyebrow {
	margin: 0 0 0.5rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e7d6d;
}

.exhale-contact-modern__title {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.25;
	color: #3d3835;
}

.exhale-contact-modern__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.exhale-contact-modern__details {
	background: #fff;
	border: 1px solid rgba(110, 125, 109, 0.18);
	border-radius: 1.25rem;
	padding: 1.5rem 1.25rem;
}

.exhale-contact-modern__item + .exhale-contact-modern__item {
	margin-top: 1.2rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(110, 125, 109, 0.18);
}

.exhale-contact-modern__item h3 {
	margin: 0 0 0.45rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6e7d6d;
}

.exhale-contact-modern__item p {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.6;
	color: #3d3835;
}

.exhale-contact-modern__item p + p {
	margin-top: 0.35rem;
}

.exhale-contact-modern__item a {
	color: #3d3835;
	text-decoration: none;
}

.exhale-contact-modern__item a:hover {
	color: #6e7d6d;
}

.exhale-contact-modern__form.exhale-contact-card {
	margin: 0;
}

@media (min-width: 1024px) {
	.exhale-contact-modern__grid {
		grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
		align-items: stretch;
	}

	.exhale-contact-modern__details {
		padding: 2rem 1.75rem;
	}
}

/* Auth register popup + page — responsive */
.exhale-auth-modal-layer {
	position: fixed;
	inset: 0;
	z-index: 100030;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem 0.75rem;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.exhale-auth-modal-layer.is-open {
	display: flex;
}

.exhale-auth-backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(61, 56, 53, 0.55);
	cursor: pointer;
	touch-action: manipulation;
}

.exhale-auth-dialog {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	pointer-events: auto;
}

.exhale-auth-close-btn {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 30;
	pointer-events: auto;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	min-width: 2.75rem;
	min-height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: rgba(248, 245, 241, 0.98);
	color: #64748b;
	font-size: 1.65rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(61, 56, 53, 0.12);
	transition: color 0.2s ease, background 0.2s ease;
}

.exhale-auth-close-btn:hover {
	color: #334155;
	background: #f8f5f1;
}

.exhale-auth-close-btn span {
	pointer-events: none;
}

.exhale-auth-panel {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	border-radius: 1.25rem;
	padding: 1.5rem 1rem 0.75rem;
	background: #fff;
	border: 1px solid rgba(212, 178, 164, 0.45);
	box-shadow: 0 24px 60px rgba(61, 56, 53, 0.1);
}

@media (min-width: 640px) {
	.exhale-auth-panel {
		padding: 2rem 1.75rem 1rem;
	}
}

@media (min-width: 769px) {
	.exhale-auth-dialog {
		max-height: none;
	}

	.exhale-auth-panel {
		overflow-y: visible;
	}
}

.exhale-auth-modal-layer .exhale-auth-title,
.exhale-auth-modal-layer .exhale-auth-eyebrow {
	padding-right: 2.75rem;
}

.exhale-auth-cf7 .wpcf7-form .exhale-auth-submit-row,
.exhale-auth-cf7 .wpcf7-form > p:has(.wpcf7-submit),
.exhale-form-page .exhale-auth-cf7 .wpcf7-form > p:has(.wpcf7-submit) {
	margin-top: 1.75rem;
	margin-bottom: 0;
}
.exhale-auth-modal-layer .exhale-auth-cf7 .wpcf7-form label:has([data-name="your-batch-time"]) {
	margin-bottom: 0;
}

.exhale-auth-modal-layer .exhale-auth-stat {
	margin-top: 0.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Keep dropdowns inside modal; modal layer sits above body-level ITI containers */
.exhale-auth-modal-layer .exhale-custom-select__list {
	z-index: 40;
}

body.exhale-auth-modal-open .iti--container {
	z-index: 100040 !important;
}

.exhale-auth-cf7,
.exhale-auth-cf7 *,
.exhale-auth-cf7 *::before,
.exhale-auth-cf7 *::after {
	box-sizing: border-box;
}

.exhale-auth-cf7 .exhale-custom-select {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.exhale-auth-cf7 .exhale-custom-select__trigger {
	width: 100%;
	min-width: 0;
	min-height: 48px;
}

.exhale-auth-cf7 .exhale-custom-select__list {
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
}

.exhale-auth-cf7 .wpcf7-form-control,
.exhale-auth-cf7 .exhale-custom-select__trigger,
.exhale-auth-cf7 input[type="submit"],
.exhale-auth-cf7 .wpcf7-submit {
	max-width: 100%;
}

.exhale-auth-cf7 .wpcf7-not-valid-tip {
	font-size: 0.78rem;
	margin-top: 0.3rem;
	line-height: 1.35;
}

.exhale-auth-cf7 .wpcf7-spinner {
	margin: 0.5rem auto 0;
}

@media (max-width: 768px) {
	.exhale-auth-modal-layer.is-open {
		align-items: flex-end;
		padding: 0 0.65rem max(0.75rem, env(safe-area-inset-bottom));
	}

	.exhale-auth-dialog {
		max-height: min(94dvh, 820px);
		min-height: 0;
	}

	.exhale-auth-panel {
		overflow-y: auto;
		overscroll-behavior: contain;
		max-height: min(94dvh, 820px);
		min-height: 0;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
		padding-top: 1.35rem;
		scrollbar-width: thin;
	}

	.exhale-auth-close-btn {
		top: 0.35rem;
		right: 0.35rem;
	}

	.exhale-auth-modal-layer .exhale-auth-title {
		font-size: 1.15rem;
		line-height: 1.3;
	}

	.exhale-auth-cf7 .wpcf7-form {
		gap: 0.7rem;
	}

	.exhale-auth-cf7 .wpcf7-form-control,
	.exhale-auth-cf7 .exhale-custom-select__trigger {
		padding: 0.68rem 0.8rem;
		font-size: 16px;
	}

	.exhale-auth-cf7 .exhale-password-field input,
	.exhale-auth-cf7 .exhale-password-field input.wpcf7-form-control {
		padding-top: 0.68rem;
		padding-bottom: 0.68rem;
		padding-left: 0.8rem;
		padding-right: 2.75rem !important;
		font-size: 16px;
	}

	.exhale-auth-cf7 .wpcf7-radio {
		grid-template-columns: 1fr 1fr;
		gap: 0.4rem;
	}

	.exhale-auth-cf7 .wpcf7-list-item label {
		padding: 0.62rem 0.35rem;
		font-size: 0.76rem;
		line-height: 1.25;
	}

	.exhale-auth-cf7 .iti input.exhale-intl-phone {
		padding-left: 6.25rem;
	}

	.exhale-auth-cf7 input[type="submit"],
	.exhale-auth-cf7 .wpcf7-submit {
		min-height: 48px;
		padding: 0.85rem 1rem;
		font-size: 1rem;
	}
}

@media (max-width: 359px) {
	.exhale-auth-cf7 .wpcf7-radio {
		grid-template-columns: 1fr;
	}

	.exhale-auth-cf7 .wpcf7-list-item label {
		font-size: 0.82rem;
		padding: 0.7rem 0.5rem;
	}
}

/* Logged-in frontend — hide WP admin bar search (theme checkout CSS was
   styling its submit button as a large pink pill labeled "Search"). */
body:not(.wp-admin) #wpadminbar #wp-admin-bar-search {
	display: none;
}
