* {
	margin: 0;
	padding: 0;
	letter-spacing: 0.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: #055834;
	--secondary-color: #1d3a4a;
	--text-color: #333;
	--footer-bg: #0f1f17;
	--text-color: #a0a0a0;
	--accent-color: #d4af37;
 /* Gold accent for luxury feel */
	--border-color: #333;
}

a,
a:hover {
	text-decoration: none;
	color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MontserratBold", sans-serif;
}

body {
	font-family: "Poppins", sans-serif;
}

.container-fluid.container_pading {
	padding: 0 50px;
}

/* ========== HEADER ============ */


.header {
	padding: 10px 0;
	border-bottom: 1px solid #8b857e9c;
}

.navbar {
	background-color: #fff;
}

.navbar-brand {
	color: var(--text-color);
	font-weight: bold;
	font-size: 1.5rem;
}

.navbar-brand:hover {
	color: var(--primary-color);
}

.nav-link {
	color: #000 !important;
	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;
}


/* ============ End ========== */

/* ========== SLIDER ============ */
.banner-section {
	background: #e9f2e6;
    overflow: hidden;
}


.project_banner {
	overflow: hidden;
	margin: 5px 0;
}

.content-area small {
    display: block;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 100%;
}

.content-area {
	padding: 40px;
}

.title {
	font-size: 38px;
	font-weight: 700;
	color: #1f7a3f;
}

.subtitle {
	font-size: 18px;
	color: #555;
	margin-bottom: 20px;
}

.price {
	font-size: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #055834;
    padding: 5px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 5px;
}

.banner-logo {
	width: 250px;
	margin-bottom: 10px;
}

.divider {
	height: 1px;
	background: #cfcfcf;
	margin: 30px 0;
}

@media (max-width: 768px) {
	.content-area {
		padding: 25px;
	}

	.title {
		font-size: 28px;
	}

	.price {
		font-size: 20px;
	}
}

.inquery_form {
	background: #0f4d2f;
	padding: 80px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.inquery_form:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/bg-1.png);
	content: "";
	background-size: 30% 80%;
}

.inquery_form .container-fluid.container_pading {
	position: relative;
}

.form-box h5 {
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}

.form-box input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff !important;
	margin-bottom: 25px;
	border-radius: 0;
}

.form-box input:focus {
	outline: none;
	box-shadow: none;
	border-color: #b8944f;
	background-color: transparent;
}

.btn-enquire {
	background: #fafaf0;
	border: none;
	width: 100%;
	border-radius: 0;
	padding: 10px 20px;
	font-family: "MontserratBold";
	color: #000;
	position: relative;
	margin-top: -25px;
}

.btn.btn-enquire:hover {
	background: linear-gradient(135deg, #e2b85c, #7f5f1a);
	color: #fff;
}

.call_button {
	font-size: 20px;
	font-weight: 600;
	font-family: "MontserratBold";
	color: #000;
	background: linear-gradient(135deg, #e2b85c, #7f5f1a);
	background-image: linear-gradient(45deg, #987741, #f7ddaa, #987741);
	border: 1px solid #ddd;
	border-radius: 0;
	letter-spacing: 1.5px;
}

.form-control::placeholder {
	color: #ffffff !important;
	opacity: 1;
}

form.contactform .form-control {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

form.contactform .form-control::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

form.contactform .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #25d366;
	box-shadow: none;
	outline: none;
}

/* ========== ABOUT ========= */
.about-section {
	padding: 60px 0;
}

.about-img {
	border-radius: 12px;
	overflow: hidden;
}

.about-text h2 {
	font-weight: 700;
}

.about-text p {
	color: #333;
	line-height: 1.8;
	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 40px;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #000;
	background: linear-gradient(135deg, #e2b85c, #7f5f1a);
	background-image: linear-gradient(45deg, #987741, #f7ddaa, #987741);
}

.heading {
	margin-bottom: 15px;
	color: #000;
	display: block;
}

/* =========== FLOOR PLAN ============ */
.floor-plan-section {
      background: #f7faf8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.plan-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.plan-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.plan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
  transform: scale(1.05);
}

.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  background: linear-gradient(135deg, #e2b85c, #7f5f1a);
  background-image: linear-gradient(45deg, #987741, #f7ddaa, #987741);
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.view-btn:hover {
  background: #1f7a3f;
  color: #fff;
}

.plan-content {
  padding: 20px;
}

.plan-content h5 {
  font-size: 18px;
  font-weight: 600;
}

.plan-content h5 span {
  font-weight: 700;
}

.plan-content small {
  color: #777;
}

.note-text {
  font-size: 14px;
  color: #555;
}

/* Mobile */
@media (max-width: 576px) {
  .plan-image {
    height: 240px;
  }
}


/* ============= MASTER PLAN =========== */
.master_plans {
	padding: 40px 0;
	background: #eae7e0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

.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;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.location-map iframe {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border: 2px solid #6a6a6a;
    border-radius: 5px;
}

.lists {
	padding: 0;
	list-style: none;
}

.lists li {
	line-height: 2.5;
}

.location-img img {
	border-radius: 15px;
}

.location-text {
	padding: 0 40px;
}

.key_lists li b {
	float: right;
	color: #98752b;
}

/* ========= KEYPOINTS ========= */
.keypoints-section {
	padding: 60px 0;
	background: #edeae5;
	border-top: 1px solid #ddd;
}

.key_box {
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

.key_lists {
	padding: 0;
	list-style: none;
}

.key_lists li {
	line-height: 2;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.9px;
}

.key_lists li:before {
	background-image: url(../image/point.png);
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.h-title {
	font-size: 16px;
	margin-top: 20px;
	color: #616161;
	font-family: "Poppins";
}

/* =========== NEW AMENITIES  ========= */
.amenity-wrapper {
	position: relative;
	padding: 40px 0;
}

.amenity-card {
	text-align: center;
            /* border-right: 1px solid #f0f0f0; */
	padding: 20px 10px;
	transition: all 0.3s ease;
}

        /* Removes border from the last item on desktop */
@media (min-width: 992px) {
	.col-lg-2:last-child .amenity-card {
		border-right: none;
	}
}

.icon-box {
	background-color: #f8f8f8;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.icon-box i {
	font-size: 3.5rem;
	color: #555;
	font-weight: 100;
}

.amenity-title {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	font-weight: 400;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

        /* Navigation Arrows */
.nav-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	font-size: 2rem;
	color: #ccc;
	cursor: pointer;
	z-index: 10;
}

.nav-left {
	left: 10px;
}

.nav-right {
	right: 10px;
}

/* ======= PROJECT WALKTHROUGH ====== */
.project_video {
    padding: 50px 0;
}

        .ratio-16x9 {
            border-radius: 8px;
            overflow: hidden;
            background: #000;
        }

        .download-btn {
            background-color: #d4af37; 
            border: none;
            color: white;
            padding: 12px 25px;
            font-weight: 600;
            transition: 0.3s;
        }

        .download-btn:hover {
            background-color: #b8962d;
            color: #fff;
            transform: translateY(-2px);
        }

/* ========== 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;
	filter: brightness(0.7);
}

.img-title {
	text-align: center;
	display: block;
	color: #000;
	position: absolute;
	left: 66px;
	transform: translateX(50px);
	top: 50%;
	background: #ffffffcf;
	padding: 8px 30px;
	border-radius: 25px;
}

.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;
}

.floorplan img {
	filter: blur(2px);
}

.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;
}

/* =========== START UPDATED FOOTER =========== */
.site-footer {
	background-color: var(--footer-bg);
	color: var(--text-color);
	padding: 60px 20px 30px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}


.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
}

.rera-badge {
	border-left: 3px solid var(--accent-color);
	padding-left: 15px;
}

.rera-badge .label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.rera-link {
	color: var(--accent-color);
	text-decoration: none;
	font-weight: 500;
	border: 1px solid var(--accent-color);
	padding: 8px 15px;
	transition: 0.3s;
}

.rera-link:hover {
	background: var(--accent-color);
	color: #000;
}

.footer-divider {
	border: 0;
	border-top: 1px solid var(--border-color);
	margin: 20px 0;
}

.footer-content p {
	margin-bottom: 15px;
	text-align: justify;
}

.footer-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--border-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

.footer-nav a:hover {
	text-decoration: underline;
}

    /* Responsive adjustments */
@media (max-width: 768px) {
	.footer-top, .footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.rera-badge {
		border-left: none;
		border-top: 3px solid var(--accent-color);
		padding: 10px 0;
	}

	.footer-nav a {
		margin: 0 10px;
	}
}



.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;
	}

	.keypoints-section {
		padding: 20px 0;
	}

	.about-section {
		padding: 20px 0;
	}

	.form-box {
		width: 100%;
		margin: 0;
	}

	.amenities-section:after {
		display: none;
	}

	.inquery_form {
		padding: 10px 0;
		background: #011d0f;
	}

	.about-text h2 {
		font-size: 18px;
	}

	.heading {
		font-size: 18px;
	}

	.disclaimer-section {
		min-height: auto;
	}

	.disclaimer-content {
		background: transparent;
		padding: 0;
	}

	.location-text {
		padding: 0;
		margin-top: 30px;
	}

	.amenities-card img {
		height: 240px;
	}

	.amenities-section {
		padding: 50px 15px;
	}
	.img-title {
     left: -35px;
     top: 50%;
   }
   .location-map iframe {
     height: auto;
    }
	.form-box input {
     border: 1px solid #fff;
   }
}
/* Desktops and up */
@media (max-width: 1024px) {
	.nav-link {
		color: #000 !important;
		margin-right: 0px;
		font-size: 12px;
		letter-spacing: 0;
	}

	.call-button a {
		letter-spacing: 0;
		font-size: 14px;
	}

	.call-button {
		padding: 5px;
	}
}