/* 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; }

/* 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: #00afcb;
	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__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) {
	.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) {
	.admin-bar .psd-header--sticky { top: 46px; }

	.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; }
	.psd-hero__call-card { position: relative; right: auto; bottom: auto; margin: -48px 12px 0 auto; }
	.psd-hero__trust { margin-top: 28px; }
	.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;
	}
}
