.btn-primary-solid--brand {
	background: linear-gradient(135deg, #152b4b 0%, #1f3b6c 100%);
	border: 1px solid #0f223e;
	box-shadow: 0 12px 24px rgba(21, 43, 75, 0.35);
}

.detail-cta {
	display: flex;
	gap: 16px;
	margin-top: 25px;
	flex-wrap: wrap;
	justify-content: center;
}

.section-title h5 {
	text-transform: uppercase;
}

.btn-primary-solid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 999px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: none;
}

.btn-outline-light {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	border-radius: 999px;
	border: 1px solid rgba(192, 31, 31, 0.5);
	background: rgba(192, 31, 31, 0.08);
	color: #c01f1f;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .05em;
}

.btn-outline-light svg {
	width: 18px;
	height: 18px;
}

.btn-outline-light:hover {
	background: #c01f1f;
	color: #fff;
}

.about-dev-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
	align-items: stretch;
	margin-top: 10px;
}

.about-dev-copy {
	background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 100%);
	border-radius: 28px;
	padding: 40px;
	box-shadow: inset 0 0 0 1px rgba(21, 43, 75, 0.05);
}

.about-dev-copy .section-intro {
	text-align: left;
	margin: 0;
}

.about-dev-copy .section-intro h3 {
	margin-bottom: 20px;
}

.about-dev-copy .section-intro p {
	margin: 0;
}

.developer-card {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(7, 32, 56, 0.12);
	padding: 40px;
	display: flex;
	align-items: center;
}

.developer-card__content {
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: 0.2s linear;
}

a {
	text-decoration: none !important;
}

ul {
	list-style: none;
	padding-left: 0 !important;
}

p {
	font-size: 16px;
	line-height: 22px;
}

img {
	max-width: 100%;
	height: auto;
}

:root {
	--project-card-bg: #ffffff;
	--project-card-border: #dbe7ff;
	--project-title-color: #0f1d40;
	--project-body-color: #4a5467;
	--project-price-color: #0d9488;
	--project-status-color: #1d4ed8;
	--project-status-text: #ffffff;
	--project-contact-bg: #f3f6ff;
	--project-contact-border: #c7d7ff;
	--project-accent-contrast: #ffffff;
	--project-primary-action: #1d4ed8;
	--project-primary-action-hover: #17379d;
	--project-secondary-action: #0d9488;
}

.spc-ud {
	padding: 4rem 0;
}

.spc-rl {
	padding: 0rem 2rem;
}

body {
	font-family: 'Ubuntu', serif;
}

.banner_form_top {
	display: none;
}

.ubuntu-light {
	font-family: "Ubuntu", serif;
	font-weight: 300;
	font-style: normal;
}

.ubuntu-regular {
	font-family: "Ubuntu", serif;
	font-weight: 400;
	font-style: normal;
}

.ubuntu-medium {
	font-family: "Ubuntu", serif;
	font-weight: 500;
	font-style: normal;
}

.ubuntu-bold {
	font-family: "Ubuntu", serif;
	font-weight: 700;
	font-style: normal;
}

.ubuntu-light-italic {
	font-family: "Ubuntu", serif;
	font-weight: 300;
	font-style: italic;
}

.ubuntu-regular-italic {
	font-family: "Ubuntu", serif;
	font-weight: 400;
	font-style: italic;
}

.ubuntu-medium-italic {
	font-family: "Ubuntu", serif;
	font-weight: 500;
	font-style: italic;
}

.ubuntu-bold-italic {
	font-family: "Ubuntu", serif;
	font-weight: 700;
	font-style: italic;
}

header .navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
}

header .navbar .navbar-brand img {
	height: 60px;
}

header .navbar .menu-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

header .navbar .menu-area ul {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 0;
}

header .navbar .menu-area ul li {
	position: relative;
}

header .navbar .menu-area ul li:before {
	background: #ffc30f;
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	transition: 0.4s ease;
}

header .navbar .menu-area ul li:hover:before {
	width: 30%;
	transition: 0.4s ease;
}

header .navbar .menu-area ul li a {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

header .navbar .menu-area a.contact {
	padding: 12px 22px;
	background: linear-gradient(135deg, #c01f1f 0%, #a71414 100%);
	border: 1px solid #871010;
	box-shadow: 0 12px 24px rgba(192, 31, 31, 0.35);
	transition: background .3s ease, color .3s ease, box-shadow .3s ease;
	display: inline-flex;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 999px;
	letter-spacing: .05em;
}

header .navbar .menu-area a.contact:hover {
	background: transparent;
	color: #c01f1f;
	box-shadow: inset 0 0 0 1px rgba(192, 31, 31, 0.5);
}

.new_launch {
	background-color: #008814;
	width: 200px;
	height: 54px;
	padding: 12px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -54px;
}

.new_launch_text {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@keyframes blink {
	0% {
		background-color: #409B94;
	}

	100% {
		background-color: #153431;
	}
}

@-webkit-keyframes blink {
	0% {
		background-color: #409B94;
	}

	100% {
		background-color: #153431;
	}
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	position: relative;
	background-image: url(../images/banner.webp);
}

.banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 0;
	pointer-events: none;
}


.banner .overlay_text_resi_detail {
	background: rgba(0, 0, 0, 0.424);
	left: 3rem;
	min-width: 350px;
	padding: 20px;
	position: absolute;
	right: calc(4.5rem + 78px);
	width: -moz-max-content;
	width: max-content;
	backdrop-filter: blur(10px);
}

.banner .overlay_text_resi_detail {
    color: #ffffff;
    position: absolute;
    bottom: 2%;
    margin: 10px;
}

.banner .overlay_text_resi_detail.hmc {
	left: 50%;
    transform: translateX(-50%);
}

.banner .section-onscreen-class {
	transform-origin: 518.4px 50px;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	font-size: 34px;
	font-weight: 700;
}

.banner .overlay_text_resi_detail p {
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 24px;
}

.moretext {
	display: none;
}

.detail-card {
	background: #fff;
	border-radius: 32px;
	padding: 40px;
	box-shadow: 0 35px 90px rgba(7, 32, 56, 0.18);
}

.detail-media img {
	width: 100%;
	border-radius: 24px;
	display: block;
	box-shadow: 0 25px 60px rgba(7, 32, 56, 0.15);
}

.overview_hed h2 {
	max-width: 1100px;
	margin: 0 auto;
}

.detail-copy h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
}

.detail-copy h3 {
	font-size: 32px;
	font-weight: 700;
	color: #0d1a2a;
	margin-bottom: 18px;
}

.detail-copy p {
	color: #4F4F4F;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.detail-facts {
	margin-top: 25px;
}

.detail-fact {
	background: #f6f8fd;
	border-radius: 18px;
	padding: 18px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(21, 43, 75, 0.06);
	height: 100%;
}

.detail-fact h4 {
	font-size: 18px;
	font-weight: 700;
	color: #152b4b;
	margin-bottom: 6px;
}

.detail-fact p {
	margin: 0;
	color: #7b889f;
	font-size: 14px;
	font-weight: 500;
}

.amenities-panel {
	max-width: 820px;
	margin: 0 auto 35px;
	text-align: center;
}

.amenities-panel h3 {
	color: #152b4b;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 18px;
}

.amenities-panel p {
	color: #4f5d73;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
}

.amenities-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
	align-items: center;
	justify-content: center;
	place-items: center;
	grid-auto-rows: 1fr;
	max-width: 1300px;
	margin: 0 auto;
}

.amenity-tile {
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid rgba(21, 43, 75, 0.08);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
	width: 100%;
	height: 100%;
	min-height: 190px;
	position: relative;
	overflow: hidden;
}

.amenity-tile:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 65px rgba(15, 23, 42, 0.18);
	border-color: rgba(243, 195, 38, 0.6);
	background: radial-gradient(circle at top, rgba(243, 195, 38, 0.18), rgba(255, 255, 255, 0.95));
}

.amenity-tile__icon {
	width: 110px;
	height: 110px;
	border-radius: 24px;
	background: rgba(21, 43, 75, 0.08);
	display: grid;
	place-items: center;
	transition: background .3s ease, transform .3s ease;
}

.amenity-tile__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.amenity-tile:hover .amenity-tile__icon {
	background: #1e59ac;
	transform: scale(1.05);
}

.amenity-tile h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #152b4b;
}

@media(max-width:1199px) {
	.amenities-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media(max-width:767px) {
	.amenities-panel {
		padding: 32px 26px;
	}

	.amenities-panel h3 {
		font-size: 34px;
	}

	.amenities-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
	}
}

.about-dev-copy {
	background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 100%);
	border-radius: 28px;
	padding: 20px;
	box-shadow: inset 0 0 0 1px rgba(21, 43, 75, 0.05);
}

.developer-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(7, 32, 56, 0.12);
  padding: 20px;
  display: flex;
  align-items: center;
}



.loan h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.loan .boxes {
	display: grid;
	width: 100%;
	grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
	margin-top: 50px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.loan .boxes .amenities-icons {
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loan .boxes .amenities-icons img {
	width: 130px;
	height: auto;
}

.loan .boxes .amenities-icons h5 {
	font-size: 18px;
	color: #000;
	margin: 15px 0 0;
}

.gallery {
	position: relative;
}

.gallery h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.gallery p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
}

.gallery .owl-carousel {
	margin-top: 50px;
}

.gallery .owl-carousel .item {
	position: relative;
	height: 640px;
}

.gallery .owl-carousel .item img {
	height: 640px;
	object-fit: fill;
}

.gallery .owl-carousel .item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, .2);
}

.gallery .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}

.gallery .owl-nav button span {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 50%;
}

.gallery .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
}

.gallery .owl-dots button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4) !important;
}

.gallery .owl-dots button:hover,
.gallery .owl-dots button.active {
	background: #000 !important;
}

.video h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.video .flex-content {
	width: 70%;
	margin: auto;
	height: 600px;
}

.video .flex-content iframe {
	width: 100%;
	margin: auto;
	height: 600px;
}

.master h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.master a {
	display: block;
	text-align: center;
}

.master .unit-plan p {
	padding: 0;
	text-align: left;
}

.lightbox .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100vh;
}

.lightbox .modal-dialog img {
	width: 100%;
	max-width: 100%;
}

.master .view_unit_but {
	background-color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 15px 35px;
}

.master .view_unit_but p {
	color: #000;
}

.master p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.master .unit-plan {
	padding: 3% 4%;
	background: #000;
	width: 75%;
	margin: 50px auto 0;
}

footer {
	padding: 30px 10px;
	background: #000;
	text-align: center;
}

footer p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.footer-card {
	max-width: 900px;
	margin: 0 auto;
}

.footer-card a {
	color: #f3c326;
	font-weight: 600;
}

.location h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.location p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	width: 70%;
	text-align: center;
	margin: 15px auto 40px;
}

.location .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.location .head h6 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
}

.location a {
	background: #9e7f1a;
	color: #ffffff;
	margin-bottom: 1rem;
	padding: 6px 22px;
	font-weight: 600;
}

.location .loc .accordion {
	position: relative;
	height: 330px;
	overflow-y: auto;
}

.location .loc .accordion .accordion-header button {
	padding: 20px 0;
}

.location .loc .accordion .accordion-body {
	padding: 0;
}

.location .loc .accordion {
	padding-right: 20px;
}

.location .accordion-button {
	font-size: 22px;
	font-weight: 700;
}

.location .accordion-button:not(.collapsed) {
	color: #0d0d0d;
	background-color: #fff;
	box-shadow: none;
}

.location .neighbourhood>div {
	padding: 20px 0;
}

.location .neighbourhood>div:not(:last-child) {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}

.location .neighbourhood>div h5 {
	color: #4f4f4f;
	font-size: 15px;
	margin-bottom: 0;
}

.location .neighbourhood>div span {
	color: #0d0d0d;
	font-weight: 700;
}

.location-card {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 30px 70px rgba(7, 32, 56, 0.12);
	padding: 30px;
	height: 100%;
}

.location-card__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.location-card__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	border: 1px solid rgba(13, 26, 42, 0.08);
	border-radius: 18px;
	background: rgba(247, 248, 251, 0.9);
}

.location-card__item h5 {
	font-size: 18px;
	font-weight: 600;
	color: #0d1a2a;
	margin: 0;
}

.location-card__item span {
	font-size: 16px;
	font-weight: 600;
	color: #152b4b;
}

.location-map-card {
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 35px 85px rgba(7, 32, 56, 0.15);
	height: 100%;
	min-height: 400px;
}

.location-map-card iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.faq h3 {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.faq h2 button {
	font-size: 26px;
	font-weight: 700;
}

.faq p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

.faq .accordion-button:not(.collapsed) {
	color: #0d0d0d;
	background-color: #fff;
	box-shadow: none;
}

.faq .accordion {
	width: 80%;
	margin: 60px auto 0;
}

.faq .accordion p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.faq .accordion ol {
	margin-top: 10px;
}

.faq .accordion ol li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}

.price {
	padding: 0 4rem;
}

.price .price-main {
	background: url(../images/1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 8rem 6rem;
}

.price .price-main::before {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.price .price-left {
	padding-right: 5%;
}

.price .price-main h3 {
	color: #fff;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #666666;
	padding-bottom: 5%;
	font-size: 80px;
	font-weight: 700;
	font-style: normal;
	position: relative;
}

.price .price-main .onwrds {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #666666;
	margin-bottom: 2rem;
	padding-bottom: 20px;
}

.price .price-main .onwrds p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.price .price-main .onwrds span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.price .price-main h6 {
	color: #B3B3B3;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
}

.price .price-main h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.price .price-range {
	background-color: #9e7f1a;
	padding: 5%;
	position: relative;
	width: 80%;
	margin-left: auto;
}

.price .price-range h4 {
	margin-bottom: 1.5rem;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	font-size: 2.2rem;
}

.price .price-range .calc {
	margin-bottom: 30px;
}

.price .price-range .calc .rng {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.price .price-range .calc .rng p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.price .price-range .calc .rng .price-cl {
	background-color: #FFFBEE;
	padding: 1% 2%;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.price .price-range .calc .range-area .range-prt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

.price .price-range .calc .range-area .range-prt p {
	color: #fff;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0;
	font-size: 16px;
}

.price .price-range .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.price .price-range .total h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.price .price-range .total .total-price {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.looking {
	padding: 6rem 0;
	background: #000;
	border-bottom: 1px solid #fff;
}

.looking .looking-main {
	width: 70%;
	margin: 0 auto;
}

.looking .looking-main h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
}

.looking .looking-main p {
	color: #ffc30f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	margin: 15px auto 40px;
}

.looking .looking-main .trig a {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #ffff;
	font-size: 20px;
}

.price .details input {
	width: 100%;
}

.price .detail {
	display: flex;
	justify-content: space-between;
}

/*----- Styling the sliders ----*/
.price input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	background: #fff;
	height: 6px;
}

.price input[type="range"]:focus {
	outline: none;
}

.price input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff !important;
	border-radius: 10px;
}

.price input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

.price input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

.price input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #000;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.price input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
}

.price input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #000;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.price input[type="range"]::-ms-fill-lower {
	background: #9088d2;
	border-radius: 5px;
}

.price input[type="range"]::-ms-fill-upper {
	background: #000;
	border-radius: 5px;
}

.price input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
}

.price input[type="range"]:focus::-ms-fill-lower {
	background: #000;
}

.price input[type="range"]:focus::-ms-fill-upper {
	background: #000;
}

/*-------------------------------------*/
.price #price {
	color: #fff;
	font-size: 25px;
}

.price .loan-details {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.price #price-container {
	color: #9088d2;
	margin-top: 50px;
}

.price #price-container::before {
	content: "Monthly Payable:";
	font-size: 12px;
	display: block;
}

.share_get,
.wrapper_share_get {
	display: flex;
	justify-content: center;
}

.share_get {
	bottom: 6.5%;
	gap: 10px;
	position: relative;
	right: unset;
	z-index: 99;
	width: fit-content;
	background: #db0000;
	padding: 10px;
	left: 0;
	border-radius: 10px;
	box-shadow: 0 3px 20px #000029;
	color: #ffffff;
}

button.share_fix_new {
	background: #db0000;
	border: none;
	opacity: 1;
	padding: 8px 20px;
	right: 0;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #ffffff;
}

button.share_fix_new a {
	color: #ffffff;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
}

button.share_fix_new img {
	width: 22px;
}

.wrapper_share_get {
	width: 100%;
	position: fixed;
	bottom: 3vh;
	z-index: 11;
	left: 0 !important;
	visibility: hidden;
	transition: .2s ease;
}

.wrapper_share_get.v-visible {
	visibility: visible;
	transition: .2s ease;
}

.property-overview .property-over {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.property-overview .property-over h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.property-overview .property-over .property-main {
	display: flex;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
}

.property-overview .property-over .property-main:nth-child(2),
.property-overview .property-over .property-main:nth-child(3) {
	border-bottom: 1px solid #ccc;
}

.property-overview .property-over .property-main .boxes {
	box-sizing: border-box;
	width: 50%;
	padding: 20px 10px;
	text-align: center;
}

.property-overview .property-over .property-main .boxes:nth-child(1) {
	border-right: 1px solid #ccc;
}

.property-overview .property-over .property-main .boxes h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
}

.property-overview .property-over .property-main .boxes p {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 500;
	margin-bottom: 0px;
	word-break: break-all;
}

.property-overview .dnld_butt_detail_border {
	text-align: center;
	margin: 3% auto;
	width: fit-content;
	display: block;
}

.property-overview .dnld_butt_detail_border {
	border: 1px solid #ffc30f;
}

.property-overview .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
}

.property-overview .cts_dwnld_broach {
	background-color: #ffc30f;
	border: none !important;
}

.property-overview .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
}

.property-overview .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #4F4F4F;
	padding: 15px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.property-overview .dnld_broach_img_cus_bg {
	padding: 15px 15px;
	padding-left: 5px;
}

.property-overview .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 5px;
}

.property-overview .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.property-overview .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

#download .modal-dialog {
	max-width: 850px;
}

#download .modal-dialog .modal-header {
	border-bottom: none;
}

#download .modal-content {
	background-color: #ffffff;
}

#download input {}

#download .modal-header .btn-close {
	background: #000;
	color: #fff;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 17px;
}

#download button {
	border: 1px solid #ffc30f;
	background: #ffc30f;
	color: #000;
	padding: 14px 22px;
	font-weight: 600;
}

.unit-plan {
	padding: 4rem 3rem;
}

.unit-plan h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.unit-plan p {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0 50px;
}

.unit-plan .units {
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 10px 0px #00000026;
	text-align: center;
	padding: 0 30px 30px;
	margin-top: 60px;
}

.unit-plan .units .unit-num {
	background: #9e7f1a;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 80%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: 600;
}

.unit-plan .units h5 {
	font-size: 22px;
	font-weight: 600;
	width: 60%;
	margin: 0 auto 20px;
}

.unit-plan .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
	margin-top: 3%;
	border: 1px solid #9e7f1a;
	width: 400px;
	text-align: center;
}

.unit-plan .cts_dwnld_broach {
	background-color: #9e7f1a;
	border: none !important;
	width: 400px;
	color: #ffffff;
}

.unit-plan .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
}

.unit-plan .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #fff;
	padding: 16px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.unit-plan .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.unit-plan .cts_dwnld_broach:hover p {
	color: #000;
}

.form-part {
	background: #edf3f5;
	padding: 6rem 6rem;
	border-bottom: 2px solid #fff;
}

.form-part h3 {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.form-part p {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 25px;
}

.form-part form {
	border-top: 5px solid #000;
	background: #fff;
	padding: 20px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	width: 70%;
	margin-left: auto;
}

.form-part form img {
	margin: 0 auto 30px;
	display: block;
}

.form-part form input {
	height: 50px;
}

.form-part form textarea {
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	width: 100%;
	border-radius: .25rem;
}

.form-part .dnld_butt_detail_border {
	background: #fff;
	padding: 15px 20px;
	margin-top: 3%;
	border: 1px solid #9e7f1a;
	width: 100%;
	text-align: center;
}

.form-part .cts_dwnld_broach {
	background-color: #152b4b;
	border: none !important;
	width: 100%;
}

.form-part .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
}

.form-part .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #fff;
	padding: 20px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.form-part .cts_dwnld_broach:hover {
	box-shadow: inset 1200px 0 0 0 #fff;
}

.form-part .cts_dwnld_broach:hover p {
	color: #000;
}

.thanks {
	background: url(../images/2.jpg) no-repeat;
	background-size: cover;
	height: calc(100vh - 82px);
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thanks::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .6);
}

.thanks .thanks-inner {
	position: relative;
	text-align: center;
	width: 700px;
	padding: 30px 50px;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(10px);
}

.thanks .thanks-inner p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
}

.thanks .thanks-inner .thanks-img {
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
}

.thanks .thanks-inner .thanks-img img {
	height: 60px;
}

.thanks .dnld_butt_detail_border {
	margin-top: 3%;
	display: block;
	width: fit-content;
	border: 1px solid #ffc30f;
	background: #fff;
	padding: 0;
	margin: 30px auto 0;
}

.thanks .cts_dwnld_broach {
	background-color: #ffc30f;
	border: none !important;
}

.thanks .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.thanks .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #4F4F4F;
	padding: 15px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.thanks .dnld_broach_img_cus_bg {
	padding: 15px 15px;
	padding-left: 5px;
}

.thanks .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 0px;
	transform: rotate(-90deg);
}

.thanks .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.thanks .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.consult {
	background: url(../images/img-1.jpg) no-repeat;
	background-size: cover;
	background-position: clear;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15rem 0;
}

.consult::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0);
}

.consult .consult-inner {
	position: relative;
	width: 700px;
	padding: 0 20px;
	text-align: center;
}

.consult .consult-inner h5 {
	color: #fff;
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
}

.consult .dnld_butt_detail_border {
	margin-top: 3%;
	display: block;
	width: fit-content;
	border: 1px solid #9e7f1a;
	background: #fff;
	padding: 0;
	margin: 30px auto 0;
}

.consult .cts_dwnld_broach {
	background-color: #9e7f1a;
	border: none !important;
}

.consult .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.consult .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #ffffff;
	padding: 15px 20px 15px 35px;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}

.consult .dnld_broach_img_cus_bg {
	padding: 15px 35px 15px 15px;
	padding-left: 5px;
}

.consult .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 0px;
	transform: rotate(-90deg);
}

.consult .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.consult .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.abt-location h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.abt-location p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: justify-content;
	padding: 0 80px;
}

.unit-table h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.unit-table table tr th {
	background: #9e7f1a;
	border: 1px solid #9e7f1a;
}

.unit-table table tr td {
	border: 1px solid #9e7f1a;
}

.unit-table table tbody {
	border-top: 0 !important;
}

.unit-table table .btn_enq {
	width: 100px;
	height: 36px;
	float: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 2px;
	background: #9e7f1a;
}

.download-brochure {
	width: 26px;
	display: none;
	position: absolute;
	right: 60px;
	top: 35px;
}

.banner_form_top {
	position: absolute;
	right: 70px;
	width: 350px;
	top: 50%;
	background: #ffffff;
	padding: 30px;
	transform: translateY(-50%);
	border-radius: 12px;
	box-shadow: 0 35px 80px rgba(15, 23, 42, 0.25);
}

.lead-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.lead-form h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
	color: #0d1a2a;
	font-weight: 700;
}

.lead-form .form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lead-form label {
	font-size: 14px;
	font-weight: 600;
	color: #7a8fab;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.lead-form .form-group input,
.lead-form .form-group textarea {
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
	color: #0d1a2a;
	background: #f8f9fb;
}

.lead-form .form-group textarea {
	resize: none;
	min-height: 90px;
}

.lead-form .dnld_butt_detail_border {
	margin-top: 0;
	padding: 12px 20px;
}

.form-error {
	color: #c01f1f;
	font-size: 13px;
	font-weight: 600;
	margin-top: 8px;
	display: none;
}

.was-validated .form-error {
	display: block;
}

header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 9;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

.to-top-btn {
	position: fixed;
	right: 120px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: linear-gradient(135deg, #152b4b 0%, #1f3b6c 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 15px 30px rgba(15, 23, 42, 0.35);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease, transform .3s ease;
	z-index: 99;
}

.to-top-btn svg {
	width: 20px;
	height: 20px;
}

.to-top-btn.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.to-top-btn:not(.is-visible) {
	transform: translateY(20px);
}

.btnClor {
	background: linear-gradient(135deg, #152b4b 0%, #1f3b6c 100%) !important;
	border: 1px solid #0f223e !important;
	box-shadow: 0 12px 24px rgba(21, 43, 75, 0.25);
	color: #fff !important;
	border-radius: 999px;


}

.btndes {
	display: inline-block;
	padding: 20px 40px !important;
	font-size: 16px !important;
	font-weight: 600;
	color: #fff !important;
	border: 0 !important;
}

.btnClor:hover {
	background: #fff !important;
	color: #152b4b !important;
	box-shadow: inset 0 0 0 1px rgba(21, 43, 75, 0.4);
}

.btnde p {
	font-size: 16px !important;
	padding: 0 !important;
}

.btnde:hover p {
	color: #000;
}

.btnde .dnld_broach_img_cus_bg {
	padding: 0 !important;
}

.btnde .cts_dwnld_broach {
	padding: 5px 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	height: 100%;
}

.btnde .cts_dwnld_broach img {
	width: 13px;
	height: auto !important;
	margin: 0;
}

.btngap {
	display: flex;
	gap: 20px;
}

.detail-sec {
	margin-top: 60px;
}

.price_list {
	background: #edf3f5;
	padding: 60px 0;
}

.pricing-grid {
	margin-top: 40px;
}

.pricing-card {
	background: #fff;
	border-radius: 22px;
	padding: 28px 24px;
	box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	border: 1px solid rgba(21, 43, 75, 0.08);
	position: relative;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}

.pricing-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 35px 75px rgba(15, 23, 42, 0.15);
}

.pricing-card__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	background: #f3c326;
	color: #152b4b;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 4px 12px;
	border-radius: 999px;
}

.pricing-card__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 8px;
}

.pricing-card__tag {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	color: #7f8b9c;
	font-weight: 600;
}

.pricing-card__header h3 {
	margin: 0;
	font-size: 28px;
	color: #152b4b;
	font-weight: 700;
}

.pricing-card__subtext {
	margin: 0;
	color: #6d7c90;
	font-size: 14px;
}

.pricing-card__body {
	display: grid;
	gap: 16px;
}

.pricing-card__meta span {
	display: block;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8a96a8;
	margin-bottom: 6px;
}

.pricing-card__meta strong {
	font-size: 18px;
	font-weight: 700;
	color: #152b4b;
}

.pricing-card__cta {
	width: 100%;
	text-align: center;
	border-radius: 999px;
	margin-top: auto;
	padding: 14px 18px !important;
	font-size: 15px !important;
	letter-spacing: .02em;
}

.pricing-card--highlight {
	background: linear-gradient(135deg, #152b4b, #1f3b6c);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 35px 90px rgba(21, 43, 75, 0.35);
}

.pricing-card--highlight .pricing-card__tag,
.pricing-card--highlight .pricing-card__subtext,
.pricing-card--highlight .pricing-card__meta span {
	color: rgba(255, 255, 255, 0.75);
}

.pricing-card--highlight .pricing-card__header h3,
.pricing-card--highlight .pricing-card__meta strong {
	color: #fff;
}

.pricing-card--highlight .pricing-card__badge {
	background: #fef3c7;
	color: #152b4b;
}

.pricing-card--highlight .pricing-card__cta {
	background: #f3c326 !important;
	color: #152b4b !important;
}

@media(max-width:991px) {
	.pricing-card {
		padding: 24px 20px;
	}

	.banner_form_top {
		position: static;
		transform: none;
		width: 100%;
		margin: 20px auto 0;
	}

	.detail-card {
		padding: 30px;
	}
}

@media(max-width:767px) {
	.pricing-card__header h3 {
		font-size: 24px;
	}

	.pricing-card__meta strong {
		font-size: 16px;
	}

	.detail-card {
		padding: 24px 18px;
	}

	.detail-cta {
		flex-direction: column;
	}

	.detail-cta a,
	.detail-cta button {
		width: 100%;
		justify-content: center;
	}

	.to-top-btn {
		right: 16px;
		bottom: 106px;
	}
}

.section-title.text-center {
	margin: 0 0 30px 0;
}

.floor_plan {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.10) 45%, rgba(255, 255, 255, 0.05) 55%), url(../images/section-bg01.webp);
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center top, center top;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	will-change: background-position;
}

.floor_plan::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	backdrop-filter: blur(6px);
	z-index: 0;
	pointer-events: none;
}

.floor_plan>.container {
	position: relative;
	z-index: 1;
}

.floor-grid {
	margin-top: 35px;
}

.floor-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 30px;
	padding: 24px;
	box-shadow: 0 20px 55px rgba(15, 23, 42, 0.15);
	display: flex;
	flex-direction: column;
	gap: 18px;
	border: 1px solid rgba(21, 43, 75, 0.08);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.floor-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 35px 85px rgba(15, 23, 42, 0.22);
	border-color: rgba(243, 195, 38, 0.5);
}

.floor-card__media {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
}

.floor-card__body {
	text-align: center;
	padding: 0 10px 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.floor-card__eyebrow {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 10px;
	color: #8294ad;
}

.floor_plan .image_section {
	text-align: center;
	padding: 18px;
	margin-bottom: 18px;
	background-color: #ddb865;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 18px;
	overflow: hidden;
}

.floor_plan .image_section img {
	width: 100%;
	border-radius: 12px;
	display: block;
}

.floor_plan .image_section .btndes {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
}

.floor_plan .wrap h3 {
	color: #0d1a2a;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.floor_plan .section-title.text-center {
	margin-bottom: 60px;
}

.location-section {
	background-image: url(../img/bg-map-footer.png);
}

#gallery {
	background-color: #edf3f5;
	padding: 60px 0;
}

.gallery-grid .gallery-card {
	display: block;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
	transition: transform .35s ease, box-shadow .35s ease;
}

.gallery-grid .gallery-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 65px rgba(0, 0, 0, 0.2);
}

.gallery-card__media {
	position: relative;
}

.gallery-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease, filter .5s ease;
}

.gallery-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 30, 60, 0) 30%, rgba(15, 30, 60, 0.75) 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	transition: opacity .35s ease;
}

.gallery-card__overlay span {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding-bottom: 4px;
}

.gallery-grid .gallery-card:hover .gallery-card__overlay {
	opacity: 1;
}

.gallery-grid .gallery-card:hover img {
	transform: scale(1.05);
	filter: brightness(0.8);
}

.masterplan-card {
	display: block;
	width: 1060px;
	max-width: 100%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 75px rgba(0, 0, 0, 0.18);
	transition: transform .35s ease, box-shadow .35s ease;
	margin: 0 auto;
	height: 480px;
}

.masterplan-card__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	height: 100%;
}

.masterplan-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform .45s ease;
	object-fit: cover;
}

.masterplan-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(21, 43, 75, 0.65);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .15em;
	opacity: 0;
	transition: opacity .35s ease;
}

.masterplan-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
}

.masterplan-card:hover .masterplan-card__overlay {
	opacity: 1;
}

.masterplan-card:hover img {
	transform: scale(1.03);
}

.single-gallery {
	position: relative;
	margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-gallery:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.single-gallery .gallery-icon {
	position: absolute;
	text-align: center;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 0 7px 0 7px;
	line-height: 45px;
	background-color: #8567fe;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.single-gallery .gallery-icon:hover {
	background-color: #c38f60;
	color: #fff;
}

.single-gallery .gallery-icon:hover::before {
	border-color: #c38f60;
}

.single-gallery .gallery-icon::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 7px 0 7px;
	left: 0;
	border: 1px solid #8567fe;
	-webkit-animation: scale 1s linear 2s infinite;
	animation: scale 1s linear 2s infinite;
}

form.bottom_fomr {
	display: flex;
	border: 0;
	background: transparent;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto !important;
	text-align: center;
	gap: 20px;
}

form.bottom_fomr h3 {
	width: 100%;
}

form.bottom_fomr .mb-3 {
	width: calc(50% - 10px);
}

form.bottom_fomr .mb-3.full {
	width: 100%;
}

.gallery-section {
	padding-top: 70px;
}

.custom_modalbox .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.custom_modalbox .modal-body {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.custom_modalbox .left_col,
.custom_modalbox .right_col {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 20px;
}

.custom_modalbox .left_col .content {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
	/* Ensures content is above the background */
	color: #fff;
	/* Adjust text color as needed */
}

.custom_modalbox .left_col img {
	margin-bottom: 15px;
	/* max-width: 118px; */
	/* filter: invert(1) brightness(100); */
}

.custom_modalbox .left_col .typo {
	font-size: 20px;
	margin-bottom: 10px;
}

.custom_modalbox .left_col .price {
	font-size: 20px;
	background-color: #ddb865;
	padding: 7px 15px;
	width: 100%;
	display: inline-block;
	font-weight: 600;
	color: #ffffff;
}

.custom_modalbox .right_col .form_heading {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}

.custom_modalbox .right_col .form-group {
	max-width: 100%;
	flex: 0 0 100%;
}

.custom_modalbox .right_col .form-input {
	height: 46px;
}

.custom_modalbox .modal-body .form-head {
	max-width: 100%;
}

.custom_modalbox .modal-body .form-group {
	margin-bottom: 20px;
	position: relative;
}

.custom_modalbox .modal-body .form-group input {
	position: relative;
	padding: 5px 0;
	width: 100%;
	height: 40px;
	font-size: 14px !important;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	transition: box-shadow 150ms ease-out;
	font-size: 18px;
}

.custom_modalbox .modal-dialog {
	max-width: 800px;
}

.custom_modalbox .modal-body .main_button {
	width: auto;
}

.custom_modalbox .modal-body .form-group input::placeholder {
	color: rgb(117, 117, 117);
	font-size: 14px;
}

.custom_modalbox.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.custom_modalbox .left_col {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_modalbox .left_col .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mob_banner.jpg);
	background-size: cover;
	background-position: center;
	/* Adjust the opacity level */
	z-index: 1;
}

.custom_modalbox .left_col::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 69%);
	/* Black overlay with 30% transparency */
	z-index: 2;
}

.custom_modalbox .checkbox-section {
	margin-top: 20px;
}

.custom_modalbox .checkbox-section input {
	height: auto !important;
}

.fixedIcons {
	position: fixed;
	z-index: 5;
	bottom: 15px;
	padding: 5px;
	background: #FFFCF1;
	border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 #29a71a;

	img {
		width: 60px;
		padding: 5px;
	}

	&.whatsapp {
		left: 15px;
	}

	&.phone {
		right: 15px;
		background: #122f27;

		img {
			filter: invert(1);
			padding: 10px;
		}
	}
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(0.9, 0.9);
	}

	100% {
		transform: scale(1, 1);
	}
}

.btnzoomin {
	background: #152b4b !important;
	border-color: #152b4b !important;
	box-shadow: 0 12px 24px rgba(21, 43, 75, 0.292);
	animation: zoom-in-zoom-out 1.1s ease-out infinite;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
	}
}

.privecy_policy h3 {
	color: #fff;
}

.privecy_policy p {
	font-size: 15px !important;
}

section.thanks.privecy_policy {
	background: transparent !important;
}

section.thanks.privecy_policy .thanks-inner {
	background: transparent;
	width: 1250px;
}

.popClose img {
	width: 15px;
}

.popClose {
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
}


.banner-info {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 1;
}

.banner-info::after {
	/* content: "";
    background: transparent linear-gradient(180deg,#00000096 0%,#0F0F0F7B 24%,#54545400 100%) 0% 0% no-repeat padding-box;
    width: 500px;
    height: 110px;
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: -1;
    transform: translateX(-50%); */
}

.mobile-banner {
	display: none;
}

.border-right {
	border-right: 1px solid #dee2e6;
}

.banner-section {
	position: relative;
}

.banner-title {
	text-align: center;
	margin-bottom: 20px;
}

.banner-title h1 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.project-overview-img {
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 10px;
}

.banner-title p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

.banner-usp {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #dddddd63;
	z-index: 99;
	background: #00000047;
	backdrop-filter: blur(20px);
	border-radius: 10px;
}

.banner-usp .banner-status,
.banner-usp .banner-typology,
.banner-usp .banner-price,
.banner-usp .banner-plan {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px 5px;
	position: relative;
	transition: 0.4s ease-in;
}

.banner-usp .banner-status,
.banner-usp .banner-price,
.banner-usp .banner-plan {
	flex: 1;
}

.banner-usp .banner-typology {
	flex: 1.8;
}

.banner-usp .banner-status h5,
.banner-usp .banner-typology h5,
.banner-usp .banner-price h5,
.banner-usp .banner-plan h5 {
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	display: none;
}

.banner-usp .banner-status h4,
.banner-usp .banner-typology h4,
.banner-usp .banner-price h4,
.banner-usp .banner-plan h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

.banner-usp .banner-status h5::after,
.banner-usp .banner-typology h5::after,
.banner-usp .banner-price h5::after,
.banner-usp .banner-plan h5::after {
	position: absolute;
	content: "";
	width: 170px;
	height: 1px;
	top: 50%;
	left: 50%;
	background: #dddddd;
	transform: translateX(-50%);
}

.status-highlight {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 999px;
	background: #1e9742;
	color: #222;
	box-shadow: 0 0 12px rgba(27, 173, 86, 0.7);
	animation: statusBlink 1.2s ease-in-out infinite;
}

@keyframes statusBlink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.50;
	}
}

.banner-usp div:not(:last-child) {
	border-right: 1px solid #dddddd94;
}

.first-border-line {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-top: 30px;
	border-right: 1px dotted #000;
}

.second-border-line {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-top: 30px;
	border-right: 1px dotted #000;
}

.third-border-line {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-top: 30px;
}

.four-border-line {
	padding-top: 15px;

	border-right: 1px dotted #000;
}

.five-border-line {
	padding-top: 15px;
	border-right: 1px dotted #000;
}

.six-border-line {
	padding-top: 15px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	background-color: #fff0f0;
}

form.bottom_fomr label {
	text-align: left;
}


.project-block-with-request-callback .project-configurations ul li {
	margin-bottom: 12px;
}

.project-block-with-request-callback .project-configurations ul {
	margin: 0 -12px -12px;
}

.project-vertical-block {
	padding: 24px;
	border: 1px solid var(--project-card-border);
	background: var(--project-card-bg);
	border-radius: 20px;
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 18px 50px rgba(15, 29, 64, 0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.project-vertical-block:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 65px rgba(15, 29, 64, 0.12);
}

.project-vertical-block .project-configurations {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.project-contact-detail {
	position: relative;
	bottom: auto;
	left: auto;
	background: var(--project-contact-bg);
	border: 1px solid var(--project-contact-border);
	border-radius: 14px;
	width: 100%;
	padding: 16px;
	opacity: 1;
	visibility: visible;
	margin-top: auto;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(8px);
	transition: none;
	z-index: 1;
}

.project-contact-detail .theme-btn.line-btn {
	background: var(--project-primary-action);
	color: var(--project-accent-contrast);
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	box-shadow: 0 15px 30px rgba(29, 78, 216, 0.25);
}

.project-contact-detail .theme-btn.line-btn:hover {
	background: var(--project-primary-action-hover);
	color: var(--project-accent-contrast);
	box-shadow: 0 15px 35px rgba(23, 55, 157, 0.35);
}

.project-contact-detail .open_booking_sidebar {
	background: transparent;
	color: var(--project-secondary-action);
	border: 1px solid rgba(13, 148, 136, 0.4);
	box-shadow: none;
}

.project-contact-detail .open_booking_sidebar:hover {
	background: var(--project-secondary-action);
	color: #fff;
}

.project-vertical-block:hover .project-contact-detail {
	opacity: 1;
	visibility: visible;
	bottom: auto;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.project-vertical-block .project-logo {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 80px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}

.project-desc-price a {
	color: #7c7c7c;
}

.projects-img {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.projects-img picture,
.projects-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-status.sold-out {
	background-color: #ff3f3f;
}

.project-status.under-construction {
	background-color: #303030;
}

.project-status {
	background-color: var(--project-status-color);
	color: var(--project-status-text);
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 12px 4px;
	border-radius: 999px;
	letter-spacing: 0.08em;
	box-shadow: 0 10px 20px rgba(29, 78, 216, 0.25);
}

.project-vertical-block .project-status {
	position: absolute;
	top: 0;
	right: 30px;
}

.project-desc-price span {
	font-size: 14px;
	display: block;
	padding: 0 15px;
	color: var(--project-body-color);
}

.project-desc-price span p {
	text-align: initial;
}

.project-desc-price {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 6px -15px 0;
	gap: 5px;
}

.project-title h2 {
	font-size: 20px;
	color: var(--project-title-color);
	line-height: 1.4;
	margin: 0;
}

.project-title h2 a {
	color: inherit;
}

.project-desc-price .project-price {
	color: var(--project-price-color);
	font-weight: 700;
	font-size: 15px;
}

.project-contact-detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 0;
}

.project-contact-detail ul li {
	padding: 0;
	margin-bottom: 0;
	flex: 1 1 45%;
	min-width: 180px;
}

.project-contact-detail ul li a {
	width: 100%;
	display: flex;
	font-size: 13px;
	align-items: center;
	gap: 8px;
	justify-content: center;
	text-transform: none;
	padding: 12px 18px;
}

.project-contact-icon {
	display: flex;
}

.appendresidentialproject {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1590px;
	padding: 30px 0;
	gap: 20px;
}

.appendresidentialproject .projects-col {
	flex: 0 0 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	min-width: 280px;
}

@media (max-width: 1199px) {
	.appendresidentialproject .projects-col {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media (max-width: 640px) {
	.appendresidentialproject {
		gap: 16px;
	}

	.appendresidentialproject .projects-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.project-contact-detail ul li.is-hidden {
	display: none;
}

.project-configurations ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px -16px;
}

.project-configurations ul li {
	width: 50%;
	flex: 0 0 50%;
	padding: 0 12px;
	margin-bottom: 12px;
}

.project-configurations-desc h4 {
	font-size: 11px;
	color: var(--project-body-color);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.project-configurations-desc span {
	font-size: 14px;
	color: var(--project-title-color);
	font-weight: 600;
}

.project-configurations {
	position: relative;
	border-top: 1px solid var(--project-card-border);
	border-bottom: 1px solid var(--project-card-border);
	padding: 16px 0;
	margin: 16px 0;
}

.project-detail {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.project-detail .project-configurations {
	margin: 0;
}

.featured-projects-col {
	position: relative;
}

.project-price-and-contact {
	position: relative;
	z-index: 9;
}

.project-price-and-contact ul {
	display: flex;
	align-items: center;
	margin: 0 -7px;
}

.project-price-and-contact-item {
	padding: 0 7px !important;
	flex-shrink: 0;
	flex-grow: 0;
}

.project-price-and-contact-item.project-price {
	flex-shrink: 1;
	flex-grow: 1;
}

.project-price-and-contact-item .theme-btn.line-btn {
	padding: 0;
	width: 40px;
	height: 40px;
}

.project-price-and-contact-item .theme-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.project-price .theme-btn {
	pointer-events: none;
}

.section-featured-projects .horizontal-projects-block {
	background-color: #ffffff;
}

.horizontal-projects-block {
	position: relative;
	border: 1px solid #dedede;
}

.projects-properties-detail .project-configurations-desc h4 {
	text-transform: uppercase;
	font-size: 11px;
	color: #7c7c7c;
}

.project-block-with-request-callback {
	padding: 20px;
	border: 1px solid #dedede;
}

.request-callback-form-detail {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #dedede;
}

.rera-no {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
	color: #303030;
	font-size: 14px;
}

.rera-no span,
.rera-no p {
	margin: 0;
	display: block;
	line-height: 20px;
	color: #303030;
	min-width: 80px;
}

.rera-desc p {
	font-size: 13px;
}

.project-block-with-request-callback .project-configurations {
	padding: 10px 0;
	margin: 10px 0;
}

.project-price-and-contact-item .theme-btn.line-btn.full-width {
	width: unset;
}

.project-price-and-contact-item.project-with-brochure,
.project-price-and-contact-item.project-with-phone {
	flex-shrink: 1;
	flex-grow: 1;
}

.project-price-and-contact-item.project-with-phone .theme-btn.line-btn {
	width: initial;
}

.project-configurations-items {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media(max-width:1440px) {
	.banner_form_top h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.banner_form_top input {
		height: 40px;
		font-size: 13px;
	}

	.banner_form_top textarea {
		font-size: 13px;
		height: 70px;
	}

	.banner_form_top button p {
		font-size: 14px;
	}

	.banner_form_top button {
		height: 44px;
	}
}

@media(max-width:1299px) {
	.banner {
		background-size: 100%;
	}

	.banner .overlay_text_resi_detail {
		bottom: 16%;
		left: 1rem;
	}

	header .navbar .menu-area ul li a {
		font-size: 15px;
	}

	header .navbar .menu-area ul {
		gap: 20px;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.gallery .owl-carousel .item {
		height: 500px;
	}

	.gallery .owl-carousel .item img {
		height: 500px;
	}

	.master .unit-plan {
		width: 88%;
	}

	.price .price-main {
		padding: 4rem 4rem;
	}

	.price .price-range {
		width: 100%;
	}

	.price .price-range .total h4 {
		font-size: 16px;
	}

	.looking .looking-main {
		width: 80%;
	}

	.looking .looking-main .trig a {
		font-size: 15px;
	}
}

@media(max-width:1024px) {
	.video .flex-content {
		width: 80%;
	}

	.master .view_unit_but {
		padding: 15px 20px;
	}

	header .navbar .menu-area ul li a {
		font-size: 15px;
	}

	header .navbar .menu-area ul {
		gap: 15px;
	}

	header .navbar .menu-area {
		gap: 20px;
	}

	.banner {
		background-size: 100%;
	}

	.banner .overlay_text_resi_detail {
		bottom: 20%;
	}

	.banner .section-onscreen-class {
		font-size: 22px;
	}

	.banner .overlay_text_resi_detail p {
		font-size: 18px;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 14px;
	}

	.unit-plan .units {
		min-height: 300px;
	}

	.unit-plan .units h5 {
		font-size: 22px;
		width: 100%;
	}

	.detail-sec .dwnld_broach_right {
		padding-left: 0;
	}

	.form-part form {
		width: 100%;
	}

	.form-part {
		padding: 6rem 2rem;
	}

	.unit-plan p {
		font-size: 18px;
		line-height: 25px;
		text-align: left;
		padding: 0 0px;
	}
}

@media(min-width:991px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.property-overview {
		display: none;
	}
}

@media(max-width:992px) {
	.download-brochure {
		display: block;
	}

	header .navbar .menu-area {
		transform: translateX(200%);
		display: flex;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 1;
		flex-direction: column;
		padding: 60px 0px 20px;
		top: 0;
		left: 0;
		display: none;
	}

	body.open-body {
		overflow: hidden;
		position: relative;
	}

	body.open-body::before {
		width: 100%;
		height: 100%;
		content: '';
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .4);
		position: absolute;
		z-index: 1;
	}

	body.open-body header .col-md-12 {
		padding: 0;
	}

	.open-body header .navbar .menu-area {
		transform: translateX(0%);
		display: flex;
		z-index: 999;
	}

	.open-body header .navbar .menu-area ul {
		flex-direction: column;
		gap: 0;
	}

	header .navbar .menu-area ul li:hover {
		background: #ffc30f;
	}

	header .navbar .menu-area ul li:hover:before {
		display: none;
	}

	header .navbar {
		padding: 10px 0;
	}

	header .navbar-light .navbar-toggler {
		position: absolute;
		right: 15px;
		top: 35px;
		padding: 0;
		z-index: 9999;
	}

	#mobile-menus img {
		width: 32px;
		height: 32px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	#mobile-menus .close-icn {
		display: none;
	}

	.mob-menu-new .close-icn {
		display: block !important;
		position: relative;
		z-index: 5;
	}

	.mob-menu-new .menu-icn {
		display: none;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 13px;
	}

	.gallery .owl-dots {
		margin-bottom: 20px;
	}

	.video .flex-content {
		width: 95%;
		height: 400px;
	}

	.video .flex-content iframe {
		height: 400px;
	}

	.master .unit-plan {
		width: 95%;
	}

	.master .view_unit_but {
		padding: 10px 10px;
		width: fit-content;
	}

	.price {
		padding: 0 1rem;
	}

	.price .price-main {
		padding: 6rem 3rem;
	}

	.price .price-main .onwrds p {
		font-size: 15px;
	}

	.price .price-main .onwrds span {
		font-size: 15px;
	}

	.price .price-main h6,
	.price .price-main h5 {
		font-size: 15px;
	}

	.price .price-range {
		width: 100%;
	}

	.price .price-range .total h4 {
		font-size: 14px;
	}

	.looking .looking-main {
		width: 95%;
	}

	.looking .looking-main .trig a {
		gap: 10px;
		font-size: 13px;
	}

	footer p {
		font-size: 15px;
	}

	.faq h2 button {
		font-size: 20px;
		gap: 15px;
	}

	.faq h3 {
		font-size: 30px;
	}

	.faq .accordion {
		width: 90%;
	}

	header .navbar .menu-area ul {
		width: 100%;
	}

	header .navbar .menu-area ul li {
		width: 100%;
	}

	header .navbar .menu-area ul li {
		border-bottom: 1px solid #ccc;
		padding: 20px 20px;
	}

	header .navbar .menu-area ul li a {
		font-size: 20px;
	}

	.detail-sec .dwnld_broach_right {
		display: none;
	}

	.unit-plan .dnld_butt_detail_border {
		width: 52%;
	}

	.unit-plan .cts_dwnld_broach p {
		padding: 10px 15px;
		font-size: 16px;
	}

	.banner {
		min-height: 48vh;
		height: 48vh;
		background-image: url(../images/mob_banner.jpg);
	}
}

@media(max-width:768px) {
	.form-part .cts_dwnld_broach p {
		padding: 14px 15px;
	}

	.banner .overlay_text_resi_detail {
		left: 0px;
		min-width: 90%;
		padding: 30px;
		right: 0;
		width: 100%;
		margin: 0 auto;
		bottom: 0;
	}

	.banner .section-onscreen-class {
		font-size: 22px;
	}

	.banner .overlay_text_resi_detail p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
		font-weight: 600;
	}

	.loan .boxes {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}

	.amenities .boxes {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}

	.amenities .boxes .amenities-icons {
		padding: 15px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 13px;
	}

	.gallery .owl-carousel .item {
		height: 400px;
	}

	.gallery .owl-carousel .item img {
		height: 400px;
	}

	.gallery .owl-nav {
		padding: 0 20px;
	}

	.gallery .owl-dots {
		margin-bottom: 15px;
	}

	.gallery p {
		font-size: 16px;
	}

	.video .flex-content {
		width: 100%;
		height: 350px;
	}

	.video .flex-content iframe {
		height: 350px;
	}

	.master .unit-plan {
		width: 100%;
	}

	.master a {
		margin-top: 20px;
	}

	.master p {
		font-size: 14px;
	}

	.price {
		padding: 0 0rem;
	}

	.price .price-main {
		padding: 4rem 2rem;
	}

	.price .price-main h5 {
		font-size: 15px;
	}

	.price .price-range {
		padding: 4%;
		width: 100%;
		margin-top: 30px;
	}

	.price .price-range h4 {
		font-size: 1.5rem;
	}

	.price .price-range .calc .rng p {
		font-size: 14px;
	}

	.price .price-range .total h4 {
		font-size: 12px;
	}

	.location p {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
	}

	.location .loc {
		margin-top: 30px;
	}

	.location .head h6 {
		font-size: 18px;
	}

	.location .head a {
		margin-bottom: 0rem;
	}

	.location .neighbourhood>div h5 {
		font-size: 16px;
		width: 70%;
		line-height: 24px;
	}

	.faq h3 {
		font-size: 24px;
	}

	.faq .accordion {
		width: 100%;
	}

	.faq h2 button {
		font-size: 18px;
		gap: 10px;
	}

	.faq .accordion p {
		font-size: 16px;
		line-height: 22px;
	}

	.faq .accordion ol li {
		font-size: 14px;
		line-height: 22px;
	}

	.looking .looking-main {
		width: 100%;
	}

	.looking .looking-main h3 {
		font-size: 30px;
	}

	.looking .looking-main .trig a {
		margin-bottom: 10px;
	}

	footer p {
		font-size: 16px;
	}

	.detail-sec {
		padding-top: 20px;
	}

	.detail-sec .dwnld_broach_right {
		padding-left: 0;
	}

	.property-overview .property-over .property-main {
		padding: 20px 0;
		width: 90%;
	}

	.property-overview .property-over .property-main .boxes {
		padding: 30px 15px;
	}

	.unit-plan {
		padding: 4rem 0rem;
	}

	.unit-plan p {
		padding: 0;
	}

	.unit-plan .units .unit-num {
		width: 100%;
	}

	.unit-plan .units h5 {
		width: 100%;
	}

	.form-part {
		padding: 6rem 1rem;
	}

	.form-part h3 {
		font-size: 30px;
	}

	.form-part p {
		font-size: 16px;
		line-height: 25px;
	}

	.form-part form {
		width: 100%;
	}

	.thanks .thanks-inner {
		width: 95%;
		padding: 30px 10px;
	}

	.location h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.abt-location h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}

	.price .price-main h3 {
		color: #edcb66;
		margin-bottom: 1.5rem;
		border-bottom: 1px solid #666666;
		padding-bottom: 5%;
		font-size: 50px;
		font-weight: 700;
		font-style: normal;
		position: relative;
	}

	.price .price-main .onwrds p {
		font-size: 16px;
		font-weight: 600;
	}

	.price .price-main .onwrds span {
		font-size: 18px;
	}

	.unit-table h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 30px;
		text-align: center;
	}

	.amenities h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}

	.amenities p {
		color: #000;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 0px;
		text-align: center;
	}

	.gallery h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.consult .consult-inner h5 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	.spc-ud {
		padding: 2rem 0;
	}

	.consult {
		background: url(../images/img-1.jpg) no-repeat;
		background-size: cover;
		background-position: clear;
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5rem 0;
	}

	.gallery .owl-dots button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(0, 0, 0, .4) !important;
	}

	.gallery .owl-carousel {
		margin-top: 20px;
	}

	.video h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}

	.master h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}

	.loan h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.loan .boxes {
		margin-top: 20px;
	}

	.unit-plan h3 {
		font-size: 30px;
	}

	.unit-plan .units {
		border: 1px solid #cccccc;
		box-shadow: 0px 1px 10px 0px #00000026;
		text-align: center;
		margin-top: 20px;
	}

	.unit-plan .units h5 {
		font-size: 18px;
		width: 100%;
	}

	.unit-plan .units {
		min-height: 0px;
	}

	.unit-plan .units .unit-num {
		background: #0d0d0d;
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
	}

	.abt-location p {
		font-size: 16px;
	}

	.amenities .boxes {
		margin-top: 20px;
	}

	.property-overview .property-over h3 {
		font-size: 20px;
		font-weight: 700;
		color: #000;
		margin-bottom: 0;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.property-overview .property-over .property-main .boxes {
		padding: 20px 10px;
	}

	.unit-plan .cts_dwnld_broach {
		width: 100%;
	}

	.unit-table .table-inside {
		overflow-x: scroll;
	}

	.unit-table table {
		width: 150%;
	}

	.consult .cts_dwnld_broach p {
		padding: 15px 20px 15px 28px;
		font-size: 17px;
	}

	.location .loc .accordion {
		padding-right: 10px;
	}

	.detail-sec .dwnld_broach_left {
		padding-bottom: 10%;
		padding-left: 4%;
	}

	.abt-location p {
		padding: 0 10px;
	}

	form.bottom_fomr .mb-3 {
		width: 100%;
	}

	.banner {
		margin-bottom: 420px;
	}

	.banner::before {
		display: none;
	}

	.banner-info {
		bottom: -30px;

	}

	.bottom_fomr .dnld_butt_detail_border {
		margin-top: 30px;
	}

	.banner_form_top.pplstpage{	top: 53vh;}
	.banner_form_top {
		top: 63vh;
		display: block;
		transform: none;
		left: 0;
		right: 0;
		width: 90%;
		padding: 20px 20px;
		position: absolute;
	}

	form.bottom_fomr label {
		margin-top: 10px;
	}

	.banner-title h1,
	.banner-title p {
		color: #000000;
	}

	.pricingTable10 {
		margin-bottom: 30px;
	}

	.banner-usp {
		background: #000000c2;
	}

	.fixedIcons img {
		width: 35px;
	}

	form.bottom_fomr {
		gap: 0;
		padding: 0;
	}

	.custom_modalbox .left_col,
	.custom_modalbox .right_col {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 30px;
	}

	.custom_modalbox .right_col {
		padding-top: 10px;
	}

	.btngap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.btndes,
	.btnde .cts_dwnld_broach {
		padding: 14px 40px !important;
		font-size: 15px !important;
	}

	.btnde p {
		font-size: 15px !important;
	}

	.pricingTable10 .price-value {
		font-size: 30px;
	}

	.navbar-light .navbar-toggler {
		border: 0 !important;
	}

	.btngap a,
	.btngap button {
		width: 244px;
		text-align: center;
	}

	.popClose img {
		filter: invert(1);
	}

	.new_launch {
		width: 100%;
	}

	.property-overview .property-over {
		margin-top: 20px;
	}
}


@media(max-width:375px) {

	.banner {
		height: 60vh;
	}

	.banner-usp .banner-status h4,
	.banner-usp .banner-typology h4,
	.banner-usp .banner-price h4,
	.banner-usp .banner-plan h4 {
		color: #fff;
		font-size: 11px;
		letter-spacing: 2px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
	}
}