/**
 * Overrides Elementor Global Kit typography/colors on bundled theme pages.
 * Loaded last so Home + Blue Door Stay always match the HTML prototype.
 */

body.page-bundled-theme #homeHero .hero-glass-split__title,
body.page-bundled-theme .hero-glass-split__title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.page-bundled-theme #homeHero .hero-glass-split__subtitle,
body.page-bundled-theme .hero-glass-split__subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
}

body.page-bundled-theme .hero-glass-split__subtitle span {
    background: linear-gradient(135deg, #e0f2fe 0%, #93c5fd 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

body.page-bundled-theme .hero-glass-split__badge {
    color: var(--primary-blue) !important;
    -webkit-text-fill-color: currentColor !important;
}

body.page-bundled-theme .hero-glass-split__feature-text strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.page-bundled-theme .hero-glass-split__feature-text .hero-glass__preview-tag {
    color: var(--accent-blue) !important;
    -webkit-text-fill-color: var(--accent-blue) !important;
    background: rgba(255, 255, 255, 0.65) !important;
}

body.page-bundled-theme .hero-glass-split__feature-text span:last-child {
    color: rgba(255, 255, 255, 0.68) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
}

body.page-bundled-theme .hero-glass-split__stat span {
    color: rgba(255, 255, 255, 0.95) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
}

body.page-bundled-theme .hero-glass__btn--outline {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Elementor kit often sets global heading/body colors — reset inside theme sections */
body.page-bundled-theme .section-title,
body.page-bundled-theme .section-subtitle,
body.page-bundled-theme .about-title,
body.page-bundled-theme .about-lead,
body.page-bundled-theme .about-body {
    -webkit-text-fill-color: unset;
}

body.page-bundled-theme .section-title {
    color: var(--primary-blue) !important;
}

body.page-bundled-theme .section-subtitle {
    color: var(--primary-blue-light) !important;
}

/* Property footer � full-width social bar */
.footer-grid--property .footer-social--bar {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	gap: 0.5rem !important;
}
.footer-grid--property .footer-social--bar .social-chip {
	display: inline-flex !important;
	width: 100% !important;
	min-width: 0 !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}
.footer-grid--property .footer-social--stretch .social-chip {
	display: inline-flex !important;
	width: 100% !important;
	min-width: 0 !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}


/* Property footer — frosted ice-blue glass contact card */
.footer-grid--property .footer-contact-card--glass,
.footer-grid--property .footer-contact-card--compact {
	background: linear-gradient(
		155deg,
		rgba(255, 255, 255, 0.38) 0%,
		rgba(191, 219, 254, 0.22) 55%,
		rgba(147, 197, 253, 0.14) 100%
	) !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.85),
		inset 0 -1px 0 rgba(59, 130, 246, 0.06),
		0 8px 28px rgba(30, 58, 95, 0.08) !important;
	backdrop-filter: blur(22px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(22px) saturate(180%) !important;
}
@media (max-width: 700px) {
	.footer-grid--property .footer-social--bar {
		grid-template-columns: 1fr !important;
	}
	.footer-grid--property .footer-column--links .footer-links-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 480px) {
	.footer-contact-card--compact .footer-contact-row {
		flex-direction: column !important;
		align-items: stretch !important;
	}
}