* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Nunito", sans-serif;
}

body {
	background: #000;
	color: #fff;
}

/* TOP BAR */
/* TOP BAR */
.topbar {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px 60px;
	display: flex;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.35);
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 20;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

/* HEADER */
.header {
	position: absolute;
	width: 100%;
	padding: 40px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
}

/* LEFT */
.left {
	display: flex;
	align-items: center;
	gap: 30px;
}

/* MENU BUTTON */
.menu-btn {
	display: none;
	font-size: 22px;
	cursor: pointer;
	color: #fff;
}

/* NAV */
.nav {
	display: flex;
}

.nav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

/* LOGO */
.logo {
	text-align: center;
	font-size: 26px;
	letter-spacing: 4px;
	color: #fff;
}

.logo span {
	display: block;
	font-size: 10px;
	color: #d6b36a;
}

/* RIGHT */
.right {
	display: flex;
	align-items: center;
	gap: 25px;
}

.availability {
	border: 1px solid #d6b36a;
	padding: 10px 22px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 900px) {
	.topbar {
		display: none;
	}

	.menu-btn {
		display: block;
	}

	.right {
		display: none;
	}

	/* NAV DROPDOWN */
	.nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.95);
		flex-direction: column;
		padding: 20px 0;
		display: none;
	}

	.nav a {
		padding: 15px 60px;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	/* ACTIVE STATE */
	.nav.active {
		display: flex;
	}

	.header {
		position: absolute;
		width: 100%;
		padding: 3px 18px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 20;
	}
}

/* HERO */
.hero {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.2s ease;
}

.slide.active {
	opacity: 1;
}

.overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.hero-text {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}

.hero-text p {
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 25px;
	color: #d6b36a;
	font-weight: bold;
}

.hero-text h1 {
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.2;
	font-family: "Playfair Display", serif;
}

/* BOOKING BAR */
.booking {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr auto;
	gap: 15px;
	padding: 18px;
	border: 1px solid #d6b36a;
	background: rgba(0, 0, 0, 0.45);
	z-index: 2;
	width: 90%;
}

.booking label {
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}

.booking input,
.booking select {
	width: 100%;
	padding: 8px;
	background: transparent;
	border: 1px solid #777;
	color: #fff;
}

.booking option {
	color: #000;
}

.booking button {
	background: #d6b36a;
	border: none;
	padding: 0 30px;
	font-size: 13px;
	cursor: pointer;
}

/* MOBILE */
@media (max-width: 900px) {
	.nav,
	.right {
		display: none;
	}

	.hero-text {
		position: absolute;
		top: 28%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		z-index: 2;
	}

	.hero-text h1 {
		font-size: 25px;
	}

	.booking {
		grid-template-columns: 1fr;
		width: 90%;
	}
	.topbar {
		display: none;
	}
	.booking button {
		height: 40px;
	}
}

/*----------------------------------- About Us section css ---------------------------------------*/
.luxury-section {
	background: black;
	padding: 120px 80px;
	color: #fff;
}

.luxury-wrap {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

/* LEFT IMAGES */
.luxury-images {
	position: relative;
}

.img-main {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.img-overlap {
	position: absolute;
	bottom: -60px;
	right: -60px;
	width: 280px;
	height: 360px;
	object-fit: cover;
	border: 10px solid #111;
}

/* RIGHT CONTENT */
.luxury-content .sub-title {
	font-size: 12px;
	letter-spacing: 3px;
	color: #c8a46e;
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
}

.luxury-content h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	color: white;
	font-family: "Playfair Display", serif;
}

.luxury-content p {
	font-size: 15px;
	line-height: 1.9;
	color: white;
	max-width: 520px;
	text-align: justify;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.luxury-wrap {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.img-overlap {
		right: 0;
	}
}

@media (max-width: 576px) {
	.luxury-section {
		padding: 80px 20px;
	}

	.luxury-content h2 {
		font-size: 30px;
	}

	.img-main {
		height: 360px;
	}

	.img-overlap {
		position: static;
		width: 100%;
		height: 260px;
		margin-top: 20px;
		border: none;
	}
}

/* Video Section Structure Css */
.video-hero {
	position: relative;
	max-width: 100%;
	height: 450px;
	overflow: hidden;
}

.video-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: none;
	font-size: 28px;
	background: #d6b36a;
	color: #1f1b16;
	cursor: pointer;
}

/* MODAL */
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.video-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-box {
	position: relative;
	width: 80%;
	max-width: 800px;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
}

.video-box video {
	width: 100%;
	height: auto;
}

.video-box .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
}

/* Room Section Structure Css */
.eco-lodging {
	padding: 100px 60px;
	background: #fff;
}

.eco-heading {
	text-align: center;
	margin-bottom: 60px;
}

.eco-heading span {
	font-size: 12px;
	letter-spacing: 2px;
	color: #f5a243;
	font-weight: bold;
}

.eco-heading h2 {
	font-family: "Playfair Display", serif;
	font-size: 38px;
	font-weight: 400;
	margin-top: 10px;
	color: black;
}

/* FOUR IN A ROW */
.eco-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

/* CARD */
.eco-card {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.eco-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s ease;
}

.eco-card:hover img {
	cursor: pointer;
	transform: scale(1.05);
}

/* OVERLAY */
.eco-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	color: #fff;
}

.eco-overlay h3 {
	font-family: "Playfair Display", serif;
	font-size: 18px;
}

.eco-overlay a {
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 6px;
	text-decoration: none;
	color: white;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.eco-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.eco-row {
		grid-template-columns: 1fr;
	}

	.eco-lodging {
		padding: 70px 20px;
	}

	.eco-heading h2 {
		font-size: 28px;
	}
}

/*--------------------------------- Events And Restaurant Section css -------------------------------*/
.dual-banner {
	padding: 60px 60px;
	background: #000;
}
.dual-banner span {
	font-size: 12px;
	letter-spacing: 2px;
	color: #f5a243;
	font-weight: bold;
}

.dual-banner p {
	text-align: center;
	color: white;
	margin-top: 10px;
}
.banner-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.banner-card {
	position: relative;
	overflow: hidden;
}

.banner-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

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

.banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 30px;
}

.banner-overlay h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.banner-overlay p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-bottom: 22px;
}

.banner-overlay .btns {
	border: 1px solid #fff;
	padding: 12px 28px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #d6b36a;
}

/* TABLET */
@media (max-width: 992px) {
	.banner-wrap {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* MOBILE */
@media (max-width: 576px) {
	.dual-banner {
		padding: 40px 20px;
	}

	.banner-overlay {
		padding: 20px;
	}
	.banner-overlay h2 {
		font-size: 25px;
	}
}

/* ==============================
   HOTEL SERVICES SECTION
================================ */

.hotel-services {
	padding: 100px 60px;
	background: #000;
	text-align: center;
}

/* HEADING */
.services-heading span {
	font-size: 12px;
	letter-spacing: 2px;
	color: #c8a46e;
	font-weight: 600;
}

.services-heading h2 {
	font-family: "Playfair Display", serif;
	font-size: 38px;
	font-weight: 400;
	margin: 10px 0 60px;
	color: #fff;
}

/* ==============================
   GRID
================================ */

.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* Desktop */
	gap: 30px;
	justify-items: center;
}

/* ==============================
   SERVICE CARD – CIRCLE
================================ */

.service-card {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: linear-gradient(145deg, #c8a46e, #b8945e);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.35s ease;
	cursor: pointer;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ICON – NO BACKGROUND */
.service-card i {
	font-size: 32px;
	color: #fff;
}

/* TITLE */
.service-card h4 {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin: 0;
}

/* HOVER EFFECT */
.service-card:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

/* ==============================
   TABLET VIEW (2 PER ROW)
================================ */

@media (max-width: 992px) {
	.hotel-services {
		padding: 80px 40px;
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.service-card {
		width: 150px;
		height: 150px;
	}
}

/* ==============================
   MOBILE VIEW (2 PER ROW)
================================ */

@media (max-width: 576px) {
	.hotel-services {
		padding: 70px 20px;
	}

	.services-heading h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.service-card {
		width: 135px;
		height: 135px;
	}

	.service-card i {
		font-size: 26px;
	}

	.service-card h4 {
		font-size: 10px;
	}
}

/*------------------------- Booking & Our Location Section css ------------------------------*/
.dual-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
}

.cta-box {
	position: relative;
	background-size: cover;
	background-position: center;
}

.cta-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.733);
	padding: 80px 70px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cta-sub {
	font-family: "Nunito", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
	margin-bottom: 20px;
}

.cta-overlay h2 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 25px;
}

.cta-overlay p {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	max-width: 420px;
	margin-bottom: 30px;
}

.cta-btn {
	width: fit-content;
	padding: 12px 28px;
	border: 1px solid #d6b36a;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2px;
	transition: 0.3s ease;
}

.cta-btn:hover {
	background: #d6b36a;
	color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.dual-cta {
		grid-template-columns: 1fr;
	}

	.cta-overlay {
		padding: 60px 40px;
	}

	.cta-overlay h2 {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.cta-overlay {
		padding: 50px 25px;
	}

	.cta-overlay h2 {
		font-size: 26px;
	}
}

/*--------------------------- Footer Section Css ----------------------------*/
.lux-footer {
	background: #121212; /* soft black */
	color: #ccc;
	font-family: "Lato", sans-serif;
}

/* TOP */
.footer-top {
	max-width: 1300px;
	margin: auto;
	padding: 90px 60px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 60px;
}

.footer-col h3 {
	font-family: "Playfair Display", serif;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.footer-col h4 {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}

.footer-col p {
	font-size: 14px;
	line-height: 1.8;
	color: #aaa;
}

.footer-col ul {
	list-style: none;
	padding: 0;
}

.footer-col ul li {
	margin-bottom: 12px;
}

.footer-col ul li a {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}

.footer-col ul li a:hover {
	color: #d6b36a;
}

/* SOCIAL */
.footer-social {
	margin-top: 25px;
	display: flex;
	gap: 14px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	border: 1px solid #2a2a2a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d6b36a;
	transition: 0.3s;
	text-decoration: none;
}

.footer-social a:hover {
	background: #d6b36a;
	color: #000;
}

/* BOTTOM */
.footer-bottom {
	border-top: 1px solid #1f1f1f;
	padding: 20px 60px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #888;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.footer-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 576px) {
	.footer-top {
		grid-template-columns: 1fr;
		padding: 70px 25px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}

/*------------------------ Room Pages Css the name of pages is room.php  ---------------------*/
.rooms-section {
	background: #141414; /* soft black */
	padding: 100px 60px;
	color: #ddd;
}

/* ROW */
.room-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	margin-bottom: 100px;
}

.room-row.reverse {
	direction: rtl;
}

.room-row.reverse > * {
	direction: ltr;
}

/* IMAGE */
.room-img img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

/* CONTENT */
.room-content h2 {
	font-family: "Playfair Display", serif;
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.room-content p {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #bbb;
	max-width: 520px;
	margin-bottom: 30px;
}

/* AMENITIES */
.amenities {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 30px;
}

.amenities li {
	font-size: 14px;
	color: #ccc;
	display: flex;
	align-items: center;
	gap: 10px;
}

.amenities i {
	color: #d6b36a;
}

.view-details-btn {
	display: inline-block;
	margin-top: 35px;
	padding: 12px 28px;
	border: 1px solid #d6b36a;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2px;
	transition: 0.3s ease;
}

.view-details-btn:hover {
	background: #d6b36a;
	color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.room-row {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.room-img img {
		height: 320px;
	}
}

@media (max-width: 576px) {
	.rooms-section {
		padding: 70px 20px;
	}

	.room-content h2 {
		font-size: 28px;
	}

	.amenities {
		grid-template-columns: 1fr;
	}
}

/*---------------------- subscribe Section in room.php pages Css --------------------*/
.subscribe-section {
	background: #ffffff;
	padding: 110px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subscribe-box {
	max-width: 650px;
	width: 100%;
	text-align: center;
}

/* TEXT */
.subscribe-sub {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
	font-weight: bold;
}

.subscribe-box h2 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 400;
	color: #111;
	margin: 15px 0 20px;
}

.subscribe-box p {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 45px;
}

/* FORM */
.subscribe-form {
	display: flex;
	justify-content: center;
	gap: 12px;
	max-width: 520px;
	margin: 0 auto;
}

.subscribe-form input {
	flex: 1;
	padding: 14px 18px;
	border: 1px solid #ddd;
	font-size: 14px;
	outline: none;
}

.subscribe-form button {
	padding: 14px 28px;
	background: #111;
	color: #fff;
	border: none;
	font-size: 13px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: 0.3s ease;
}

.subscribe-form button:hover {
	background: #d6b36a;
	color: #000;
}

/* RESPONSIVE */
@media (max-width: 576px) {
	.subscribe-box h2 {
		font-size: 28px;
	}

	.subscribe-form {
		flex-direction: column;
	}

	.subscribe-form button {
		width: 100%;
	}
}

/*------------------------------ Map & Hotel Address Section Css --------------------------*/
.map-reservation {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	background: #0f0f0f; /* soft black */
	min-height: 520px;
}

/* MAP */
.map-box iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* INFO BOX */
.reservation-box {
	padding: 80px 70px;
	color: #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #121212;
	border: 2px solid #d6b36a;
}

.res-sub {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
	margin-bottom: 15px;
}

.res-sub.mt {
	margin-top: 35px;
}

.reservation-box h2 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.reservation-box h3 {
	font-family: "Playfair Display", serif;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}

.res-info {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #aaa;
}

/* SOCIAL */
.res-social {
	display: flex;
	gap: 14px;
	margin-top: 30px;
}

.res-social a {
	width: 38px;
	height: 38px;
	border: 1px solid #2a2a2a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d6b36a;
	transition: 0.3s;
	text-decoration: none;
}

.res-social a:hover {
	background: #d6b36a;
	color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.map-reservation {
		grid-template-columns: 1fr;
	}

	.map-box {
		height: 350px;
	}

	.reservation-box {
		padding: 60px 40px;
	}
}

@media (max-width: 576px) {
	.reservation-box {
		padding: 50px 25px;
	}

	.reservation-box h2 {
		font-size: 28px;
	}
}

/*---------------------------- Travel Time Section Css ------------------------*/
.travel-time {
	position: relative;
	padding: 120px 20px;
	background: url("https://hblimg.mmtcdn.com/content/hubble/img/ranchi/mmt/activities/m_activities_ranchi_patratu_valley_l_382_442.jpg")
		center/cover no-repeat;
	color: #fff;
}

/* DARK OVERLAY */
.travel-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

/* CONTENT */
.travel-content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.travel-sub {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
}

.travel-content h2 {
	font-family: "Playfair Display", serif;
	font-size: 44px;
	font-weight: 400;
	margin: 20px 0 70px;
}

/* GRID */
.travel-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.travel-item h4 {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.travel-item .time {
	font-family: "Playfair Display", serif;
	font-size: 64px;
	color: #d6b36a;
}

.travel-item span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #ccc;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.travel-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.travel-content h2 {
		font-size: 34px;
	}
}

@media (max-width: 576px) {
	.travel-time {
		padding: 90px 20px;
	}

	.travel-content h2 {
		font-size: 28px;
	}

	.travel-item .time {
		font-size: 52px;
	}
}

/* ================= CONTACT SECTION ================= */
.contact-section {
	background: #111; /* soft black background */
	padding: 100px 60px;
}

/* MAIN WRAPPER */
.contact-wrapper {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}

/* LEFT FORM BOX */
.contact-form-box {
	border: 1px solid #d6b36a;
	padding: 60px 50px;
	color: #fff;
}

/* SMALL SUBTITLE */
.contact-subtitle {
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
	display: block;
	margin-bottom: 15px;
}

/* MAIN HEADING */
.contact-form-box h2 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
}

/* DESCRIPTION TEXT */
.contact-desc {
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #bbb;
	margin-bottom: 35px;
}

/* FORM INPUTS */
.contact-form-box input,
.contact-form-box textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #444;
	padding: 14px 15px;
	margin-bottom: 18px;
	color: #fff;
	font-size: 14px;
	outline: none;
}

/* PLACEHOLDER COLOR */
.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
	color: #888;
}

/* SUBMIT BUTTON */
.contact-form-box button {
	background: #bfa27a;
	border: none;
	padding: 14px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: 0.3s ease;
}

/* BUTTON HOVER */
.contact-form-box button:hover {
	background: #d6b36a;
}

/* RIGHT IMAGE */
.contact-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
	.contact-wrapper {
		grid-template-columns: 1fr;
	}

	.contact-image img {
		height: 380px;
	}
}

@media (max-width: 576px) {
	.contact-section {
		padding: 70px 20px;
	}

	.contact-form-box {
		padding: 40px 25px;
	}

	.contact-form-box h2 {
		font-size: 28px;
	}
}

/* ================= TESTIMONIALS ================= */
.testimonial-section {
	position: relative;
	padding: 120px 20px;
	background: url("https://images.unsplash.com/photo-1512918728675-ed5a9ecdebfd")
		center/cover no-repeat;
	color: #fff;
	text-align: center;
}

.testimonial-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.testimonial-container {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: auto;
}

.test-sub {
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
}

.testimonial-container h2 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 400;
	margin: 15px 0 50px;
}

.testimonial-slide {
	display: none;
	animation: fade 1s ease;
}

.testimonial-slide.active {
	display: block;
}

.testimonial-slide p {
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	line-height: 1.9;
	color: #eee;
	margin-bottom: 25px;
}

.stars {
	color: #d6b36a;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.testimonial-slide h4 {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	margin-bottom: 5px;
}

.testimonial-slide span {
	font-size: 13px;
	color: #bbb;
}

/* DOTS */
.testimonial-dots {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.testimonial-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #d6b36a;
	cursor: pointer;
}

.testimonial-dots span.active {
	background: #d6b36a;
}

/* ANIMATION */
@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* RESPONSIVE */
@media (max-width: 576px) {
	.testimonial-container h2 {
		font-size: 28px;
	}

	.testimonial-slide p {
		font-size: 14px;
	}
}

/* ================= RESTAURANT PAGES CSS THE NAME OF PAGES IS RESTAYRANT.PHP SECTION ================= */
.restaurant-section {
	background: #fff;
	color: #111;
	padding: 110px 0 0;
}

/* CONTENT */
.restaurant-content {
	max-width: 900px;
	margin: 0 auto 70px;
	text-align: center;
	padding: 0 20px;
}

.res-subtitle {
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
	text-transform: uppercase;
	font-weight: bold;
}

.restaurant-content h2 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 400;
	margin: 15px 0 25px;
}

.restaurant-content p {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	line-height: 1.9;
	color: #666;
	margin-bottom: 15px;
}

/* IMAGE */
.restaurant-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
	.restaurant-content h2 {
		font-size: 32px;
	}

	.restaurant-image img {
		height: 420px;
	}

	.restaurant-image {
		padding: 10px 30px;
	}
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
	.restaurant-section {
		padding-top: 80px;
	}

	.restaurant-content h2 {
		font-size: 26px;
	}

	.restaurant-image {
		padding: 10px 20px;
	}

	.restaurant-image img {
		height: 300px;
	}
}

/* ================= MENU SECTION ================= */
.menu-section {
	background: #121212; /* soft black */
	padding: 110px 20px;
	color: #fff;
	text-align: center;
}

/* HEADING */
.menu-heading span {
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
}

.menu-heading h2 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 400;
	margin: 15px 0 50px;
}

/* TABS */
.menu-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 50px;
}

.menu-tabs .tab {
	background: none;
	border: 1px solid #333;
	color: #fff;
	padding: 10px 22px;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 2px;
	transition: 0.3s;
}

.menu-tabs .tab.active,
.menu-tabs .tab:hover {
	background: #d6b36a;
	color: #000;
}

/* ITEMS GRID */
.menu-items {
	max-width: 1100px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

/* ITEM CARD */
.menu-card {
	padding: 30px;
	border-radius: 10px;
	transition: 0.3s;
}

.menu-card:hover {
	transform: translateY(-6px);
}

/* IMAGE */
.menu-card img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}

/* TEXT */
.menu-card h4 {
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 8px;
}

.menu-card .price {
	color: #d6b36a;
	font-size: 16px;
	margin-bottom: 10px;
}

/* STARS */
.stars {
	color: #d6b36a;
	font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.menu-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.menu-items {
		grid-template-columns: 1fr;
	}

	.menu-heading h2 {
		font-size: 28px;
	}
}

/* ================= CHEF SPECIAL ================= */
.chef-special {
	position: relative;
	padding: 140px 20px;
	background: url("https://images.unsplash.com/photo-1544025162-d76694265947")
		center/cover no-repeat;
	color: #fff;
	text-align: center;
}

/* OVERLAY */
.chef-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

/* CONTENT */
.chef-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: auto;
}

.chef-content span {
	font-size: 12px;
	letter-spacing: 3px;
	color: #d6b36a;
}

.chef-content h2 {
	font-family: "Playfair Display", serif;
	font-size: 44px;
	font-weight: 400;
	margin: 20px 0 25px;
}

.chef-content p {
	font-size: 16px;
	line-height: 1.9;
	color: #ddd;
	margin-bottom: 40px;
}

/* BUTTON */
.chef-btn {
	display: inline-block;
	padding: 14px 34px;
	border: 1px solid #d6b36a;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2px;
	transition: 0.3s ease;
}

.chef-btn:hover {
	background: #d6b36a;
	color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.chef-content h2 {
		font-size: 30px;
	}

	.chef-special {
		padding: 100px 20px;
	}
}

/*---------------------------- Room categories section css for show room details --------------------------*/
.room-details {
	padding: 80px 0;
	background: #000;
	color: #fff;
	text-align: center;
}

/* ROOM TITLE */
.room-title {
	font-size: 34px;
	font-family: "Playfair Display", serif;
	color: white;
	margin-bottom: 30px;
}

/* IMAGES */
.room-images {
	width: 80%;
	margin: 0 auto 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
}

.room-images img {
	width: 100%;
	object-fit: cover;
	border: 1px solid rgba(196, 154, 108, 0.4);
}

/* AMENITIES */
.room-amenities {
	width: 80%;
	margin: 0 auto 40px;
	text-align: left;
}

.room-amenities h3 {
	color: #c49a6c;
	margin-bottom: 25px;
	text-align: center;
	color: white;
	letter-spacing: 1px;
}

.room-amenities ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 12px;
	letter-spacing: 1px;
}

.room-amenities li {
	font-size: 15px;
}

.room-amenities i {
	color: #c49a6c;
	margin-right: 8px;
}

/* OVERVIEW */
.room-overview {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.room-overview h3 {
	color: white;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}

.room-overview p {
	line-height: 1.8;
	color: #ddd;
	text-align: justify;
	letter-spacing: 1px;
}

/*--------------------------------------- House Rule Section Css ---------------------------*/
.house-rules {
	background: #000;
	color: #fff;
	padding: 30px 10%;
}

.house-rules h2 {
	text-align: center;
	font-size: 34px;
	color: white;
	margin-bottom: 50px;
}

.rules-box {
	max-width: 900px;
	margin: 0 auto;
}

.rule-row {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 30px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rule-title {
	font-weight: 600;
	color: #fff;
}

.rule-value {
	color: #ccc;
	line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
	.rule-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.rule-title {
		color: #c49a6c;
	}

	.rule-value {
		text-align: justify;
	}
}
