﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search Box
7. Intro
8. Room
9. Facilities
10. Gallery
11. Newsletter
12. Contact
13. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');


/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 500;
	color: #717171;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(218,134,97,1);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #000;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.parallax_background::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* adjust darkness here */
		pointer-events: none;
	}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.section_title_container
{
	padding-top: 52px;
}
.section_title_container::after
{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 30px;
	background: #da8661;
	content: '';
}
.section_title_container_2
{
	padding-top: 52px;
}
.section_title_container_2::after
{
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 30px;
	background: #da8661;
	content: '';
}
.section_title h1
{
	color: #000;
}
.section_text
{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	font-size: 16px;
	font-weight: 500;
	color: #717171;
	line-height: 2.25;
}
.button
{
	width: 186px;
	height: 63px;
	background: #637496;
	text-align: center;
}
.button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.button:hover::before
{
	width: 100%;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 63px;
	text-transform: uppercase;
	z-index: 1;
}

/*********************************
3. Header
*********************************/

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

/* Header */
.header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
}

/* Logo */
.logo img {
	height: 48px;
	width: auto;
}

/* Navigation */
.main_nav ul {
	list-style: none;
	display: flex;
	gap: 32px;
	margin: 0;
	padding: 0;
}

	.main_nav ul li a {
		text-decoration: none;
		font-weight: 600;
		color: #222;
	}

	.main_nav ul li.active a {
		border-bottom: 2px solid #000;
	}

/* Desktop CTA */
.book_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 172px;
	height: 56px;
	padding: 0 26px;
	border-radius: 22px;
	background: #637496;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border: none;
	outline: none;
	transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.book_button a:hover {
	background: #51617f;
	color: #FFFFFF;
	box-shadow: 0 10px 24px rgba(99, 116, 150, 0.28);
}

/* Hamburger */
.hamburger {
	display: none;
	font-size: 22px;
	cursor: pointer;
}

/* Floating CTA hidden by default */
/* ===== DESKTOP ONLY HEADER CTA ===== */
@media (min-width: 1401px) and (pointer: fine) {
	.header .book_button {
		display: block;
	}
}

/* ===== HIDE HEADER CTA ON TABLET + MOBILE ===== */
@media (max-width: 1400px), (pointer: coarse) {
	.header .book_button {
		display: none !important;
	}
}

/* ===== SHOW FLOATING CTA ON TABLET + MOBILE ===== */
@media (max-width: 1400px), (pointer: coarse) {
	.mobile-book-now {
		display: flex !important;
		position: fixed;
		bottom: 16px;
		left: 16px;
		right: 16px;
		height: 72px;
		background: #637496;
		color: #FFFFFF;
		border-radius: 22px;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		text-decoration: none;
		z-index: 99999;
		box-shadow: 0 12px 30px rgba(99,116,150,.28);
	}

	body {
		padding-bottom: 100px;
	}
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: #0b1423;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a
{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	width: 0%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a:hover
{
	color: #da8661;
}
.menu_nav_list li a:hover::after
{
	width: calc(100% + 30px);
}
.menu_review
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_review a:hover
{
	color: #da8661;
}
.logo {
	display: flex;
	align-items: center;
}
/* ===== Header Logo Styling ===== */
.header .logo img {
	height: 58px; /* fixed desktop size */
	width: auto;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

/* Ensure header height adapts */
.header_content {
	min-height: 80px;
}

/* Tablet */
@media (max-width: 991px) {
	.header .logo img {
		height: 72px;
	}
}

/* Mobile */
@media (max-width: 575px) {
	.header .logo img {
		height: 66px;
	}
}
/* Hide by default */
.mobile-book-now {
  display: none;
}

/* Mobile Floating CTA */
@media (max-width: 767px) {
  .mobile-book-now {
    display: flex;
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 99999;

    justify-content: center;
    align-items: center;

    height: 72px;
    background: #637496;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;

    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(99,116,150,.28);
  }

  /* Hide header button on mobile */
  .header .book_button {
    display: none;
  }

  body {
    padding-bottom: 90px;
  }
}

.hero_booking
{
	position: relative;
	z-index: 3;
}

.home
{
	position: relative;
	width: 100%;
	min-height: 100svh;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: #091119;
}

.home_video
{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

.home_overlay
{
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 15, 24, 0.24) 0%, rgba(6, 15, 24, 0.4) 45%, rgba(6, 15, 24, 0.7) 100%);
	z-index: 1;
}

.home_container
{
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 260px;
	display: flex;
	align-items: center;
}

.home_content
{
	max-width: 820px;
	margin: 0 auto;
}

.home_eyebrow
{
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffffff;
	background: rgba(255,255,255,0.08);
}

.home_title
{
	margin-top: 22px;
}

.home_title h1
{
	font-size: clamp(42px, 7vw, 84px);
	color: #FFFFFF;
	line-height: 0.95;
	margin-bottom: 0;
}

.home_text
{
	max-width: 700px;
	margin: 18px auto 0;
	font-size: 18px;
	color: rgba(255,255,255,0.9);
	line-height: 1.7;
}

/*********************************
6. Search Box
*********************************/

.search_box
{
	background: transparent;
	position: relative;
	z-index: 5;
}

.hero_search_box
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48px;
	z-index: 3;
}

.search_box_container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	background: rgba(115, 179, 241, 0.94);
	box-shadow: 0px 18px 48px rgba(0,0,0,0.22);
	border-radius: 28px;
	position: relative;
	z-index: 5;
	padding: 18px;
}

.search_form_container
{
	width: 100%;
}
.search_form
{
	display: block;
	width: 100%;
}
.search_form > div
{
	width: 100%;
	height: 100%;
}
.search_form_list
{
	width: calc(100% - 172px);
	height: 100%;
}
.search_form_list > li
{
	position: relative;
	width: 20%;
	height: 73px;
	cursor: pointer;
	padding-left: 28px;
	padding-right: 16px;
	background: #FFFFFF;
}
.search_form_list > li:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.search_form_list > li::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #da8661;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li:hover::after
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li span
{
	font-size: 13px;
	font-weight: 500;
	color: #6b6b6b;
}
.search_form_list > li i
{
	font-size: 10px;
	font-weight: 500;
	color: #a3a3a3;
}
.search_form_list > li > ul
{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #FFFFFF;
	padding-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.15);
	z-index: 1;
}
.search_form_list > li.active > ul
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li > ul > li:not(:last-of-type)
{
	margin-bottom: 10px;
}
.search_form_list > li > ul > li
{
	font-size: 13px;
	font-weight: 500;
	color: #a3a3a3;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li > ul > li:hover
{
	color: #6b6b6b;
}
.search_button
{
	width: 172px;
	height: 73px;
	background: #637496;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 22px;
}

.booking_search_layout
{
	display: flex;
	align-items: stretch;
	gap: 0;
}

.booking_search_list
{
	width: auto;
	flex: 1 1 auto;
	max-width: none;
	background: #ffffff;
	border-radius: 22px;
	overflow: hidden;
}
.booking_search_item
{
	width: auto;
	flex: 1 1 0;
	height: 73px;
	padding-left: 28px;
	padding-right: 18px;
	background: #FFFFFF;
	cursor: pointer;
}
.booking_search_item:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.booking_search_item span
{
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 500;
	color: #6b6b6b;
	text-transform: none;
}
.booking_search_input
{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	pointer-events: auto;
	min-height: 28px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color: #2f3b44;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}
.booking_search_input::-webkit-calendar-picker-indicator
{
	opacity: 0.7;
	cursor: pointer;
}
.booking_search_input[type="date"]
{
	-webkit-appearance: auto;
	appearance: auto;
}
.booking_search_select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 6px;
	background-image: linear-gradient(45deg, transparent 50%, #9aa5af 50%), linear-gradient(135deg, #9aa5af 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 28px;
}
.booking_search_input:focus
{
	color: #000000;
}
.booking_search_form > div
{
	justify-content: center;
}
.search_box .search_box_container
{
	width: 100%;
	left: auto;
	display: flex;
	justify-content: center;
}
.search_box .search_form_container
{
	max-width: 980px;
	margin: 0 auto;
}
.booking_search_form .search_button
{
	flex: 0 0 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 98px;
	padding-bottom: 78px;
	position: relative;
	z-index: 1;
}
.intro_row
{
	margin-top: 86px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}

.dining_feature_card
{
	position: relative;
	min-height: 420px;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(17, 20, 27, 0.18);
}

.dining_feature_card img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.dining_preview_row
{
	position: relative;
}

.dining_feature_card::after
{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 14, 21, 0.08) 0%, rgba(7, 14, 21, 0.46) 100%);
}

.dining_feature_panel
{
	position: absolute;
	left: 48%;
	right: 24px;
	bottom: 34px;
	z-index: 3;
}

.dining_feature_inner
{
	width: 100%;
	padding: 28px 30px;
	border-radius: 24px;
	background: rgba(9, 17, 25, 0.78);
	box-shadow: 0 18px 38px rgba(10, 14, 19, 0.22);
	backdrop-filter: blur(10px);
}

.dining_feature_inner .section_title h1,
.dining_feature_text
{
	color: #ffffff;
}

.dining_feature_inner .section_title h1
{
	margin-bottom: 10px;
}

.dining_feature_text
{
	margin-top: 0;
	font-size: 16px;
	line-height: 1.8;
}

.dining_feature_subtext
{
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255,255,255,0.82);
}

.dining_feature_actions
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.dining_feature_actions .room-details-btn
{
	background: rgba(255,255,255,0.92);
	color: #111714;
	border: none;
}

.dining_feature_actions .room-details-btn:hover
{
	background: #ffffff;
	color: #111714;
}

.dining_popup_gallery
{
	padding: 26px 0 150px;
}

.dining_popup_grid
{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.dining_popup_item
{
	display: block;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(17, 20, 27, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dining_popup_item img
{
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.dining_popup_item:hover
{
	transform: translateY(-6px);
	box-shadow: 0 22px 40px rgba(17, 20, 27, 0.16);
}
.intro_text
{
	margin-top: 47px;
}
.intro_text p
{
	font-size: 18px;
	line-height: 1.88;
	font-weight: 500;
	font-style: italic;
	color: #717171;
}
.intro_author
{
	margin-top: 41px;
}
.author_image
{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
}
.intro_author_content
{
	padding-left: 23px;
}
.intro_author_name
{
	font-size: 16px;
	font-weight: 500;
	color: #2e3f61;
}
.intro_author_title
{
	font-size: 12px;
	font-weight: 500;
	color: #da8661;
	text-transform: uppercase;
	line-height: 0.75;
	margin-top: 4px;
}

/*********************************
8. Room
*********************************/

.room
{
	width: 100%;
	background: #2e3f61;
}
.room .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.room .container .row
{
	margin-left: 0px;
	margin-right: 0px;
}
.room .container .row .col
{
	padding-left: 0px;
	padding-right: 0px;
}
.room_content
{
	width: 612px;
	padding-left: 55px;
	padding-top: 46px;
	padding-bottom: 52px;
	padding-right: 48px;
}
.room_title
{
	padding-left: 13px;
}
.room_content .section_title h1
{
	color: #FFFFFF;
}
.room_price
{
	font-size: 16px;
	font-weight: 400;
	color: #82868e;
	margin-top: 12px;
}
.room_price span
{
	font-size: 36px;
	color: #FFFFFF;
}
.room_list
{
	padding-right: 80px;
	border-top: solid 1px #5c6984;
	margin-top: 31px;
	padding-top: 38px;
	padding-left: 13px;
}
.room_list ul li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.room_list ul li > div:first-child > div
{
	width: 273px;
}
.room_list ul li > div
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.room_image
{
	position: absolute;
	top: 0;
	left: 612px;
	width: calc(100% - 612px);
	height: 100%;
}
.room_button
{
	margin-top: 56px;
	margin-left: 13px;
}

/*********************************
9. Facilities
*********************************/

.facilities
{
	padding-top: 98px;
	padding-bottom: 89px;
	background: #FFFFFF;
}
.icon_box_icon {
    
    width: 62px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
}
.icon_box_icon img
{
	max-width: 100%;
}
.icon_box_title
{
	margin-top: 25px;
}
.icon_box_text
{
	margin-top: 23px;
}

/*********************************
10. Gallery
*********************************/

.gallery
{

}
.gallery_slider_container
{
	width: 100%;
	height: 595px;
}
.gallery_item a
{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.76);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gallery_item:hover .gallery_overlay
{
	visibility: visible;
	opacity: 1;
}
.gallery_overlay > div
{
	width: 49px;
	height: 49px;
	background: #637496;
	text-align: center;
	line-height: 49px;
	color: #FFFFFF;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	background: #FFFFFF;
	padding-top: 95px;
	padding-bottom: 90px;
}
.newsletter_row
{
	margin-top: 11px;
}
.newsletter_form
{
	display: block;
}
.newsletter_input
{
	width: 100%;
	height: 52px;
	border: solid 1px #dadfe5;
	border-bottom: solid 2px #da8661;
	outline: none;
	padding-left: 25px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 151px;
	height: 52px;
	background: #637496;
	z-index: 1;
	border: none;
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.newsletter_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.newsletter_button:hover::before
{
	width: 100%;
}

/*********************************
12. Contact
*********************************/

.contact
{
	background: #FFFFFF;
}
.contact_map_container
{
	padding-right: 42px;
}
.contact > .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0;
}
.contact > .container > .row
{
	margin-left: 0;
	margin-right: 0;
}
.contact > .container > .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 722px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
.contact_info_box
{
	position: absolute;
	top: 70px;
	right: 123px;
	width: 367px;
	height: 341px;
	background: #FFFFFF;
	border: solid 2px #637496;
	box-shadow: 0px 21px 29px rgba(0,0,0,0.35);
}
.contact_info_list
{
	max-width: 200px;
}
.contact_info_list li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.contact_info_icon
{
	width: 29px;
	height: 29px;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_text
{
	padding-left: 26px;
	font-size: 14px;
	font-weight: 500;
	color: #717171;
}
.contact_form_container
{
	padding-left: 66px;
	padding-right: 141px;
}
.contact_form
{
	margin-top: 61px;
}
.contact_row > div[class^='col']
{
	margin-bottom: 17px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	padding-left: 25px;
	border: solid 1px #dadfe5;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border-bottom: solid 2px #da8661;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_textarea
{
	height: 190px;
	padding-top: 15px;
}
.contact_button
{
	position: relative;
	width: 230px;
	height: 64px;
	background: #637496;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 14px;
	z-index: 1;
}
.contact_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.contact_button:hover::before
{
	width: 100%;
}

/*********************************
13. Footer
*********************************/

.footer {
	display: block;
	width: 100%;
	background: #f8f6f2;
	padding: 78px 0 28px;
}
.footer_content
{
	width: 100%;
	height: auto;
}
.footer_button
{
	background: #da8661;
}
.footer_button::before
{
	background: #637496;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: rgba(44, 42, 38, 0.68);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.footer_logo
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_logo .logo
{
	opacity: 0.55;
}

/*new*/

/* ===== Mahagiri Experience Section ===== */
.mahagiri-experience {
	background: #ffffff; /* changed to pure white */
	padding: 110px 20px;
	text-align: center;
}

/* Section Title */
.section-title .icon {
	font-size: 18px;
	color: #b79a6b;
	display: block;
	margin-bottom: 10px;
}

.section-title h2 {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.section-title p {
	max-width: 700px;
	margin: auto;
	color: #666;
	margin-bottom: 70px;
}

/* Grid */
.experience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px; /* slightly more breathing space */
}

/* Card */
.experience-card {
	text-decoration: none;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.4s ease;
	display: block;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04); /* soft shadow for depth */
}

	.experience-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 30px 60px rgba(0,0,0,0.08);
	}

.experience-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s ease;
}

.experience-card:hover .experience-image {
	transform: scale(1.06);
}

.card-content {
	padding: 35px 30px;
}

.experience-card h3 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin-bottom: 15px;
	color: #1e1e1e;
}

.experience-card p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

/* Button */
.experience-button {
	margin-top: 70px;
}

.btn-explore {
	display: inline-block;
	padding: 15px 45px;
	border: 1px solid #b79a6b;
	color: #b79a6b;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.btn-explore:hover {
		background: #b79a6b;
		color: #ffffff;
	}

/* ===== RESPONSIVE ===== */

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

/* Mobile */
@media (max-width: 600px) {
	.experience-grid {
		grid-template-columns: 1fr;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.experience-image {
		height: 220px;
	}
}
.home {
	isolation: isolate;
	contain: paint;
}

.home_video {
	min-width: 0;
	min-height: 0;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
}

.home_container {
	height: 100%;
}
.search_box
{
	contain: paint;
}

.search_box_container
{
	transform: translateZ(0);
	will-change: transform;
}
.contact {
	padding: 0;
}

.container-fluid {
	padding: 0;
}

.map-responsive {
	position: relative;
	width: 100%;
	height: 20%;
	padding-bottom: 40%; /* Desktop height ratio */
}

	.map-responsive iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

/* Tablet */
@media (max-width: 991px) {
	.map-responsive {
		padding-bottom: 60%;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.map-responsive {
		padding-bottom: 80%;
	}
}
.contact_section {
	background: #f8f6f2;
}

.container-fluid {
	padding: 0;
}

/* MAP */
.map-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 620px;
}

	.map-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 0;
		filter: grayscale(0.2) contrast(1.02) brightness(0.92);
	}

/* CONTACT SIDE */
.contact-info {
	display: flex;
	align-items: center;
	background: #f8f6f2;
	padding: 88px 72px;
}

.footer-eyebrow {
	margin: 0 0 14px;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #000000;
}

.contact-content h2 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 1.05;
	margin-bottom: 18px;
	color: #1f1b16;
}

.contact-intro {
	max-width: 460px;
	margin-bottom: 34px;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(44, 42, 38, 0.72);
}

.contact-item {
	margin-bottom: 28px;
}

	.contact-item h5 {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		color: #b89a68;
		margin-bottom: 10px;
	}

.contact-item p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #2c2a26;
}

.contact-item a {
	color: #2c2a26;
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

		.contact-item a:hover {
			color: #b89a68;
			text-decoration: none;
		}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding-top: 12px;
}

.footer-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid #b89a68;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffffff;
	background: #b89a68;
	transition: all 0.3s ease;
}

.footer-link-button:hover {
	color: #111714;
	background: #e1c493;
	border-color: #e1c493;
}

.footer-link-button--ghost {
	background: transparent;
	color: #2c2a26;
}

.footer-link-button--ghost:hover {
	color: #111714;
}

.footer_main {
	display: grid;
	grid-template-columns: minmax(220px, 0.85fr) minmax(0, 2.15fr);
	gap: 60px;
	padding-bottom: 46px;
	border-bottom: 1px solid rgba(44, 42, 38, 0.12);
}

.footer_brand_logo {
	display: inline-block;
	margin-bottom: 22px;
}

.footer_brand_logo img {
	max-width: 150px;
	height: auto;
}

.footer_brand h3 {
	margin: 0 0 18px;
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	line-height: 1.05;
	color: #1f1b16;
}

.footer_brand_text {
	max-width: 360px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(44, 42, 38, 0.72);
}

.footer_nav_group {
	display: grid;
	grid-template-columns: minmax(150px, 1.1fr) minmax(150px, 1.1fr) minmax(300px, 1.8fr) auto;
	gap: 30px;
	align-items: start;
}

.footer_column h4 {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #000000;
}

.footer_column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_column ul li {
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(44, 42, 38, 0.72);
}

.footer_column ul li:last-child {
	margin-bottom: 0;
}

.footer_column a {
	color: rgba(44, 42, 38, 0.72);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer_column a:hover,
.footer_meta_links a:hover {
	color: #1f1b16;
}

.footer_contact_list li {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.footer_contact_list a {
	display: inline-block;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.footer_socials {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.footer_socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(44, 42, 38, 0.14);
	border-radius: 50%;
	color: #2c2a26;
	font-size: 16px;
}

.footer_socials a:hover {
	color: #111714;
	background: #e1c493;
	border-color: #e1c493;
}

.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
}

.footer_meta_links {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.footer_meta_links a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(44, 42, 38, 0.68);
	text-decoration: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {

	.map-wrapper {
		min-height: 380px;
	}

	.contact-info {
		padding: 60px 30px;
	}

	.contact-content h2 {
		font-size: 38px;
	}

	.footer_main {
		grid-template-columns: 1fr;
		gap: 42px;
	}

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

	.footer_bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.room-showcase {
	padding: 10px 0px 100px;
}

.room-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: center;
}

.room-main {
	height: 520px;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	transition: 0.4s ease;
}

.room-thumbs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.room-thumb {
	height: 150px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	opacity: 0.4;
	cursor: pointer;
	transition: 0.3s ease;
}

	.room-thumb:hover {
		opacity: 1;
		transform: scale(1.03);
	}

.room-mobile-controls {
	display: none;
	gap: 12px;
	margin-top: 16px;
}

.room-nav-btn {
	flex: 1;
	height: 44px;
	border: 1px solid #2e3f61 ;
	background: #fff;
	color: #2e3f61 ;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.room-nav-btn:hover {
	background: #2e3f61 ;
	color: #fff;
}

a.room-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 18px;
}

.room-amenities {
	margin-top: 45px;
	padding: 35px;
	border: 1px solid #ece7df;
	background: #faf8f4;
	border-radius: 12px;
}

	.room-amenities h3 {
		margin-bottom: 24px;
		font-size: 26px;
		font-weight: 500;
	}

.room-amenities-group + .room-amenities-group {
	margin-top: 24px;
}

	.room-amenities-group h4 {
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #b89c74;
	}

.room-amenities-group ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

	.room-amenities-group li {
		position: relative;
		padding-left: 18px;
		margin-bottom: 8px;
		color: #555;
		line-height: 1.5;
	}

	.room-amenities-group li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
		width: 7px;
		height: 7px;
		background: #b89c74;
		border-radius: 50%;
	}

@media (max-width: 992px) {
	.room-amenities {
		padding: 25px 20px;
	}

	.room-amenities h3 {
		font-size: 22px;
	}
}
.room-info {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

	.room-info h2 {
		font-size: 30px;
		font-weight: 500;
		margin-bottom: 15px;
	}

.room-meta {
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
	color: #777;
	font-size: 14px;
	margin-bottom: 20px;
}

.room-details {
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 2px;
	color: #b89c74;
	transition: 0.3s;
}

	.room-details:hover {
		color: #000;
	}

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

	.room-main {
		height: 380px;
	}

	.room-thumbs {
		display: none;
	}

	.room-thumb {
		min-width: 120px;
		height: 100px;
	}

	.room-mobile-controls {
		display: flex;
	}
}

/* Rooms Dynamic Page */
.rooms-listing {
    padding: 110px 0 80px;
}

.section-title p {
    color: #777;
    margin-top: 8px;
    margin-bottom: 40px;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.room-card {
    border: 1px solid #e9e9e9;
    background: #fff;
}

.room-card-image {
    display: block;
    height: 260px;
    background-size: cover;
    background-position: center;
}

.room-card-content {
    padding: 20px;
}

.room-card-content h3 {
    margin-bottom: 12px;
}

.room-card-content ul {
    margin-bottom: 16px;
}

.room-card-content li {
    color: #666;
    margin-bottom: 6px;
}

.room-link {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #b89c74;
}

.room-detail-hero {
    min-height: 68vh;
    background-size: cover;
    background-position: center;
}

.room-detail-overlay {
    min-height: 68vh;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.room-detail-overlay h1 {
    color: #fff;
    font-size: 44px;
}

.room-detail-content {
    padding: 30px 0 50px;
}

.room-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 34px;
}

.room-detail-meta,
.room-detail-copy {
    border: 1px solid #ececec;
    padding: 28px;
    background: #fff;
}

.room-detail-meta ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    color: #666;
}

.room-detail-meta ul li span {
    color: #888;
}

.room-detail-meta ul li strong {
    color: #333;
}

.room-included-amenities {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.room-included-amenities h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.room-amenities-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.room-amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 10px;
    border: 1px solid #2e3f61;
    border-radius: 10px;
    background: #ffffff;
    color: #2e3f61;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}

.room-amenity-item i {
    width: auto;
    color: #2e3f61;
    font-size: 18px;
}

.room-detail-copy p {
    color: #666;
    line-height: 1.8;
}

.room-detail-actions {
    margin-top: 26px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.room-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #2e3f61;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.room-btn:hover {
    color: #fff;
    background: #637496;
}

.room-btn-secondary {
    background: #fff;
    color: #2e3f61;
    border: 1px solid #2e3f61;
}

.room-btn-secondary:hover {
    background: #2e3f61;
    color: #fff;
}

@media (max-width: 992px) {
    .rooms-grid {
        grid-template-columns: 1fr;
    }

    .room-detail-grid {
        grid-template-columns: 1fr;
    }

    .room-detail-overlay h1 {
        font-size: 34px;
    }

    .room-amenities-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .room-amenities-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .room-amenity-item {
        min-height: 74px;
        padding: 8px 6px;
        font-size: 11px;
    }

    .room-amenity-item i {
        font-size: 15px;
    }
}

/* Experience Dynamic Pages */
.mahagiri-experience {
    padding: 80px 0;
    background: #fff;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.experience-card {
    text-decoration: none;
    color: #000;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.4s;
}

.experience-card:hover {
    transform: translateY(-5px);
}

.experience-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.card-content p {
    color: #666;
}

.hero-image {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
}

.overlay h1 {
    color: #fff;
    font-size: 48px;
    max-width: 760px;
    margin: 0 auto;
}

.content-area {
    padding: 80px 0 110px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.content-area p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0 auto;
    max-width: 720px;
}

.back-btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}

.experience-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.experience-actions .back-btn {
    margin-top: 0;
    border-bottom: 0;
}

.experience-book-btn {
    gap: 8px;
}

@media (max-width: 992px) {
    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .experience-actions .room-nav-btn {
        width: 100%;
    }
}

/* Rooms Bottom Gallery */
.room-bottom-gallery {
    padding: 20px 0 90px;
}

.room-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.room-gallery-item {
    display: block;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.room-gallery-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.08));
}

.room-gallery-item span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.room-gallery-item:hover {
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .room-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .room-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Other Rooms Section */
.other-rooms-section {
    padding: 10px 0 100px;
}

.other-rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.other-room-card {
    display: block;
    min-height: 340px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.other-room-card::before {
    content: none;
}

.other-room-card span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.other-room-card:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .other-rooms-grid {
        grid-template-columns: 1fr;
    }
}

/* Homepage Upcoming Events */
.upcoming-events-section {
	padding: 20px 0 40px;
	background: #ffffff;
}

.events-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 34px;
}

.upcoming-events-section .section-title p {
	max-width: 560px;
	margin: 0;
}

.mahagiri-experience .section-title p {
	max-width: none;
	margin: 0;
	padding-bottom: 50px;
}

.events-view-all {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #1c1c1c;
	color: #1c1c1c;
}

.events-view-all-btn {
	flex: 0 0 auto;
}

.offers_slider {
	display: block;
}

.upcoming-events-section .experience-image {
	height: auto;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
}

.events-slider-wrap {
	position: relative;
}

.offers-section-btn {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	height: 44px;
	min-width: 78px;
	padding: 0 14px;
	border: 1px solid #d7d0c3;
	border-radius: 24px;
	background: #ffffff;
	color: #111111;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 3;
	cursor: pointer;
}

.offers-section-prev {
	left: -10px;
}

.offers-section-next {
	right: -10px;
}

.offers-section-btn:hover {
	background: #2e3f61;
	border-color: #2e3f61;
	color: #ffffff;
}

.offer-slide {
	height: 100%;
	padding-bottom: 8px;
}

.upcoming-events-section .offers_slider .owl-stage {
	display: flex;
}

.upcoming-events-section .offers_slider .owl-item {
	display: flex;
}

.upcoming-events-section .offer-slide {
	width: 100%;
}

.upcoming-events-section .offer-slide .experience-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.upcoming-events-section .offer-slide .card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 210px;
}

.upcoming-events-section .offer-slide .card-content h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 2.6em;
}

.upcoming-events-section .offer-slide .card-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.offer-card {
	display: block;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #ece9e2;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.offer-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 16px 34px rgba(24, 24, 24, 0.12);
}

.offer-image {
	position: relative;
	height: 290px;
	background-size: cover;
	background-position: center;
}

.offer-date-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 62px;
	height: 70px;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.offer-date-badge .day {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	color: #1a1a1a;
}

.offer-date-badge .month {
	font-size: 11px;
	letter-spacing: 0.12em;
	color: #8f6f42;
}

.offer-content {
	padding: 24px 22px 22px;
}

.offer-category {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8f6f42;
	margin-bottom: 10px;
}

.offer-content h3 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 14px;
	color: #121212;
}

.offer-meta {
	margin: 0 0 6px;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 1.45;
}

.offer-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #111;
	border-bottom: 1px solid #111;
	padding-bottom: 2px;
}

@media (max-width: 1199px) {
	.offer-content h3 {
		font-size: 22px;
	}
}

@media (max-width: 992px) {
	.events-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.upcoming-events-section {
		padding: 72px 0 24px;
	}

	.offer-image {
		height: 250px;
	}

	.offer-content h3 {
		font-size: 22px;
	}
}

.offers_slider .owl-dots {
	margin-top: 8px;
	text-align: center;
}

.offers_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #b8b8b8;
	margin: 0 4px;
}

.offers_slider .owl-dots .owl-dot.active span,
.offers_slider .owl-dots .owl-dot:hover span {
	background: #000000;
}

.upcoming-events-section .offers_slider .owl-nav {
	margin-top: 0;
}

.upcoming-events-section .offers_slider .owl-nav button.owl-prev,
.upcoming-events-section .offers_slider .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	height: 44px;
	min-width: 78px;
	padding: 0 14px;
	border: 1px solid #d7d0c3;
	border-radius: 24px;
	background: #ffffff;
	color: #111111;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.upcoming-events-section .offers_slider .owl-nav button.owl-prev {
	left: -10px;
}

.upcoming-events-section .offers_slider .owl-nav button.owl-next {
	right: -10px;
}

.upcoming-events-section .offers_slider .owl-nav button.owl-prev:hover,
.upcoming-events-section .offers_slider .owl-nav button.owl-next:hover {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

@media (max-width: 992px) {
	.offers-section-prev {
		left: 0;
	}

	.offers-section-next {
		right: 0;
	}

	.upcoming-events-section .offers_slider .owl-nav button.owl-prev {
		left: 0;
	}

	.upcoming-events-section .offers_slider .owl-nav button.owl-next {
		right: 0;
	}
}

@media (max-width: 576px) {
	.offers-section-btn {
		display: none;
	}

	.upcoming-events-section .offers_slider .owl-nav button.owl-prev,
	.upcoming-events-section .offers_slider .owl-nav button.owl-next {
		top: 38%;
		min-width: 66px;
		height: 38px;
		font-size: 11px;
	}
}

/* Packages */
.packages-listing .experience-image {
	height: auto;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
}

.package-detail {
	padding: 90px 0;
	background: #fff;
}

.package-detail-wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
	align-items: start;
}

.package-detail-image {
	width: 100%;
	margin: 0;
}

.package-detail-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.package-detail-category {
	letter-spacing: 0.15em;
	font-size: 12px;
	color: #888;
	margin-bottom: 10px;
}

.package-detail-title {
	font-family: Georgia, serif;
	font-size: 40px;
	margin-bottom: 12px;
}

.package-detail-excerpt {
	margin: 0 0 18px;
	color: #555;
	line-height: 1.8;
}

.package-detail-duration {
	letter-spacing: 0.15em;
	color: #888;
	margin-bottom: 10px;
}

.package-detail-price {
	font-family: Georgia, serif;
	margin-bottom: 36px;
}

.package-detail-content {
	text-align: left;
	line-height: 1.9;
	color: #555;
	font-size: 16px;
}

.package-detail-action {
	margin-top: 50px;
}

.package-detail-action a {
	padding: 14px 40px;
	border: 1px solid #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 14px;
	display: inline-block;
}

.offer-package-tag {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #2e3f61;
	color: #2e3f61;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	align-self: flex-start;
}

.other-packages {
	padding: 10px 0 90px;
	background: #fff;
}

.other-packages-head {
	text-align: center;
	margin-bottom: 26px;
}

.other-packages-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.other-package-card {
	border: 1px solid #ece9e2;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
}

.other-package-thumb {
	height: 240px;
	background-size: cover;
	background-position: center;
}

.other-package-content {
	padding: 18px;
}

.other-package-content h3 {
	font-size: 24px;
	margin-bottom: 8px;
}

.other-package-content p {
	color: #666;
}

@media (max-width: 992px) {
	.package-detail-wrap {
		grid-template-columns: 1fr;
	}

	.other-packages-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.package-detail {
		padding: 70px 0;
	}

	.package-detail-title {
		font-size: 30px;
	}
}
