/* Quote CTA + modal — services hero */
.page-id-3047 {
	overflow-x: clip;
}

/* Services hero height */
.page-id-3047 .elementor-element-1bacfd7b {
	--justify-content: center;
	--min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 50vh !important;
}

.page-id-3047 .elementor-element-1bacfd7b > .e-con-inner {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50vh;
}

.page-id-3047 .e-con-inner.parknshine-hero-has-quote {
	position: relative;
	display: flex;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: clamp(20px, 4vw, 48px);
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	padding: 36px clamp(24px, 4vw, 48px);
	min-height: 50vh;
}

.page-id-3047 .parknshine-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	flex: 1 1 320px;
	max-width: min(100%, 560px);
}

.page-id-3047 .parknshine-hero-has-quote .elementor-element-6f25abe7 {
	flex: 0 0 auto;
	max-width: none;
	margin: 0;
	align-self: center;
}

.page-id-3047 .parknshine-hero-has-quote .elementor-element-6f25abe7 .elementor-heading-title {
	margin: 0 0 16px;
	text-align: left;
	text-wrap: balance;
	line-height: 1.28;
}

.page-id-3047 .parknshine-hero-copy__text {
	margin: 0 0 24px;
	font-size: clamp(0.975rem, 1.6vw, 1.125rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.page-id-3047 .parknshine-hero-copy__button {
	display: inline-block;
	align-self: flex-start;
	padding: 16px 26px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-id-3047 .parknshine-hero-copy__button:hover,
.page-id-3047 .parknshine-hero-copy__button:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

.page-id-3047 .parknshine-hero-copy__button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.page-id-3047 .parknshine-hero-has-quote .elementor-element-32e538f {
	display: none !important;
}

.page-id-3047 .parknshine-quote-cta {
	max-width: 640px;
	margin: 0 auto;
	padding: 48px 24px 56px;
	text-align: center;
	color: #fff;
}

.page-id-3047 .parknshine-hero-has-quote .parknshine-quote-cta,
.page-id-3047 .parknshine-hero-quote-card {
	position: relative;
	z-index: 2;
	flex: 0 1 580px;
	max-width: min(100%, 580px);
	margin: 0;
	align-self: center;
	padding: 40px 44px 44px;
	text-align: left;
	background: var(--parknshine-glass-bg);
	backdrop-filter: blur(var(--parknshine-glass-blur));
	-webkit-backdrop-filter: blur(var(--parknshine-glass-blur));
	border: 1px solid var(--parknshine-glass-border);
	border-radius: var(--parknshine-glass-radius);
	box-shadow: var(--parknshine-glass-shadow);
}

body.page-id-3047.parknshine-quote-in-hero .elementor-element-80cd233 {
	display: none !important;
}

.page-id-3047 .parknshine-quote-cta__title {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.page-id-3047 .parknshine-hero-has-quote .parknshine-quote-cta__title,
.page-id-3047 .parknshine-hero-quote-card .parknshine-quote-cta__title {
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.page-id-3047 .parknshine-quote-cta__text {
	margin: 0 0 24px;
	font-size: 0.975rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

/* Quote modal trigger button — sitewide (no layout) */
.parknshine-quote-cta__button {
	display: inline-block;
	padding: 16px 26px;
	border: 1px solid var(--parknshine-cta-gold) !important;
	border-radius: 10px;
	background: transparent !important;
	color: var(--parknshine-cta-gold) !important;
	-webkit-text-fill-color: var(--parknshine-cta-gold) !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.parknshine-quote-cta__button:hover,
.parknshine-quote-cta__button:focus {
	background: rgba(255, 206, 43, 0.16) !important;
	border-color: var(--parknshine-cta-gold-hover) !important;
	color: var(--parknshine-cta-gold-hover) !important;
	-webkit-text-fill-color: var(--parknshine-cta-gold-hover) !important;
}

.parknshine-quote-cta__button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Glass treatment on services package cards */
.page-id-3047 .e-con.e-child[class*="elementor-element-"]:not(.elementor-element-1bacfd7b):not(.elementor-element-80cd233) {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

/* Modal */
.parknshine-quote-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.parknshine-quote-modal[hidden] {
	display: none !important;
}

.parknshine-quote-modal:not([hidden]) {
	display: flex;
}

.parknshine-quote-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.parknshine-quote-modal.is-closing {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.parknshine-quote-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	opacity: 0;
	transition: opacity 0.32s ease;
}

.parknshine-quote-modal.is-open .parknshine-quote-modal__backdrop {
	opacity: 1;
}

.parknshine-quote-modal.is-closing .parknshine-quote-modal__backdrop {
	opacity: 0;
}

.parknshine-quote-modal__shell {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	width: min(100%, 720px);
	max-height: calc(min(92vh, 920px) + 54px);
	transform: translateY(28px) scale(0.94);
	opacity: 0;
	transition:
		transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.32s ease;
}

.parknshine-quote-modal.is-open .parknshine-quote-modal__shell {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.parknshine-quote-modal.is-closing .parknshine-quote-modal__shell {
	transform: translateY(20px) scale(0.96);
	opacity: 0;
}

.parknshine-quote-modal__dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: min(92vh, 920px);
	background: #ab2430;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

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

.parknshine-quote-modal__close {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--parknshine-brand-red, #ab2430);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
	transform: scale(0.85);
	opacity: 0;
	transition:
		background-color 0.2s ease,
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.32s ease;
}

.parknshine-quote-modal.is-open .parknshine-quote-modal__close {
	transform: scale(1);
	opacity: 1;
}

.parknshine-quote-modal.is-closing .parknshine-quote-modal__close {
	transform: scale(0.9);
	opacity: 0;
}

.parknshine-quote-modal__close span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 1;
}

.parknshine-quote-modal__close:hover,
.parknshine-quote-modal__close:focus {
	background: #8f1e28;
}

.parknshine-quote-modal__close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.parknshine-quote-modal__body {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #ab2430;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.62) rgba(0, 0, 0, 0.22);
	scrollbar-gutter: stable;
}

.parknshine-quote-modal__body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.parknshine-quote-modal__body::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 999px;
	margin: 8px 2px;
}

.parknshine-quote-modal__body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.55);
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.18);
}

.parknshine-quote-modal__body::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.72);
}

.parknshine-quote-modal__body::-webkit-scrollbar-corner {
	background: transparent;
}

.parknshine-quote-modal__iframe-clip {
	flex: 1;
	min-height: 0;
	overflow: hidden;
	position: relative;
	background: #ab2430;
}

.parknshine-quote-modal__loader {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: #ab2430;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.24s ease,
		visibility 0.24s ease;
}

.parknshine-quote-modal.is-iframe-loading .parknshine-quote-modal__loader {
	opacity: 1;
	visibility: visible;
}

.parknshine-quote-modal__loader-spinner {
	width: 34px;
	height: 34px;
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-top-color: #fff;
	border-radius: 50%;
	animation: parknshine-quote-loader-spin 0.8s linear infinite;
}

.parknshine-quote-modal__loader-text {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

@keyframes parknshine-quote-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.parknshine-quote-modal__loader-spinner {
		animation: none;
		border-top-color: rgba(255, 255, 255, 0.28);
		opacity: 0.72;
	}
}

.parknshine-quote-modal__iframe {
	display: block;
	width: calc(100% + 18px);
	height: min(820px, calc(92vh - 24px));
	min-height: 560px;
	margin-right: -18px;
	border: 0;
	background: #ab2430;
}

.parknshine-quote-modal__iframe--sized {
	width: 100% !important;
	margin-right: 0 !important;
}

.parknshine-quote-modal__iframe-clip:has(.parknshine-quote-modal__iframe--sized) {
	overflow: visible;
}

.parknshine-quote-modal__scroll-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 72px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(171, 36, 48, 0), rgba(171, 36, 48, 0.94));
	opacity: 0;
	transition: opacity 0.28s ease;
}

.parknshine-quote-modal.has-scroll-hint .parknshine-quote-modal__scroll-fade {
	opacity: 1;
}

.parknshine-quote-modal__scroll-hint {
	align-self: center;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin: 2px 0 0;
	padding: 8px 14px 6px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	transition:
		opacity 0.28s ease,
		visibility 0.28s ease,
		transform 0.28s ease;
}

.parknshine-quote-modal.has-scroll-hint .parknshine-quote-modal__scroll-hint {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.parknshine-quote-modal__scroll-hint:hover,
.parknshine-quote-modal__scroll-hint:focus {
	background: rgba(0, 0, 0, 0.56);
	transform: translateY(1px);
}

.parknshine-quote-modal__scroll-hint:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.parknshine-quote-modal__scroll-hint-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: parknshine-quote-scroll-bounce 1.5s ease-in-out infinite;
}

@keyframes parknshine-quote-scroll-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.parknshine-quote-modal__scroll-hint-icon {
		animation: none;
	}
}

body.parknshine-quote-modal-open {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.parknshine-quote-modal__backdrop,
	.parknshine-quote-modal__shell,
	.parknshine-quote-modal__close {
		transition: none !important;
	}
}

@media (max-width: 767px) {
	.parknshine-quote-modal {
		padding: 12px;
	}

	.parknshine-quote-modal__shell {
		width: 100%;
		max-height: 100vh;
		gap: 8px;
	}

	.parknshine-quote-modal__dialog {
		max-height: calc(100vh - 60px);
		height: calc(100vh - 60px);
		border-radius: 8px;
	}

	.parknshine-quote-modal__iframe {
		height: 100%;
		min-height: 0;
	}

	.page-id-3047 .elementor-element-6f25abe7,
	.page-id-3047 .elementor-element-6f25abe7 .elementor-widget-container {
		text-align: left !important;
	}

	.page-id-3047 .parknshine-hero-has-quote .elementor-element-6f25abe7 .elementor-heading-title {
		line-height: 1.32;
		text-align: left !important;
	}

	.page-id-3047 .parknshine-hero-copy {
		max-width: 100%;
		align-items: flex-start;
		text-align: left;
	}

	.page-id-3047 .parknshine-hero-has-quote .parknshine-quote-cta__title,
	.page-id-3047 .parknshine-hero-quote-card .parknshine-quote-cta__title {
		font-size: clamp(1.45rem, 5vw, 1.85rem);
	}

	.page-id-3047 .e-con-inner.parknshine-hero-has-quote {
		flex-direction: column !important;
		align-items: stretch;
		min-height: auto;
		padding: 28px 20px;
	}

	.page-id-3047 .parknshine-hero-has-quote .parknshine-quote-cta,
	.page-id-3047 .parknshine-hero-quote-card {
		flex: 1 1 auto;
		max-width: 100%;
		margin: 0;
		padding: 32px 24px 36px;
	}
}
