/**
 * Crosspoint Theme Styles
 *
 * @package BM_Investor
 * @since 1.0.0
 */

/* Global Asset Classes Label */
.asset-classes-carousel__label {
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.05);
	color: #666;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 16px;
	border-radius: 5px;
}

/* Base styles */
body {
	margin: 0;
	padding: 0;
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.6;
	color: var(--e-global-color-text);
}

.site {
	max-width: 100%;
	margin: 0 auto;
}

.site-main {
	padding: 2rem 1rem;
}

a {
	text-decoration: none;
}

/* Typography */
.entry-title,
.page-title {
	margin-top: 0;
}

.entry-content {
	max-width: 1200px;
	margin: 0 auto;
}

.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: var(--e-global-color-23485d1);
border-bottom: 1px solid rgba(231, 231, 230, 0.5);
z-index: 9999;
transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

body.logged-in .site-header {
	top: 32px;
}

body.logged-in.elementor-editor-active .site-header {
	top: 0;
}

/* Offset content for fixed theme header */
.site-header + #main.site-main {
	padding-top: calc(2rem + 80px);
}

/* Offset Elementor page wrapper for fixed header */
div[data-elementor-type="wp-page"][data-elementor-post-type="page"] {
	padding-top: 80px;
}

body.elementor-editor-active div[data-elementor-type="wp-page"][data-elementor-post-type="page"] {
	padding-top: 110px;
}

@media (max-width: 1024px) {
	body.logged-in div[data-elementor-type="wp-page"][data-elementor-post-type="page"] {
		padding-top: 65px;
	}
}

.site-header::after {
display: none;
}

.site-header.is-scrolled {
background: var(--e-global-color-23485d1) !important;
border-bottom: 1px solid rgba(231, 231, 230, 0.5) !important;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 80px;
	padding: 0 30px;
	max-width: 1400px;
	margin: 0 auto;
	column-gap: 1rem;
}

.site-header__logo {
flex: 0 0 auto;
}

.site-header__logo a,
.site-header__logo img {
	display: block;
	text-decoration: none;
	width: 150px;
	height: auto;
	max-width: 100%;
	filter: brightness(0) saturate(100%) invert(27%) sepia(90%) saturate(650%) hue-rotate(118deg) brightness(97%);
}

.site-header__nav {
	display: flex;
	align-items: center;
}

.site-header__nav--left {
	justify-content: flex-end;
}

.site-header__nav--right {
	justify-content: flex-start;
}

.primary-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 0.4rem;
}

.primary-menu li {
	position: relative;
	opacity: 0;
	transform: translateX(-30px);
	animation: menuItemSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.site-header__nav--left .primary-menu li:nth-child(1) { animation-delay: 0.04s; }
.site-header__nav--left .primary-menu li:nth-child(2) { animation-delay: 0.08s; }
.site-header__nav--left .primary-menu li:nth-child(3) { animation-delay: 0.12s; }

.site-header__logo {
	opacity: 0;
	transform: translateX(-20px);
	animation: menuItemSlideIn 0.28s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.16s;
}

.site-header__nav--right .primary-menu li:nth-child(1) { animation-delay: 0.20s; }
.site-header__nav--right .primary-menu li:nth-child(2) { animation-delay: 0.24s; }
.site-header__nav--right .primary-menu li:nth-child(3) { animation-delay: 0.28s; }

@keyframes menuItemSlideIn {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.primary-menu li,
	.site-header__logo {
		animation: none !important;
		opacity: 1;
		transform: none;
	}
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 0.875rem 1rem;
	color: var(--e-global-color-e806e96);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
	transition: color 0.2s;
	position: relative;
}

/* Force desktop header menu color on top of plugin/global styles */
.site-header .primary-menu > .menu-item > a {
	color: var(--e-global-color-e806e96) !important;
}

/* Reduce spacing for menu items without children */
.primary-menu a:not(.has-children)::after {
right: 1rem;
max-width: calc(100% - 2rem);
}

.primary-menu a:not(.has-children):hover::after {
width: calc(100% - 2rem);
}

/* Reusable link underline effect for lists */
.link-underline-list ul li > a {
position: relative;
display: inline-block;
}

.link-underline-list ul li > a::after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 2px;
color: #fff;
background-color: var(--e-global-color-primary);
transition: width 0.3s ease;
}

.link-underline-list ul li > a:hover::after {
width: 100%;
left: 0;
right: auto;
}

.featured-properties-list-widget .elementor-icon-list-item > a {
	color: var(--e-global-color-a72119e);
	transition: color 0.3s;
	font-size: 0.85rem !important;
	font-weight: 300 !important;
}

.featured-properties-list-widget .elementor-icon-list-item {
	padding: 0 0 7px!important;
}

.featured-properties-list-widget .elementor-icon-list-item > a:hover {
	color: #fff;
}

.primary-menu a::after {
content: '';
position: absolute;
bottom: 12px;
right: 2.5rem;
width: 0;
height: 2px;
background-color: var(--e-global-color-text);
transition: width 0.3s ease;
max-width: calc(100% - 3.5rem);
}

.primary-menu a:hover {
	color: var(--e-global-color-primary);
}

.site-header .primary-menu > .menu-item > a:hover,
.site-header .primary-menu > .menu-item.current-menu-item > a,
.site-header .primary-menu > .menu-item.current_page_item > a {
	color: var(--e-global-color-primary) !important;
}

.site-header .primary-menu > .menu-item > a:focus-visible,
.menu-toggle:focus-visible,
.mobile-menu__close:focus-visible,
.mobile-menu__back:focus-visible,
.mobile-menu__list a:focus-visible,
.mobile-menu__list button:focus-visible {
	outline: 2px solid var(--e-global-color-secondary) !important;
	outline-offset: 3px;
	border-radius: 2px;
}

.site-header.is-scrolled .primary-menu a:hover {
color: var(--e-global-color-primary);
}

.primary-menu a:hover::after {
	width: calc(100% - 3.5rem);
	left: 1rem;
	right: auto;
	background-color: var(--e-global-color-primary);
}

.primary-menu a.active::after {
	width: 100%;
	left: 1rem;
	right: auto;
	background-color: var(--e-global-color-primary);
}

/* Desktop Dropdown Panel  */
.desktop-nav-dropdown-panel {
	position: absolute;
	top: 100%;
	left: -1rem;
	background: #fff;
	min-width: 350px;
	max-width: 350px;
	width: 350px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	padding: 0;
	margin-top: 8px;
	overflow: hidden;
}

.desktop-nav-dropdown-header {
display: none;
}

.desktop-nav-dropdown-eyebrow {
display: none;
}

.desktop-nav-dropdown-headline {
display: none;
}

.desktop-nav-dropdown-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}


.desktop-nav-dropdown-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.5rem;
text-decoration: none;
color: #333;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
background: transparent;
width: 100%;
text-align: left;
gap: 1rem;
min-height: 56px;
box-sizing: border-box;
}

.desktop-nav-dropdown-item::after {
display: none !important;
}

.desktop-nav-dropdown-item:hover,
.desktop-nav-dropdown-item:focus {
background-color: var(--e-global-color-secondary);
}

.desktop-nav-dropdown-list > li:last-child .desktop-nav-dropdown-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.desktop-nav-dropdown-item__content {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.25rem;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
min-width: 0;
overflow: hidden;
}

.desktop-nav-dropdown-item__title {
font-size: 0.9375rem;
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family);
transition: color 0.3s ease;
}

.desktop-nav-dropdown-item__description {
font-size: 0.8125rem;
line-height: 1.4;
color: #666;
font-family: var(--e-global-typography-text-font-family);
}

.desktop-nav-dropdown-item__arrow {
flex-shrink: 0;
width: 16px;
height: 16px;
min-width: 16px;
max-width: 16px;
color: var(--e-global-color-primary);
opacity: 0;
transform: translateX(-4px);
transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
justify-content: center;
margin-left: 0;
position: relative;
z-index: 1;
}

.desktop-nav-dropdown-item__arrow svg {
display: block;
width: 100%;
height: 100%;
flex-shrink: 0;
}

.desktop-nav-dropdown-item:hover .desktop-nav-dropdown-item__content,
.desktop-nav-dropdown-item:focus .desktop-nav-dropdown-item__content {
transform: translateX(4px);
}

.desktop-nav-dropdown-item:hover .desktop-nav-dropdown-item__arrow,
.desktop-nav-dropdown-item:focus .desktop-nav-dropdown-item__arrow {
opacity: 1;
transform: translateX(0);
}

.desktop-nav-dropdown-item:hover .desktop-nav-dropdown-item__title,
.desktop-nav-dropdown-item:focus .desktop-nav-dropdown-item__title {
color: var(--e-global-color-primary);
}

/* Legacy sub-menu support */
.primary-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
list-style: none;
margin: 0;
padding: 0;
background: #fff;
min-width: 200px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
z-index: 1000;
border: 1px solid var(--e-global-color-e9d2f3e);
display: flex;
flex-direction: column;
}

.primary-menu .sub-menu.has-two-columns {
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
min-width: 400px !important;
width: 400px;
}

.primary-menu .sub-menu.has-two-columns > li {
flex: 0 0 50% !important;
width: 50% !important;
max-width: 50% !important;
box-sizing: border-box;
min-width: 0;
}

.primary-menu li:hover > .desktop-nav-dropdown-panel,
.primary-menu li:focus-within > .desktop-nav-dropdown-panel {
opacity: 1;
visibility: visible;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.primary-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
}

.primary-menu .sub-menu a {
display: block;
padding: 0.75rem 1rem;
text-decoration: none;
color: var(--e-global-color-text);
border-bottom: 1px solid var(--e-global-color-e9d2f3e);
transition: background 0.2s;
position: relative;
}

.primary-menu .sub-menu a::after {
display: none;
}

.primary-menu .sub-menu a:hover {
background: var(--e-global-color-primary);
color: #fff;
}

.primary-menu .sub-menu li:last-child a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.primary-menu .sub-menu.has-two-columns > li:nth-child(even) {
border-left: 1px solid var(--e-global-color-e9d2f3e);
}

.primary-menu .sub-menu.has-two-columns > li:nth-last-child(-n+2) a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.primary-menu .sub-menu.has-two-columns > li:nth-child(n+3) a {
border-top: 1px solid var(--e-global-color-e9d2f3e);
}

.primary-menu a.has-children {
position: relative;
}

.primary-menu a.has-children::after {
display: none;
}

.primary-menu a.has-children .dropdown-icon {
position: absolute;
right: 1px;
top: 50%;
transform: translateY(-50%) rotate(90deg);
width: 24px;
height: 24px;
color: var(--e-global-color-text);
opacity: 0.7;
transition: transform 0.2s ease;
}

.primary-menu li:hover > a.has-children .dropdown-icon,
.primary-menu li:focus-within > a.has-children .dropdown-icon {
transform: translateY(-50%) rotate(90deg) rotate(180deg);
}

.site-header__cta {
flex: 0 0 auto;
display: flex;
gap: 1rem;
}

.cta-button {
display: inline-block;
padding: 0.5rem 1.875rem;
border: 1px solid #fff;
color: #fff;
font-family: var(--e-global-typography-4de27d1-font-family);
font-size: var(--e-global-typography-4de27d1-font-size);
font-weight: var(--e-global-typography-4de27d1-font-weight);
text-transform: var(--e-global-typography-4de27d1-text-transform);
letter-spacing: var(--e-global-typography-4de27d1-letter-spacing);
text-decoration: none!important;
transition: background 0.2s, color 0.2s;
}

.site-header__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	margin-right: 20px;
	transition: opacity 0.3s ease;
	opacity: 0;
	transform: translateX(-30px);
	animation: menuItemSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.29s;
}

@media (min-width: 1025px) {
	.site-header__phone,
	.mobile-menu__phone {
		display: none;
	}
}

.site-header__phone:hover {
	opacity: 0.8;
	text-decoration: none;
}

.site-header__phone-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.site-header__phone-text {
	line-height: 1;
}

.menu-toggle {
	display: none;
	background: transparent!important;
	border: none!important;
	outline: none!important;
	cursor: pointer;
	padding: 0!important;
}

.menu-toggle:focus,
.menu-toggle:focus-visible,
.menu-toggle:hover,
.menu-toggle:active {
outline: none!important;
box-shadow: none!important;
border: none!important;
}

.menu-toggle__icon {
display: flex;
flex-direction: column;
gap: 5px;
width: 32px;
height: 18px;
}

.menu-toggle__icon span {
display: block;
height: 2px;
width: 100%;
background: var(--e-global-color-text);
transition: transform 0.3s, opacity 0.3s;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(1) {
transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) {
opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
pointer-events: none;
}

.mobile-menu *:focus,
.mobile-menu *:focus-visible,
.mobile-menu button:focus,
.mobile-menu button:focus-visible,
.mobile-menu a:focus,
.mobile-menu a:focus-visible {
outline: none!important;
box-shadow: none!important;
}

.mobile-menu button:hover,
.mobile-menu button:active,
.mobile-menu a:hover,
.mobile-menu a:active {
outline: none!important;
box-shadow: none!important;
}

.mobile-menu[aria-hidden="false"] {
pointer-events: auto;
}

.mobile-menu__overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: opacity 0.3s;
z-index: 9998;
}

.mobile-menu[aria-hidden="false"] .mobile-menu__overlay {
opacity: 1;
}

.mobile-menu__panel {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: var(--e-global-color-23485d1);
display: flex;
flex-direction: column;
overflow: hidden;
z-index: 10000;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s, visibility 0.2s;
}

.mobile-menu[aria-hidden="false"] .mobile-menu__panel {
opacity: 1;
visibility: visible;
}

.mobile-menu__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 30px;
border-bottom: 1px solid var(--e-global-color-e9d2f3e);
flex-shrink: 0;
background: var(--e-global-color-23485d1);
position: relative;
z-index: 100;
}

.mobile-menu__logo {
flex: 0 0 auto;
}

.mobile-menu__logo a,
.mobile-menu__logo img {
	display: block;
	text-decoration: none;
	height: auto;
	max-width: 100%;
}

.mobile-menu__logo img,
.mobile-menu__logo svg {
	filter: none;
}

.mobile-menu__logo svg path {
	fill: currentColor !important;
}

.mobile-menu__close {
	background: transparent!important;
	border: none!important;
	outline: none!important;
	cursor: pointer;
	padding: 0!important;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.mobile-menu__close:focus,
.mobile-menu__close:focus-visible,
.mobile-menu__close:hover,
.mobile-menu__close:active {
	outline: none!important;
	box-shadow: none!important;
	border: none!important;
	text-decoration: none;
}

.mobile-menu__close-icon {
display: block;
width: 40px;
height: 40px;
color: var(--e-global-color-text);
}

.mobile-menu__nav-header {
display: none;
align-items: center;
padding: 15px 20px;
border-bottom: 1px solid var(--e-global-color-e9d2f3e);
flex-shrink: 0;
background: var(--e-global-color-23485d1);
position: relative;
z-index: 100;
}

.mobile-menu__nav-header.is-visible {
display: flex;
}

.mobile-menu__back {
display: flex;
align-items: center;
gap: 0.5rem;
background: none;
outline: none!important;
cursor: pointer;
padding: 0.5rem 0!important;
color: #fff!important;
background-color: transparent!important;
border: none!important;
font-family: var(--e-global-typography-primary-font-family)!important;
font-size: var(--e-global-typography-primary-font-size)!important;
font-weight: var(--e-global-typography-primary-font-weight)!important;
}

.mobile-menu__back:focus,
.mobile-menu__back:focus-visible,
.mobile-menu__back:hover,
.mobile-menu__back:active {
outline: none!important;
box-shadow: none!important;
border: none!important;
}

.mobile-menu__back-icon {
display: block;
width: 24px;
height: 24px;
color: #fff;
}

.mobile-menu__back-text {
text-decoration: none;
font-weight: 600;
}

.mobile-menu__content {
	flex: 1;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--e-global-color-23485d1);
}

.mobile-menu__phone {
	padding: 20px 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: auto;
	flex-shrink: 0;
}

.mobile-menu__phone-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: opacity 0.3s ease;
}

.mobile-menu__phone-link:hover {
	opacity: 0.8;
	text-decoration: none;
}

.mobile-menu__phone-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.mobile-menu__phone-text {
	line-height: 1;
}

.mobile-menu__list {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
visibility: hidden;
opacity: 0;
}

.mobile-menu__list.is-active-panel {
z-index: 10;
visibility: visible;
opacity: 1;
}

.mobile-menu__list.is-previous-panel {
z-index: 5;
pointer-events: none;
visibility: hidden;
opacity: 0;
}

.mobile-menu__list.is-next-panel {
z-index: 5;
pointer-events: none;
visibility: hidden;
opacity: 0;
}

.mobile-menu__list:not(.is-active-panel):not(.is-previous-panel):not(.is-next-panel) {
z-index: 1;
pointer-events: none;
visibility: hidden;
opacity: 0;
}

.mobile-menu__list li {
border-bottom: 1px solid var(--e-global-color-e9d2f3e);
}


/* Mobile menu item entrance animation */
@media (max-width: 1024px) {
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li {
		opacity: 0;
		transform: translateX(-10px);
		will-change: opacity, transform;
		animation: mobileMenuItemIn 420ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
		-webkit-animation: mobileMenuItemIn 420ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}

	/* Small stagger for the first ~12 items */
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(1) { 
		animation-delay: 40ms;
		-webkit-animation-delay: 40ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(2) { 
		animation-delay: 70ms;
		-webkit-animation-delay: 70ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(3) { 
		animation-delay: 100ms;
		-webkit-animation-delay: 100ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(4) { 
		animation-delay: 130ms;
		-webkit-animation-delay: 130ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(5) { 
		animation-delay: 160ms;
		-webkit-animation-delay: 160ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(6) { 
		animation-delay: 190ms;
		-webkit-animation-delay: 190ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(7) { 
		animation-delay: 220ms;
		-webkit-animation-delay: 220ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(8) { 
		animation-delay: 250ms;
		-webkit-animation-delay: 250ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(9) { 
		animation-delay: 280ms;
		-webkit-animation-delay: 280ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(10) { 
		animation-delay: 310ms;
		-webkit-animation-delay: 310ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(11) { 
		animation-delay: 340ms;
		-webkit-animation-delay: 340ms;
	}
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li:nth-child(12) { 
		animation-delay: 370ms;
		-webkit-animation-delay: 370ms;
	}
	
	/* Clean up will-change after animation completes */
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li {
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}
}

@keyframes mobileMenuItemIn {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes mobileMenuItemIn {
	from {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mobile-menu[aria-hidden="false"] .mobile-menu__list.is-active-panel > li {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

.mobile-menu__list .sub-menu {
display: none !important;
}

.mobile-menu__list a,
.mobile-menu__list button {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 30px!important;
color: var(--e-global-color-text)!important;
background-color: transparent!important;
border: none!important;
outline: none!important;
font-family: "PublicSans", Sans-serif !important;
font-size: 0.8rem !important;
font-weight: 600 !important;
text-transform: uppercase!important;
}

.mobile-menu__list a:focus,
.mobile-menu__list a:focus-visible,
.mobile-menu__list a:hover,
.mobile-menu__list a:active,
.mobile-menu__list button:focus,
.mobile-menu__list button:focus-visible,
.mobile-menu__list button:hover,
.mobile-menu__list button:active {
outline: none!important;
box-shadow: none!important;
border: none!important;
}

.mobile-menu__list a::after {
display: none;
}

.mobile-menu__list .has-children > a::after,
.mobile-menu__list .has-children .submenu-trigger::after {
display: none;
}

.submenu-trigger {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 1.25rem 1.5rem;
background: none;
border: none;
outline: none;
cursor: pointer;
text-align: left;
text-decoration: none;
color: var(--e-global-color-text);
font-family: "PublicSans", Sans-serif;
font-size: 0.8rem;
font-weight: 600;
-webkit-appearance: none;
appearance: none;
}

.submenu-trigger:focus,
.submenu-trigger:focus-visible,
.submenu-trigger:hover,
.submenu-trigger:active {
outline: none!important;
box-shadow: none!important;
border: none!important;
}

.submenu-trigger::after {
display: none;
}

.mobile-menu__list .has-children > a,
.mobile-menu__list .has-children .submenu-trigger {
position: relative;
}

.mobile-menu__list .has-children > a .dropdown-icon,
.mobile-menu__list .has-children .submenu-trigger .dropdown-icon {
display: block;
width: 24px;
height: 24px;
color: #fff;
flex-shrink: 0;
margin-left: auto;
align-self: center;
}

.submenu-overview {
display: block;
padding: 1.25rem 1.5rem;
text-decoration: none;
font-family: var(--e-global-typography-primary-font-family);
font-size: var(--e-global-typography-primary-font-size);
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-text);
}

.submenu-overview::after {
display: none;
}

.mobile-menu__list li:first-child .submenu-overview {
border-bottom: 2px solid var(--e-global-color-e9d2f3e);
}

.mobile-menu__search {
padding: 1.5rem;
border-top: 1px solid var(--e-global-color-e9d2f3e);
flex-shrink: 0;
background: var(--e-global-color-primary);
}

.mobile-menu__search form {
display: flex;
align-items: center;
background: rgba(0, 0, 0, 0.05);
border-radius: 8px;
padding: 0.75rem 1rem;
gap: 0.75rem;
}

.mobile-menu__search input[type="search"] {
flex: 1;
background: transparent;
border: none;
padding: 0;
font-family: var(--e-global-typography-text-font-family);
font-size: var(--e-global-typography-text-font-size);
color: var(--e-global-color-text);
outline: none;
}

.mobile-menu__search input[type="search"]::placeholder {
color: var(--e-global-color-text);
opacity: 0.6;
}

.mobile-menu__search label {
display: none;
}

.mobile-menu__search .screen-reader-text {
display: none;
}

.mobile-menu__search input[type="submit"],
.mobile-menu__search button[type="submit"] {
background: none;
border: none;
cursor: pointer;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 0;
line-height: 0;
width: 20px;
height: 20px;
}

.mobile-menu__search input[type="submit"]::before,
.mobile-menu__search button[type="submit"]::before {
display: none;
}

.mobile-menu__search .search-icon {
width: 20px;
height: 20px;
color: #fff;
display: block;
}

body.menu-open {
	overflow: hidden;
}


@media (max-width: 1024px) {
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: var(--e-global-color-23485d1);
border-bottom: 1px solid rgba(231, 231, 230, 0.5);
z-index: 9999;
transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.site-header.is-scrolled {
background: var(--e-global-color-23485d1) !important;
border-bottom: 1px solid rgba(231, 231, 230, 0.5) !important;
}
.site-header__inner,
.mobile-menu__header {
	height: 80px;
	padding: 0 30px;
	box-sizing: border-box;
}
.site-header__inner {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.site-header__nav {
	display: none;
}
.site-header__phone {
	display: none;
}
.site-header__cta {
	display: none;
}

/* Hide Book Tour button specifically on mobile if CTA is visible */
.site-header__cta .btn-primary-opacity {
display: none;
}
.menu-toggle {
display: block;
margin-left: 0;
position: absolute;
right: 30px;
}
.site-header__logo a,
.site-header__logo img,
.mobile-menu__logo a, 
.mobile-menu__logo img {
	width: 160px;
	height: auto;
	max-width: 100%;
	filter: brightness(0) saturate(100%) invert(27%) sepia(90%) saturate(650%) hue-rotate(118deg) brightness(97%);
}
}

@media (min-width: 1025px) {
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: var(--e-global-color-23485d1);
border-bottom: 1px solid rgba(231, 231, 230, 0.5);
z-index: 9999;
transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.site-header::before {
	display: none;
}

.site-header:hover::before {
	display: none;
}

	.site-header.is-scrolled {
	background: var(--e-global-color-23485d1) !important;
	border-bottom: 1px solid rgba(231, 231, 230, 0.5) !important;
	}

.site-header.is-scrolled::before {
	display: none;
}

.site-header.is-scrolled:hover::before {
	display: none;
}

.mobile-menu {
display: none;
}
.menu-toggle {
display: none;
}

/* Desktop dropdown panels - only show on desktop */
.desktop-nav-dropdown-panel {
display: block;
}

}

@media (min-width: 1200px) {
	.site-header__nav--left { padding-right: 35px; }
	.site-header__nav--right { padding-left: 35px; }
}

@media (max-width: 1199px) {
	.site-header__nav--left { justify-content: flex-start; }
	.site-header__nav--right { justify-content: flex-end; }
	.primary-menu a { padding: 0.875rem 0.3rem; }
}

@media (max-width: 1024px) {
/* Hide desktop dropdown panels on mobile */
.desktop-nav-dropdown-panel {
display: none !important;
}
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

/* Image Reveal Effect */
.image-reveal {
position: relative;
overflow: hidden;
width: 100%;
display: block;
}

.image-reveal img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
clip-path: inset(0 100% 0 0);
transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
will-change: clip-path;
}

.image-reveal.is-revealed img {
clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
.image-reveal img {
transition: none;
clip-path: inset(0 0 0 0);
}

.image-reveal.is-revealed img {
clip-path: inset(0 0 0 0);
}
}

/* ============================================
   Fade In Animation - Blackstone Style
   ============================================ */

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	opacity: 0;
	animation: fadeIn 1.2s ease-out forwards;
}

.fadeIn-delay-1 {
	animation-delay: 0.3s;
}

.fadeIn-delay-2 {
	animation-delay: 0.6s;
}

.fadeIn-delay-3 {
	animation-delay: 0.9s;
}

.fadeIn-delay-4 {
	animation-delay: 1.2s;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
	.fadeIn {
		animation: none;
		opacity: 1;
	}
}

/* Gravity Forms */
.gform_wrapper.gravity-theme,
.gform_wrapper.gform-theme--foundation,
.gform_wrapper .gform-theme--foundation {
	--gf-local-border: rgba(255, 255, 255, 0.14);
	--gf-local-bg: rgba(255,255,255,0.06);
	--gf-local-text: rgba(255, 255, 255, 0.92);
	--gf-local-placeholder: rgba(255, 255, 255, 0.28);
	--gf-local-label: rgba(255, 255, 255, 0.55);
	/* Native selects/dropdowns follow OS styling unless we hint dark UI (Chrome, Safari, Edge). */
	color-scheme: dark;
	accent-color: var(--e-global-color-secondary);
}

.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gform-theme--foundation .gform_fields,
.gform_wrapper .gform-theme--foundation .gform_fields {
	row-gap: 18px;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gform-theme--foundation .gfield_label,
.gform_wrapper .gform-theme--foundation .gfield_label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gf-local-label);
	margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gform-theme--foundation .gform_required_legend,
.gform_wrapper .gform-theme--foundation .gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper.gform-theme--foundation .gfield_required,
.gform_wrapper .gform-theme--foundation .gfield_required {
	color: var(--e-global-color-secondary);
}

.gform_wrapper.gravity-theme :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], select, textarea),
.gform_wrapper.gform-theme--foundation :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], select, textarea),
.gform_wrapper .gform-theme--foundation :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], select, textarea) {
	background: var(--gf-local-bg);
	border: 1px solid var(--gf-local-border);
	color: var(--gf-local-text);
	border-radius: 0;
	min-height: 46px;
	padding: 5px 14px;
	font-size: 14px;
	align-items: center;
}

.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gform-theme--foundation textarea,
.gform_wrapper .gform-theme--foundation textarea {
	min-height: 240px;
	resize: vertical;
}

.gform_wrapper.gravity-theme select,
.gform_wrapper.gform-theme--foundation select,
.gform_wrapper .gform-theme--foundation select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	line-height: 1.2;
	color-scheme: dark;
}

/* Open list styling: limited browser support; improves Firefox & some Chromium builds. */
.gform_wrapper.gravity-theme select option,
.gform_wrapper.gform-theme--foundation select option,
.gform_wrapper .gform-theme--foundation select option {
	background-color: #1a1d22;
	color: rgba(255, 255, 255, 0.92);
}

.gform_wrapper.gravity-theme select option:checked,
.gform_wrapper.gform-theme--foundation select option:checked,
.gform_wrapper .gform-theme--foundation select option:checked {
	background-color: var(--e-global-color-secondary);
	color: #fff;
}

.gform_wrapper.gravity-theme :is(input, textarea)::placeholder,
.gform_wrapper.gform-theme--foundation :is(input, textarea)::placeholder,
.gform_wrapper .gform-theme--foundation :is(input, textarea)::placeholder {
	color: var(--gf-local-placeholder);
	opacity: 1;
}

.gform_wrapper.gravity-theme :is(input, select, textarea):is(:focus, :focus-visible, :active),
.gform_wrapper.gform-theme--foundation :is(input, select, textarea):is(:focus, :focus-visible, :active),
.gform_wrapper .gform-theme--foundation :is(input, select, textarea):is(:focus, :focus-visible, :active) {
	outline: none;
	box-shadow: none;
	border-color: var(--e-global-color-secondary);
}

.gform_wrapper.gravity-theme :is(.gform_footer, .gform_page_footer),
.gform_wrapper.gform-theme--foundation :is(.gform_footer, .gform_page_footer),
.gform_wrapper .gform-theme--foundation :is(.gform_footer, .gform_page_footer) {
	margin-top: 18px;
	padding-top: 0;
}

.gform_wrapper.gravity-theme :is(.gform_button, .gform_save_link.button, input[type="submit"][id*="gform_submit_button_"]),
.gform_wrapper.gform-theme--foundation :is(.gform_button, .gform_save_link.button, input[type="submit"][id*="gform_submit_button_"]),
.gform_wrapper .gform-theme--foundation :is(.gform_button, .gform_save_link.button, input[type="submit"][id*="gform_submit_button_"]) {
	width: 100%!important;
	min-height: 46px!important;
	border: 0!important;
	border-radius: 0!important;
	background: var(--e-global-color-primary)!important;
	color: #fff!important;
	font-size: 0.72rem!important;
	font-weight: 700!important;
	letter-spacing: 0.14em!important;
	text-transform: uppercase!important;
	transition: filter 0.2s ease;
}

.gform_wrapper.gravity-theme :is(.gform_button, input[type="submit"][id*="gform_submit_button_"]):hover,
.gform_wrapper.gform-theme--foundation :is(.gform_button, input[type="submit"][id*="gform_submit_button_"]):hover,
.gform_wrapper .gform-theme--foundation :is(.gform_button, input[type="submit"][id*="gform_submit_button_"]):hover {
	filter: brightness(1.08);
}

