/* Padma Sai Dental Elementor Widgets */
.psd-section,
.psd-header,
.psd-section *,
.psd-header * {
	box-sizing: border-box;
}

.psd-section,
.psd-header {
	font-family: "Poppins", sans-serif;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.psd-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.psd-container {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-inline: auto;
	min-width: 0;
}

.psd-width-mode-full .psd-container {
	max-width: none !important;
}

.psd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 1.25;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.psd-button:hover,
.psd-button:focus-visible {
	transform: translateY(-2px);
}

.psd-eyebrow {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.psd-section-heading {
	max-width: 780px;
	margin: 0 auto 40px;
	text-align: center;
}

.psd-section-heading h2 {
	margin: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Header */
.psd-header {
	background: #fff;
	z-index: 999;
}

.psd-header--sticky {
	position: sticky;
	top: 0;
}

.admin-bar .psd-header--sticky {
	top: 32px;
}

.psd-header__inner {
	width: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.psd-header__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.psd-header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.psd-header__navwrap,
.psd-header__menu {
	display: flex;
	align-items: center;
}

.psd-header__navwrap {
	gap: 26px;
	min-width: 0;
}

.psd-header__menu {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.psd-header__menu a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.psd-header__button {
	white-space: nowrap;
	font-size: 14px;
}

.psd-header__toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 0;
	background: transparent;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.psd-header__toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
	border-radius: 4px;
	transition: transform .2s ease, opacity .2s ease;
}

.psd-header.psd-menu-open .psd-header__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.psd-header.psd-menu-open .psd-header__toggle span:nth-child(2) { opacity: 0; }
.psd-header.psd-menu-open .psd-header__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.psd-hero {
	background: #f8fdfe;
}

.psd-hero__main {
	display: flex;
	align-items: center;
	min-width: 0;
}

.psd-hero__content,
.psd-hero__visual {
	min-width: 0;
}

.psd-hero__title {
	font-size: clamp(34px, 4.2vw, 62px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.035em;
	margin: 0 0 20px;
}

.psd-hero__description {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	max-width: 620px;
}

.psd-hero__description > :first-child,
.psd-split__description > :first-child,
.psd-feature__description > :first-child,
.psd-appointment__description > :first-child,
.psd-final-cta__description > :first-child,
.psd-footer__description > :first-child { margin-top: 0; }

.psd-hero__description > :last-child,
.psd-split__description > :last-child,
.psd-feature__description > :last-child,
.psd-appointment__description > :last-child,
.psd-final-cta__description > :last-child,
.psd-footer__description > :last-child { margin-bottom: 0; }

.psd-hero__actions,
.psd-feature__actions,
.psd-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.psd-hero__secondary,
.psd-feature__secondary,
.psd-final-cta__secondary {
	border-color: currentColor;
}

.psd-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.psd-hero__image {
	display: block;
	width: 100%;
	max-width: 580px;
	object-fit: cover;
	/* Equal soft rounding on all four Hero image corners. */
	border-radius: 18px;
}

.psd-hero-image-left .psd-hero__visual { order: -1; }

.psd-hero__call-card {
	position: absolute;
	right: -10px;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(5, 38, 83, .18);
	text-decoration: none;
	max-width: min(270px, 86%);
}

.psd-hero__call-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 18px;
}

.psd-hero__call-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-hero__call-label,
.psd-hero__call-number {
	display: block;
}

.psd-hero__call-label {
	font-size: 11px;
	line-height: 1.3;
	font-weight: 500;
}

.psd-hero__call-number {
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
}

.psd-hero__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 38px;
}

.psd-hero__trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.psd-hero__trust-icon {
	font-size: 34px;
	flex: 0 0 auto;
}

.psd-hero__trust-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-hero__trust-title,
.psd-hero__trust-text {
	display: block;
}

.psd-hero__trust-title {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
}

.psd-hero__trust-text {
	font-size: 11px;
	line-height: 1.45;
	font-weight: 400;
	color: #718296;
}

/* Info Strip */
.psd-info-strip {
	background: #031f46;
}

.psd-info-strip__grid {
	display: grid;
	min-width: 0;
}

.psd-info-strip__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.psd-info-strip__item:hover { transform: translateY(-2px); }

.psd-info-strip__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.psd-info-strip__icon svg { fill: currentColor; }
.psd-info-strip__copy { min-width: 0; }
.psd-info-strip__title,
.psd-info-strip__text { display: block; }
.psd-info-strip__title { font-size: 12px; line-height: 1.35; font-weight: 600; }
.psd-info-strip__text { font-size: 15px; line-height: 1.4; font-weight: 700; overflow-wrap: anywhere; }

/* Split Content */
.psd-split { background: #fff; }

.psd-split__inner {
	display: flex;
	align-items: center;
	min-width: 0;
}

.psd-split-image-right .psd-split__media { order: 2; }
.psd-split__media,
.psd-split__content { min-width: 0; }

.psd-split__image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.psd-split__title,
.psd-card-grid__title,
.psd-process__title,
.psd-appointment__title,
.psd-feature__title,
.psd-final-cta__title {
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -.025em;
	margin: 0 0 18px;
}

.psd-split__description,
.psd-card-grid__description,
.psd-process__description,
.psd-appointment__description,
.psd-feature__description,
.psd-final-cta__description {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}

.psd-split__items {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.psd-split__item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 14px;
	border-radius: 12px;
	min-width: 0;
}

.psd-split__icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 30px;
}

.psd-split__icon svg { width: 1em; height: 1em; fill: currentColor; }
.psd-split__item-title,
.psd-split__item-text { display: block; }
.psd-split__item-title { font-size: 13px; line-height: 1.4; font-weight: 600; }
.psd-split__item-text { font-size: 12px; line-height: 1.5; font-weight: 400; margin-top: 2px; }
.psd-split__button { margin-top: 26px; }


/* About Us page: keep every custom About section on the same boxed
 * desktop width as the default Header and Footer. The !important cap is
 * intentional so existing Elementor instances saved with the older
 * 1440px/1500px defaults are corrected automatically after updating.
 * Section backgrounds remain full width; only the inner content is boxed. */
.psd-about-hero .psd-container,
.psd-about-why .psd-about-why__container,
.psd-about-journey .psd-about-journey__container {
	width: 100%;
	max-width: 1240px !important;
	margin-inline: auto;
}

/* About Us Hero */
.psd-about-hero {
	background-color: #f3faff;
	overflow-x: hidden;
}

.psd-about-hero__inner {
	display: flex;
	align-items: center;
	min-width: 0;
}

.psd-about-hero__content,
.psd-about-hero__media {
	min-width: 0;
}

.psd-about-hero__content-inner {
	width: 100%;
}

.psd-about-hero__eyebrow {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.psd-about-hero__title {
	margin-top: 0;
	font-size: clamp(48px, 4.45vw, 72px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.04em;
}

.psd-about-hero__description {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
}

.psd-about-hero__description > :first-child { margin-top: 0; }
.psd-about-hero__description > :last-child { margin-bottom: 0; }

.psd-about-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.psd-about-hero__button {
	font-size: 18px;
	white-space: nowrap;
}

.psd-about-hero__media {
	width: 100%;
}

.psd-about-hero__image {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: 50% var(--psd-about-focus-y, 50%);
}

/* About Us - Why Choose Us + Care Story */
.psd-about-why {
	background: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

.psd-about-why__top {
	background: #f2faff;
}

.psd-about-why__story {
	background: #fff;
}

.psd-about-why__container {
	width: 100%;
	margin-inline: auto;
	min-width: 0;
}

.psd-about-why__heading {
	width: 100%;
	margin-inline: auto;
	text-align: center;
}

.psd-about-why__top-eyebrow,
.psd-about-why__story-eyebrow {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.psd-about-why__top-title,
.psd-about-why__story-title {
	margin-top: 0;
	font-weight: 700;
	color: #123baf;
}

.psd-about-why__top-title {
	margin-bottom: 0;
	font-size: clamp(38px, 3.4vw, 54px);
	line-height: 1.12;
	letter-spacing: -.035em;
}

.psd-about-why__features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	min-width: 0;
}

.psd-about-why__feature {
	min-width: 0;
	min-height: 205px;
	padding: 32px 24px 26px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.psd-about-why__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
	line-height: 1;
	color: #077d42;
	margin-bottom: 18px;
}

.psd-about-why__feature-icon svg,
.psd-about-why__badge-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-about-why__feature-title {
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #0633a6;
}

.psd-about-why__feature-description {
	font-size: 13px;
	line-height: 1.55;
	font-weight: 400;
	color: #4e5772;
}

.psd-about-why__feature-accent {
	display: inline-block;
	width: 28px;
	height: 2px;
	margin-top: 20px;
	background: #077d42;
	vertical-align: top;
}

.psd-about-why__story-inner {
	display: flex;
	align-items: center;
	gap: 42px;
	min-width: 0;
}

.psd-about-why__story-media,
.psd-about-why__story-content {
	min-width: 0;
}

.psd-about-why__story-media {
	width: 100%;
}

.psd-about-why__story-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 405px;
	object-fit: cover;
	object-position: 50% var(--psd-about-why-focus-y, 50%);
	border-radius: 20px;
}

.psd-about-why__story-title {
	margin-bottom: 18px;
	font-size: clamp(36px, 3.2vw, 52px);
	line-height: 1.15;
	letter-spacing: -.035em;
}

.psd-about-why__story-description {
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: #4e5772;
	margin-bottom: 28px;
}

.psd-about-why__story-description > :first-child { margin-top: 0; }
.psd-about-why__story-description > :last-child { margin-bottom: 0; }

.psd-about-why__badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}

.psd-about-why__badge {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 16px;
	border-radius: 12px;
	background: #f0fafe;
}

.psd-about-why__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 34px;
	line-height: 1;
	color: #077d42;
}

.psd-about-why__badge-text {
	min-width: 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	color: #0633a6;
}

/* Card Grid */
.psd-card-grid { background: #f3fbfd; }
.psd-card-grid__description,
.psd-process__description { margin-top: 12px; }

.psd-card-grid__grid {
	display: grid;
	min-width: 0;
}

.psd-card-grid__card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}

.psd-card-grid__card:hover { transform: translateY(-4px); }

.psd-card-grid__image {
	display: block;
	width: 100%;
	object-fit: cover;
	margin-bottom: 16px;
}

.psd-card-grid__icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.psd-card-grid__icon svg { fill: currentColor; }

.psd-card-grid__card-title {
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
	margin: 0 0 9px;
}

.psd-card-grid__card-text {
	font-size: 13px;
	line-height: 1.65;
	font-weight: 400;
	flex-grow: 1;
}

.psd-card-grid__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
}

.psd-card-grid__link::after { content: "→"; }
.psd-card-grid__footer { text-align: center; margin-top: 34px; }

/* Feature Banner */
.psd-feature { background: #fff; }

.psd-feature__inner,
.psd-final-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 45px;
	min-width: 0;
	overflow: hidden;
}

.psd-feature__content,
.psd-feature__media,
.psd-final-cta__content,
.psd-final-cta__media { min-width: 0; }

.psd-feature-image-left .psd-feature__media,
.psd-cta-image-left .psd-final-cta__media { order: -1; }

.psd-feature__image,
.psd-final-cta__image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.psd-feature__points {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.psd-feature__point {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
}

.psd-feature__point-icon {
	flex: 0 0 auto;
	margin-top: 3px;
}

.psd-feature__point-icon svg { width: 1em; height: 1em; fill: currentColor; }

/* Process */
.psd-process { background: #f3fbfd; }
.psd-process__grid { display: grid; min-width: 0; }
.psd-process__wrap { position: relative; min-width: 0; }
.psd-process__card { position: relative; height: 100%; min-width: 0; }

.psd-process__number {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(0, 175, 203, .25);
}

.psd-process__icon {
	width: 76px;
	height: 76px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 18px;
}

.psd-process__icon svg { fill: currentColor; }

.psd-process__card-title {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 9px;
}

.psd-process__card-text {
	font-size: 13px;
	line-height: 1.65;
	font-weight: 400;
}

.psd-process__connector {
	position: absolute;
	top: 50%;
	right: -19px;
	transform: translateY(-50%);
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	z-index: 2;
}


/* Appointment */
.psd-appointment { background: #eaf9fc; }

.psd-appointment__inner {
	display: flex;
	align-items: center;
	min-width: 0;
}

.psd-appointment-form-left .psd-appointment__form-card { order: -1; }
.psd-appointment__content,
.psd-appointment__form-card { min-width: 0; }

.psd-appointment__contacts {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.psd-appointment__contact {
	display: flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	min-width: 0;
}

.psd-appointment__contact-icon {
	width: 42px;
	height: 42px;
	font-size: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.psd-appointment__contact-icon svg { width: 1em; height: 1em; fill: currentColor; }
.psd-appointment__contact-title,
.psd-appointment__contact-text { display: block; }
.psd-appointment__contact-title { font-size: 11px; line-height: 1.35; font-weight: 500; }
.psd-appointment__contact-text { font-size: 14px; line-height: 1.45; font-weight: 700; overflow-wrap: anywhere; }

.psd-appointment__side-image {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 28px;
	border-radius: 18px;
}

.psd-appointment__form-title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 22px;
}

.psd-appointment__preview-form,
.psd-appointment__shortcode,
.psd-appointment__shortcode form {
	display: grid;
	gap: 14px;
}

.psd-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.psd-appointment__form-card input,
.psd-appointment__form-card select,
.psd-appointment__form-card textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 9px;
	padding: 13px 14px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	outline: none;
	box-shadow: none;
}

.psd-appointment__form-card textarea { resize: vertical; }

.psd-appointment__form-card input:focus,
.psd-appointment__form-card select:focus,
.psd-appointment__form-card textarea:focus {
	border-color: #077d42;
	box-shadow: 0 0 0 3px rgba(0,175,203,.12);
}

.psd-appointment__preview-button,
.psd-appointment__form-card input[type="submit"],
.psd-appointment__form-card button[type="submit"] {
	width: 100%;
	border: 0;
}

.psd-appointment__preview-note {
	display: block;
	font-size: 11px;
	line-height: 1.45;
	color: #718296;
	text-align: center;
}

/* Final CTA */
.psd-final-cta { background: #fff; }

.psd-final-cta__media {
	position: relative;
}

.psd-final-cta__contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-top: 26px;
}

.psd-final-cta__contact {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	min-width: 0;
}

.psd-final-cta__contact-icon {
	width: 38px;
	height: 38px;
	border: 1px solid currentColor;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.psd-final-cta__contact-icon svg { width: 1em; height: 1em; fill: currentColor; }
.psd-final-cta__contact-title,
.psd-final-cta__contact-text { display: block; }
.psd-final-cta__contact-title { font-size: 10px; line-height: 1.35; font-weight: 500; }
.psd-final-cta__contact-text { font-size: 14px; line-height: 1.4; font-weight: 700; }

/* Footer */
.psd-footer {
	background: #021a3a;
	color: #fff;
	isolation: isolate;
}

.psd-footer__top {
	display: flex;
	align-items: flex-start;
	min-width: 0;
}

.psd-footer__brand,
.psd-footer__links { min-width: 0; }
.psd-footer__logo { display: inline-flex; }
.psd-footer__logo img { display: block; max-width: 100%; height: auto; }

.psd-footer__tagline {
	font-size: 18px;
	line-height: 1.45;
	font-weight: 600;
	margin: 22px 0 12px;
}

.psd-footer__description {
	font-size: 13px;
	line-height: 1.7;
	font-weight: 400;
	max-width: 360px;
}

.psd-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.psd-footer__social-link {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.psd-footer__social-link:hover { transform: translateY(-2px); }
.psd-footer__social-link svg { width: 1em; height: 1em; fill: currentColor; }

.psd-footer__links {
	display: grid;
	gap: 34px;
}

.psd-footer__column-title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 18px;
}

.psd-footer__column-links {
	display: grid;
	gap: 10px;
}

.psd-footer__column a {
	display: inline-flex;
	align-items: flex-start;
	gap: 7px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.psd-footer__column a::before {
	content: "›";
	font-weight: 700;
	flex: 0 0 auto;
}

.psd-footer__column a:hover { transform: translateX(3px); }

.psd-footer__clinic-list {
	display: grid;
	gap: 16px;
}

.psd-footer__clinic-block {
	display: grid;
	gap: 4px;
}

.psd-footer__clinic-name {
	display: block;
	font-weight: 600;
}

.psd-footer__clinic-address,
.psd-footer__clinic-meta,
.psd-footer__clinic-hours {
	line-height: 1.55;
}

.psd-footer__clinic-phones {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 4px;
}

.psd-footer__clinic-phones a,
.psd-footer__clinic-meta a {
	text-decoration: none;
}

.psd-footer__clinic-meta,
.psd-footer__clinic-hours {
	display: grid;
	gap: 2px;
}

.psd-footer__clinic-meta a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.psd-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 52px;
	padding-top: 20px;
	border-top: 1px solid;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}

.psd-footer__legal {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.psd-footer__bottom a { text-decoration: none; }

/* Tablet */
@media (max-width: 1024px) {
	.psd-about-why__features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psd-about-why__top-title { font-size: clamp(36px, 5.5vw, 48px); }
	.psd-about-why__story-title { font-size: clamp(34px, 4.8vw, 46px); }
	.psd-about-hero__title { font-size: clamp(42px, 6vw, 60px); }
	.psd-about-hero__description { font-size: 18px; }
	.admin-bar .psd-header--sticky { top: 32px; }

	.psd-header__toggle { display: inline-flex; margin-left: auto; }

	.psd-header__navwrap {
		position: absolute;
		top: 100%;
		left: 16px;
		right: 16px;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding: 18px;
		background: #fff;
		border: 1px solid #e1edf2;
		border-radius: 14px;
		box-shadow: 0 18px 50px rgba(5, 38, 83, .15);
		max-height: calc(100vh - 110px);
		overflow-y: auto;
	}

	.psd-header.psd-menu-open .psd-header__navwrap { display: flex; }
	.psd-header__menu { align-items: stretch; flex-direction: column; gap: 0 !important; }
	.psd-header__menu a { display: block; width: 100%; padding: 10px 4px; }
	.psd-header__button { width: 100%; }

	.psd-hero__main,
	.psd-split__inner,
	.psd-feature__inner,
	.psd-appointment__inner,
	.psd-final-cta__inner {
		gap: 36px;
	}

	.psd-hero__trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psd-process__connector { display: none; }
	.psd-footer__top { flex-direction: column; }
	.psd-footer__brand,
	.psd-footer__links { flex-basis: auto !important; width: 100%; }
	.psd-footer__description { max-width: 650px; }
}

/* Mobile */
@media (max-width: 767px) {
	.elementor-widget-psd-about-why-choose,
	.elementor-widget-psd-about-why-choose > .elementor-widget-container,
	.psd-about-why,
	.psd-about-why__top,
	.psd-about-why__story {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: hidden;
		overflow-x: clip;
	}

	.psd-about-why__story-inner {
		flex-direction: column;
		align-items: stretch !important;
	}

	.psd-about-why__story-media,
	.psd-about-why__story-content {
		flex-basis: auto !important;
		width: 100%;
		max-width: 100%;
	}

	.psd-about-why__top-title {
		font-size: clamp(31px, 9vw, 42px);
		letter-spacing: -.025em;
	}

	.psd-about-why__story-title {
		font-size: clamp(30px, 8.5vw, 40px);
		letter-spacing: -.025em;
	}

	.psd-about-why__features,
	.psd-about-why__badges { grid-template-columns: 1fr; }
	.psd-about-why__feature { min-height: 0; }
	.psd-about-why__story-image { height: 300px; }
	.elementor-widget-psd-about-hero,
	.elementor-widget-psd-about-hero > .elementor-widget-container,
	.psd-about-hero {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: hidden;
		overflow-x: clip;
	}

	.psd-about-hero__inner {
		flex-direction: column;
		align-items: stretch !important;
	}

	.psd-about-hero__content,
	.psd-about-hero__media {
		flex-basis: auto !important;
		width: 100%;
		max-width: 100%;
	}

	.psd-about-hero__content-inner,
	.psd-about-hero__description {
		max-width: 100% !important;
	}

	.psd-about-hero__title {
		font-size: clamp(34px, 10vw, 48px);
		letter-spacing: -.025em;
	}

	.psd-about-hero__description {
		font-size: 16px;
		line-height: 1.7;
	}

	.psd-about-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.admin-bar .psd-header--sticky { top: 46px; }

	/* Hero-only mobile viewport guard. Elementor's widget wrapper can otherwise
	 * expose a few overflow pixels from responsive/positioned Hero children. */
	.elementor-widget-psd-hero,
	.elementor-widget-psd-hero > .elementor-widget-container,
	.psd-hero {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: hidden;
		overflow-x: clip;
	}

	.psd-section-heading { margin-bottom: 30px; }
	.psd-eyebrow { font-size: 11px; }

	.psd-hero__main,
	.psd-split__inner,
	.psd-feature__inner,
	.psd-appointment__inner,
	.psd-final-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-hero__content,
	.psd-hero__visual,
	.psd-split__media,
	.psd-split__content,
	.psd-feature__content,
	.psd-feature__media,
	.psd-appointment__content,
	.psd-appointment__form-card,
	.psd-final-cta__content,
	.psd-final-cta__media {
		flex-basis: auto !important;
		width: 100%;
	}

	.psd-hero-image-left .psd-hero__visual,
	.psd-split-image-right .psd-split__media,
	.psd-feature-image-left .psd-feature__media,
	.psd-appointment-form-left .psd-appointment__form-card,
	.psd-cta-image-left .psd-final-cta__media {
		order: 0;
	}

	.psd-hero__title { font-size: clamp(34px, 10vw, 48px); }
	.psd-split__title,
	.psd-card-grid__title,
	.psd-process__title,
	.psd-appointment__title,
	.psd-feature__title,
	.psd-final-cta__title { font-size: clamp(28px, 8vw, 38px); }

	.psd-hero__actions,
	.psd-feature__actions,
	.psd-final-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-hero__actions .psd-button,
	.psd-feature__actions .psd-button,
	.psd-final-cta__actions .psd-button { width: 100%; }

	.psd-hero__call-card { right: 12px; bottom: 18px; }
	.psd-hero__trust { grid-template-columns: 1fr; gap: 13px; }
	.psd-info-strip__item { align-items: center; }
	.psd-split__items { grid-template-columns: 1fr !important; }
	.psd-form-grid { grid-template-columns: 1fr; }
	.psd-final-cta__contacts { flex-direction: column; }
	.psd-footer__bottom { align-items: flex-start; flex-direction: column; }
	.psd-footer__links { width: 100%; }
}

@media (max-width: 480px) {
	.psd-header__navwrap { left: 10px; right: 10px; }

	/* Keep the Hero image and contact card in one vertical mobile flow.
	 * The card becomes relative at this breakpoint; without a column flow,
	 * it sits beside the image, shrinks the image and creates horizontal scroll. */
	.psd-hero__visual {
		flex-direction: column;
		align-items: stretch;
		width: 100% !important;
		max-width: 100%;
	}

	.psd-hero__image {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 auto;
	}

	.psd-hero__call-card {
		position: relative;
		right: auto;
		bottom: auto;
		align-self: flex-end;
		width: fit-content;
		max-width: calc(100% - 24px);
		margin: -48px 12px 0 auto;
	}

	/* Center the four Hero trust items as one compact block while keeping
	 * their icon/text rows left aligned for readability. */
	.psd-hero__trust {
		width: fit-content;
		max-width: 100%;
		margin: 32px auto 0;
		justify-items: start;
	}

	.psd-hero__trust-item {
		width: 100%;
		max-width: 100%;
	}

	.psd-hero__trust-item > span:last-child { min-width: 0; }
	.psd-appointment__form-card { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.psd-section *,
	.psd-header * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* About Us - Dental Care Journey + Consultation CTA */
.psd-about-journey {
	background: #f5fbfd;
	border-radius: 12px;
}

.psd-about-journey__container,
.psd-about-journey__journey,
.psd-about-journey__steps,
.psd-about-journey__cta,
.psd-about-journey__cta-inner,
.psd-about-journey__cta-content,
.psd-about-journey__cta-media {
	min-width: 0;
}

.psd-about-journey__heading {
	text-align: center;
}

.psd-about-journey__title {
	margin: 0;
	font-size: clamp(30px, 2.6vw, 42px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -.025em;
	color: #123795;
}

.psd-about-journey__heading-accent,
.psd-about-journey__cta-accent {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #077d42;
	line-height: 1;
}

.psd-about-journey__heading-accent::before,
.psd-about-journey__cta-accent::before {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
}

.psd-about-journey__heading-accent::after,
.psd-about-journey__cta-accent::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
}

.psd-about-journey__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 46px;
	align-items: stretch;
}

.psd-about-journey__step-wrap {
	position: relative;
	min-width: 0;
}

.psd-about-journey__step-card {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 250px;
	padding: 34px 22px 30px;
	background: #fff;
	border: 1px solid #e4edf1;
	border-radius: 8px;
	box-shadow: 0 7px 20px rgba(16, 49, 94, .055);
	text-align: center;
}

.psd-about-journey__number {
	position: absolute;
	top: -26px;
	left: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #0c318f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.psd-about-journey__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 82px;
	height: 82px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #ecf8fd;
	color: #077d42;
	font-size: 42px;
	line-height: 1;
}

.psd-about-journey__icon i,
.psd-about-journey__icon svg {
	display: block;
}

.psd-about-journey__step-title {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
	color: #0a318e;
}

.psd-about-journey__step-description {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 400;
	color: #454a5f;
}

.psd-about-journey__connector {
	position: absolute;
	top: 72px;
	left: 100%;
	z-index: 0;
	display: block;
	width: 46px;
	height: 0;
	border-top: 2px dashed #077d42;
	pointer-events: none;
}

.psd-about-journey-connectors- .psd-about-journey__connector,
.psd-about-journey-connectors-no .psd-about-journey__connector {
	display: none;
}

.psd-about-journey__cta {
	position: relative;
	isolation: isolate;
	width: 92%;
	margin-inline: auto;
	padding: 42px 64px 42px 48px;
	overflow: hidden;
	background: linear-gradient(118deg, #123fae 0%, #082a86 58%, #0a43ad 100%);
	border-radius: 14px;
}

.psd-about-journey__cta::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 24px;
	z-index: -1;
	display: none;
	width: 128px;
	height: 96px;
	background-image: radial-gradient(circle, var(--psd-about-journey-dot-color, rgba(16,174,202,.28)) 2px, transparent 2.5px);
	background-size: 18px 18px;
	opacity: .55;
	pointer-events: none;
}

.psd-about-journey-dots-yes .psd-about-journey__cta::after {
	display: block;
}

.psd-about-journey__cta-inner {
	display: flex;
	align-items: center;
	gap: 52px;
}

.psd-about-journey__cta-content {
	position: relative;
	z-index: 2;
	flex: 0 1 58%;
}

.psd-about-journey__cta-media {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 42%;
}

.psd-about-journey__cta-eyebrow {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #077d42;
}

.psd-about-journey__cta-title {
	max-width: 590px;
	margin: 0 0 18px;
	font-size: clamp(31px, 3.2vw, 48px);
	line-height: 1.14;
	font-weight: 700;
	letter-spacing: -.025em;
	color: #fff;
}

.psd-about-journey__cta-accent {
	margin: 0 0 24px;
	color: #077d42;
}

.psd-about-journey__cta-accent::before {
	width: 78px;
}

.psd-about-journey__cta-description {
	max-width: 590px;
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	color: #fff;
}

.psd-about-journey__cta-description > :first-child { margin-top: 0; }
.psd-about-journey__cta-description > :last-child { margin-bottom: 0; }

.psd-about-journey__actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 18px;
}

.psd-about-journey__button {
	min-height: 54px;
	padding: 14px 28px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	font-size: 14px;
}

.psd-about-journey__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 19px;
	line-height: 1;
}

.psd-about-journey__button-icon svg {
	display: block;
	width: 19px;
	height: 19px;
}

.psd-about-journey__primary {
	background: #077d42;
	border-color: transparent;
	color: #fff;
}

.psd-about-journey__secondary {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.psd-about-journey__cta-image {
	display: block;
	width: 390px;
	height: 390px;
	max-width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border: 2px solid #077d42;
	border-radius: 50%;
}

@media (max-width: 1024px) {
	.psd-about-journey__connector { display: none !important; }
	.psd-about-journey__cta { width: 100%; }
	.psd-about-journey__cta-title { font-size: clamp(30px, 4vw, 40px); }
	.psd-about-journey__cta-image { width: 320px; height: 320px; }
}

@media (max-width: 767px) {
	.elementor-widget-psd-about-journey,
	.elementor-widget-psd-about-journey > .elementor-widget-container,
	.psd-about-journey,
	.psd-about-journey__container,
	.psd-about-journey__journey,
	.psd-about-journey__steps,
	.psd-about-journey__cta,
	.psd-about-journey__cta-inner {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: hidden;
		overflow-x: clip;
	}

	.psd-about-journey__title { font-size: clamp(28px, 8.5vw, 38px); }
	.psd-about-journey__steps { grid-template-columns: 1fr; }
	.psd-about-journey__step-wrap { padding-top: 26px; }
	.psd-about-journey__step-card { min-height: 0; }

	.psd-about-journey__cta-inner {
		flex-direction: column;
		align-items: stretch !important;
	}

	.psd-about-journey__cta-content,
	.psd-about-journey__cta-media {
		flex-basis: auto !important;
		width: 100%;
		max-width: 100%;
	}

	.psd-about-journey__cta-title,
	.psd-about-journey__cta-description {
		max-width: 100%;
	}

	.psd-about-journey__cta-title { font-size: clamp(29px, 8.6vw, 39px); }
	.psd-about-journey__cta-image { width: 280px; height: 280px; }
	.psd-about-journey__cta-media { align-items: center; }
}

@media (max-width: 480px) {
	.psd-about-journey__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-about-journey__button { width: 100%; }
	.psd-about-journey__cta-image { width: min(280px, 84vw); height: min(280px, 84vw); }
}

/* Treatment page hero (v1.0.12) */
.psd-treatment-hero {
	background: #f3faff;
	max-width: 100%;
	overflow-x: hidden;
}

.psd-treatment-hero__site-width {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.psd-treatment-hero__inner,
.psd-treatment-hero__content,
.psd-treatment-hero__content-inner,
.psd-treatment-hero__media,
.psd-treatment-hero__gallery,
.psd-treatment-hero__tile {
	min-width: 0;
	max-width: 100%;
}

.psd-treatment-hero__inner {
	display: flex;
	align-items: center;
	gap: 54px;
}

.psd-treatment-hero__content {
	flex: 1 1 48%;
}

.psd-treatment-hero__content-inner {
	width: 100%;
	max-width: 620px;
}

.psd-treatment-hero__eyebrow {
	margin: 0 0 36px;
	color: #077d42;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.psd-treatment-hero__title {
	margin: 0 0 30px;
	color: #1139a8;
	font-family: Poppins, sans-serif;
	font-size: clamp(46px, 4vw, 64px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.psd-treatment-hero__description {
	margin: 0 0 38px;
	color: #4c5872;
	font-family: Poppins, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.65;
}

.psd-treatment-hero__description > :first-child { margin-top: 0; }
.psd-treatment-hero__description > :last-child { margin-bottom: 0; }

.psd-treatment-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}

.psd-treatment-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 2px solid transparent;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.psd-treatment-hero__button:hover {
	transform: translateY(-1px);
}

.psd-treatment-hero__primary {
	background: #0c35ae;
	border-color: #0c35ae;
	color: #fff;
}

.psd-treatment-hero__secondary {
	background: #fff;
	border-color: #0c35ae;
	color: #0c35ae;
}

.psd-treatment-hero__media {
	flex: 1 1 52%;
}

.psd-treatment-hero__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
}

.psd-treatment-hero__tile {
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	background: #eaf3f8;
	line-height: 0;
}

.psd-treatment-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (max-width: 1024px) {
	.psd-treatment-hero__title {
		font-size: clamp(40px, 5.3vw, 54px);
	}

	.psd-treatment-hero__description {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-treatment-hero,
	.elementor-widget-psd-treatment-hero > .elementor-widget-container,
	.psd-treatment-hero,
	.psd-treatment-hero__site-width,
	.psd-treatment-hero .psd-container,
	.psd-treatment-hero__inner,
	.psd-treatment-hero__content,
	.psd-treatment-hero__media,
	.psd-treatment-hero__gallery {
		max-width: 100%;
		overflow-x: hidden;
	}

	.psd-treatment-hero__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-treatment-hero__content,
	.psd-treatment-hero__media {
		width: 100%;
		flex-basis: 100% !important;
	}

	.psd-treatment-hero__content-inner,
	.psd-treatment-hero__description {
		max-width: 100%;
	}

	.psd-treatment-hero__title {
		font-size: clamp(38px, 10vw, 50px);
	}

	.psd-treatment-hero__actions {
		width: 100%;
	}

	.psd-treatment-hero__button {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.psd-treatment-hero__eyebrow {
		font-size: 13px;
	}

	.psd-treatment-hero__title {
		font-size: clamp(34px, 10.4vw, 44px);
	}

	.psd-treatment-hero__description {
		font-size: 16px;
	}

	.psd-treatment-hero__gallery {
		column-gap: 8px;
		row-gap: 8px;
	}

	.psd-treatment-hero__tile {
		min-width: 0;
	}
}

/* Treatment categories strip (v1.0.13) */
.psd-treatment-categories {
	max-width: 100%;
	overflow-x: hidden;
}

.psd-treatment-categories__site-width {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	min-width: 0;
}

.psd-treatment-categories__panel,
.psd-treatment-categories__grid,
.psd-treatment-categories__item {
	min-width: 0;
	max-width: 100%;
}

.psd-treatment-categories__panel {
	position: relative;
	width: 100%;
	margin-inline: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(15, 56, 96, .10);
	overflow: hidden;
}

.psd-treatment-categories__grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	width: 100%;
}

.psd-treatment-categories__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 102px;
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.psd-treatment-categories__item:hover {
	text-decoration: none;
}

.psd-treatment-categories__item:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -3px;
}

.psd-treatment-categories__item:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 82%;
	background: #dce3ea;
	transform: translateY(-50%);
	pointer-events: none;
}

.psd-treatment-categories__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	font-size: 43px;
	line-height: 1;
	color: #077d42;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.psd-treatment-categories__icon i {
	line-height: 1;
}

.psd-treatment-categories__icon svg {
	display: block;
	width: 43px;
	height: 43px;
	fill: currentColor;
}

.psd-treatment-categories__title {
	display: block;
	width: 100%;
	margin: 0;
	color: #062b91;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	transition: color .2s ease;
}

@media (max-width: 1024px) {
	.psd-treatment-categories__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-treatment-categories,
	.elementor-widget-psd-treatment-categories > .elementor-widget-container,
	.psd-treatment-categories,
	.psd-treatment-categories__site-width,
	.psd-treatment-categories .psd-container,
	.psd-treatment-categories__panel,
	.psd-treatment-categories__grid {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.psd-treatment-categories-mobile-grid .psd-treatment-categories__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	.psd-treatment-categories-mobile-scroll .psd-treatment-categories__panel {
		overflow: hidden;
	}

	.psd-treatment-categories-mobile-scroll .psd-treatment-categories__grid {
		display: flex;
		flex-wrap: nowrap;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.psd-treatment-categories-mobile-scroll .psd-treatment-categories__item {
		flex: 0 0 var(--psd-treatment-strip-scroll-width, 150px);
		width: var(--psd-treatment-strip-scroll-width, 150px);
		scroll-snap-align: start;
	}
}

@media (max-width: 480px) {
	.psd-treatment-categories__title {
		font-size: 12px;
	}
}

.psd-treatment-categories-align-left .psd-treatment-categories__item { align-items: flex-start; }
.psd-treatment-categories-align-left .psd-treatment-categories__title { text-align: left; }
.psd-treatment-categories-align-center .psd-treatment-categories__item { align-items: center; }
.psd-treatment-categories-align-center .psd-treatment-categories__title { text-align: center; }
.psd-treatment-categories-align-right .psd-treatment-categories__item { align-items: flex-end; }
.psd-treatment-categories-align-right .psd-treatment-categories__title { text-align: right; }


/* Treatment care showcase (v1.0.14) */
.psd-treatment-showcase {
	max-width: 100%;
	overflow-x: hidden;
	background: #f5fbff;
}

.psd-treatment-showcase__site-width {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	min-width: 0;
}

.psd-treatment-showcase .psd-container,
.psd-treatment-showcase__top,
.psd-treatment-showcase__left,
.psd-treatment-showcase__right,
.psd-treatment-showcase__intro,
.psd-treatment-showcase__upper-grid,
.psd-treatment-showcase__bottom-grid,
.psd-treatment-showcase__card,
.psd-treatment-showcase__card-body,
.psd-treatment-showcase__image-wrap {
	min-width: 0;
	max-width: 100%;
}

.psd-treatment-showcase__top {
	display: flex;
	align-items: stretch;
	gap: 32px;
	width: 100%;
}

.psd-treatment-showcase__left {
	order: 1;
	flex: 0 1 44%;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.psd-treatment-showcase__right {
	order: 2;
	flex: 1 1 0;
	padding-top: 70px;
}

.psd-treatment-showcase__intro {
	width: 100%;
}

.psd-treatment-showcase__eyebrow {
	margin: 0 0 18px;
	color: #077d42;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.psd-treatment-showcase__accent {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 8px;
	margin: 0 0 24px;
}

.psd-treatment-showcase__accent-line {
	display: block;
	width: 76px;
	height: 3px;
	border-radius: 999px;
	background: #077d42;
}

.psd-treatment-showcase__accent-dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #077d42;
}

.psd-treatment-showcase__heading {
	max-width: 520px;
	margin: 0;
	color: #1039a6;
	font-family: "Poppins", sans-serif;
	font-size: clamp(40px, 3.2vw, 54px);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -.025em;
}

.psd-treatment-showcase__upper-grid,
.psd-treatment-showcase__bottom-grid {
	display: grid;
	width: 100%;
	gap: 24px;
}

.psd-treatment-showcase__upper-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.psd-treatment-showcase__bottom-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.psd-treatment-showcase__card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(21, 68, 106, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.psd-treatment-showcase-hover-yes .psd-treatment-showcase__card:hover {
	transform: translateY(calc(-1 * var(--psd-treatment-showcase-lift, 4px)));
}

.psd-treatment-showcase__image-wrap {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	height: 158px;
	overflow: hidden;
	background: #eaf3f8;
	line-height: 0;
}

.psd-treatment-showcase__card--featured .psd-treatment-showcase__image-wrap {
	height: 253px;
}

.psd-treatment-showcase__bottom-grid .psd-treatment-showcase__image-wrap {
	height: 124px;
}

.psd-treatment-showcase__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	transition: transform .35s ease, opacity .2s ease;
}

.psd-treatment-showcase__card--featured .psd-treatment-showcase__image {
	object-position: var(--psd-feature-focus-x, 50%) var(--psd-feature-focus-y, 50%);
}

.psd-treatment-showcase-image-zoom-yes .psd-treatment-showcase__card:hover .psd-treatment-showcase__image {
	transform: scale(var(--psd-treatment-showcase-image-scale, 1.04));
}

.psd-treatment-showcase__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 20px 17px;
}

.psd-treatment-showcase__card--featured .psd-treatment-showcase__card-body {
	padding: 22px 24px 24px;
}

.psd-treatment-showcase__card-title {
	width: 100%;
	margin: 0 0 8px;
	color: #0b349d;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -.012em;
}

.psd-treatment-showcase__card--featured .psd-treatment-showcase__card-title {
	font-size: 21px;
}

.psd-treatment-showcase__card-description {
	width: 100%;
	margin: 0;
	color: #3f465e;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.psd-treatment-showcase__card-description > :first-child {
	margin-top: 0;
}

.psd-treatment-showcase__card-description > :last-child {
	margin-bottom: 0;
}

.psd-treatment-showcase__learn-more {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-top: auto;
	padding-top: 16px;
	color: #077d42;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: color .2s ease, gap .2s ease;
}

.psd-treatment-showcase__learn-more:hover,
.psd-treatment-showcase__learn-more:focus-visible {
	color: #0b349d;
	text-decoration: none;
}

.psd-treatment-showcase__learn-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.psd-treatment-showcase__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1;
}

.psd-treatment-showcase__link-icon i {
	line-height: 1;
}

.psd-treatment-showcase__link-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (max-width: 1024px) {
	.psd-treatment-showcase__top {
		gap: 24px;
	}

	.psd-treatment-showcase__right {
		padding-top: 40px;
	}

	.psd-treatment-showcase__heading {
		font-size: clamp(36px, 4.5vw, 48px);
	}

	.psd-treatment-showcase__upper-grid,
	.psd-treatment-showcase__bottom-grid {
		gap: 20px;
	}

	.psd-treatment-showcase__bottom-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 24px;
	}

	.psd-treatment-showcase__card--featured .psd-treatment-showcase__image-wrap {
		height: 230px;
	}

	.psd-treatment-showcase__upper-grid .psd-treatment-showcase__image-wrap,
	.psd-treatment-showcase__bottom-grid .psd-treatment-showcase__image-wrap {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-treatment-showcase,
	.elementor-widget-psd-treatment-showcase > .elementor-widget-container,
	.psd-treatment-showcase,
	.psd-treatment-showcase__site-width,
	.psd-treatment-showcase .psd-container,
	.psd-treatment-showcase__top,
	.psd-treatment-showcase__left,
	.psd-treatment-showcase__right,
	.psd-treatment-showcase__upper-grid,
	.psd-treatment-showcase__bottom-grid,
	.psd-treatment-showcase__card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.elementor-widget-psd-treatment-showcase,
	.elementor-widget-psd-treatment-showcase > .elementor-widget-container,
	.psd-treatment-showcase {
		overflow-x: hidden;
	}

	.psd-treatment-showcase__top {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

	.psd-treatment-showcase__left,
	.psd-treatment-showcase__right {
		flex-basis: 100% !important;
	}

	.psd-treatment-showcase__right {
		padding-top: 0;
	}

	.psd-treatment-showcase__heading {
		max-width: 100%;
		font-size: clamp(34px, 8vw, 46px);
	}

	.psd-treatment-showcase__upper-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psd-treatment-showcase__bottom-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
	}

	.psd-treatment-showcase__upper-grid .psd-treatment-showcase__image-wrap,
	.psd-treatment-showcase__bottom-grid .psd-treatment-showcase__image-wrap {
		height: 180px;
	}

	.psd-treatment-showcase__card--featured .psd-treatment-showcase__image-wrap {
		height: 220px;
	}
}

@media (max-width: 480px) {
	.psd-treatment-showcase__eyebrow {
		font-size: 13px;
	}

	.psd-treatment-showcase__heading {
		font-size: clamp(32px, 10vw, 40px);
	}

	.psd-treatment-showcase__upper-grid,
	.psd-treatment-showcase__bottom-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.psd-treatment-showcase__card-title,
	.psd-treatment-showcase__card--featured .psd-treatment-showcase__card-title {
		font-size: 18px;
	}

	.psd-treatment-showcase__card-description {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psd-treatment-showcase__card,
	.psd-treatment-showcase__image,
	.psd-treatment-showcase__learn-more {
		transition: none !important;
	}

	.psd-treatment-showcase-hover-yes .psd-treatment-showcase__card:hover,
	.psd-treatment-showcase-image-zoom-yes .psd-treatment-showcase__card:hover .psd-treatment-showcase__image {
		transform: none !important;
	}
}

/* Treatment implant feature / CTA (v1.0.15) */
.psd-treatment-implant-feature {
	background: #f4fbff;
	max-width: 100%;
	overflow-x: hidden;
}

.psd-treatment-implant-feature__site-width {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
}

.psd-treatment-implant-feature__panel,
.psd-treatment-implant-feature__inner,
.psd-treatment-implant-feature__media,
.psd-treatment-implant-feature__content,
.psd-treatment-implant-feature__content-inner,
.psd-treatment-implant-feature__benefits,
.psd-treatment-implant-feature__benefit,
.psd-treatment-implant-feature__actions {
	min-width: 0;
	max-width: 100%;
}

.psd-treatment-implant-feature__panel {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 38px;
	border-radius: 28px;
	background: linear-gradient(135deg, #062e68 0%, #03285d 46%, #073d82 100%);
	box-shadow: 0 20px 50px rgba(5, 43, 93, .10);
}

.psd-treatment-implant-feature__panel::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -12%;
	top: -34%;
	width: 58%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(20, 183, 210, .10) 0%, rgba(20, 183, 210, 0) 70%);
	pointer-events: none;
}

.psd-treatment-implant-feature__inner {
	display: flex;
	align-items: center;
	gap: 64px;
	position: relative;
	z-index: 1;
}

.psd-treatment-implant-feature__media {
	flex: 1 1 47%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.psd-treatment-implant-feature__image {
	display: block;
	width: 100%;
	height: 520px;
	max-width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 24px;
}

.psd-treatment-implant-feature__content {
	flex: 1 1 53%;
	color: #fff;
}

.psd-treatment-implant-feature__content-inner {
	width: 100%;
	max-width: 610px;
}

.psd-treatment-implant-feature__eyebrow {
	margin: 0 0 20px;
	color: #077d42;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.psd-treatment-implant-feature__title {
	margin: 0 0 26px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: clamp(40px, 3.55vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.psd-treatment-implant-feature__description {
	margin: 0 0 34px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
}

.psd-treatment-implant-feature__description > :first-child { margin-top: 0; }
.psd-treatment-implant-feature__description > :last-child { margin-bottom: 0; }

.psd-treatment-implant-feature__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 44px;
	row-gap: 30px;
	margin: 0 0 38px;
}

.psd-treatment-implant-feature__benefit {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.psd-treatment-implant-feature__benefit-icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #077d42;
	border-radius: 50%;
	background: rgba(8, 67, 132, .35);
	color: #077d42;
	font-size: 14px;
	line-height: 1;
}

.psd-treatment-implant-feature__benefit-icon i {
	line-height: 1;
}

.psd-treatment-implant-feature__benefit-icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.psd-treatment-implant-feature__benefit-text {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}

.psd-treatment-implant-feature__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
}

.psd-treatment-implant-feature__button {
	min-height: 58px;
	padding: 16px 24px;
	border-style: solid;
	border-width: 2px;
	border-radius: 12px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
	text-align: center;
}

.psd-treatment-implant-feature__primary {
	color: #fff;
	background: #077d42;
	border-color: #077d42;
}

.psd-treatment-implant-feature__secondary {
	color: #fff;
	background: transparent;
	border-color: #077d42;
}

.psd-treatment-implant-feature__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}

.psd-treatment-implant-feature__button-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (max-width: 1024px) {
	.psd-treatment-implant-feature__panel {
		padding: 30px;
	}

	.psd-treatment-implant-feature__inner {
		gap: 38px;
	}

	.psd-treatment-implant-feature__image {
		height: 430px;
	}

	.psd-treatment-implant-feature__title {
		font-size: clamp(34px, 4.5vw, 48px);
	}

	.psd-treatment-implant-feature__benefits {
		column-gap: 28px;
		row-gap: 24px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-treatment-implant-feature,
	.elementor-widget-psd-treatment-implant-feature > .elementor-widget-container,
	.psd-treatment-implant-feature,
	.psd-treatment-implant-feature .psd-container,
	.psd-treatment-implant-feature__site-width,
	.psd-treatment-implant-feature__panel,
	.psd-treatment-implant-feature__inner,
	.psd-treatment-implant-feature__media,
	.psd-treatment-implant-feature__content,
	.psd-treatment-implant-feature__content-inner,
	.psd-treatment-implant-feature__benefits,
	.psd-treatment-implant-feature__actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: hidden;
	}

	.psd-treatment-implant-feature__panel {
		padding: 22px 18px;
	}

	.psd-treatment-implant-feature__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 30px;
	}

	.psd-treatment-implant-feature__media,
	.psd-treatment-implant-feature__content {
		width: 100%;
		flex-basis: 100% !important;
	}

	.psd-treatment-implant-feature__media {
		overflow: visible;
	}

	.psd-treatment-implant-feature__image {
		height: 330px;
		max-width: 100%;
	}

	.psd-treatment-implant-feature__title {
		font-size: clamp(32px, 9.5vw, 44px);
	}

	.psd-treatment-implant-feature__description {
		font-size: 16px;
	}

	.psd-treatment-implant-feature__benefits {
		grid-template-columns: minmax(0, 1fr);
	}

	.psd-treatment-implant-feature__button {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.psd-treatment-implant-feature__eyebrow {
		font-size: 12px;
		letter-spacing: .12em;
	}

	.psd-treatment-implant-feature__title {
		font-size: clamp(30px, 9.5vw, 39px);
	}

	.psd-treatment-implant-feature__image {
		height: 300px;
	}

	.psd-treatment-implant-feature__benefit-text {
		font-size: 14px;
	}

	.psd-treatment-implant-feature__actions {
		align-items: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psd-treatment-implant-feature__button {
		transition: none;
	}
}

/* Footer clinic contact details */
.psd-footer__column--locations a::before { content: none; }
.psd-footer__column--locations a:hover { transform: none; }

/* Contact Us Hero */
.psd-contact-hero {
	--psd-contact-hero-full-bg: #eef8ff;
	max-width: 100%;
	background-color: var(--psd-contact-hero-full-bg);
	/* Full-bleed background without changing the Elementor widget's layout width. */
	box-shadow: 0 0 0 100vmax var(--psd-contact-hero-full-bg);
	clip-path: inset(0 -100vmax);
	overflow-x: hidden;
}

.psd-contact-hero .psd-container,
.psd-contact-hero__site-width {
	width: 100%;
	max-width: 1240px !important;
	margin-inline: auto;
}

.psd-contact-hero__panel,
.psd-contact-hero__inner,
.psd-contact-hero__content,
.psd-contact-hero__content-inner,
.psd-contact-hero__media,
.psd-contact-hero__artwork {
	min-width: 0;
}

.psd-contact-hero__panel {
	position: relative;
	width: 100%;
	max-width: none;
	isolation: isolate;
	overflow: hidden;
	background-color: #eef8ff;
}

.psd-contact-hero__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	width: 100%;
}

.psd-contact-hero__content,
.psd-contact-hero__media {
	position: relative;
	z-index: 2;
}

.psd-contact-hero__content-inner {
	width: 100%;
}

.psd-contact-hero__eyebrow {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #077d42;
}

.psd-contact-hero__accent {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 8px;
}

.psd-contact-hero__accent-line {
	display: block;
	width: 104px;
	height: 3px;
	border-radius: 999px;
	background: #077d42;
}

.psd-contact-hero__accent-dot {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #077d42;
}

.psd-contact-hero__title {
	margin: 0;
	font-size: clamp(48px, 5vw, 72px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.035em;
	color: #1139a8;
}

.psd-contact-hero__description {
	font-size: 20px;
	line-height: 1.55;
	font-weight: 400;
	color: #263e6b;
}

.psd-contact-hero__description > :first-child { margin-top: 0; }
.psd-contact-hero__description > :last-child { margin-bottom: 0; }

.psd-contact-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.psd-contact-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 600;
	color: #fff;
	background: #1139a8;
	border: 1px solid #1139a8;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.psd-contact-hero__button:hover,
.psd-contact-hero__button:focus-visible {
	transform: translateY(-2px);
}

.psd-contact-hero__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background: #077d42;
	font-size: 22px;
	transition: background-color .2s ease, transform .2s ease;
}

.psd-contact-hero__button:hover .psd-contact-hero__button-icon,
.psd-contact-hero__button:focus-visible .psd-contact-hero__button-icon {
	transform: translateX(2px);
}

.psd-contact-hero__button-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-contact-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.psd-contact-hero__artwork {
	position: relative;
	z-index: 3;
	display: block;
	width: 420px;
	height: 420px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.psd-contact-hero__artwork-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: 50% var(--psd-contact-artwork-y, 50%);
	border-radius: inherit;
}

.psd-contact-hero__back-shape {
	position: absolute;
	z-index: 0;
	top: -80px;
	right: -150px;
	width: 620px;
	height: 760px;
	border-radius: 50%;
	background: #d8eafc;
	pointer-events: none;
}

.psd-contact-hero__dots {
	--psd-contact-dot-color: #fff;
	--psd-contact-dot-size: 4px;
	--psd-contact-dot-gap: 30px;
	position: absolute;
	z-index: 1;
	top: 36px;
	right: 28px;
	width: 270px;
	height: 220px;
	background-image: radial-gradient(circle, var(--psd-contact-dot-color) 0 var(--psd-contact-dot-size), transparent calc(var(--psd-contact-dot-size) + .5px));
	background-size: var(--psd-contact-dot-gap) var(--psd-contact-dot-gap);
	background-position: center;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.psd-contact-hero__title {
		font-size: clamp(42px, 5.4vw, 60px);
	}

	.psd-contact-hero__description {
		font-size: 18px;
	}

	.psd-contact-hero__artwork {
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-contact-hero,
	.elementor-widget-psd-contact-hero > .elementor-widget-container,
	.psd-contact-hero,
	.psd-contact-hero .psd-container,
	.psd-contact-hero__site-width,
	.psd-contact-hero__panel,
	.psd-contact-hero__inner,
	.psd-contact-hero__content,
	.psd-contact-hero__content-inner,
	.psd-contact-hero__media,
	.psd-contact-hero__artwork,
	.psd-contact-hero__actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.elementor-widget-psd-contact-hero,
	.elementor-widget-psd-contact-hero > .elementor-widget-container,
	.psd-contact-hero,
	.psd-contact-hero__panel {
		overflow-x: hidden;
	}

	.psd-contact-hero__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-contact-hero__content,
	.psd-contact-hero__media {
		flex-basis: 100% !important;
	}

	.psd-contact-hero__content-inner,
	.psd-contact-hero__description {
		max-width: 100% !important;
	}

	.psd-contact-hero__title {
		font-size: clamp(38px, 11vw, 52px);
	}

	.psd-contact-hero__description {
		font-size: 17px;
	}

	.psd-contact-hero__button {
		max-width: 100%;
	}

	.psd-contact-hero__media {
		justify-content: center;
	}

	.psd-contact-hero__artwork {
		width: min(280px, 82vw);
		height: min(280px, 82vw);
	}

	.psd-contact-hero__back-shape {
		top: auto;
		right: 50%;
		bottom: -165px;
		transform: translateX(50%);
		width: 390px;
		height: 430px;
	}

	.psd-contact-hero__dots {
		top: auto;
		right: 12px;
		bottom: 245px;
		width: 150px;
		height: 130px;
	}
}

@media (max-width: 480px) {
	.psd-contact-hero__eyebrow {
		font-size: 14px;
		letter-spacing: .11em;
	}

	.psd-contact-hero__title {
		font-size: clamp(35px, 10.5vw, 46px);
	}

	.psd-contact-hero__description {
		font-size: 16px;
	}

	.psd-contact-hero__button {
		font-size: 16px;
	}

	.psd-contact-hero__dots {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psd-contact-hero__button,
	.psd-contact-hero__button-icon {
		transition: none;
	}
}

/* Contact Clinic Locations */
.psd-contact-locations {
	background: #eef8ff;
	max-width: 100%;
	overflow-x: hidden;
}

.psd-contact-locations .psd-container {
	width: 100%;
	max-width: 1240px !important;
	margin-inline: auto;
}

.psd-contact-locations__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-inline: auto;
	gap: 20px;
	text-align: center;
}

.psd-contact-locations__eyebrow {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #077d42;
}

.psd-contact-locations__title {
	margin: 0;
	font-size: clamp(48px, 5vw, 72px);
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: -.035em;
	color: #1139a8;
}

.psd-contact-locations__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.psd-contact-locations__card,
.psd-contact-locations__card-main,
.psd-contact-locations__card-content,
.psd-contact-locations__phones {
	min-width: 0;
}

.psd-contact-locations__card {
	box-sizing: border-box;
	width: 100%;
	min-height: 360px;
	padding: 48px 44px 42px;
	background: #fff;
	border: 1px solid #b9d0e8;
	border-radius: 16px;
}

.psd-contact-locations__card-main {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	column-gap: 34px;
	align-items: start;
	width: 100%;
	height: 100%;
}

.psd-contact-locations__icon-column {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.psd-contact-locations__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	max-width: 100%;
	border-radius: 50%;
}

.psd-contact-locations__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 78px;
	line-height: 1;
	color: #077d42;
}

.psd-contact-locations__icon i,
.psd-contact-locations__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-contact-locations__card-content {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.psd-contact-locations__card-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #1139a8;
}

.psd-contact-locations__address {
	font-size: 18px;
	line-height: 1.65;
	font-weight: 400;
	color: #263e6b;
	overflow-wrap: anywhere;
}

.psd-contact-locations__address > :first-child { margin-top: 0; }
.psd-contact-locations__address > :last-child { margin-bottom: 0; }

.psd-contact-locations__phones {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
}

.psd-contact-locations__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 220px;
	padding: 15px 24px;
	border: 1px solid #1139a8;
	border-radius: 8px;
	background: #1139a8;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease;
}

.psd-contact-locations__phone:hover,
.psd-contact-locations__phone:focus-visible {
	background: #077d42;
	border-color: #077d42;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 1024px) {
	.psd-contact-locations__title {
		font-size: clamp(44px, 6vw, 60px);
	}

	.psd-contact-locations__card {
		padding: 40px 34px 38px;
	}

	.psd-contact-locations__card-main {
		grid-template-columns: 88px minmax(0, 1fr);
		column-gap: 24px;
	}

	.psd-contact-locations__icon-wrap {
		width: 82px;
		height: 82px;
	}

	.psd-contact-locations__icon {
		font-size: 62px;
	}

	.psd-contact-locations__card-title {
		font-size: 25px;
	}

	.psd-contact-locations__address {
		font-size: 16px;
	}

	.psd-contact-locations__phone {
		min-width: 180px;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-contact-locations,
	.elementor-widget-psd-contact-locations > .elementor-widget-container,
	.psd-contact-locations,
	.psd-contact-locations .psd-container,
	.psd-contact-locations__header,
	.psd-contact-locations__grid,
	.psd-contact-locations__card,
	.psd-contact-locations__card-main,
	.psd-contact-locations__card-content,
	.psd-contact-locations__phones {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.elementor-widget-psd-contact-locations,
	.elementor-widget-psd-contact-locations > .elementor-widget-container,
	.psd-contact-locations {
		overflow-x: hidden;
	}

	.psd-contact-locations__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.psd-contact-locations__title {
		font-size: clamp(38px, 10vw, 50px);
	}

	.psd-contact-locations__card {
		min-height: 0;
		padding: 34px 22px 30px;
	}

	.psd-contact-locations__card-main {
		grid-template-columns: 76px minmax(0, 1fr);
		column-gap: 20px;
	}

	.psd-contact-locations__icon-wrap {
		width: 70px;
		height: 70px;
	}

	.psd-contact-locations__icon {
		font-size: 54px;
	}

	.psd-contact-locations__card-title {
		font-size: 23px;
	}

	.psd-contact-locations__phones {
		align-items: stretch;
	}

	.psd-contact-locations__phone {
		flex: 1 1 180px;
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.psd-contact-locations__eyebrow {
		font-size: 13px;
		letter-spacing: .1em;
	}

	.psd-contact-locations__title {
		font-size: clamp(34px, 10.5vw, 43px);
	}

	.psd-contact-locations__card-main {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 18px;
	}

	.psd-contact-locations__icon-column {
		justify-content: center;
	}

	.psd-contact-locations__card-content {
		align-items: center;
		text-align: center;
	}

	.psd-contact-locations__address {
		font-size: 15px;
	}

	.psd-contact-locations__phones {
		width: 100%;
		justify-content: center;
	}

	.psd-contact-locations__phone {
		flex: 1 1 100%;
		width: 100%;
		font-size: 16px;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psd-contact-locations__phone {
		transition: none;
	}
}

/* Contact Form & Details */
.psd-contact-form {
	background: #eef8ff;
	max-width: 100%;
	overflow-x: hidden;
}

.psd-contact-form .psd-container {
	width: 100%;
	max-width: 1240px !important;
	margin-inline: auto;
}

.psd-contact-form__inner {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 72px;
}

.psd-contact-form__details,
.psd-contact-form__form-card,
.psd-contact-form__form,
.psd-contact-form__fields,
.psd-contact-form__detail,
.psd-contact-form__detail-copy {
	min-width: 0;
}

.psd-contact-form__details {
	flex: 0 1 46%;
}

.psd-contact-form__form-card {
	flex: 1 1 54%;
	box-sizing: border-box;
	padding: 42px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(24, 65, 112, .08);
}

.psd-contact-form__heading {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 46px;
}

.psd-contact-form__eyebrow {
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #077d42;
}

.psd-contact-form__title {
	margin: 0;
	font-size: clamp(44px, 4.5vw, 62px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.035em;
	color: #1139a8;
}

.psd-contact-form__details-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.psd-contact-form__detail {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.psd-contact-form__detail-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 66px;
	height: 66px;
	flex: 0 0 66px;
	border: 1px solid #d9e8f2;
	border-radius: 50%;
	background: #fff;
}

.psd-contact-form__detail-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	color: #077d42;
}

.psd-contact-form__detail-icon i,
.psd-contact-form__detail-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.psd-contact-form__detail-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 8px;
}

.psd-contact-form__detail-label {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
	color: #151d4d;
}

.psd-contact-form__detail-value,
.psd-contact-form__detail-value a {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 400;
	color: #162957;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.psd-contact-form__detail-value a:hover,
.psd-contact-form__detail-value a:focus-visible {
	color: #077d42;
}

.psd-contact-form__form-heading {
	margin: 0 0 28px;
	font-size: clamp(36px, 3.2vw, 48px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #1139a8;
}

.psd-contact-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.psd-contact-form__field {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 16px 18px;
	border: 1px solid #d6e2ec;
	border-radius: 12px;
	outline: none;
	background: #fff;
	color: #344165;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.psd-contact-form__field::placeholder {
	color: #7b829b;
	opacity: 1;
}

.psd-contact-form__field:focus {
	border-color: #077d42;
	box-shadow: 0 0 0 3px rgba(7, 125, 66, .1);
}

.psd-contact-form__field--full {
	grid-column: 1 / -1;
}

select.psd-contact-form__field {
	appearance: auto;
	cursor: pointer;
}

textarea.psd-contact-form__field {
	min-height: 130px;
	resize: vertical;
}

.psd-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin-top: 18px;
	padding: 17px 24px;
	border: 0;
	border-radius: 10px;
	background: #1139a8;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, opacity .2s ease;
}

.psd-contact-form__submit:hover,
.psd-contact-form__submit:focus-visible {
	background: #077d42;
	color: #fff;
	transform: translateY(-1px);
}

.psd-contact-form__submit[disabled] {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.psd-contact-form__status {
	display: none;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.psd-contact-form__status.is-success,
.psd-contact-form__status.is-error {
	display: block;
}

.psd-contact-form__status.is-success {
	color: #077d42;
}

.psd-contact-form__status.is-error {
	color: #b42318;
}

.psd-contact-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 1024px) {
	.psd-contact-form__inner {
		gap: 42px;
	}

	.psd-contact-form__title {
		font-size: clamp(40px, 5vw, 54px);
	}

	.psd-contact-form__form-card {
		padding: 34px 30px;
	}

	.psd-contact-form__detail {
		gap: 18px;
	}

	.psd-contact-form__detail-icon-wrap {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
	}

	.psd-contact-form__detail-icon {
		font-size: 27px;
	}

	.psd-contact-form__detail-label {
		font-size: 18px;
	}

	.psd-contact-form__detail-value,
	.psd-contact-form__detail-value a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-psd-contact-form,
	.elementor-widget-psd-contact-form > .elementor-widget-container,
	.psd-contact-form,
	.psd-contact-form .psd-container,
	.psd-contact-form__inner,
	.psd-contact-form__details,
	.psd-contact-form__form-card,
	.psd-contact-form__form,
	.psd-contact-form__fields,
	.psd-contact-form__detail,
	.psd-contact-form__detail-copy {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.elementor-widget-psd-contact-form,
	.elementor-widget-psd-contact-form > .elementor-widget-container,
	.psd-contact-form {
		overflow-x: hidden;
	}

	.psd-contact-form__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.psd-contact-form__details,
	.psd-contact-form__form-card {
		flex-basis: 100% !important;
	}

	.psd-contact-form__title {
		font-size: clamp(38px, 10vw, 50px);
	}

	.psd-contact-form__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	.psd-contact-form__field--half,
	.psd-contact-form__field--full {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.psd-contact-form__eyebrow {
		font-size: 13px;
		letter-spacing: .1em;
	}

	.psd-contact-form__title {
		font-size: clamp(34px, 10.5vw, 43px);
	}

	.psd-contact-form__form-card {
		padding: 28px 18px;
	}

	.psd-contact-form__form-heading {
		font-size: 34px;
	}

	.psd-contact-form__detail {
		gap: 15px;
	}

	.psd-contact-form__detail-icon-wrap {
		width: 54px;
		height: 54px;
		flex-basis: 54px;
	}

	.psd-contact-form__detail-icon {
		font-size: 24px;
	}

	.psd-contact-form__detail-copy {
		padding-top: 5px;
	}

	.psd-contact-form__detail-label {
		font-size: 17px;
	}

	.psd-contact-form__detail-value,
	.psd-contact-form__detail-value a {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psd-contact-form__field,
	.psd-contact-form__submit {
		transition: none;
	}
}
