.amenity-card h5,
.connect-card ul li strong,
.cstm-nav-link {
	font-weight: 600
}

.cstm-about-cta,
.cstm-config-cta,
.cstm-cta-btn,
.cstm-drawer-link,
.cstm-shortcta-btn,
.cta-btn {
	text-decoration: none
}

:root {
	--primary-dark: #200b14;
	--accent-gold: #efcb8d;
	--dark-base: #202020;
	--text-light: #f5f5f5
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

@media (min-width:992px) {

	.cstm-drawer,
	.cstm-overlay {
		display: none !important
	}
}

.cstm-drawer-menu li {
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .237);
	padding-bottom: 20px
}

h2 {
	font-size: 45px !important
}

.text-left {
	text-align: left !important
}

p {
	font-size: 18px
}

.text-secondary {
	color: #000 !important
}

.gmlr-text p {
	font-size: 20px
}

.header-animate {
	animation: .8s forwards slideDown;
	opacity: 0
}

@keyframes slideDown {
	from {
		transform: translateY(-30px);
		opacity: 0
	}

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

.btn-dark {
	background-color: var(--primary-dark) !important;
	color: var(--text-light) !important;
	border-radius: 6px;
	padding: 11px 16px;
	font-size: 17px
}

.text-primary,
.why-top p {
	color: #fff !important
}

.main-logo {
	height: 65px;
	width: auto
}

@media (max-width:768px) {
	.main-logo {
		height: 36px
	}
}

.cf7-config,
.cstm-banner-mobile,
.cstm-gal-content,
.mob-cnt {
	display: none
}

.cf7-bhandup,
.cstm-banner-desktop,
.cstm-gal-content.active,
.desktop-cnt {
	display: block
}

.why-top {
	background-color: var(--primary-dark)
}

.why-top h1,
.why-top h2 {
	color: #fff !important;
	font-size: 53px
}

.why-top p {
	font-size: 18px
}

.dot {
	background-color: #fff !important
}

.dot2 {
	width: 8px !important;
	height: 8px !important;
	background-color: #000 !important;
	border-radius: 50% !important
}

.overlap-image {
	margin-top: -350px;
	padding-left: 20px
}

.overlap-image-2 {
	margin-top: -200px;
	padding-bottom: 40px
}

.feature-box {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	padding: 10px;
	border-radius: 14px
}

.icon-box {
	width: 20%;
	font-size: 25px;
	text-align: center
}

.icon-box img {
	width: 100%;
	display: block
}

.icon-circle img {
	width: 100%;
	display: block
}

.amenity-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.amenity-card img {
	width: 100%;
	height: 245px;
	object-fit: cover
}

.amenity-card h5 {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
	color: #fff;
	text-align: center
}

.connectivity-section {
	background: #fff5e9
}

.dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%
}

.connect-card {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	border: 1px solid #000
}

.connect-card .card-title {
	font-weight: 600;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	gap: 8px
}

.card-title img {
	display: block;
	width: 8%
}

.connect-card ul li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px
}

.connect-card ul li:last-child,
.cstm-con-card ul li:last-child,
.cstm-config-row:last-child {
	border-bottom: none
}

.gmlr {
	padding-bottom: 20px
}

.gmlr-box {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 7px;
	margin: 6px
}

.gmlr-box img {
	border-radius: 15px;
	display: block;
	width: 100%
}

.abt-dev img,
.loc-card img {
	display: block;
	width: 100%
}

.abt-dev {
	padding-bottom: 190px !important
}

.img-div {
	border-right: 2px dotted #fff
}

.cstm-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: .35s;
	backdrop-filter: blur(14px);
	background: var(--primary-dark);
	border-bottom: 1px solid rgba(212, 179, 140, .1);
	opacity: 0;
	transform: translateY(-20px);
	animation: .7s .2s forwards cstm-headerFadeDown
}

.cstm-header.scrolled {
	background: rgb(3 34 55);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
	border-bottom-color: rgba(212, 179, 140, .28);
	transform: translateY(0)
}

@keyframes cstm-headerFadeDown {
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.cstm-toggle-btn img {
	width: 25px !important
}

.cstm-toggle-btn {
	border: none
}

.cstm-logo .main-logo {
	width: 80px;
	transition: .35s
}

.cstm-header.scrolled .main-logo {
	width: 70px
}

.cstm-nav-link {
	position: relative;
	font-family: Inter, sans-serif;
	font-size: .95rem;
	letter-spacing: .05em;
	color: rgba(245, 245, 245, .82) !important;
	padding: .4rem .7rem !important;
	transition: .25s
}

.cstm-nav-link::after {
	content: "";
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(212, 179, 140, .1), var(--accent-gold), rgba(212, 179, 140, .1));
	transform: scaleX(0);
	transition: transform .25s
}

.cstm-nav-link:focus,
.cstm-nav-link:hover {
	color: var(--accent-gold) !important;
	transform: translateY(-1px)
}

.cstm-nav-link.active::after,
.cstm-nav-link:hover::after {
	transform: scaleX(1)
}

.cstm-nav-link.active {
	color: var(--accent-gold) !important
}

.cstm-cta-btn {
	font-family: Glimer, sans-serif;
	font-weight: 700;
	font-size: .85rem;
	letter-spacing: .1em;
	padding: .55rem 1.6rem;
	border-radius: 0;
	border: 1px solid rgba(212, 179, 140, .9);
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 35%, #b88a55 100%);
	color: #151515;
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	box-shadow: 0 10px 30px rgba(180, 138, 81, .35);
	transition: .2s
}

.cstm-dot img {
	width: 16px
}

.cstm-cta-btn:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 16px 40px rgba(180, 138, 81, .5)
}

.text-gradient {
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 40%, #b88a55);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent
}

.homes-section {
	background-color: #fff3e6
}

.highlight {
	color: #e0b26b
}

.home-card {
	background: #fff;
	padding-top: 0px;
	padding: 30px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.icon-circle {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px
}

.btn-warning {
	background-color: #e0b26b;
	border: none;
	color: #000
}

.btn-warning:hover {
	background-color: #d4a354
}

.cstm-header-spacer {
	height: 105px
}

.cstm-drawer {
	position: fixed;
	top: 0;
	right: -320px;
	width: 280px;
	height: 100vh;
	background: var(--primary-dark);
	padding: 2rem 1.5rem;
	transition: .35s;
	z-index: 2000;
	box-shadow: -4px 0 25px rgba(0, 0, 0, .4)
}

.cstm-con-card ul,
.cstm-drawer-menu {
	list-style: none;
	padding: 0
}

.cstm-drawer.active {
	right: 0
}

.cstm-drawer-close {
	font-size: 2rem;
	background: 0 0;
	border: none;
	color: var(--text-light);
	position: absolute;
	top: 15px;
	right: 15px
}

.cstm-drawer-menu {
	margin-top: 50px
}

.cstm-drawer-link {
	display: block;
	padding: 12px 0;
	font-family: Inter;
	font-size: 1rem;
	color: var(--text-light);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.cstm-drawer-link:hover {
	color: var(--accent-gold)
}

.drawer-cta {
	margin-top: 1.8rem;
	width: 100%;
	justify-content: center;
	display: flex !important
}

.cstm-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 1500;
	opacity: 0;
	visibility: hidden;
	transition: .35s
}

.cstm-about-section,
.cstm-banner {
	position: relative;
	overflow: hidden
}

.cstm-overlay.active,
.yogi-modal-overlay.active,
.yogi-modal.active {
	opacity: 1;
	visibility: visible
}

.cstm-banner {
	width: 100%
}

.cstm-banner-desktop img,
.cstm-banner-mobile img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.cstm-about-section {
	padding: 80px 0;
	background: #faf7f2
}

.cstm-about-soft-shape {
	position: absolute;
	filter: blur(75px);
	opacity: .35;
	z-index: 1
}

.shape-a {
	width: 320px;
	height: 320px;
	background: #e8d5b5;
	top: -60px;
	left: -90px
}

.shape-b {
	width: 260px;
	height: 260px;
	background: #f3e7d4;
	bottom: -80px;
	right: -60px
}

.cstm-about-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 15px 55px rgba(0, 0, 0, .12);
	position: relative;
	z-index: 5
}

.cstm-about-content {
	position: relative;
	z-index: 5;
	padding: 15px 20px
}

.cstm-about-title {
	font-family: Glimer;
	font-weight: 800;
	font-size: 2.6rem;
	color: #202020;
	margin-bottom: 18px
}

.cstm-about-title span {
	color: var(--primary-dark)
}

.cstm-about-text {
	font-family: Inter;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #393939;
	margin-bottom: 35px;
	max-width: 550px
}

.cstm-about-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 25px;
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 40%, #b88a55);
	border-radius: 10px;
	font-family: inherit;
	font-weight: 700;
	color: #111;
	letter-spacing: .11em;
	transition: .3s;
	box-shadow: 0 12px 32px rgba(212, 179, 140, .4)
}

.cstm-about-cta .dot {
	width: 10px;
	height: 10px;
	background: #111;
	border-radius: 50%
}

.cstm-about-cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 45px rgba(212, 179, 140, .55)
}

.cstm-highlight-strip {
	background: var(--primary-dark);
	padding: 25px 0
}

.cstm-highlight-flex {
	display: flex;
	align-items: center;
	gap: 12px
}

.cstm-highlight-icon {
	min-width: 65px;
	height: 65px;
	background: #e9d8c4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.cstm-highlight-icon img {
	width: 35px
}

.cstm-highlight-title {
	font-family: Gliner;
	font-weight: 700;
	color: #fff;
	font-size: 1.12rem;
	margin-bottom: 2px
}

.cstm-highlight-sub {
	font-family: Inter;
	font-size: .92rem;
	opacity: .85;
	color: #fff;
	margin-bottom: 0
}

.cstm-highlight-item {
	opacity: 0;
	transform: translateX(40px);
	transition: 2s
}

.cstm-highlight-item.visible {
	opacity: 1;
	transform: translateX(0)
}

@keyframes fadeRightCustom {
	0% {
		opacity: 0;
		transform: translateX(40px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.cstm-amenities-wrapper {
	position: relative;
	transition: height 1.5s
}

.cstm-amenities-section {
	position: relative;
	padding: 90px 0
}

.cstm-amenities-bg {
	background: url("../images/amenities.webp") center/cover no-repeat;
	position: absolute;
	inset: 0;
	z-index: -2
}

.cstm-amenities-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .771);
	z-index: -1
}

.cstm-amenities-heading h2 {
	font-family: Glimer;
	font-weight: 800;
	color: #011220;
	text-align: center;
	font-size: 2.5rem
}

.cstm-amenities-heading h2 #amenitiesCounter {
	color: #d4b38c;
	font-size: 3rem
}

.cstm-amenities-tabs {
	margin: 40px auto;
	display: flex;
	gap: 12px;
	justify-content: center
}

.cstm-am-tab {
	padding: 10px 26px;
	background: #fff;
	border: 1px solid #d4b38c;
	border-radius: 40px;
	cursor: pointer;
	font-family: Glimer;
	transition: .3s
}

.cstm-am-tab.active {
	background: #d4b38c;
	color: #111
}

.cstm-amenities-grid {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px
}

.cstm-amenities-grid.active {
	display: flex
}

.cstm-amenity-box {
	width: calc(20% - 22px);
	max-width: 240px;
	background: #ffffffd9;
	padding: 30px 20px;
	border-radius: 8px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	transition: .3s;
	cursor: pointer
}

.extracontrolamenities {
	background: 0 0 !important;
	box-shadow: none !important
}

.cstm-con-mob-arrows,
.tab-icon {
	display: none !important
}

@media (max-width:991px) {

	#mainHeader,
	.cstm-cta-btn.d-none.d-lg-inline-flex,
	.navbar-toggler {
		display: none !important
	}

	.cstm-toggle-btn,
	.tab-icon {
		display: block !important
	}

	.cstm-header-spacer {
		height: 90px
	}

	.cstm-logo .main-logo {
		width: 65px;
		transition: .35s
	}

	.cstm-header.scrolled .main-logo {
		width: 60px
	}

	.amenity-card img {
		width: 100%;
		height: 220px !important;
		object-fit: cover
	}

	.cstm-banner-desktop,
	.extracontrolamenities,
	.tab-text {
		display: none
	}

	.cstm-banner-mobile {
		display: block
	}

	.cstm-about-section {
		padding: 40px 0
	}

	.cstm-about-title {
		font-size: 2.2rem
	}

	.cstm-about-image img {
		margin-bottom: 30px
	}

	.cstm-amenity-box {
		width: calc(33.33% - 22px)
	}

	.tab-icon img {
		width: 40px
	}

	.cstm-amenities-tabs {
		margin: 20px auto;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
		width: 95%;
		max-width: 95%
	}

	.cstm-amenities-tabs .cstm-am-tab {
		padding: 10px;
		flex: 1 1 25%;
		background: #fff;
		max-width: 25%;
		border: 1px solid #d4b38c;
		border-radius: 0;
		cursor: pointer;
		font-family: Glimer;
		transition: .3s
	}

	.cstm-am-tab.active {
		background: #d4b38c !important;
		color: #111
	}
}

.cstm-amenity-box:hover {
	text-align: center;
	padding: 30px 20px;
	background: #ffffffd9;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .371);
	transition: .3s
}

.cstm-amenity-box img {
	width: 45px;
	margin-bottom: 10px
}

.cstm-amenity-box p {
	font-family: Inter;
	font-weight: 600;
	margin-bottom: 0
}

.cstm-am-more {
	justify-content: center;
	display: flex;
	margin-top: 30px;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer
}

.cstm-shortcta-strip {
	background: var(--primary-dark);
	padding: 25px 0;
	border-top: 1px solid rgba(212, 179, 140, .25);
	border-bottom: 1px solid rgba(212, 179, 140, .25)
}

.cstm-shortcta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

.cstm-shortcta-text {
	font-family: Glimer;
	font-size: 1.35rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: .5px;
	margin: 0
}

.cstm-shortcta-btn {
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 40%, #b88a55);
	color: #1a1a1a;
	padding: 10px 32px;
	border-radius: 3px;
	font-family: Glimer;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: 0 0 0 rgba(212, 179, 140, 0);
	transition: .3s;
	position: relative;
	animation: 2.8s ease-in-out infinite softGlow
}

.cstm-shortcta-btn:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 14px 28px rgba(212, 179, 140, .45)
}

[data-animate=fade-right] {
	opacity: 0;
	transform: translateX(-35px);
	transition: .8s
}

[data-animate=fade-right].visible {
	animation: .9s forwards fadeRightCustom;
	opacity: 1;
	transform: translateX(0)
}

@keyframes softGlow {

	0%,
	100% {
		box-shadow: 0 0 0 rgba(212, 179, 140, 0)
	}

	50% {
		box-shadow: 0 0 18px rgba(212, 179, 140, .45)
	}
}

.cstm-config-section,
.cstm-gallery-section {
	padding: 80px 0;
	background: #faf7f2
}

.cstm-config-head h2 {
	font-family: Glimer;
	font-weight: 800;
	color: #011220;
	font-size: 2.4rem;
	text-align: center
}

.cstm-config-head p {
	font-family: Inter;
	font-size: 1.1rem;
	text-align: center;
	color: #444;
	margin-top: 8px;
	margin-bottom: 40px
}

.cstm-config-box {
	background: rgba(255, 255, 255, .9);
	border-radius: 18px;
	padding: 0 0 20px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
	backdrop-filter: blur(8px);
	overflow: hidden
}

.cstm-config-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 5px 35px;
	border-bottom: 1px solid rgba(1, 18, 32, .08);
	font-family: Inter;
	font-size: 1.05rem;
	color: #202020;
	align-items: center;
	text-align: center
}

.cstm-config-row-head {
	background: #011220;
	color: #fff;
	font-weight: 700;
	font-family: Glimer;
	font-size: 1.1rem;
	text-align: center;
	padding: 15px 20px
}

.cstm-config-cta {
	letter-spacing: .4px;
	cursor: pointer;
	transition: .3s;
	box-shadow: 0 5px 15px rgba(180, 138, 81, .35)
}

.cstm-config-cta:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 10px 30px rgba(180, 138, 81, .55)
}

@media (max-width:767px) {

	h1,
	h2 {
		font-size: 30px !important
	}

	.overlap-image {
		margin: 20px 0 0;
		padding: 0
	}

	.cstm-highlight-flex {
		justify-content: flex-start;
		gap: 16px;
		padding: 10px 25px
	}

	.cstm-amenity-box {
		width: calc(50% - 22px)
	}

	.confhide,
	.extracontrolamenities,
	.tab-text {
		display: none
	}

	.tab-icon {
		display: block !important
	}

	.cstm-shortcta-row {
		flex-direction: column;
		text-align: center
	}

	.cstm-shortcta-text {
		font-size: 1.2rem
	}

	.cstm-shortcta-btn {
		width: auto
	}

	.cstm-config-row {
		grid-template-columns: 1fr 1fr;
		padding: 16px 20px;
		text-align: left;
		row-gap: 6px
	}

	.cstm-config-row-head {
		grid-template-columns: 1fr 1fr 1fr;
		text-align: center;
		font-size: 1rem;
		padding: 14px 10px
	}

	.cstm-config-row div:first-child {
		font-weight: 600
	}

	.cstm-config-row div:last-child {
		grid-column: span 2;
		text-align: center;
		margin-top: 5px
	}

	.cstm-config-cta {
		padding: 10px 22px;
		font-size: .9rem
	}
}

.cstm-config-card {
	background: #fff;
	border-radius: 14px;
	padding: 22px 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
	text-align: center;
	border: 1px solid rgba(212, 179, 140, .25)
}

.cstm-config-card h3 {
	font-family: Glimer;
	font-weight: 800;
	font-size: 1.4rem;
	color: #011220;
	margin-bottom: 8px
}

.cstm-config-card p {
	font-family: Inter;
	color: #333;
	font-size: 1rem;
	margin-bottom: 15px
}

.cstm-config-card p span {
	font-weight: 700;
	color: #111
}

.cstm-config-swiper {
	padding-bottom: 35px
}

.swiper-slide {
	max-width: 80%
}

.cstm-con-arrow:hover,
.fp-box:hover .fp-overlay,
.swiper-pagination-bullet-active {
	opacity: 1
}

.cstm-config-cta {
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 40%, #b88a55);
	padding: 10px 20px;
	border-radius: 30px;
	font-family: Glimer;
	font-weight: 600;
	color: #111;
	font-size: .88rem;
	display: inline-block;
	margin-top: 10px;
	box-shadow: 0 6px 18px rgba(180, 138, 81, .35)
}

.cstm-con-hd,
.cstm-gal-head h2 {
	font-family: Glimer;
	font-weight: 800
}

.swiper-pagination-bullet {
	background: #000 !important;
	opacity: .5
}

.swiper-pagination {
	position: sticky !important;
	text-align: center;
	transition: opacity .3s;
	transform: translate3d(0, 0, 0);
	z-index: 9999999999;
	bottom: -25px !important
}

.cstm-con-arrow,
.cstm-gal-tab {
	transition: .3s;
	cursor: pointer
}

.cstm-connect-master {
	width: 100%;
	background: var(--primary-dark)
}

.cstm-connect-wrapper {
	display: flex;
	min-height: 620px
}

.cstm-connect-left {
	width: 55%
}

.cstm-connect-img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.cstm-connect-right {
	width: 45%;
	background: var(--primary-dark);
	padding: 70px 50px;
	position: relative;
	color: #fff
}

.cstm-con-card,
.cstm-con-swiper,
.cstm-con-swiper .swiper-wrapper {
	width: 100% !important
}

.cstm-con-hd {
	font-size: 2.3rem
}

.cstm-con-sub {
	font-family: Inter;
	opacity: .75;
	margin-bottom: 30px
}

.cstm-con-card {
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(6px);
	padding: 25px 22px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
	height: 370px
}

.cstm-con-card h3 {
	font-family: Glimer;
	margin-bottom: 12px
}

.cstm-con-card ul li {
	padding: 7px 0;
	font-family: Inter;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.cstm-con-swiper {
	overflow: hidden !important
}

.cstm-lightbox,
.fp-overlay {
	width: 100%;
	top: 0;
	height: 100%
}

.cstm-con-swiper .swiper-slide {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	margin-right: 0 !important
}

.cstm-con-arrow {
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	font-size: 1rem;
	opacity: .7;
	z-index: 10;
	background: linear-gradient(135deg, #d4b38c 35%, #b88a55 100%);
	padding: 12px 20px;
	border-radius: 50px
}

.cstm-gal-imgbox,
.fp-box {
	position: relative
}

.cstm-con-prev {
	left: 15px
}

.cstm-con-next {
	right: 15px
}

.cstm-gal-tabs,
.fp-overlay {
	display: flex;
	justify-content: center
}

.cstm-gal-head h2 {
	text-align: center;
	color: #011220;
	font-size: 2.4rem
}

.cstm-gal-head p {
	text-align: center;
	font-family: Inter;
	margin-top: 8px;
	margin-bottom: 40px;
	color: #444
}

.cstm-dev-left h3,
.fp-cta {
	font-family: Glimer;
	font-weight: 700
}

.cstm-gal-tabs {
	gap: 18px;
	margin-bottom: 40px
}

.cstm-gal-tab {
	background: rgba(1, 18, 32, .1);
	border: none;
	padding: 10px 28px;
	border-radius: 50px;
	font-family: Glimer;
	font-weight: 600
}

.cstm-gal-tab.active {
	background: #011220;
	color: #d4b38c;
	box-shadow: 0 10px 25px rgba(1, 18, 32, .3)
}

.cstm-gal-imgbox {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	cursor: pointer;
	transition: .4s
}

.cstm-gal-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s
}

.cstm-gal-imgbox:hover img {
	transform: scale(1.07)
}

.fp-overlay {
	position: absolute;
	left: 0;
	background: rgba(1, 18, 32, .72);
	align-items: center;
	opacity: 0;
	transition: .35s
}

.fp-cta {
	background: linear-gradient(135deg, #f3e0c5, #d4b38c 40%, #b88a55);
	padding: 10px 22px;
	border-radius: 30px;
	color: #111;
	box-shadow: 0 10px 25px rgba(180, 138, 81, .35);
	cursor: pointer
}

.cstm-lightbox {
	position: fixed;
	left: 0;
	background: rgba(1, 18, 32, .85);
	backdrop-filter: blur(4px);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	padding: 20px
}

.cstm-dev-strip,
.cstm-footer {
	background: var(--primary-dark)
}

.cstm-lightbox-img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
	animation: .35s zoomIn
}

.cstm-lightbox-close {
	position: absolute;
	top: 25px;
	right: 35px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	z-index: 2001
}

.cstm-lightbox-close:hover {
	opacity: .6
}

@keyframes zoomIn {
	from {
		transform: scale(.7);
		opacity: 0
	}

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

.cstm-dev-strip {
	padding: 30px 0;
	border-bottom: 1px solid #b88a55
}

.cstm-dev-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px
}

.cstm-dev-left h3 {
	color: #fff;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0
}

.cstm-dev-right-single img {
	width: 520px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, .35));
	transition: .3s
}

.cstm-dev-right-single img:hover {
	transform: translateY(-4px)
}

[data-animate] {
	opacity: 0;
	transform: translateY(35px);
	transition: .8s
}

.cstm-footer-rera,
.cstm-footer-tag {
	color: #fff;
	font-family: Inter;
	opacity: .85
}

[data-animate].visible {
	opacity: 1;
	transform: translateY(0)
}

.cstm-footer {
	padding: 70px 0 30px;
	position: relative;
	overflow: hidden
}

.cstm-footer-top {
	position: relative;
	z-index: 0
}

.cstm-footer-logo {
	width: 120px;
	margin-bottom: 20px
}

.cstm-footer-tag {
	margin-bottom: 20px;
	max-width: 320px
}

.cstm-footer-social a {
	font-size: 1.1rem;
	background: rgba(255, 255, 255, .12);
	padding: 10px 13px;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
	transition: .3s
}

.cstm-footer-social a:hover {
	background: #d4b38c;
	color: var(--primary-dark)
}

.cstm-footer-qr {
	width: 100%;
	display: block;
	margin-bottom: 10px
}

.cstm-footer-qr2 {
	width: 110px;
	margin-bottom: 10px
}

.cstm-footer-qr3 {
	width: 100px;
	margin-bottom: 10px
}

.cstm-footer-rera a {
	color: #d4b38c
}

.cstm-foot-title {
	color: #d4b38c;
	margin-bottom: 5px;
	font-family: Glimer;
	font-size: 1.1rem
}

.cstm-foot-text {
	color: #fff;
	font-family: Inter;
	opacity: .8;
	margin-bottom: 15px
}

.cstm-footer-divider {
	border-color: rgba(255, 255, 255, .2);
	margin: 40px 0 60px
}

.cstm-footer-disclaimer {
	color: #fff;
	opacity: .65;
	font-size: .85rem;
	margin-bottom: 20px
}

.cstm-footer-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: .85;
	font-family: Inter;
	font-size: .9rem
}

.cstm-foot-link {
	color: #d4b38c;
	margin-right: 10px
}

.cstm-footer-bottom span {
	margin: 0 10px
}

.yogi-fixed-section {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	padding: 0;
	background: 0 0
}

.yogi-form-container {
	max-width: 1300px;
	margin: 0 auto;
	background: linear-gradient(135deg, var(--primary-dark) 35%, var(--primary-dark) 100%);
	padding: 7px 35px 17px;
	border-radius: 0;
	border: 1px solid #838383;
	border-bottom: none
}

.yogi-field input,
.yogi-input {
	padding: 8px 4px;
	border: none;
	background: 0 0;
	outline: 0
}

.yogi-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px
}

.yogi-input {
	flex: 1;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 15px
}

.yogi-input::placeholder {
	color: #fff;
	opacity: 1
}

.yogi-submit-btn {
	background: #bf9564;
	color: #000;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	white-space: nowrap
}

.yogi-submit-btn:hover {
	opacity: .9
}

.yogi-field {
	flex: 1;
	position: relative
}

.yogi-error {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block
}

.yogi-modal,
.yogi-modal-overlay {
	position: fixed;
	opacity: 0;
	visibility: hidden
}

.yogi-modal-overlay {
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, .55);
	backdrop-filter: blur(3px);
	transition: .3s;
	z-index: 99998
}

.yogi-modal-orange {
	background: var(--primary-dark);
	background-size: cover
}

.yogi-modal {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 95%;
	max-width: 650px;
	padding: 0;
	border-radius: 0;
	transition: .35s;
	z-index: 99999
}

.yogi-modal.active {
	transform: translate(-50%, -50%)
}

.yogi-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	cursor: pointer;
	color: #fff;
	background: #d4b38c;
	width: 45px;
	height: 45px;
	text-align: center;
	align-items: center;
	padding: 15px
}

.yogi-close-i {
	position: absolute;
	top: 7px;
	right: 10px
}

.yogi-modal-inner {
	padding: 35px 40px 45px;
	border: 1px solid rgba(255, 255, 255, .5);
	margin: 20px
}

.yogi-modal-form .yogi-field,
.yogi-modal-title {
	margin-bottom: 25px
}

.yogi-modal-title {
	font-family: Glimer;
	font-size: 28px !important;
	color: #d4b38c
}

.yogi-field input {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
	font-size: 16px
}

.yogi-field input::placeholder {
	color: rgba(255, 255, 255, .8)
}

.yogi-error {
	color: red;
	font-size: 12px;
	margin-top: 3px
}

.yogi-modal-submit {
	width: 100%;
	padding: 12px 0;
	background: #d4b38c;
	border: none;
	font-family: Glimer;
	font-size: 16px;
	cursor: pointer
}

.enpopup,
.svpopup {
	cursor: pointer !important
}

.cta-btn {
	position: fixed;
	background: var(--primary-dark);
	color: #fff;
	text-align: center;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 600;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

@media (max-width:767px) {

	.cstm-con-arrow,
	.desktop-cnt,
	.yogi-fixed-section,
	.yogi-form {
		display: none
	}

	.mob-cnt {
		display: block
	}

	.cstm-connect-wrapper {
		flex-direction: column
	}

	.cstm-connect-left,
	.cstm-connect-right {
		width: 100%
	}

	.cstm-connect-right {
		padding: 40px 20px
	}

	.cstm-connect-img {
		height: 460px;
		clip-path: none
	}

	.cstm-con-mob-arrows {
		display: flex !important;
		justify-content: center;
		margin-top: 15px;
		gap: 25px
	}

	.cstm-con-mob-arrows div {
		background: rgba(255, 255, 255, .1);
		padding: 10px 16px;
		border-radius: 50%;
		cursor: pointer
	}

	.cstm-gal-tabs {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 40px;
		flex-wrap: wrap !important
	}

	.cstm-dev-wrapper {
		flex-direction: column;
		text-align: center;
		gap: 15px
	}

	.cstm-dev-left h3 {
		font-size: 1.5rem;
		margin-bottom: 0
	}

	.cstm-dev-right-single img {
		width: 95%;
		margin-top: 10px
	}

	.cstm-footer-tag {
		max-width: 100%
	}

	.cstm-footer {
		background: var(--primary-dark);
		padding: 40px 0;
		position: relative;
		overflow: hidden
	}

	.cstm-footer-bottom {
		flex-direction: column;
		gap: 6px;
		text-align: center
	}

	.cstm-footer-col {
		margin-bottom: 20px
	}

	.yogi-form-container {
		padding: 0;
		background: 0 0 !important
	}

	.cta-btn {
		bottom: 0;
		width: 50%
	}

	.cta-btn.enquire {
		left: 0
	}

	.cta-btn.brochure {
		right: 0
	}
}

@media (min-width:768px) {
	.cta-btn {
		transform: translateY(-50%);
		width: auto;
		transform: rotate(-90deg)
	}

	.cta-btn.enquire {
		margin-bottom: 12px;
		right: -41px;
		top: 35%;
		border: 1px solid #fff5e9
	}

	.cta-btn.brochure {
		margin-top: 12px;
		right: -66px;
		top: 55%;
		border: 1px solid #fff5e9
	}
}

.yogi-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-right: 18px;
	font-weight: 400
}

.yogi-field input[type=radio] {
	width: auto;
	margin-right: 6px;
	accent-color: #d4b38c
}

.yogi-field label input {
	margin-right: 4px
}

.yogi-field select {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	color: #fff
}

.yogi-field select option {
	color: #000
}

.tabs {
	/* max-width: 600px; */
	width: 100%;
	margin: auto;
}

/* Tab buttons container */
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    /* border-bottom: 2px solid #ddd; */
    justify-content: center;
    gap: 20px !important;
}

/* Individual tab button */
.tab-btn {
    background: rgba(1, 18, 32, 0.1);
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    font-family: 'Ubuntu';
    cursor: pointer;
    transition: .3s ease;
    font-weight: 600;
}

/* Hover effect */
.tab-btn:hover {
	background: #e2e2e2;
}

/* Active tab */
.tab-btn.active {
    background: #011220;
    color: #d4b38c;
    box-shadow: 0 10px 25px rgba(1, 18, 32, 0.3);
}

/* Tab content */
.tab-content {
	display: none;
	padding: 20px;
}

/* Active content */
.tab-content.active {
	display: block;
}

/* Mobile styles */
@media (max-width: 600px) {

	.tab-buttons {
		flex-direction: row;
	}

	.tab-btn {
		text-align: left;
		border-bottom: 1px solid #ddd;
	}

	.tab-btn.active {
		border-bottom: 1px solid #ddd;
		/* border-left: 4px solid #007bff; */
	}

}