/*
Theme Name: Healia Theme
Theme URI: https://localhost/healme
Author: Antigravity
Description: Premium Healthcare & Medical WordPress Theme based on Healia v1.0.
Version: 1.0.0
Text Domain: healme-theme
*/

:root {
	--healme-surface: rgba(255, 255, 255, 0.08);
}

img {
	max-width: 100%;
}

#navbar .current-menu-item > a,
#navbar .current_page_item > a,
#mobile-menu .current-menu-item > a,
#mobile-menu .current_page_item > a {
	color: var(--color-primary);
}

.healme-site .prose > *:last-child,
.healme-site .hs-accordion-content > *:last-child {
	margin-bottom: 0;
}

.healme-site .prose img {
	border-radius: 1rem;
}

.healme-contact-form .wpcf7-form {
	display: grid;
	gap: 1rem;
}

.healme-contact-form .wpcf7-form p {
	margin: 0;
}

.healme-contact-form .wpcf7-form label {
	display: block;
	color: var(--color-default-50);
	font-size: 0.95rem;
}

.healme-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.5rem;
}

.healme-contact-form input:not([type="submit"]),
.healme-contact-form textarea,
.healme-contact-form select {
	width: 100%;
	border: 1px solid rgba(248, 238, 226, 0.28);
	border-radius: 0.9rem;
	background: transparent;
	color: var(--color-default-50);
	padding: 1rem 1.15rem;
}

.healme-contact-form input::placeholder,
.healme-contact-form textarea::placeholder {
	color: rgba(248, 238, 226, 0.65);
}

.healme-contact-form textarea {
	min-height: 9rem;
	resize: vertical;
}

.healme-contact-form .wpcf7-submit {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0.9rem;
	background: var(--color-primary);
	color: var(--color-default-950);
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	cursor: pointer;
}

.healme-contact-form .wpcf7-submit:hover {
	opacity: 0.92;
}

.healme-contact-form .wpcf7-spinner {
	margin: 0.5rem 0 0;
}

.healme-contact-form .wpcf7-response-output,
.healme-form-fallback {
	border: 1px solid rgba(248, 238, 226, 0.18);
	border-radius: 1rem;
	background: var(--healme-surface);
	color: var(--color-default-50);
	margin: 0;
	padding: 1rem 1.15rem;
}

.healme-contact-form .wpcf7-not-valid-tip {
	margin-top: 0.45rem;
	color: #ffd2c4;
	font-size: 0.85rem;
}

.healme-site .fas,
.healme-site .far,
.healme-site .fab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.healme-site .size-4.fas,
.healme-site .size-4.far,
.healme-site .size-4.fab {
	font-size: 1rem;
}

.healme-site .size-5.fas,
.healme-site .size-5.far,
.healme-site .size-5.fab {
	font-size: 1.25rem;
}

.healme-site .size-6.fas,
.healme-site .size-6.far,
.healme-site .size-6.fab {
	font-size: 1.5rem;
}

.healme-site .size-7.fas,
.healme-site .size-7.far,
.healme-site .size-7.fab {
	font-size: 1.75rem;
}

.healme-site .size-15.fas,
.healme-site .size-15.far,
.healme-site .size-15.fab {
	font-size: 3.75rem;
}

.footer-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.75rem 1rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 12px 28px rgba(19, 10, 7, 0.16);
}

.healme-footer-logo {
	width: min(10rem, 100%);
	max-height: 3rem;
	object-fit: contain;
}

.healme-footer-top {
	margin-bottom: 3.5rem;
}

.healme-footer-panel-grid {
	display: grid;
	gap: 1.5rem;
}

.healme-footer-contact-row {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(248, 238, 226, 0.12);
}

.healme-footer-contact-list {
	display: grid;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.healme-footer-panel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.healme-footer-contact-row {
		grid-column: 1 / -1;
	}
}

.admin-bar header.container-fluid {
	top: 32px;
}

.admin-bar #mobile-menu {
	top: 32px;
}

.healme-contact-hero .healme-contact-form-shell {
	background: rgba(255, 255, 255, 0.1);
}

.healme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.25rem;
	gap: 0.5rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: all 0.25s ease;
}

.healme-btn--main {
	min-height: 3.25rem;
	min-width: 11rem;
	padding: 0.875rem 1.25rem;
}

.healme-btn--small {
	min-height: 2.875rem;
	padding: 0.7rem 0.85rem;
	font-size: 0.9rem;
}

.healme-btn--block {
	width: 100%;
}

.healme-trust-contact-btn {
	min-height: 2.75rem;
	min-width: 8.5rem;
	padding: 0.55rem 0.85rem;
	white-space: nowrap;
}

.healme-services-list-section {
	padding-top: 3rem;
}

.healme-btn i,
.healme-btn img {
	flex-shrink: 0;
}

.healme-home-hero-footnote {
	max-width: 38rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 156, 108, 0.3);
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.06);
	line-height: 1.55;
}

.healme-home-why-choose .healme-principles-card {
	width: min(100%, 52rem);
	padding: 1.5rem;
	border: 1px solid rgba(248, 238, 226, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		rgba(96, 65, 52, 0.88);
	box-shadow: 0 28px 70px rgba(19, 10, 7, 0.28);
}

.healme-home-why-choose .healme-principles-card__inner {
	position: relative;
	overflow: hidden;
	padding: 1.6rem 1.7rem 1.8rem;
	border: 1px solid rgba(248, 238, 226, 0.06);
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.healme-home-why-choose .healme-principles-card__inner::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 156, 108, 0.65), rgba(255, 156, 108, 0));
}

.healme-home-why-choose .healme-principles-card ul {
	margin: 0;
	padding-left: 1.1rem;
}

.healme-home-why-choose .healme-principles-card li::marker {
	font-size: 0.9em;
}

.healme-home-why-choose .healme-principles-card__cta {
	min-width: 14rem;
	box-shadow: 0 14px 30px rgba(19, 10, 7, 0.18);
}

.healme-home-why-choose .healme-principles-card__cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(19, 10, 7, 0.24);
}

.healme-home-steps .healme-steps-shell {
	border-color: rgba(95, 66, 52, 0.12);
	background:
		radial-gradient(circle at top left, rgba(255, 156, 108, 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.42));
	box-shadow: 0 22px 54px rgba(73, 46, 32, 0.08);
}

.healme-home-steps .healme-steps-tablist {
	gap: 1rem;
}

.healme-home-steps .healme-steps-tab {
	min-width: 14rem;
	border-color: rgba(95, 66, 52, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 10px 24px rgba(93, 63, 47, 0.05);
	font-weight: 500;
}

.healme-home-steps .healme-steps-tab:hover {
	border-color: rgba(255, 156, 108, 0.42);
	color: var(--color-primary);
	transform: translateY(-1px);
}

.healme-home-steps .healme-steps-tab[aria-selected="true"] {
	border-color: rgba(255, 156, 108, 0.6);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 239, 0.98));
	color: var(--color-primary);
	box-shadow: 0 16px 34px rgba(148, 88, 57, 0.12);
}

.healme-home-steps .healme-step-copy {
	gap: 1.5rem;
}

.healme-home-steps .healme-step-story {
	padding: 1.9rem 2rem;
	border: 1px solid rgba(95, 66, 52, 0.08);
	border-radius: 1.4rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
		radial-gradient(circle at top left, rgba(255, 156, 108, 0.08), transparent 40%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.healme-home-steps .healme-step-summary {
	font-size: clamp(1.45rem, 1.05rem + 0.9vw, 2rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	max-width: 34rem;
}

.healme-home-steps .healme-step-points,
.healme-home-steps .healme-step-tags {
	margin-top: 0;
	margin-bottom: 0;
}

.healme-home-steps .healme-step-points {
	list-style: none;
	padding-left: 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(95, 66, 52, 0.08);
	display: grid;
	gap: 0.9rem;
}

.healme-home-steps .healme-step-points li {
	position: relative;
	padding-left: 1.45rem;
	color: var(--color-default-600);
	line-height: 1.55;
}

.healme-home-steps .healme-step-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--color-primary);
	box-shadow: 0 0 0 0.28rem rgba(255, 156, 108, 0.14);
}

.healme-home-steps .healme-step-tags {
	padding: 1.1rem;
	border: 1px solid rgba(95, 66, 52, 0.06);
	background:
		linear-gradient(180deg, rgba(255, 247, 238, 0.92), rgba(249, 240, 228, 0.76)),
		rgba(255, 255, 255, 0.75);
}

.healme-home-steps .healme-step-tag {
	padding: 1rem 1.05rem;
	border: 1px solid rgba(95, 66, 52, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.healme-home-steps .healme-step-tag__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: rgba(255, 156, 108, 0.1);
}

.healme-home-steps .healme-step-media {
	width: min(100%, 31rem);
	margin-left: auto;
	padding: 1rem;
	border: 1px solid rgba(95, 66, 52, 0.06);
	background:
		linear-gradient(180deg, rgba(255, 248, 241, 0.9), rgba(249, 238, 226, 0.78)),
		rgba(255, 255, 255, 0.82);
	box-shadow: 0 20px 48px rgba(73, 46, 32, 0.09);
}

.healme-home-steps .healme-step-media__frame {
	position: relative;
	overflow: hidden;
	border-radius: 1.2rem;
}

.healme-home-steps .healme-step-media__frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(43, 25, 17, 0.08));
	pointer-events: none;
}

.healme-home-steps .healme-step-media__image {
	width: 100%;
	aspect-ratio: 5 / 4;
	max-height: 31rem;
	object-fit: cover;
	object-position: center top;
}

.healme-service-card {
	display: flex;
	flex-direction: column;
	border-color: rgba(95, 66, 52, 0.1);
	box-shadow: 0 14px 34px rgba(73, 46, 32, 0.07);
}

.healme-service-card__body {
	flex: 1 1 auto;
	height: auto;
	gap: 0;
}

.healme-service-card__actions {
	align-items: stretch;
}

.healme-service-card__actions a {
	flex: 1 1 0;
	min-height: 2.875rem;
	padding: 0.7rem 0.85rem;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.healme-services-footnote {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: 1.25rem;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(95, 66, 52, 0.1);
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.7);
	line-height: 1.55;
}

@media (max-width: 782px) {
	.admin-bar header.container-fluid {
		top: 46px;
	}

	.admin-bar #mobile-menu {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.healme-services-list-section {
		padding-top: 2.5rem;
	}

	.healme-home-hero .container-fluid {
		padding-inline: 1.25rem;
	}

	.healme-home-hero h1 {
		font-size: clamp(2.6rem, 9vw, 3.35rem);
		line-height: 1.05;
	}

	.healme-home-hero .lg\:col-span-5 {
		padding-top: 6.75rem;
	}

	.healme-home-hero-media {
		margin-inline: -0.25rem;
	}

	.healme-home-hero-media img {
		min-height: 22rem;
		object-position: center top;
	}

	.healme-home-services-overview .container,
	.healme-home-steps .container-fluid,
	.healme-home-why-choose .container-fluid {
		padding-inline: 1.25rem;
	}

	.healme-home-support-panel {
		padding: 1.5rem;
	}

	.healme-home-why-choose .healme-principles-card {
		width: 100%;
		padding: 1rem;
	}

	.healme-home-why-choose .healme-principles-card__inner {
		padding: 1.25rem 1.15rem 1.35rem;
	}

	.healme-home-why-choose .healme-principles-card__cta {
		width: 100%;
		min-width: 0;
	}

	.healme-home-services-overview .max-w-145 {
		margin-bottom: 2.5rem;
	}

	.healme-care-pathway-chart {
		width: 100%;
		max-width: 20rem;
		height: auto;
		margin-bottom: 0;
	}

	.healme-care-pathway-chart img {
		width: 100%;
		height: auto;
	}

	.healme-home-steps .p-10.border {
		padding: 1.25rem;
	}

	.healme-home-steps .healme-steps-tablist {
		gap: 0.85rem;
	}

	.healme-home-steps .healme-step-copy {
		gap: 1.25rem;
	}

	.healme-home-steps .healme-step-story {
		padding: 1.35rem 1.2rem;
		border-radius: 1.15rem;
	}

	.healme-home-steps .healme-step-summary {
		font-size: 1.25rem;
	}

	.healme-home-steps .healme-step-points {
		padding-top: 1.1rem;
	}

	.healme-home-steps .healme-step-tags {
		padding: 0.85rem;
	}

	.healme-home-steps [role="tablist"] {
		flex-direction: column;
	}

	.healme-home-steps [role="tablist"] button {
		width: 100%;
		justify-content: center;
		min-width: 0;
	}

	.healme-home-steps .healme-step-media {
		width: 100%;
		padding: 0.85rem;
	}

	.healme-home-steps .healme-step-media__image {
		aspect-ratio: 4 / 3;
		max-height: none;
	}

	.healme-service-card__actions {
		flex-direction: column;
	}

	.healme-service-card__actions a {
		flex: 1 1 auto;
		width: 100%;
	}

	.healme-btn {
		width: 100%;
		max-width: 22rem;
	}

	.healme-btn--main {
		min-width: 0;
		padding-inline: 1rem;
		font-size: 0.9rem;
		white-space: nowrap;
	}

	.healme-btn--block {
		max-width: none;
	}

	.healme-trust-card-header {
		align-items: flex-start;
	}

	.healme-trust-contact-btn {
		width: auto;
		min-width: 7.75rem;
		max-width: none;
	}

	.healme-services-footnote {
		margin-top: 1rem;
		padding: 0.75rem 0.9rem;
	}

	.healme-site-footer .container-fluid {
		padding-inline: 1.25rem;
	}

	.healme-site-footer {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.healme-footer-logo {
		width: min(8.5rem, 100%);
		max-height: 2.5rem;
	}

	.healme-footer-top {
		margin-bottom: 2.5rem;
	}
}

.healme-bulk-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 1rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.healme-bulk-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.healme-bulk-popup[hidden] {
	display: none;
}

.healme-bulk-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 31, 54, 0.58);
	backdrop-filter: blur(5px);
}

.healme-bulk-popup__dialog {
	position: relative;
	display: grid;
	grid-template-columns: 11rem minmax(0, 1fr);
	width: min(100%, 47rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 0.8rem;
	background: #ffffff;
	box-shadow: 0 30px 90px rgba(4, 31, 54, 0.3);
	transform: translateY(0.75rem) scale(0.98);
	transition: transform 0.22s ease;
}

.healme-bulk-popup.is-visible .healme-bulk-popup__dialog {
	transform: translateY(0) scale(1);
}

.healme-bulk-popup__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid rgba(8, 47, 77, 0.1);
	border-radius: 999px;
	background: #ffffff;
	color: #F38660;
	font-size: 1.55rem;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(8, 47, 77, 0.12);
}

.healme-bulk-popup__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: linear-gradient(180deg, #e4f8ee, #f5fff9);
}

.healme-bulk-popup__logo img {
	width: 100%;
	max-width: 8.5rem;
	border-radius: 0.35rem;
	box-shadow: 0 12px 24px rgba(8, 47, 77, 0.16);
}

.healme-bulk-popup__content {
	padding: 2rem 2.5rem 2rem 2rem;
}

.healme-bulk-popup__eyebrow {
	margin: 0 0 0.5rem;
	color: #3c2219;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.healme-bulk-popup__content h2 {
	margin: 0;
	color: #F38660;
	font-size: clamp(1.7rem, 1.35rem + 1.2vw, 2.55rem);
	font-weight: 800;
	line-height: 1.08;
}

.healme-bulk-popup__content p:not(.healme-bulk-popup__eyebrow) {
	margin: 0.85rem 0 0;
	color: #3f6178;
	line-height: 1.55;
}

.healme-bulk-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.4rem;
}

.healme-bulk-popup-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.healme-bulk-popup__dialog {
		grid-template-columns: 1fr;
		width: min(100%, 28rem);
	}

	.healme-bulk-popup__logo {
		padding: 1.25rem 1.25rem 0.25rem;
		background: #ffffff;
	}

	.healme-bulk-popup__logo img {
		max-width: 9rem;
	}

	.healme-bulk-popup__content {
		padding: 1.25rem;
		text-align: center;
	}

	.healme-bulk-popup__actions {
		justify-content: center;
	}

}
/* Practitioner directory cards. */
.healme-practitioner-card {
	position: relative;
	isolation: isolate;
	padding: 1.75rem;
	border-color: #eadfd9;
	border-radius: 1.5rem;
	background: linear-gradient(180deg, #fff7f2 0, #fff 58%);
	box-shadow: 0 12px 30px rgba(60, 34, 25, 0.08);
}

.healme-practitioner-card::before {
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: var(--color-primary);
	content: "";
}

.healme-practitioner-card__media {
	position: relative;
	flex: 0 0 auto;
	width: 11rem;
	height: 11rem;
	margin: 0.25rem auto 1.5rem;
	padding: 0.375rem;
	border: 1px solid #eadfd9;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(60, 34, 25, 0.12);
}

.healme-practitioner-card__image {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: center 18%;
}

.healme-practitioner-card__placeholder {
	min-height: 100%;
}

.healme-practitioner-card__content {
	min-height: 10.75rem;
	text-align: center;
}

.healme-practitioner-card__name {
	margin-bottom: 0.5rem;
	font-size: 1.55rem;
	line-height: 1.2;
}

.healme-practitioner-card__role {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 3rem;
	margin-bottom: 0.75rem;
	line-height: 1.45;
}

.healme-practitioner-card__button {
	gap: 0.65rem;
	border-color: var(--color-default-950);
	background: var(--color-default-950);
	color: #fff;
	box-shadow: 0 8px 18px rgba(60, 34, 25, 0.14);
}

.healme-practitioner-card__button:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-default-950);
}

.healme-practitioner-card__button .fa-arrow-right {
	font-size: 0.75rem;
	transition: transform 180ms ease;
}

.healme-practitioner-card__button:hover .fa-arrow-right {
	transform: translateX(0.2rem);
}

@media (max-width: 639px) {
	.healme-practitioner-card {
		padding: 1.5rem;
	}

	.healme-practitioner-card__media {
		width: 10rem;
		height: 10rem;
	}
}
