* {
	margin: 0;
	padding: 0;
	letter-spacing: .5px;
	font-family: 'Poppins';
}

@font-face {
	font-family: 'MontserratBold';
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
	--primary-color: #114848;
	--secondary-color: #5c7536;
	--text-color: #333;
}

a, a:hover {
	text-decoration: none;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MontserratBold', sans-serif;
}

body {
	font-family: 'Poppins', sans-serif;
}

.container-fluid.container_pading {
	padding: 0 50px;
}
/* ========= UPDATE HEADER WITH BANNER ============= */

.banner {
	position: relative;
	min-height: 100vh;
	height: 100vh;
	color: #fff;
}

.carousel,
.carousel-inner,
.carousel-item {
	height: 100%;
}

.carousel-item {
	background-size: cover;
	background-position: center;
}

/* Overlay */
.banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

/* Content */
.banner-content {
	position: absolute;
	top: 100px;
	z-index: 2;
	padding-top: 120px;
}

/* Menu */
.banner .navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	background: #0000002e;
}

/* .navbar-nav .nav-link,
.navbar-brand {
	color: #fff !important;
	font-weight: 500;
} */

/* UI */
.un_lists li {
	list-style: none;
	padding: 10px 15px;
	background: rgba(255,255,255,0.15);
	margin-bottom: 8px;
	border-radius: 6px;
}

.form-box {
	background: #fff;
	color: #000;
	padding: 25px;
	border-radius: 10px;
}

.btn-enquire {
	background: #055834;
	color: #fff;
	width: 100%;
}

/* ========== HEADER ============ */
.project-logo {
	height: 50px;
	border-radius: 10px;
}

.navbar-toggler-icon {
	filter: contrast(.1);
}

.navbar {
	background-color: #000;
}

.navbar-brand {
	color: var(--text-color);
	font-weight: bold;
	font-size: 1.5rem;
}

.navbar-brand:hover {
	color: var(--primary-color);
}

.navbar-nav .nav-link {
	color: #fff;
	margin-right: 1rem;
}

.call-button {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid #fff;
}

.call-button a {
	color: #fff;
	font-family: 'MontserratBold';
	letter-spacing: 1px;
}

.call-button i {
	margin-right: 5px;
}

.call-button:hover {
	background-color: #5a6825;
	color: white;
}

/* =============BANNER ========= */


.greens {
	background-color: var(--primary-color);
}

.b-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
}

.un_lists {
	padding: 0;
}

.un_lists li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	padding: 7px 15px;
	border-radius: 10px;
	box-shadow: 0 2px 5px -2px;
	background: #0000007d;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.un_lists li img {
	width: 24px;
	border: 1px solid #b09677;
	border-radius: 50%;
	padding: 3px;
	margin-right: 10px;
}

.starting_price {
	background: var(--primary-color);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #fff;
	font-size: 25px;
}

.banner-size-detail {
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 14px;
	display: inline-block;
}

.form-box h5 {
	border: 1px solid #ffffff59;
	padding: 10px;
	margin-bottom: 15px;
	color: var(--primary-color);
	background-color: #eee;
}

.form-box {
	padding: 28px 42px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 12px 26px;
	width: 364px;
	background-color: rgb(255 255 255 / .2);
	backdrop-filter: blur(10px);
	border-radius: 15px;
}

.form-box input {
	margin-bottom: 15px;
	border-radius: 10px;
}

/* .form-box input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--secondary-color);
	background-color: transparent;
} */

.btn-enquire {
	width: 70%;
	border: 1px solid #fff;
	display: block;
	margin: auto;
	border-radius: 50px;
	padding: 10px 20px;
	font-family: 'MontserratBold';
	color: #fff;
	background: var(--primary-color);
}

.btn.btn-enquire:hover {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid #fff;
}

.call_button {
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'MontserratBold';
	color: #000;
}

.form-control::placeholder {
	color: #414141 !important;
	opacity: 1;
}

form.contactform .form-control {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

form.contactform .form-control::placeholder {
	color: #414141;
}

form.contactform .form-control:focus {
	color: #414141;
	background-color: transparent;
	border-color: #25d366;
	box-shadow: none;
	outline: none;
}

/* ========== ABOUT ========= */
.about-section {
	padding: 60px 0;
	background-image: url(../image/background-image.jpg);
	background-size: cover;
}

.about-img {
	border-radius: 12px;
	overflow: hidden;
}

.about-img img {
	border: 1px solid #ddd;
}

.about-text h2 {
	font-weight: 700;
}

.about-text p {
	color: #333;
	line-height: 1.6;
	text-align: justify;
}

.btn-custom {
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.btn-custom:hover {
	background-color: #444;
	color: #fff;
}

a.btn.btn-custom.brochure {
	margin-top: 20px;
	border-radius: 0;
	padding: 10px 20px;
	background: var(--primary-color);
	border: 1px solid #fff;
	border-radius: 50px;
	width: 100%;
}

.heading {
	margin-bottom: 15px;
	color: #000;
	display: block;
}

.title small {
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 3px;
	display: block;
	margin-bottom: 5px;
	font-size: .75rem;
	font-family: 'MontserratBold';
}

/* ============== AMENITIES =========== */
.amenities-section {
	padding: 60px 0;
	background: #fafaf0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.amenity_box {
	border: 1px solid var(--primary-color);
	text-align: center;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.amenity_ttle h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	color: var(--primary-color);
}

.amenity-box {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px 0;
	margin-bottom: 20px;
}

.amenity_lists {
	height: 400px;
	overflow-y: scroll;
}

.amenity_img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 50px 50px 0 0;
}

.amenity-box img {
	margin-bottom: 10px;
}

.amenities-section h2 {
	font-weight: 700;
	margin-bottom: 15px;
}

.amenities-section p {
	color: #555;
	margin-bottom: 0px;
}

.amenity-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 16px;
	color: #555;
}

.amenity-item i {
	color: #0dba4b;
	font-size: 18px;
	margin-right: 10px;
}

.amenity-item img {
	margin-right: 10px;
}

/* ============= MASTER PLAN =========== */
.master_plans {
	padding: 40px 0;
	background-image: url(../image/background-image.jpg);
	background-size: cover;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.thumb-img {
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
}

/* ============= LOCATION ========= */
.location-section {
	padding: 40px 0;
}

.lists {
	padding: 0;
	list-style: none;
}

.lists li {
	line-height: 2.5;
}

.location-img img {
	border-radius: 15px;
}

/* ========= KEYPOINTS ========= */
.keypoints-section {
	padding: 60px 0;
}

.key_box {
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.key_box img {
    height: 40px;
}

.h-title {
	font-size: 16px;
	margin-top: 20px;
	color: #333;
	font-family: 'Poppins';
	text-transform: capitalize;
}

/* =========== PRICE ========== */
.unit-card {
	border-radius: 18px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
	padding: 30px 25px;
	height: 100%;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.badge-custom {
	border: 1px solid #0f4c4c;
	color: #0f4c4c;
	padding: 6px 14px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}

.price {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
	color: #000;
	text-transform: uppercase;
}

.size-row {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #ccc;
	padding-top: 12px;
	margin-top: 12px;
	font-size: 15px;
}

.btn-enquire {
	background: #0f4c4c;
	color: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	margin-top: 20px;
	border: 1px solid darkgoldenrod;
}

.btn-enquire:hover {
	background: #0b3a3a;
	color: #fff;
}

.project_price {
	padding: 60px 0;
}

/* ======= LOCATION MAP ========= */
.location-section {
	background: #fafaf0;
}

.location-tag {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #2f6d6d;
}

.location-title {
	font-weight: 700;
	margin: 8px 0 25px;
}

.location-list li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	font-size: 16px;
}

.location-list li img {
	border: 1px solid #ddd;
	margin-right: 10px;
}

.map-card {
	border: 4px solid #2f6d6d;
	border-radius: 22px;
	padding: 10px;
	background: #fff;
}

.map-card img {
	width: 100%;
	border-radius: 16px;
}

@media(max-width:991px) {
	.map-card {
		margin-top: 30px;
	}
}

/* ============== UPDATED FLOOR PLAN =========== */
.floor-title small {
	letter-spacing: 2px;
	color: #0f4c4c;
	font-weight: 600;
}

.floor-title h2 {
	font-weight: 700;
	margin-top: 6px;
}

.floor-card {
	border: 1.5px solid #2f6d6d;
	border-radius: 20px;
	padding: 15px;
	background: #f6fbff;
	position: relative;
	height: 100%;
}

.plan-label {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--primary-color);
	color: #fff;
	padding: 6px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}

.floor-img {
	background: #ffffff;
	border-radius: 14px;
	padding: 12px;
	height: 100%;
}

.floor-img img {
	width: 100%;
	border-radius: 12px;
	filter: blur(2px);
}

.view-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	border: 1px solid #2f6d6d;
	color: #000;
	padding: 8px 30px;
	border-radius: 10px;
	font-weight: 600;
}

.view-btn:hover {
	background: #2f6d6d;
	color: #fff;
}

.floor-card-wrap {
	position: relative;
	padding-bottom: 60px;
}

/* ========== GALLERY ========== */
.gallery-section {
	padding: 50px 0;
}

.gallery-img {
	cursor: pointer;
	border-radius: 8px;
	transition: 0.3s;
	height: 350px;
	object-fit: cover;
	margin-top: 20px;
	position: relative;
	z-index: -2;
	margin-bottom: 20px;
	filter: brightness(0.7);
}

.img-title {
	text-align: center;
	display: block;
	margin-top: -55px;
	color: #fff;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* ========= FLOOR PLAN ========= */
.floor_plans {
	background-image: url(../image/background-image.jpg);
	background-size: cover;
	padding: 60px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.floorplan {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
	border: 5px solid #ddd;
}

.master_plan {
	position: relative;
}

.master_plan img {
	filter: blur(4px);
	border: 1px solid #000;
	width: 100%;
}

.floorplan img {
	filter: blur(2px);
	width: 100%;
}

.floorplan img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	transition: transform 0.4s ease;
}

.floorplan:hover img {
	transform: scale(1.05);
}

.floorplan-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--primary-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: center;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* ========= FOOTER ========== */
.disclaimer-section {
	background: url('../image/footer-bg.jpg') no-repeat center center/cover;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px 20px;
	color: #fff;
}

.disclaimer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 69%);
	z-index: 1;
}

.disclaimer-content {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border-radius: 12px;
	padding: 30px;
	max-width: 800px;
	text-align: center;
}

.disclaimer-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.disclaimer-content p {
	font-size: 1rem;
	line-height: 1.6;
}

.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 100px;
	right: 15px;
	background-color: var(--primary-color);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1055;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 25px;
	right: 25px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	animation: pulse 2s infinite;
}

.whatsapp-icon {
	width: 35px;
	height: 35px;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

.whatsapp-float:hover {
	transform: scale(1.05);
}

@media (max-width: 767px) {
 
	.container-fluid.container_pading {
		padding: 0 20px;
	}

	.banner .navbar {
		background: #fff;
	}

	.un_lists li {
		font-size: 14px;
		margin-bottom: 3px;
		padding: 5px 15px;
	}

	.banner-size-detail {
		font-size: 14px;
		margin-bottom: 3px;
	}

	.starting_price {
		font-size: 14px;
	}

	.form-box {
		margin: 0;
		width: 100%;
	}

	.banner-content {
		top: 80px;
	}

	.info-box p {
		margin-bottom: 10px;
	}

	.form-box.mt-4 {
		margin-top: 0 !important;
		padding: 15px;
	}

	.gallery-img {
		height: auto;
		filter: brightness(0.5);
	}

	.key_box img {
		height: 45px;
	}

	.h-title {
		font-size: 14px;
	}

	.key_box {
		padding: 10px;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.navbar-nav .nav-link {
    color: #000;
    margin-right: 1rem;
	}
}