* {
	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;
}

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 ============ */
.panchsheel-logo {
	height: 30px;
}

.slider {
	position: relative;
}

/* White carousel arrows */
#amenitiesCarousel .carousel-control-prev-icon,
#amenitiesCarousel .carousel-control-next-icon {
	filter: brightness(0) invert(1);
}

/* Optional: make arrows a bit bigger */
#amenitiesCarousel .carousel-control-prev-icon,
#amenitiesCarousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
}

/* .banner-content img {
	width: auto;
}

.banner-content {
	position: absolute;
	top: 110px;
} */

.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;
}



/* =========== UPDATED SLIDER ============= */
.slider img {
	width: 100%;
}

#bannerenquiryform img {
	width: 20px;
}

.hero-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

/* BACKGROUND SLIDER */
#bgSlider,
.bg-slide {
	height: 100vh;
}

.bg-slide {
	background-size: cover;
	background-position: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 2;
}

.hero-content {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
}

.pill {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin-top: 10px;
	background-color: #125934;
}

.letter-space {
	letter-spacing: 2px;
}

/* MOBILE */
@media (max-width: 768px) {
	.hero-section,
  #bgSlider,
  .bg-slide {
		height: auto;
	}

	.banner-content {
		position: relative;
		top: 5px;
	}

	.hero-content {
		position: relative;
		padding: 60px 0;
	}

	.lead-form {
		margin-top: 30px;
	}
}

/* ============ End ========== */
.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;
	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: 10px;
	padding: 10px 20px;
	font-family: "MontserratBold";
	color: #000;
}

.btn.btn-enquire:hover {
	background: linear-gradient(135deg, #e2b85c, #7f5f1a);
	color: #fff;
}

.call_button {
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: "MontserratBold";
	color: #000;
}

.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 20px;
	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;
}

/* =========== Configuration ============ */
.pricing-section {
	padding: 40px 0;
}

.small-title {
	letter-spacing: 3px;
	color: #b89b4a;
	font-size: 14px;
	font-weight: 600;
}

.price-card {
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	height: 100%;
	margin-top: 15px;
}

.price-card .card-header {
	background: #0f3d2e;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 15px;
}

.price-card .card-body {
	padding: 30px 20px;
}

.label {
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
	font-weight: 600;
	margin-bottom: 8px;
}

.size-text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.price {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.price span {
	color: #b89b4a;
	font-size: 24px;
}

.price-btn {
	background: linear-gradient(135deg, #e2b85c, #816936);
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	text-transform: capitalize;
}

.price-btn:hover {
	color: #000;
}


/* ============= 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;
	position: relative;
	background-image: url(../image/bg-1.png);
	background-size: 30% 80%;
	border-bottom: 1px solid #ddd;
}

.location-section:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	content: "";
	background-size: 30% 80%;
	opacity: 0.9;
	border-top: 1px solid #ddd;
}

.location-section .container-fluid.container_pading {
	position: relative;
}

.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";
}

/* =========== AMENITY  ========= */

.amenities-section {
	background: #0f4d2f;
	padding: 80px 0;
	position: relative;
}

.amenities-section:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/bg-1.png);
	content: "";
	background-size: 30% 80%;
}

.amenities-section:after {
	content: "";
	position: absolute;
	border-inline-start: 2px solid rgb(104 177 143);
	border-bottom: 2px solid rgb(104 177 143);
	width: 150px;
	height: 150px;
	bottom: 10px;
	left: 100px;
}

.amenities-card {
	max-width: 900px;
	margin: auto;
	background: #fff;
}

.amenities-card img {
	height: 420px;
	object-fit: cover;
}

.amenities-title {
	background: linear-gradient(135deg, #e2b85c, #7f5f1a);
	background-image: linear-gradient(45deg, #987741, #f7ddaa, #987741);
	text-align: center;
	padding: 14px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.6px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(1);
}

/* MOBILE */
@media (max-width: 768px) {
	.amenities-card img {
		height: 240px;
	}

	.amenities-section {
		padding: 50px 15px;
	}
}
/* ========== 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;
	margin-top: -35px;
	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;
}

.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;
}

/* ========= 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 / 75%);
	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: 1024px; */
	text-align: center;
}

.disclaimer-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.disclaimer-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #ccc;
}

.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;
	}

	.img-1 {
		display: none;
	}

	.img-2 {
		display: none;
	}

	.keypoints-section {
		padding: 20px 0;
	}

	.about-section {
		padding: 20px 0;
	}

	.form-box {
		width: 100%;
		margin: 0;
	}

	.banner {
		padding-top: 220px;
		padding-bottom: 0;
	}

	.amenities-section:after {
		display: none;
	}

	.inquery_form {
		padding: 10px 0;
	}

	.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;
	}
}
/* 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;
	}
}