.elementor-kit-10{--e-global-color-primary:#0C2340;--e-global-color-secondary:#D1D5DB;--e-global-color-text:#6C757D;--e-global-color-accent:#C08A53;--e-global-color-f34444d:#FAFAF8;--e-global-color-a492741:#F3F4F6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;text-decoration:none;color:var( --e-global-color-f34444d );background-image:linear-gradient(180deg, #3F4C5E 0%, #0C2340 100%);border-radius:10px 10px 10px 10px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-f34444d );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );}.elementor-kit-10 a:hover{color:var( --e-global-color-accent );text-decoration:none;}.elementor-kit-10 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:48px;font-weight:800;}.elementor-kit-10 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-10 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-10 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-10 h1{font-size:40px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:32px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul {
    padding-bottom: 20px;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #C08A53;
}

::selection {
  color: #ffffff;
  background: #C08A53;
}

.plan-carousel .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.plan-carousel .swiper-slide {
    overflow: hidden;
} 

.plan-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plan-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 13px;
}

.plan-feature-list .feature-icon {
	flex: 0 0 16px;
	width: 16px;
	line-height: 1;
	margin-top: 2px;
}

.plan-feature-list .feature-icon svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: currentColor;
}

.plan-feature-list .feature-text {
	line-height: 1.4;
}

.plan-floorplans {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.floorplan-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}

.floorplan-details {
	flex: 1 1 auto;
}

.floorplan-level {
	margin: 0 0 6px;
}

.floorplan-meta {
	margin: 0;
}

.floorplan-action {
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.floorplan-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* 360 Tour CSS */
.matterport-wrap {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.matterport-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.matterport-empty {
	padding: 16px 0;
}

@media (max-width: 767px) {
	.matterport-wrap {
		height: 320px;
	}
} .elementor-tab-mobile-title {
	position: relative;
	z-index: 3;
}

/* Mobile spacing so next accordion title sits below the embed */
@media (max-width: 767px) {
	.matterport-wrap {
		margin-bottom: 20px;
	}

	.elementor-widget-tabs .elementor-tab-content,
	.elementor-widget-n-tabs .e-n-tabs-content,
	.elementor-widget-nested-tabs .e-n-tabs-content {
		padding-bottom: 20px;
	}
}

.matterport-tab-pane {
	position: relative;
	z-index: 2;
}

/* House Plan Loop Flipbox Image Radius */
.elementor-flip-box__layer {
    border-radius: 10px 10px 0 0 !important;
}

/* Hide image overflow on collection hover grow anitmation */
.zeal-img-wrap {
  overflow: hidden;
}

.zeal-img-wrap img {
  transition: transform 0.4s ease;
}

.zeal-img-wrap:hover img {
  transform: scale(1.1);
}

.grecaptcha-badge { visibility: hidden; }/* End custom CSS */