/* Preloader Css */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Or dark: #111 */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #c39b6c; /* Golden shade */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}

body {
	font-family: "Questrial", sans-serif;
}
.navbar {
	background-color: #000;
}
.navbar-nav .nav-link {
	color: white;
	font-size: 16px;
	font-weight: 500;
}

.navbar-toggler-icon {
	background-image: none; /* Remove default icon */
	height: 22px;
	position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #b18a4a; /* Change this to your desired color */
	transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
	top: 0;
}

.navbar-toggler-icon span {
	top: 50%;
	transform: translateY(-50%);
}

.navbar-toggler-icon::after {
	bottom: 0;
}

.navbar-nav .nav-link:hover {
	color: #b18a4a;
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown-toggle::after {
	content: " \25BC";
	font-size: 0.5rem;
	margin-left: 5px;
}

.dropdown-menu {
	border: none;
	border-top: 2px solid #b18a4a;
	border-radius: 0;
	padding: 1rem 2rem;
	background-color: #fff;
}

.megamenu {
	width: 100%;
	left: 0;
	right: 0;
	display: none;
}

.dropdown.megamenu:hover .dropdown-menu {
	display: block;
}

.dropdown-menu.megamenu .row > div {
	padding: 0.5rem 1rem;
}

.navbar-brand {
	font-weight: bold;
	color: #b18a4a;
	font-size: 1.3rem;
}

.reserve-btn {
	background-color: #b18a4a;
	color: white;
	font-weight: bold;
	padding: 0.6rem 1.5rem;
	font-size: 14px;
	border: none;
	letter-spacing: 1px;
}

.reserve-btn:hover {
	background-color: #b18a4a;
	color: white;
}

.navbar-brand img {
	max-height: 60px;
}

@media (max-width: 991.98px) {
	.offcanvas-header {
		font-family: "Playfair Display", serif;
		font-size: 1.2rem;
	}

	.dropdown-menu {
		position: static !important;
		border-top: none;
	}
}

/* Banner Section */
.banner-section {
	position: relative;
	overflow: hidden;
}

.banner-imges {
	height: 85vh;
	object-fit: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.custom-indicators {
	position: absolute;
	left: 35%;
	transform: translateX(-50%);
	display: flex;
}

.custom-indicators button {
	width: 14px;
	height: 16px;
	background-color: #000;
	border: 2px solid #000;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.custom-indicators button.active,
.custom-indicators button:hover {
	background-color: #b18a4a;
	opacity: 1;
}

@media (max-width: 768px) {
	.banner-imges {
	height: 55vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
}

@media (max-width: 768px) {
	.taj-award {
		padding: 10px;
	}
}

/* mangalam_lounge Pages Css */
.page-banner {
	height: 90vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-slide {
	height: 90vh;
	background-size: cover;
	background-position: center;
}

.banner-item {
	display: none;
	transition: opacity 0.5s ease;
}

.banner-item.active {
	display: block;
}

@media (max-width: 768px) {
	.page-banner {
		height: 45vh;
	}

	.banner-slide {
		height: 60vh;
	}
}

/* Contact us Pages css */
.tab-btn {
	background-color: #ded1ad;
	border: none;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	padding: 10px 25px;
	color: #333;
	border-radius: 0;
}

.tab-btn.active {
	background-color: #bca164;
	color: white;
}

.form-input {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	padding-left: 35px;
	background: transparent;
}

.form-input:focus {
	border-color: #bca164;
	outline: none;
	box-shadow: none;
}

.form-label {
	position: absolute;
	top: -12px;
	left: 35px;
	font-size: 14px;
	color: #999;
	background: white;
	padding: 0 4px;
}

.form-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #bca164;
}
.golden-btn {
	background-color: #bca164; /* Rich gold */
	color: #fff;
	padding: 12px 40px;
	font-family: "Playfair Display", serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out;
}

.golden-btn:hover {
	background-color: #a78c4f;
	color: #fff;
	box-shadow: 0 2px 10px rgba(188, 161, 100, 0.3);
}

.text-brown {
	color: #a78c4f;
	font-size: 20px;
}

@media (max-width: 576px) {
	.golden-btn {
		width: 80%;
	}
}
.contact-coordinates-section iframe {
	width: 100%;
	height: 400px;
}
.contact-coordinates-section p {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "Questrial", sans-serif;
}
.coordinates-wrapper {
	padding: 35px;
}
@media (max-width: 768px) {
	.coordinates-wrapper {
		padding: 15px;
	}
}
.other-inquiries-section {
	background-color: #f9f8f6;
	font-family: "Questrial", sans-serif;
}

.section-title {
	font-family: "Playfair Display", serif;
	color: #444;
	font-size: 2rem;
	border-bottom: 1px solid #d8caaa;
	display: inline-block;
	padding-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-inquiries-section i {
	color: #7c7c7c;
}

.other-inquiries-section h6 {
	margin-top: 10px;
	font-size: 16px;
	color: #555;
}

.other-inquiries-section p {
	font-size: 16px;
	margin-bottom: 0;
}

/* Home Page Css  */
.taj-branding {
	padding: 40px 20px;
	position: relative;
}

.taj-heading {
	font-family: "Cinzel", "Palatino Linotype", serif;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin: 20px 0;
	color: #bca164;
}

.imperial-heading {
	font-family: "Cinzel", "Palatino Linotype", serif;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin: 20px 0;
	align-items: center;
}
.taj-heading::before,
.taj-heading::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #444;
	vertical-align: middle;
	margin: 0 15px;
	color: #bca164;
}

.taj-subtext {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #555;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.3;
}

/* Vatika Images Section */
.taj-award-banner {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Exclusivelly For U section */
.three-card-gallery {
	padding: 40px 0;
	background-color: #fff;
}

.card-gallery {
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.card-gallery img {
	width: 100%;
	/* height: 50vh; */
	display: block;
}

.card-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #bca164;
	padding: 15px 15px;
	box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.card-caption h5 {
	margin: 0 0 -5px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.card-captions h6 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	font-family: "Cinzel", "Palatino Linotype", serif;
}

/* Middle pages Banners */
.full-banner-section {
	width: 100%;
}

.banner-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px 20px;
	max-width: 90%;
	border-radius: 10px;
	text-align: left;
}

/* Marquess Css Below tha banner */
.ticker-wrapper {
	position: relative;
	white-space: nowrap;
}
.ticker {
	display: inline-block;
	animation: scrollText 20s linear infinite;
}
@keyframes scrollText {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Modals Forms Css */
.custom-input {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 10px 5px;
	background: transparent;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
}

.custom-input:focus {
	border-color: #b99752;
	box-shadow: none;
}

.custom-input-group input {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0;
	padding: 10px 5px;
	background: transparent;
}

.custom-input-group input:focus {
	border-color: #b99752;
	box-shadow: none;
}

.golden-check:checked {
	background-color: #b99752;
	border-color: #b99752;
}

/* event css */
.event-card {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.event-card img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.event-card:hover img {
	transform: scale(1.05);
}

.event-card .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
	.event-card .overlay {
		opacity: 1;
	}
	.taj-heading{
		font-size: 20px;
	}
	.taj-heading::before,
	.taj-heading::after {
		display: none;
	}
}
.event-card:hover .overlay {
	opacity: 1;
}

.event-title {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
 .page-banner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}

.banner-info h1.taj-heading {
  color: #000;
  font-size: 1.6rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9); /* white glow */
  margin: 0;
}

/* Fixed Btn And Calling Btn css */
.floating-btn {
	position: fixed;
	right: 15px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	text-decoration: none;
}

.whatsapp-btn {
	bottom: 70px;
	background-color: #25d366;
}

.call-btn {
	bottom: 20px;
	background-color: #007bff;
}
