/* ==========================================================================
   Absara Sans
   ========================================================================== */
@font-face {
	font-family: "AbsaraSans";
	src: url(../fonts/AbsaraSans-Thin.woff2) format("woff2"),
		url(../fonts/AbsaraSans-Thin.woff) format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbsaraSans";
	src: url(../fonts/AbsaraSans-Light.woff2) format("woff2"),
		url(../fonts/AbsaraSans-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbsaraSans";
	src: url(../fonts/AbsaraSans-Regular.woff2) format("woff2"),
		url(../fonts/AbsaraSans-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Absara TF
   ========================================================================== */
@font-face {
	font-family: "AbsaraTF";
	src: url(../fonts/AbsaraTF-Thin.woff2) format("woff2"),
		url(../fonts/AbsaraTF-Thin.woff) format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbsaraTF";
	src: url(../fonts/AbsaraTF-Light.woff2) format("woff2"),
		url(../fonts/AbsaraTF-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbsaraTF";
	src: url(../fonts/AbsaraTF-Regular.woff2) format("woff2"),
		url(../fonts/AbsaraTF-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AbsaraTF";
	src: url(../fonts/AbsaraTF-Medium.woff2) format("woff2"),
		url(../fonts/AbsaraTF-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Calibre
   ========================================================================== */
@font-face {
	font-family: "Calibre";
	src: url(../fonts/CalibreBold.woff2) format("woff2"),
		url(../fonts/CalibreBold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "AbsaraTF";
	font-weight: 100;
}

/* Nav */
#navbarserenade #navbarserenade-inner {
	max-width: 100%;
	margin: 0 auto;
}

#navbarserenade.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#navbarserenade.is-minimized {
	transform: translateY(-65px);
}

#navbarserenade.is-maximized {
	transform: none;
}

#navbarserenade .top-section {
	background: none;
}

#navbarserenade .bottom-section {
	background: none;

}

.active-dropdown {
	color: #ffe17e;
}

.mobile-menu {
	transform: translateX(100%);
	transition: 0.3s;
}

.mobile-menu.slide-in {
	transform: none;
}

.mobile-menu a {
	margin-top: 1.25rem;
}

.nav-down {
	top: 0;
}

.btmNav {
	background: #321330;
	color: #fff;
	display: flex;
	top: 64px;
	position: absolute;
	width: 100%;
	font-size: 0.8rem;
	box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 4%) 0px 10px 10px;
}

.btmNav .logo {
	background-color: #321330;
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center
}

.btmNav .logo a img {
	height: 37px;
	object-fit: contain;
}

.btmNav .logo a {
	color: #FFF;
	text-decoration: none;

}

.showbb {
	display: inline-block !important;
}

.btmNav ul {
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: 10px;
	justify-content: space-evenly;
	width: 60%;
}

.btmNav ul li {
	list-style: none;
}

.btmNav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: capitalize;

}

.regBtn {
	background: #b9b4ae;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	color: #321330;
	width: 12%;
	font-family: 'AbsaraTF';
	font-weight: 400;
	font-size: 16px
}

.regBtn a {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 7px;
	color: #fff;
}

.dropdown-content {
	display: flex;
	width: 70%;
	margin: auto;
	justify-content: space-evenly;
}

.dropdown {
	display: flex;
	width: 73.55%;
}

.dropdown a {
	cursor: pointer;
	display: flex;
	height: 53px;
	align-items: center;
	justify-content: center;
	font-family: 'AbsaraTF';
	font-weight: 400;
	font-size: 16px;
}

.dropbtn {
	display: none;
}

.navContainer {
	width: 100%;
	display: flex;
}

#topBtn.showbb {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* General */

main {
	background-color: #321330;
	margin-top: 100px;
	position: relative;
}

p {
	font-family: "AbsaraTF";
	font-weight: 100;
}


.btn-panzoom-pos {
	position: absolute;
	left: 0;
	top: 0;
}

#introduction,
#siteplan,
#floor-plan,
#fittings,
#location,
#registration {
	scroll-margin-top: 75px;
}

.introduction {
	background: #321331;
	width: 100%;
	margin-top: -10px;
	color: #fff;
	padding-bottom: 60px;
	overflow: hidden;
}

.introduction .heading p {
	text-align: center;
	margin: auto;
	margin-bottom: 0;
	font-size: 1.15rem;
	color: #fff;
	max-width: 100%;
}

.hero-carousel3 .splide__track {
	overflow: visible;
}

.hero-carousel3 .splide__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-carousel3 .splide__slide img {
	width: 100%;
	aspect-ratio: 16 / 10.5;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	height: 23vw;
}

.hero-carousel3 .splide__slide p {
	text-align: left;
	margin-top: 10px;
	font-size: 1rem;
	color: #fff;
	font-family: "AbsaraTF", serif;
}



.pos_caption p {
	color: #fff;
	font-size: 20px;

	padding-right: 1.5rem;

}

.heading h2 {
	font-family: "AbsaraTF", serif;
	font-size: 1.9rem;
	font-weight: 100;
	color: #321331;
	margin: 0;
}

.heading h3 {
	font-family: "AbsaraTF", serif;
	font-weight: 100;
	    font-size: 1.55rem;
		color: 80776e;
}

.heading p {
	font-family: "AbsaraTF", serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	max-width: 50ch;
}

.wrap_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	width: 100%;
}

.item_grid {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center */
}

.item_grid img {
	    width: 12dvi;
    max-width: 100%;
    height: 7.4dvi;
    object-fit: contain;
	object-position: bottom;
    transition: transform 0.3s ease;
    display: block;
    margin: auto;
    margin-bottom: 0.6em;

}

.item_grid:hover img {
	transform: translateY(-4px);
}

.item_grid p {
	    font-family: "AbsaraTF", serif;
    font-size: 0.74vw;
    font-weight: 100;
    color: #888078;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.35;
    text-align: center;
}

/* Site Plan Section */
.siteplan-wrapper {
	background-color: #312e37;
	height: 100%;
	/* min-height: 520px; */
	position: relative;

}



.siteplan-title {
	font-family: "AbsaraTF", serif;
	font-size: 1.5rem;
	letter-spacing: 1px;
	font-weight: 100;
	color: #ffffff;
	margin-bottom: 0.8rem;
}

.siteplan-details p {
	font-family: "AbsaraTF", serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.fp-header {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.legend-box {
	width: 29px;
	height: 24px;
	display: inline-block;
	border-radius: 1px;
	flex-shrink: 0;
	border: 1px solid #ffffff;
}

.legend-type-a {
	background-color: #d9be9b;
}

.legend-type-b {
	background-color: #b09fb7;
}

.legend-label {
	font-family: "AbsaraTF", serif;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	color: #ffffff;
	font-weight: 100;
}

.siteplanimg {
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: auto;
	display: block;
}

.list-unstyled {
	list-style: none;
}

/* Unit Types Section */
.unit-types-section {
	background-color: #dcdbd9;
	overflow: hidden;
	position: relative;
}

.unit-overview-wrap {
	padding: 4.5rem 0;
}

.unit-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.unit-img-wrap {
	height: 380px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.unit-elevation {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
}

.unit-card:hover .unit-elevation {
	transform: translateY(-4px);
}

.unit-ground-line {
	width: 100%;
	max-width: 280px;
	height: 2px;
	background-color: #2b2b2b;
	margin: 0 auto;
}

.unit-title {
	font-family: "AbsaraTF", serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #222;
	margin: 18px 0 12px 0;
	letter-spacing: 0.5px;
}

.btn-viewplan {
	font-family: "AbsaraTF", serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 6px 18px;
	background: #ffffff;
	color: #222222;
	border: 1px solid #777777;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.25s ease;
}

.btn-viewplan:hover,
.btn-viewplan.active {
	background: #321331;
	color: #ffffff;
	border-color: #321331;
}

/* Detail Split View Styling */
.unit-detail-wrap {
	background-color: #dcdbd9;
	width: 100%;
}

.detail-left {
	background-color: #dcdbd9;
	padding: 3.5rem 2rem;
}

.detail-right {
	background-color: #ffffff;
	padding: 3.5rem 3rem 2.5rem 3rem;
	min-height: 560px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Animations for Split Panels */
@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-45px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(45px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes zoomReveal {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}


.unit-overview-wrap {
	padding: 4.5rem 0;
	animation: zoomReveal 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* A0: Left House slides from left, Right panel slides from right */
#unitDetailA0 .detail-left {
	animation: slideInLeft 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#unitDetailA0 .detail-right {
	animation: slideInRight 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* B0: Left panel slides from left, Right house slides from right */
#unitDetailB0 .detail-right {
	animation: slideInLeft 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#unitDetailB0 .detail-left {
	animation: slideInRight 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Staggered header & floorplan diagram reveal */
.unit-detail-wrap .fp-header {
	animation: fadeInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

.unit-detail-wrap .fp-diagram-holder {
	animation: zoomReveal 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}

.btn-close-detail {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	background: transparent;
	border: none;
	font-size: 2.2rem;
	line-height: 1;
	color: #777;
	cursor: pointer;
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease;
	z-index: 10;
}

.btn-close-detail:hover {
	color: #111;
	transform: rotate(90deg) scale(1.2);
}

.fp-title {
	font-family: "AbsaraTF", serif;
	font-weight: 100;
	font-size: 6dvi;
	line-height: 1;
	margin: 0;
}

.fp-specs {
	display: inline-block;
	text-align: left;
	    padding-left: 11%;
}

.spec-wrap {
	display: flex;
	align-items: stretch;
}

.spec-wrap > div:first-child {
	padding-right: 2rem;
	border-right: 1px solid #7c7c7c;
}

.spec-wrap > div:last-child {
	padding-left: 2rem;
}

.fp-title-a,
.spec-val-a {
	color: #b58c5a;
}

.fp-title-b,
.spec-val-b {
	color: #6d2955;
}

.fp-subtitle {
	font-family: "AbsaraTF", serif;
	font-size: 0.9dvi;
	letter-spacing: 0.05em;
	color: #575756;
	text-transform: uppercase;
	display: block;
	margin-top: 0;
	line-height: normal;
}

.spec-label {
	font-family: "AbsaraTF", serif;
	    font-size: 0.85rem;
    letter-spacing: 0.07em;
	color: #4a4a4a;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 2px;
	    text-align: left;
}

.spec-val {
font-family: "AbsaraTF", serif;
    font-size: 1.68vw;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    text-align: left;
}

.fp-rooms {
	font-family: "AbsaraTF", serif;
	font-size: 1.28vw;
	color: #333333;
	border-top: 1px solid #7c7c7c;
	padding-top: 0.75rem;
	margin-top: 0.75rem;
	letter-spacing: 0.5px;
	    text-align: left;
}

.fp-diagram-holder img {
	max-height: 500px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

/* Specifications & Fittings Section */
.specifications-section {
	background-color: #ffffff;
	position: relative;
}

.spec-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.itembtn {
	border: 1px solid #321331;
	background: #ffffff;
	color: #321331;
	font-family: "AbsaraTF", serif;
	font-weight: 400;
	font-size: 1.05rem;
	padding: 0.85rem 2.4rem;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: none;
	outline: none;
	line-height: 1.3;
	letter-spacing: 0.3px;
}

.itembtn:hover {
	background: #321331;
	color: #ffffff;
}

.itembtn.active {
	background: #321331;
	color: #ffffff;
	border-color: #321331;
}

.itemcontent {
	margin-top: 3rem;
	padding: 0 1rem;
}

.spec-tab-pane {
	display: none;
}

.spec-tab-pane.active {
	display: block;
	animation: fadeInSpec 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeInSpec {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.spec-grid {
	max-width: 1100px;
	margin: 0 auto;
}

.spec-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 2.8rem;
	align-items: start;
}

.spec-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 5rem;
	max-width: 860px;
	margin: 0 auto;
	align-items: start;
}

.spec-col {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.spec-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.spec-badge {
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.77dvi;
	font-weight: 100;
	line-height: 1;
	color: #ffffff;
	flex-shrink: 0;
	margin-top: 2px;
}

.spec-badge-purple {
	background-color: #4c2f4c;
}

.spec-badge-green {
	background-color: #87a84e;
	border-radius: 15px 0px 15px 0px;
}

.spec-badge-terracotta {
	background-color: #9c6761;
}

.spec-item-text {
	font-family: "AbsaraTF", serif;
	font-size: 0.8rem;
	font-weight: 100;
	color: #1a1a1a;
	line-height: 1.45;
}

.spec-subitems {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.spec-subitem {
	font-family: "AbsaraTF", serif;
	font-size: 0.88rem;
	color: #333333;
	line-height: 1.4;
}

.caption-art {
	width: 57ch;
	bottom: 0;
	margin-left: auto;
	margin-top: -6%;
	font-size: 0.7dvi;
	text-align: end;
}


.pos-info p {
	margin: 0;
	max-width: 40ch;
	text-align: end;
	color: #fff;
	padding: 1rem;
	font-size: 1.15rem;
}

.forest-sec {
	/* background: linear-gradient(45deg, #4e37aa, #f8dada); */
	background: linear-gradient(129deg, #2b4882, #c5bac6);

}

.art-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	font-size: 0.7rem;
	color: #fff;
	font-family: 'AbsaraSans';
	font-weight: 300;
}

.art-caption span {
	font-size: 0.8rem;
}

.hystmodal {
	z-index: 10000 !important;
}

.pzbtn {
	width: 40px;
	height: 40px;
	background: #321330;
	color: #FFF;
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: center;
	font-size: 2.2dvi;
}

p.tc {
	font-size: 0.8rem;
}

span.unit {
	font-size: 1.26rem;
	padding-left: 4px;
	color: #42292b;
	text-transform: uppercase;
}

.regform h2 {
	color: #42292b;
}

.txt-cst p {
	color: #7f776d;
}


.regform {
	background-color: #b9b4ae;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .7rem;
	display: block;
	width: 100%;
	max-width: 32rem;
	background-color: #fff;
	padding-top: .35rem;
	padding-bottom: .35rem;
	padding-left: 1.1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: #000;
	border-radius: 0;
	text-align: center
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
	color: rgb(55 55 55 / .6);
	text-align: center
}

label.checkbox-label {
	font-size: 0.78rem;
	max-width: 32rem;
}

.submit-btn {
	background: #321330;
	color: #fff;
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
	padding: 15px 50px;
	line-height: 0.8;
	font-style: normal;
	border: 0;
}

.sg_wrapper p {
	line-height: 1.2;
	font-size: 1.15rem;
}

.sg_wrapper p strong {
	font-size: 1.28rem;
}

.sglink {
	color: #321330;
	font-size: 2.3rem;

}

.locationicon {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.otdrc {
	background: #000;
}

.siteplan-info {
	display: block;
}

.cont-wrap p {
	width: 100%;
	display: block;
	font-size: 0.9rem;
	color: #42292b;
	line-height: 1.1;
}

.cont-wrap p.dist_item {
	width: 100%;
	display: block;
	font-size: 1.8rem;
	color: #42292b;
	margin-bottom: 3px;
}

.glow-pulse {
	animation: glowFade 2.5s ease-in-out infinite;
}
.plan-content-pane {
	width: fit-content;
	margin: auto;
}
#this-slider-core-main .splide__arrow--next, #this-slider-core-main .splide__arrow--prev {
	
		background: #321330;
		opacity: 0.8;

	}
		#this-slider-core-main .splide__arrow svg {
			fill: #fff;
			      
		}
		
		p.cpt-ai {
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 0.5rem;
			margin: 0;
			font-size: 0.7rem !important;
			    font-family: 'AbsaraSans' !important;
    font-weight: 300 !important;
	z-index: 5;
	color: #fff;
		}
@keyframes glowFade {

	0%,
	100% {
		opacity: 0;

	}

	50% {
		opacity: 1;
		filter: drop-shadow(1px 1px 5px yellow);
	}
}

@media screen and (min-width: 1024px) {
	#this-slider-core-main .splide__arrow--next, #this-slider-core-main .splide__arrow--prev {
		top: -10%;
		background: transparent;
		opacity: 1;

	}
		#this-slider-core-main .splide__arrow svg {
			fill: #fff;
			        height: 2.5em;
        width:2.5em;
		}
	.siteplan-info {
		position: absolute;
		top: 3rem;
		right: 3rem;
		z-index: 2;
		color: #fff;
		text-align: left;
	}

	.siteplan-wrapper {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.pos-info {
		position: absolute;
		right: 1.5rem;
		bottom: 1.5rem;

	}
}

@media screen and (min-width:768px) {
	#mapmodal .hystmodal__window {
		width: 38vw;
	}

	.pos_caption p {
		max-width: 28ch;
		        text-align: end;
	}

	.pos_caption {
		position: absolute;
		top: 24%;
		right: 3%;
	}

}

@media screen and (max-width: 1023px) {
	.siteplan-info {
		margin: 0;
		width: fit-content;
		padding: 2rem;
	}

}

@media screen and (max-width: 1024px) {
	.hero-carousel3 .splide__slide img {
		height: 65dvi;
	}

}

@media screen and (max-width: 1024px) {

	.regBtn {
		padding: 10px 0;
		width: 56%;
	}

	.navContainer {
		width: 100%;
		justify-content: space-between;
	}

	.btmNav {
		display: flex;
		justify-content: space-between;
		height: 64px;
	}

	.btmNav ul {
		margin: 0;
		display: inline-block;
		align-items: center;
		margin-left: 10px;
		justify-content: space-evenly;
		width: 60%;
	}

	.dropbtn {
		color: #ffffff;
		border: none;
		cursor: pointer;
		display: flex;
		width: 50%;
		align-items: center;
		justify-content: center;
		gap: 9px;
		font-size: 16px;

	}

	.dropdown {
		position: relative;
		display: contents;
		width: 100%;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #321330;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 6px;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #fff;
	}

	.dropdown .dropdown-content {
		display: none;
		list-style-type: none;
		color: #f2f2f2;
		width: 100%;
		transition: 0.2s;
		top: 45px;
		padding: 40px 30px;
		z-index: -1;
	}

	.btmNav .logo {
		padding: 0 1px;
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media (max-width: 991.5px) {

	.siteplan-title,
	.heading h2 {
		font-size: 7vw;
	}
	span.unit {
		font-size: 4vw;
	}
	.cont-wrap p.dist_item {
		font-size: 8vw;
	}
	.cont-wrap p {
		font-size: 3vw;
	}
.heading h3 {
	font-size: 4.84vw;
}
.spec-item-text {
	font-size: 3.8vw;
}
.spec-subitem {
		font-size: 3.6vw;
}
	.siteplan-details p,
	.legend-label {
		font-size: 4vw;
	}

	.pos-info p {
		margin: auto;
		text-align: center;
		padding-top: 15%;
	}

	.art-caption span {
		font-size: 2.5vw;
		line-height: normal;

	}

	.heading p {
		font-size: 4.15vw;
	}

	.art-caption {
		left: auto;
		right: 0;
		padding: 5px;
		font-size: 2vw;
		max-width: 34ch;
		text-align: end;
	}
.fmtcx {
	        font-size: 4vw;
        max-width: 38ch;
        margin: auto;
}
	.ordercustom {
		order: 2;
		max-width: 80%;
		margin: auto;
	
	}
	.pos-info p {
		font-size: 4vw;
	}
	.pos-info  {
	z-index: 3;
		position: relative;
	}


	.sceneimg {
		        margin-top: -39%;

	}

	main video {
		height: 84dvi;
		object-fit: cover;
	}

	/* .heading,
	.wrap_grid {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	} */

	.spec-grid-3col {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem 2rem;
	}

	.spec-grid-2col {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem 2.5rem;
	}

	.itembtn {
		padding: 0.75rem 1.6rem;
		font-size: 0.95rem;
	}
}


@media screen and (max-width:767px) {
	.heading .txt-cst p {
		font-size: 3.8vw;
	}
	.heading .txt-cst p.tc {
font-size: 3.1vw;
	}
	.fp-header {
		flex-direction: column;
	}

	.spec-badge {
		font-size: 3vw;
		width: 4vw;
		height: 4vw;
		min-width: 6vw;
		min-height: 6vw;
	}

	.caption-art {
		width: 100%;
		bottom: 0;
		margin-top: 1rem;
		font-size: 2vw;
		text-align: justify;
	}

	.hero-carousel3 .splide__slide img {
		height: 72dvi;
		margin-bottom: 1rem;
	}

	.hero-carousel3 .splide__slide p {
		text-align: center;
		margin: 0;
	}

	p {
		font-size: 4.15vw;
	}
	.viewimgs {
		margin-top: -26%;
	}
	.siteplanimg {
		padding-bottom: 2rem;
	}

	.pos_caption p {
		color: #fff;
		font-size: 4.15vw;
		padding: 4.5rem 2rem 0;
	}

	.pzbtn {
		font-size: 21px;
	}

	.introduction .heading p {
		max-width: 41ch;
		text-align: left;
		/* margin: auto; */
		margin-bottom: 0;
		font-size: 4.15vw;
	}

	.spec-grid-3col,
	.spec-grid-2col {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.spec-wrap {
		justify-content: center;
	}
	.fp-subtitle {
		font-size: 4vw;
	}
	.fp-title , .fp-subtitle{
		text-align: center;
	}

	.itemcontent {
		margin-top: 2rem;
	}

	.spec-tabs-nav {
		flex-direction: column;
		align-items: stretch;
		max-width: 320px;
		margin: 0 auto;
		gap: 10px;
	}

	.itembtn {
		width: 100%;
		padding: 0.75rem 1.2rem;
		font-size: 0.92rem;
	}

	.unit-overview-wrap {
		padding: 2.5rem 0;
	}

	.unit-img-wrap {
		height: 220px;
	}

	.unit-title {
		font-size: 1.6rem;
		margin: 12px 0 8px 0;
	}

	.detail-left {
		padding: 2rem 1rem 1.5rem 1rem;
	}

	.detail-right {
		padding: 2rem 1.25rem;
		        order: 2;
	}

	.fp-title {
		        font-size: 14dvi;
	}

	.fp-specs {
    text-align: left;
    padding-left: 0;
    margin: auto;
	        margin-top: 1rem;
}
	.spec-wrap > div:first-child {
		padding-right: 1.25rem;
	}

	.spec-wrap > div:last-child {
		padding-left: 1.25rem;
	}

	.spec-val {
		font-size: 1.6rem;
	}

	.fp-rooms {
		font-size: 1.1rem;
		        text-align: center;
	}

	.fp-diagram-holder img {
		max-height: 340px;
	}

	.btn-close-detail {
		top: 1rem;
		right: 1.25rem;
		font-size: 1.6rem;
	}
	.item_grid img {
	        width: 40dvi;
        height: 31dvi;
	}
}

@media screen and (max-width:600px) {
	.wrap_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1rem;
	}

	.item_grid img {
		max-height: 100px;
		margin-bottom: 1em;
	}

	.item_grid p {
		font-size: 0.75rem;
	}
}