* {
	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: #198754;
	--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;
}

.header {
	padding: 10px 0;
	border-bottom: 2px solid #00000054;
}

.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;
}

/* =============BANNER ========= */
.banner {
	position: relative;
	background: url(../image/banner-bg.jpg);
	color: #fff;
	padding: 120px 0;
	background-size: 100%, 100%;
	background-repeat: no-repeat;
}

.bg-colors {
	background: #bc6a42;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
}

.bg-colors:before {
	position: absolute;
	width: 6px;
	height: 100%;
	right: -1px;
	content: "";
	background: #bc6a42;
	top: 0;
	transform: rotate(5deg);
}

.greens {
	background-color: var(--primary-color);
}

.banner-content {
	position: relative;
	z-index: 2;
}

.form-box h5 {
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 25px;
}

.form-box {
	padding: 28px 30px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 12px 26px;
	width: 364px;
	background-color: #000000d4;
	border-radius: 15px;
}

.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: var(--secondary-color);
	background-color: transparent;
}

.btn-enquire {
	background: #fafaf0;
	border: none;
	width: 100%;
	padding: 10px 20px;
	font-family: "MontserratBold";
	color: #000;
}

.btn.btn-enquire:hover {
	background: var(--primary-color);
	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.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: #717e45;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
}

.heading {
	margin-bottom: 15px;
	color: #000;
	display: block;
}

.img-1 {
	background-image: url(../image/img-1.jpg);
	padding: 150px 0;
	background-position: center;
	background-size: 100%;
	background-attachment: fixed;
}

.img-2 {
	background-image: url(../image/img-2.jpg);
	padding: 150px 0;
	background-position: center;
	background-size: 100%;
	background-attachment: fixed;
	position: relative;
}

.img-2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, black, transparent);
	content: "";
	opacity: 0.5;
}

/* =========== CONFIGURATION ============ */

.btn-custom {
	background-color: #717e45;
	color: #fff;
	padding: 6px 18px;
}

.table-responsive {
	margin-top: 20px;
}

.btn-custom:hover {
	background-color: #717e45;
	color: #fff;
}

table th {
	font-weight: 600;
	background: #f8f9fa;
	font-family: "MontserratBold";
}

/* ============== AMENITIES =========== */
.amenities-section {
	padding: 60px 0;
	background: #fdfaf3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.amenity-box {
	text-align: center;
	border: 1px solid #717e45;
	border-radius: 15px;
	padding: 20px 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.amenity_img img {
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}

.amenity-box img {
	margin-bottom: 15px;
	width: 90px;
	height: 90px;
}

.amenities-section h2 {
	font-weight: 700;
	margin-bottom: 15px;
}

.amenities-section p {
	color: #333;
	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: #fcf9f4;
	border-bottom: 1px solid #ddd;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.thumb-img {
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
}

/* ============= LOCATION ========= */
.location-section {
	margin-top: 40px;
	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;
}

.key_lists {
	padding: 0;
	list-style: none;
}

.key_lists li {
	line-height: 2;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}

.key_lists li:before {
	background-image: url(../image/point.png);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.h-title {
	font-size: 16px;
	margin-top: 20px;
	color: #616161;
	font-family: "Poppins";
}

/* ========== 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.8);
}

.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: 100%;
	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;
	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: 768px) {
	.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;
	}
}

/* Desktops and up */
@media (max-width: 1024px) {
	.nav-link {
		color: #000 !important;
		margin-right: 10px;
		font-size: 14px;
	}

	.call-button a {
		letter-spacing: 0;
		font-size: 14px;
	}

	.call-button {
		padding: 5px;
	}
}