* {
	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: #a45311;
	--secondary-color: #5a6825;
	--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: 50px;
}

.navbar {
	background-color: #fafaf0;
}

.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) no-repeat center center / cover;
    /* height: 100vh; */
	color: #fff;
	padding: 60px 0;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 54%);
}

.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: #00000061;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.banner-content {
	position: relative;
	z-index: 2;
}

.form-box h5 {
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 25px;
}

.form-box {
	padding: 28px 42px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 12px 26px;
	width: 364px;
	border: 1px solid #fff;
	background-color: rgb(29, 39, 46);
}

.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: var(--secondary-color);
	border: none;
	width: 100%;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: 'MontserratBold';
	color: #fff;
}

.btn.btn-enquire:hover {
	background: var(--primary-color);
}

.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; /* Text color white when typing */
  background-color: transparent; /* Optional – keeps background clear */
  border: 1px solid #fff; /* Optional – white border */
}

form.contactform .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7); /* White placeholder with slight opacity */
}

form.contactform .form-control:focus {
  color: #fff; /* Keep text white on focus */
  background-color: transparent;
  border-color: #25d366; /* Green highlight (WhatsApp color) */
  box-shadow: none; /* Remove default blue shadow */
  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: #444;
	line-height: 1.6;
}

.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: #a45311;
}

.heading {
	margin-bottom: 15px;
	color: #000;
}

/* ============== AMENITIES =========== */
.amenities-section {
	padding: 60px 0;
	background: #fafaf0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.amenities-section h2 {
	font-weight: 700;
	margin-bottom: 15px;
}

.amenities-section p {
	color: #555;
	margin-bottom: 30px;
}

.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;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.thumb-img {
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
}

/* ============= LOCATION ========= */
.location-section {
	background: #fafaf0;
    margin-top: 40px;
    padding: 40px 0;
}

.lists {
	padding: 0;
	list-style: none;
}

.lists li {
	line-height: 2.2;
}

.location-img img {
    border-radius: 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;
	border: 2px solid #ddd;
}

.modal-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

    /* ========= FLOOR PLAN ========= */
.floorplan {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
}

.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: rgba(0, 0, 0, 0.6);
	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;
}

/* Floating Button */
.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 */
.whatsapp-icon {
  width: 35px;
  height: 35px;
}

/* Pulse Animation */
@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);
  }
}

/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) { 

    .container-fluid.container_pading {
       padding: 0 20px;
    }
 }