.interactive-masterplan,
.lot-popup-information,
.lot-enquire-form {
	--bl: 26px;
	--color-available: #b1be96;
	--color-available-hover: rgba(2,115,51,.3);
	--color-sold: #c77a6f;
	--color-sold-hover: rgba(198,29,29,.3);
	--color-contract: #5a918e;
	--color-contract-hover: rgba(14,60,110,.3);
	--color-future: #687458;
	--color-future-hover: rgba(47, 57, 39, .65);
}

.interactive-masterplan {
	overflow: hidden;
}

.interactive-masterplan__inner {
	position: relative;
}

.interactive-masterplan .stage {
	position: relative;
	z-index: 2;
}

.interactive-masterplan .stage--stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/* 	height: 100%; */
	z-index: 2;
	display: none;
	background-color: white;
}
.interactive-masterplan[data-single-stage] .stage--stage {
	display: block;
	position: relative;
}

.interactive-masterplan .stage--masterplan {
	z-index: 1;
}

.interactive-masterplan .stage__inner {
	position: relative;
	z-index: 1;
}

.interactive-masterplan .back-to-master {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 10px;
}
.interactive-masterplan[data-single-stage] .back-to-master {
	display: none;
}


.interactive-masterplan .back-to-master .elementor-button {
	padding: 8px 18px 8px 18px;
	font-size: 14px;
}
.interactive-masterplan .back-to-master .elementor-button:hover {
/* 	background-color: white; */
/* 	border-color: white; */
}

.interactive-masterplan .stage__heading {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 8px 18px 8px 18px;
	text-align: center;
    background-color: rgb(255 255 255 / 40%);
	color: var(--e-global-color-text);
}

@media (min-width: 1025px) {
	.interactive-masterplan .stage__heading {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		padding: 8px 22px 8px 22px;
	}
	.interactive-masterplan .back-to-master .elementor-button {
		padding: 10px 20px 10px 20px;
		font-size: 16px;
	}
}
@media (min-width: 1300px) {
	.interactive-masterplan .stage__heading {
		top: 20px;
	}
	.interactive-masterplan .back-to-master {
		top: 20px;
		left: 20px;
	}
}


.interactive-masterplan .legend {
	display: flex;
	background-color: white;
	padding: 10px;
	z-index: 99;
	justify-content: center;
	color: var(--e-global-color-primary);
	font-size: 14px;
    font-weight: 600;
	padding: 10px;
}

.interactive-masterplan .legend__item {
	display: inline-flex;
	align-items: center;
}

.interactive-masterplan .legend__item:not(:last-child) {
	margin-right: 1.25em;
}

.interactive-masterplan .legend__item--color::before {
	content: '';
	display: inline-block;
	background-color: currentColor;
	width: 1.25em;
	height: 1.25em;
	border-radius: 100px;
	margin-right: .5em;
	position: relative;
	top: -1px;
	flex: 0 0 auto;
}

.interactive-masterplan .legend__item--available:before {
	background-color: var(--color-available);
}

.interactive-masterplan .legend__item--contract:before {
	background-color: var(--color-contract);
}

.interactive-masterplan .legend__item--sold:before {
	background-color: var(--color-sold);
}

.interactive-masterplan .legend__item--future:before {
	background-color: var(--color-future);
}

@media (min-width: 1025px) {
	.interactive-masterplan .legend {
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: 0;
		padding: 10px 15px;
		font-size: 16px;
	}
}
@media (min-width: 1300px) {
/* 	.interactive-masterplan .legend {
		right: 20px;
		bottom: 20px;
	} */
}


/* stage header small*/
@media (max-width: 600px) {
	.interactive-masterplan .stage__heading {
		padding: 6px 12px;
		font-size: 16px;
	}
	
	.interactive-masterplan .back-to-master .elementor-button {
/* 		padding: 6px 10px 6px 10px;
		font-size: 10px; */
	}
	
	.interactive-masterplan .legend {
/* 		font-size: 12px; */
	}
}


.interactive-masterplan .stage__map {
	
}

.interactive-masterplan .stage__map__inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.interactive-masterplan .stage__map__image {
	position: relative;
	z-index: 1;
}
.interactive-masterplan .stage__map__image img {
	display: block;
}

.interactive-masterplan .stage__map__svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.interactive-masterplan .stage__map__svg svg {
	width: 100%;
	height: 100%;
	fill: transparent;
}

.interactive-masterplan .stage__map__svg .lot-outlines,
.interactive-masterplan .stage__map__svg .stage-outlines {
	fill: transparent;
	transition: fill .3s;
}

.interactive-masterplan .stage__map__svg g {
	fill: transparent;
}

.interactive-masterplan .stage__map__svg g:focus {
	outline: none;
}

.interactive-masterplan .stage__map__svg .lot-outlines {
/* 	fill: $future-fill; */
}

.interactive-masterplan .stage__map__svg .stage-outlines {
	fill: var(--color-future-hover);
	stroke-width: 2px;
	stroke: white;
}

.interactive-masterplan .stage__map__svg .stage-name-box {
	fill: white;
}

.interactive-masterplan .stage__map__svg .stage-name-text {
	fill: var(--e-global-color-primary);
}

.interactive-masterplan .stage__map__svg g[data-status="available"] {
	cursor: pointer;
	fill: transparent;
}

.interactive-masterplan .stage__map__svg g[data-status="available"] .lot-outlines,
.interactive-masterplan .stage__map__svg g[data-status="available"] .stage-outlines {
	fill: transparent;
}

.interactive-masterplan .stage__map__svg g[data-status="available"]:hover .lot-outlines,
.interactive-masterplan .stage__map__svg g[data-status="available"]:hover .stage-outlines {
	fill: var(--color-available-hover);
}

.interactive-masterplan .stage__map__svg g[data-status="sold"] .lot-outlines,
.interactive-masterplan .stage__map__svg g[data-status="sold"] .stage-outlines {
	fill: var(--color-sold-hover);
}

.interactive-masterplan .stage__map__svg g[data-status="contract"] .lot-outlines,
.interactive-masterplan .stage__map__svg g[data-status="contract"] .stage-outlines {
	fill: var(--color-contract-hover);
}

.interactive-masterplan .stage__map__svg g:not([data-status]) .lot-outlines,
.interactive-masterplan .stage__map__svg g:not([data-status]) .stage-outlines,
.interactive-masterplan .stage__map__svg g[data-status="future"] .lot-outlines,
.interactive-masterplan .stage__map__svg g[data-status="future"] .stage-outlines {
	fill: var(--color-future-hover);
}
.interactive-masterplan .stage__map__svg g:not([data-status]) .stage-outlines,
.interactive-masterplan .stage__map__svg g[data-status="future"] .stage-outlines {
	stroke-width: 0;
}

.interactive-masterplan .stage__map__svg g:not([data-status]),
.interactive-masterplan .stage--masterplan .stage__map__svg g[data-status="future"] {
/* 	display: none; */
}

.interactive-masterplan .stage__map__svg g:not([data-status]) :is(.stage-name-box, .stage-name-text),
.interactive-masterplan .stage--masterplan .stage__map__svg g[data-status="future"] :is(.stage-name-box, .stage-name-text) {
	display: none;
}

/* Lot Popup */

.lot-popup-information {
	width: 440px;
	padding: var(--bl);
	text-align: center;
	background-color: var(--e-global-color-d965090);
}

.lot-enquire-form .fancybox-button,
.lot-popup-information .fancybox-button {
/* 	top: 10px;
	right: 10px; */
	border-radius: 0;
/* 	background-color: white; */
	background-color: transparent;
	color: var(--e-global-color-accent);
	border: none;
	padding: 0;
	width: var(--bl);
	height: var(--bl);
}
.lot-enquire-form .fancybox-button:hover,
.lot-popup-information .fancybox-button:hover {
	color: white;
	background-color: var(--e-global-color-accent);
	border: none;
	border-radius: 0;
}


.lot-popup-information .lot-popup-information__image-col {
	margin-bottom: calc(var(--bl) * 1);
	opacity: 0;
	transition: opacity .2s;
	position: relative;
}
.lot-popup-information .lot-popup-information__image-col.open {
	opacity: 1;
}

.lot-popup-information .lot-popup-information__image:empty,
.lot-popup-information .lot-popup-information__images-slider:has(.swiper-wrapper:empty) {
	display: none;
}

.lot-popup-information .lot-popup-information__image-col img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}


.lot-popup-information .lot-popup-information__images-slider {
	--swiper-navigation-color: white;
	--swiper-pagination-color: white;
	--swiper-pagination-bullet-size: 14px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
	--swiper-pagination-bullet-inactive-color: #ffffff00;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.lot-popup-information .lot-popup-information__images-slider .swiper-pagination-bullets {
	bottom: 0;
}
.lot-popup-information .lot-popup-information__images-slider .swiper-pagination-bullet {
	border: 2px solid var(--swiper-pagination-color);
}

.lot-popup-information__image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .666em .833em;
	color: var(--e-global-color-da4f875);
	font-family: "muli", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0px;
	z-index: 10;
	text-align: left;
}
@media (max-width: 767px) {
	.lot-popup-information__image-caption {
		font-size: 8px;
	}
}

.lot-popup-information .lot-popup-information__header {
	margin-bottom: calc(var(--bl) * 1);
}

.lot-popup-information .lot-popup-information__heading {
	color: inherit;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.lot-popup-information .lot-popup-information__heading::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 190px;
	max-width: 70%;
	height: 0;
	border-top: 1px solid var(--e-global-color-accent);
}

.lot-popup-information .lot-popup-information__sub-heading {
    font-family: var(--e-global-typography-076e251-font-family), Sans-serif;
    text-transform: var(--e-global-typography-076e251-text-transform);
    font-style: var(--e-global-typography-076e251-font-style);
    text-decoration: var(--e-global-typography-076e251-text-decoration);
    line-height: var(--e-global-typography-076e251-line-height);
    letter-spacing: var(--e-global-typography-076e251-letter-spacing);
	
	font-size: 22px;
	color: inherit;
	margin-bottom: 0;
}
.lot-popup-information .lot-popup-information__sub-heading em {
	display: block;
	font-family: "Harlow Duo Script", serif;
	font-size: 36px;
	line-height: 1;
}

.lot-popup-information__details__stats {
	margin-bottom: var(--bl);
}
.lot-popup-information__details__stats .stat {
	margin: 0;
	color: var(--e-global-color-accent);
	
    font-family: var(--e-global-typography-e1b1561-font-family), Sans-serif;
    font-size: var(--e-global-typography-e1b1561-font-size);
    font-weight: var(--e-global-typography-e1b1561-font-weight);
    text-transform: var(--e-global-typography-e1b1561-text-transform);
    font-style: var(--e-global-typography-e1b1561-font-style);
    text-decoration: var(--e-global-typography-e1b1561-text-decoration);
    line-height: var(--e-global-typography-e1b1561-line-height);
    letter-spacing: var(--e-global-typography-e1b1561-letter-spacing);
}
.lot-popup-information__details__stats .stat + .stat {
	margin-top: 10px;
}

.lot-popup-information__details__key-plan {
	margin-bottom: calc(var(--bl) * 0.5);
}
.lot-popup-information__details__key-plan img {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
    mix-blend-mode: multiply;
}

.lot-popup-information__details__disclaimer {
	font-size: 14px;
	font-style: italic;
}

.lot-popup-information__details__enquire {
	margin-top: calc(var(--bl) * 1.5);
}

@media (min-width: 769px) {
	.lot-popup-information {
		width: 780px;
		/*padding: calc(var(--bl) * 2) var(--bl);*/
	}
	.lot-popup-information .lot-popup-information__inner {
		display: flex;
		align-items: center;
	}
	.lot-popup-information .lot-popup-information__image-col {
		width: 50%;
		margin-bottom: 0;
	}
	.lot-popup-information .lot-popup-information__details {
		width: 50%;
		padding: var(--bl) 0 var(--bl) var(--bl);
	}
	.lot-popup-information__details__enquire {
		margin-top: calc(var(--bl) * 3);
	}
}

@media (min-width: 1025px) {
	.lot-popup-information .lot-popup-information__image-col {
/* 		width: 60%; */
	}
	.lot-popup-information .lot-popup-information__details {
/* 		width: 40%; */
	}
	.lot-popup-information .lot-popup-information__header {
		margin-bottom: calc(var(--bl) * 2);
	}
	.lot-popup-information .lot-popup-information__details__stats {
		margin: calc(var(--bl) * 1.5) 0;
	}
	
	.lot-enquire-form .fancybox-button,
	.lot-popup-information .fancybox-button {
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 5px;
	}
}


/* Lot Enquire Form */
.lot-enquire-form {
	padding: 40px 20px 30px;
	width: 680px;
	background-color: var(--e-global-color-d965090);
}
.lot-enquire-form h2 {
	color: inherit;
	text-align: center;
}

.lot-enquire-form .gform_heading {
	display: none;
}

.lot-enquire-form .gform_wrapper {
	margin-top: 40px;
}

.lot-enquire-form .gform_wrapper.gravity-theme {
	--input-font-size: 18px;
/* 	--field-row-gap: 15px; */
    --input-padding-v: 10px;
}

.lot-enquire-form .gform_wrapper ::placeholder {
	color: var(--input-color);
}

.lot-enquire-form .gform_footer {
	justify-content: center;
	margin-top: 20px !important;
}

.lot-enquire-form .gform_wrapper .gform_fields {
	grid-row-gap: 32px;
	grid-column-gap: 20px;
}

.lot-enquire-form .gform_wrapper.gravity-theme .gfield_label {
    font-family: var(--e-global-typography-2c0d674-font-family), Sans-serif;
    font-weight: var(--e-global-typography-2c0d674-font-weight);
    text-transform: var(--e-global-typography-2c0d674-text-transform);
    font-style: var(--e-global-typography-2c0d674-font-style);
    text-decoration: var(--e-global-typography-2c0d674-text-decoration);
    letter-spacing: var(--e-global-typography-2c0d674-letter-spacing);
/*     font-size: 13px; */
/* 	line-height: 1; */
	display: block !important;
}

.lot-enquire-form .gform_wrapper .gfield textarea {
	height: 130px !important;
}
.lot-enquire-form .gform_wrapper .gform_validation_errors {
	display: none;
}

.lot-enquire-form .gform_wrapper .gfield_validation_message {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: right;
}

.lot-enquire-form textarea:focus,
.lot-enquire-form textarea:focus-visible,
.lot-enquire-form input:focus,
.lot-enquire-form input:focus-visible {
	outline: none;
}

@media (min-width: 460px) {
	.lot-enquire-form {
		padding: 40px;
	}
}
@media (min-width: 1025px) {
	.lot-enquire-form {
		padding: 40px 80px 40px;
		width: 740px;
	}
}

