/*
Theme Name: Hotel Guru Grand
Theme URI: https://hotelgurugrand.com/
Author: KG
Description: A fully responsive luxury website theme for Hotel Guru Grand.
Version: 2.2.0
Tags: luxury, responsive, bootstrap, hotel, hotel guru grand
License: Proprietary
Copyright: © 2026 Hotel Guru Grand. All Rights Reserved.
Text Domain: hotelgurugrand
*/

/* ==========================================================================
   01. FONTS & ICON IMPORTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Cinzel:wght@500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* ==========================================================================
   02. GLOBAL SYSTEM VARIABLES (DARK & LIGHT THEMES)
   ========================================================================== */
:root, [data-theme="dark"] {
    /* Theme Gold & Palette */
    --gold: #D4AF37;
    --gold-light: #F3E5AB;
    --gold-dark: #AA771C;
    --gold-primary: #D4AF37;
    --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #AA771C 100%);
    --gold-gradient-hover: linear-gradient(135deg, #F3E5AB 0%, #D4AF37 100%);
    --gold-shimmer: linear-gradient(90deg, #D4AF37 0%, #FFF099 50%, #AA771C 100%);
    
    /* Global Backgrounds & Text */
    --bg-global: #0d0d0d;
    --dark-bg: #0d0d0d;
    --card-bg: #161616;
    --text-main: #f0f0f0;
    --text-muted: #a0a0a0;
    --accent-color: var(--gold);
    --accent-light: rgba(212, 175, 55, 0.12);
    --border-soft: rgba(212, 175, 55, 0.2);
    --glass-border: rgba(255, 255, 255, 0.12);
	--review-card: #d1d1d1;
	
    /* Dynamic Theme-Aware Navbar Controls */
    --nav-bg-transparent: rgba(13, 13, 13, 0.45);
    --nav-text-transparent: #ffffff;
    --nav-bg-scrolled: rgba(22, 22, 22, 0.95);
	
	--navbar-theme: linear-gradient(
            180deg,
            rgba(13, 13, 13, 0.48),
            rgba(13, 13, 13, 0.24)
        );
	--navbar-border: rgba(212, 175, 55, 0.16);
    --navbar-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
    
    /* Layout, Overlays & Shadows */
    --hero-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, var(--bg-global) 100%);
    --badge-bg: rgba(22, 22, 22, 0.75);
    --badge-text: var(--gold-light);
    --shadow-smooth: 0 10px 30px rgba(0, 0, 0, 0.5);
    --shadow-hover: 0 15px 35px rgba(212, 175, 55, 0.25);
    --radius-cute: 12px;
}

[data-theme="light"] {
    /* Global Backgrounds & Text */
    --bg-global: #fcfbf9;
    --dark-bg: #f5f3ef;
    --card-bg: #ffffff;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --accent-color: #aa771c;
    --accent-light: rgba(170, 119, 28, 0.08);
    --border-soft: rgba(0, 0, 0, 0.08);
    --glass-border: rgba(0, 0, 0, 0.08);
	--review-card: #595959;
    
    /* Dynamic Theme-Aware Navbar Controls */
    --nav-bg-transparent: rgba(255, 255, 255, 0.75);
    --nav-text-transparent: #1a1a1a;
    --nav-bg-scrolled: rgba(255, 255, 255, 0.95);
	--navbar-theme: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.48),
            rgba(255, 255, 255, 0.24)
        );
	--navbar-border: rgba(170, 119, 28, 0.14);
    --navbar-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    
    /* Layout, Overlays & Shadows */
    --hero-overlay: linear-gradient(180deg, rgba(252, 251, 249, 0.65) 0%, rgba(252, 251, 249, 0.3) 50%, var(--bg-global) 100%);
    --badge-bg: rgba(255, 255, 255, 0.85);
    --badge-text: #1a1a1a;
    --shadow-smooth: 0 10px 25px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 15px 30px rgba(170, 119, 28, 0.15);
}

/* ==========================================================================
   03. BASE STYLES & TYPOGRAPHY UTILITIES
   ========================================================================== */
html {
    scroll-behavior: smooth !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", "Noto Sans", "Noto Sans Devanagari", "Segoe UI", Arial, sans-serif;
    background-color: var(--bg-global);
    color: var(--text-main);
    transition: background-color 0.35s ease, color 0.35s ease,
	background 0.35s ease, 
backdrop-filter 0.35s ease, 
box-shadow 0.35s ease;
    overflow-x: hidden;
}

h1, h2, h3, .hotel-title {
    font-family: 'Playfair Display', 'Cinzel', serif;
}

::selection {
    background: var(--accent-color);
    color: #000000;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--bg-global);
}
::-webkit-scrollbar-thumb {
    background: var(--border-soft);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

/* Font Sizes & Utility Helpers */
.text-msi { font-size: 0.7rem !important; }
.text-ms { font-size: 0.9rem !important; }
.text-s { font-size: 1rem !important; }
.text-n { font-size: 1.5rem !important; }
.text-l { font-size: 2.5rem !important; }
.text-lx { font-size: 3.5rem !important; }
.text-lxx { font-size: 4rem !important; }

.font-a { font-family: "Archivo Black", sans-serif !important; }
.font-p { font-family: 'Poppins', sans-serif !important; }
.font-r { font-family: 'Roboto', sans-serif !important; }
.font-l { font-family: 'Lato', sans-serif !important; }
.font-m { font-family: 'Montserrat', sans-serif !important; }
.font-d { font-family: 'Noto Sans Devanagari', sans-serif !important; }
.font-playfair { font-family: 'Playfair Display', serif !important; }


.text-primary { color: var(--gold) !important; }
.text-premium { color: var(--gold-primary) !important; }
.text-secondary { color: var(--badge-text) !important; }
.text-theme { color: var(--text-main) !important; }
.text-review { color: var(--review-card) !important; }

.transform-sm { transform: scale(1.3) !important; } 
/* ==========================================================================
   04. TOP HEADER BAR (DESKTOP & LAPTOP ONLY)
   ========================================================================== */
   /* =========================================================
   SITE HEADER
   ========================================================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
   
   
.top-header {
    background: linear-gradient(135deg, var(--bg-global) 0%, var(--card-bg) 100%);
    color: var(--text-muted);
    min-height: 46px;
	height: 46px;
    font-size: 0.82rem;
    border-bottom: 1px solid var(--border-soft);
    box-shadow: var(--shadow-smooth);
    position: relative; 
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.2rem 0;
    z-index: 1030; 
}

.top-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
}

.top-header a { 
    color: var(--text-muted); 
    text-decoration: none; 
    transition: all 0.2s ease; 
    font-weight: 500; 
}

.top-header a:hover { 
    color: var(--accent-color); 
}

.top-header-left,
.top-header-contact { 
    display: flex; 
    gap: 1.5rem; 
    align-items: center; 
}

.top-header-contact-item { 
    display: flex; 
    align-items: center; 
    gap: 0.5rem; 
    transition: all 0.2s ease; 
}

.top-header-contact-item:hover { 
    color: var(--text-main); 
}

.top-header-contact-item i { 
    color: var(--accent-color); 
    font-size: 0.88rem; 
}

.top-header-utility {
    background: var(--accent-light);
    padding: 0.2rem 0.85rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    color: var(--text-main);
}

.utility-badge {
    background: var(--gold-gradient);
    color: #000000;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    animation: pulse-icon 2s ease-in-out infinite;
}

.top-header-social { 
    display: flex; 
    gap: 0.5rem; 
    align-items: center; 
}

.social-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent-color);
    transition: all 0.22s ease;
    border: 1px solid var(--border-soft);
    text-decoration: none;
    font-size: 0.8rem;
}

.social-icon:hover {
    background: var(--gold-gradient);
    color: #000000;
    border-color: transparent;
    transform: translateY(-2px);
}

/* Hide Top Header completely on Mobile & Tablet (< 992px) */
@media (max-width: 991.98px) {
    .top-header {
        display: none !important;
    }
}

/* =========================================================
   HOTEL GURU GRAND CUSTOM AMENITY ICON
   ========================================================= */

.hotelgg-room-amenities__icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hotelgg-amenity-icon-wrap {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: relative;

    flex: 0 0 42px;

    border-radius: 50%;

    overflow: visible;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Custom icon container */

.hotelgg-amenity-icon-wrap .hotelgg-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    flex: 0 0 auto;

    line-height: 0;

    overflow: visible;
}


/* Custom icon image */

.hotelgg-amenity-icon-wrap .hotelgg-icon img {
    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    margin: 0;
    padding: 0;

    border: 0;

    opacity: 1;

    visibility: visible;

    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}


/* Font Awesome fallback */

.hotelgg-amenity-icon-wrap > i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    line-height: 1;

    font-size: 18px;
}


/* Hover */

.hotelgg-amenity-icon-wrap:hover {
    transform: translateY(-2px);
}

.hotelgg-amenity-icon-wrap:hover .hotelgg-icon img {
    transform: scale(1.08);
}

.hotelgg-amenity-icon-wrap:hover > i {
    transform: scale(1.08);
}


/* Accessibility */

.hotelgg-amenity-icon-wrap:focus-visible {
    outline: 2px solid var(--gold, #D4AF37);
    outline-offset: 3px;
}


/* ==========================================================================
   05. NAVBAR (STICKY ON SCROLL)
   ========================================================================== */
   /*
.navbar {
    background: var(--badge-bg);
    padding: 1rem 0;
    position: sticky; 
    top: 0;
    z-index: 1050; 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
	border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
    will-change: transform, padding, background-color, box-shadow;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                padding 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.35s ease,
                box-shadow 0.35s ease;
}
*/


.navbar { 
position: absolute; 
top: 46px;  
left: 0; 
width: 100%; 
z-index: 1050; 
background: var(--navbar-theme) !important; 
border-top: 0; 
border-bottom: 1px solid var(--navbar-border); 
padding: 0.9rem 0; 
 backdrop-filter: blur(14px) saturate(135%);
 -webkit-backdrop-filter: blur(14px) saturate(135%);
box-shadow: none; 
text-shadow: none !important; 
will-change: transform, padding, background-color, box-shadow; 
transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), 
padding 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
background-color 0.35s ease, 
backdrop-filter 0.35s ease, 
box-shadow 0.35s ease; 
}


.navbar.scrolled {
    padding: 0.55rem 0;
    background: var(--card-bg) !important;
    box-shadow: var(--shadow-smooth);
}

.navbar.nav-hidden {
    transform: translateY(-100%);
    box-shadow: none;
}


.navbar-brand { 
    font-family: 'Cinzel', serif;
    font-weight: 800; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 1.35rem; 
    transition: transform 0.3s ease, color 0.3s ease;
    color: var(--text-main);
}

.navbar-brand-logo { 
height: 48px; 
transform: scale(1.2); 
margin-left: 20px; 
transition: height 0.4s ease, 
transform 0.4s ease, 
margin 0.4s ease; }


.navbar-brand-logo:hover { 
transform: scale(1.1); 
transition: height 0.4s ease, 
transform 0.4s ease, 
margin 0.4s ease; }


.navbar.scrolled .navbar-brand-logo { 
    height: 42px; 
}


/*
.navbar-nav { 
    gap: 0.35rem; 
}

.navbar-nav .nav-link { 
    color: var(--text-main) !important; 
    font-weight: 500; 
    padding: 0.7rem 1rem !important; 
    position: relative; 
    transition: all 0.2s ease; 
    border-radius: 6px; 
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.navbar-nav .nav-link:hover { 
    color: var(--accent-color) !important; 
    background: var(--accent-light); 
    transform: translateY(-1px); 
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { 
    width: 65%; 
}

.navbar-nav .nav-link.active { 
    color: var(--accent-color) !important; 
    background: var(--accent-light); 
}

*/
.navbar-nav { 
gap: 0.35rem; }
 
.navbar-nav .nav-link { 
color: #ffffff !important; 
font-weight: 500; 
padding: 0.7rem 1rem !important; 
position: relative; 
transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease; 
border-radius: 6px; 
letter-spacing: 0.5px; 
 } 

.navbar-nav .nav-link::after { 
content: ''; position: absolute; 
bottom: 0.5rem; 
left: 50%; 
width: 0; 
height: 2px; 
background: var(--gold-gradient); 
transform: translateX(-50%); 
transition: width 0.3s ease; 
border-radius: 2px; } 

.navbar-nav .nav-link:hover { 
color: var(--gold-primary) !important; 
background: rgba(255, 255, 255, 0.08); 
transform: translateY(-1px); } 

.navbar-nav .nav-link:hover::after, 
.navbar-nav .nav-link.active::after { 
width: 65%; } 

.navbar-nav .nav-link.active { 
color: var(--gold-primary) !important; 
background: rgba(255, 255, 255, 0.08); }


@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu { 
        display: block; 
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0); 
    }
    
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: all 0.2s ease;
        background: var(--card-bg);
        border: 1px solid var(--border-soft);
        box-shadow: var(--shadow-smooth);
        border-radius: 0px 0px 12px 12px;
        padding: 0.75rem 0;
        margin-top: 1.3rem !important;
    }

    .scrolled .dropdown-menu {
        margin-top: 0.75rem !important;
    }
}

.dropdown-item { 
    padding: 0.75rem 1.4rem; 
    transition: all 0.15s ease; 
    border-left: 3px solid transparent; 
    font-weight: 500; 
    display: flex; 
    align-items: center; 
    gap: 0.75rem;
    color: var(--text-main);
}

.dropdown-item i { 
    width: 16px; 
    text-align: center; 
    color: var(--accent-color); 
    opacity: 0.85; 
}

.dropdown-item:hover { 
    background: var(--accent-light); 
    color: var(--accent-color); 
    border-left-color: var(--accent-color); 
    padding-left: 1.75rem; 
}

/*
.navbar-transparent {
    position: absolute;
    top: 46px; 
    left: 0;
    width: 100%;
    background: var(--navbar-theme);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.9rem 0;
    z-index: 1050;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
*/

.navbar-transparent { 
position: absolute; 
top: 46px; 
left: 0; 
width: 100%; 
background: var(--navbar-theme) !important; 
backdrop-filter: blur(14px) saturate(135%);
-webkit-backdrop-filter: blur(14px) saturate(135%);
border-top: 0; 
border-bottom: 1px solid var(--navbar-border); 
padding: 0.9rem 0; 
z-index: 1050; 
box-shadow: none; 
transition: background-color 0.35s ease, 
backdrop-filter 0.35s ease, 
padding 0.35s ease, box-shadow 0.35s ease, 
transform 0.35s ease; }


.navbar-transparent:not(.scrolled) { 
background: var(--navbar-theme) !important; 
backdrop-filter: blur(14px) saturate(135%);
-webkit-backdrop-filter: blur(14px) saturate(135%);
box-shadow: none; }


.navbar-transparent .nav-link,
.navbar-transparent .navbar-brand {
    color: var(--nav-text-transparent) !important;
}

.navbar-transparent.scrolled {
    position: fixed;
    top: 0;
    background: var(--nav-bg-scrolled) !important;
    box-shadow: var(--shadow-smooth);
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--border-soft);
}

.navbar-transparent.scrolled .nav-link,
.navbar-transparent.scrolled .navbar-brand {
    color: var(--text-main) !important;
}



@media (max-width: 991.98px) {
    .navbar-transparent {
        top: 0; 
    }
}

@media (max-width: 991.98px) { 
.navbar, .navbar-transparent { 
top: 0; 
background: transparent !important; 
border-bottom: 1px solid rgba(255, 255, 255, 0.15); 
padding: 0.75rem 0; } 

 .navbar.scrolled, 
 .navbar-transparent.scrolled { 
 position: fixed; 
 top: 0; 
 background: rgba(15, 15, 15, 0.94) !important; 
 backdrop-filter: blur(14px); 
 -webkit-backdrop-filter: blur(14px); 
 padding: 0.55rem 0; } 
 .navbar-brand-logo {
 height: 44px; 
 margin-left: 5px; 
 transform: scale(1.05); } 
 .navbar.scrolled .navbar-brand-logo, 
 .navbar-transparent.scrolled .navbar-brand-logo { 
 height: 40px;
 } 
 .navbar-toggler { 
 border: none; 
 font-size: 1.4rem; 
 color: var(--gold-primary); 
 padding: 0.5rem; 
 transition: all 0.2s ease; 
 } .navbar-toggler:hover { 
 transform: scale(1.15); 
 } }

/* ==========================================================================
   06. OFFCANVAS & MOBILE NAVIGATION
   ========================================================================== */
.navbar-toggler { 
    border: none; 
    font-size: 1.4rem; 
    color: var(--accent-color); 
    padding: 0.5rem; 
    transition: all 0.2s ease; 
}

.navbar-toggler:hover { 
    transform: scale(1.15); 
}

.offcanvas { 
z-index: 1100;
    background: var(--card-bg); 
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); 
    box-shadow: var(--shadow-smooth); 
}

.offcanvas-header { 
    border-bottom: 1px solid var(--border-soft); 
    padding: 1.5rem; 
    background: var(--bg-global); 
}

.offcanvas-title { 
    font-weight: 700; 
    font-size: 1.2rem;
    color: var(--text-main);
}

.offcanvas-body { 
    padding: 1rem 0; 
    overflow-y: auto; 
}

.offcanvas .nav-link {
    color: var(--text-main) !important;
    padding: 1rem 1.4rem !important;
    border-left: 4px solid transparent;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.offcanvas .nav-link i:first-child { 
    width: 18px; 
    text-align: center; 
    color: var(--accent-color); 
    transition: all 0.2s ease; 
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active { 
    background: var(--accent-light); 
    border-left-color: var(--accent-color); 
    color: var(--accent-color) !important; 
    padding-left: 1.7rem !important; 
}

.offcanvas .dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: solid var(--accent-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: auto;
}

.offcanvas .dropdown-toggle.show::after { 
    transform: rotate(-135deg); 
}

.offcanvas .dropdown-menu {
    display: none;
    background: var(--accent-light);
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-left: 3px solid var(--accent-color);
    position: static;
    box-shadow: none;
}

.offcanvas .dropdown-menu.show { 
    display: block; 
    animation: slideDownMobile 0.25s ease-out forwards; 
}

.offcanvas .dropdown-item {
    color: var(--text-muted) !important;
    padding: 0.8rem 1.4rem 0.8rem 2.4rem !important;
    border-left: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
}

.offcanvas .dropdown-item::before {
    content: '';
    position: absolute;
    left: 1.4rem;
    width: 4px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease;
}

.offcanvas .dropdown-item:hover { 
    color: var(--accent-color) !important; 
    background: var(--accent-light) !important; 
    padding-left: 2.7rem !important; 
}

.offcanvas .dropdown-item:hover::before { 
    opacity: 1; 
}

/* ==========================================================================
   08. BUTTONS & INTERACTIVE ELEMENTS
   ========================================================================== */
.btn-primary,
.btn-gold-primary { 
    background: var(--gold-gradient); 
    color: #000000 !important; 
    font-weight: 600; 
    padding: 0.85rem 2.2rem; 
    border-radius: 50px; 
    border: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before,
.btn-gold-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}

.btn-primary:hover::before,
.btn-gold-primary:hover::before {
    left: 100%;
}

.btn-primary:hover,
.btn-gold-primary:hover { 
    background: var(--gold-gradient-hover);
    transform: translateY(-3px); 
    box-shadow: var(--shadow-hover); 
}

.btn-outline-primary { 
    color: var(--accent-color); 
    border: 1.8px solid var(--accent-color); 
    font-weight: 600;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.btn-outline-primary:hover { 
    background: var(--accent-color); 
    color: #000000 !important; 
    transform: translateY(-3px); 
    box-shadow: var(--shadow-hover);
}

.btn-glass-secondary {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--text-main) !important;
    border: 1px solid var(--glass-border);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    text-decoration: none;
}

.btn-glass-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: var(--accent-color);
    color: var(--text-main) !important;
    transform: translateY(-3px);
    box-shadow: var(--shadow-smooth);
}

/* Dynamic Theme Toggle Controls */
.theme-toggle-btn {
    background: var(--accent-light);
    border: 1px solid var(--border-soft);
    color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.theme-toggle-btn:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: var(--shadow-hover);
    background: var(--accent-color);
    color: #000;
}

.floating-theme-toggle {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1080;
}

.floating-theme-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--card-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-soft);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-smooth);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-theme-btn:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: var(--shadow-hover);
    background: var(--accent-color);
    color: #000000;
}

[data-theme="dark"] .theme-icon-sun { display: block; }
[data-theme="dark"] .theme-icon-moon { display: none; }
[data-theme="light"] .theme-icon-sun { display: none; }
[data-theme="light"] .theme-icon-moon { display: block; }

/* Scroll to Top */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: #000000 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    cursor: pointer;
    z-index: 1045;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.9);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: var(--shadow-smooth);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

/* Bootstrap Tooltip Customization */
.tooltip { opacity: 1 !important; }
.tooltip .tooltip-inner {
    background: var(--card-bg);
    color: var(--text-main);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-smooth);
    max-width: 280px;
}

/* ==========================================================================
   09. FOOTER SECTION (.kgpro LUXURY ELEVATED UI)
   ========================================================================== */
.kgpro .footer {
    background: linear-gradient(180deg, var(--bg-global) 0%, var(--card-bg) 100%);
    border-top: 1px solid var(--border-soft);
    color: var(--text-muted);
    padding: 5rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.kgpro .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    opacity: 0.75;
}

.kgpro .footer::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: kgpro-float 8s ease-in-out infinite;
}

.kgpro .footer-section-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 1.75rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.85rem;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.18em;
}

.kgpro .footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: var(--gold-gradient);
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.kgpro .footer-section-title:hover::after {
    width: 100%;
}

.kgpro .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.kgpro .footer-brand:hover {
    transform: translateX(6px);
}

.kgpro .footer-brand-icon {
    font-size: 2rem;
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s ease;
}

.kgpro .footer-brand:hover .footer-brand-icon {
    transform: rotate(20deg) scale(1.1);
}

.kgpro .footer-brand-name {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    background: var(--gold-gradient);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kgpro-gradient-shift 4s ease infinite;
}

.kgpro .footer-description {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin-bottom: 1.75rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

.kgpro .footer-description:hover {
    color: var(--text-main);
}

.kgpro .social-links {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.kgpro .social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border: 1px solid var(--border-soft);
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.kgpro .social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-gradient);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: -1;
}

.kgpro .social-link:hover::before {
    opacity: 1;
}

.kgpro .social-link:hover {
    color: #000000;
    border-color: transparent;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.kgpro .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.kgpro .footer-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    position: relative;
}

.kgpro .footer-link i {
    font-size: 0.75rem;
    color: var(--accent-color);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.7;
}

.kgpro .footer-link:hover {
    color: var(--text-main);
    transform: translateX(6px);
}

.kgpro .footer-link:hover i {
    opacity: 1;
    transform: translateX(3px);
    color: var(--accent-color);
}

.kgpro .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.kgpro .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.kgpro .contact-item:hover {
    color: var(--text-main);
}

.kgpro .contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.kgpro .contact-item a:hover {
    color: var(--accent-color);
}

.kgpro .contact-item i {
    color: var(--accent-color);
    font-size: 1.15rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.kgpro .contact-item:hover i {
    transform: scale(1.2) rotate(8deg);
}

/* Status Box */
.kgpro .status-box {
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-cute);
    padding: 1.25rem 1.5rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-smooth);
}

.kgpro .status-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.15), transparent);
    transition: left 0.75s ease;
}

.kgpro .status-box:hover {
    border-color: var(--accent-color);
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.kgpro .status-box:hover::before {
    left: 100%; 
}

.kgpro .status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-soft);
    transition: all 0.3s ease;
    width: 100%;
}

.kgpro .status-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.kgpro .status-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kgpro .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.kgpro .status-badge:hover {
    background: rgba(34, 197, 94, 0.22);
    transform: scale(1.04);
}

.kgpro .status-badge.database {
    background: rgba(59, 130, 246, 0.12);
    color: #3b82f6;
    border-color: rgba(59, 130, 246, 0.3);
}

.kgpro .status-badge.database:hover {
    background: rgba(59, 130, 246, 0.22);
}

.kgpro .status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
    animation: kgpro-pulse-dot 2s infinite ease-in-out;
}

.kgpro .footer-divider {
    margin: 2.5rem 0 1.5rem 0;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.kgpro .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-soft);
}

.kgpro .footer-copyright {
    color: var(--text-muted);
    font-size: 0.88rem;
    transition: color 0.3s ease;
}

.kgpro .footer-copyright strong {
    color: var(--text-main);
    font-weight: 700;
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kgpro .footer-bottom-links {
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
    align-items: center;
}

.kgpro .footer-bottom-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.kgpro .footer-bottom-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-gradient);
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.kgpro .footer-bottom-link:hover {
    color: var(--text-main);
}

.kgpro .footer-bottom-link:hover::after {
    width: 100%;
}

/* ==========================================================================
   10. MEDIA QUERIES & RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .floating-theme-toggle { left: 12px; }
    .floating-theme-btn { width: 42px; height: 42px; }
    .hero-banner-wrapper { height: 85vh; min-height: 560px; }
}

@media (max-width: 768px) {
    .hero-banner-wrapper { height: 80vh; min-height: 500px; }
    .hero-content { padding-top: 3.5rem; }
    .hero-buttons { width: 100%; gap: 0.8rem; }
    .hero-buttons .btn { width: 100%; }
    .kgpro .footer { padding: 3.5rem 0 1.5rem 0; }
    .kgpro .footer-bottom { flex-direction: column; text-align: center; gap: 1.2rem; }
    .kgpro .footer-bottom-links { justify-content: center; gap: 1.2rem; }
}

@media (max-width: 480px) {
    .hero-badge { font-size: 0.72rem; padding: 0.4rem 1rem; letter-spacing: 1.5px; }
    .hero-title { font-size: 2.1rem; }
    .kgpro .footer { padding: 2.5rem 0 1rem 0; }
    .kgpro .social-link { width: 38px; height: 38px; font-size: 0.88rem; }
}

/* ==========================================================================
   11. ANIMATIONS & KEYFRAMES
   ========================================================================== */
@keyframes pulse-icon { 
    0%, 100% { opacity: 1; transform: scale(1); } 
    50% { opacity: 0.65; transform: scale(1.08); } 
}

@keyframes slideDownMobile { 
    from { opacity: 0; transform: translateY(-10px); } 
    to { opacity: 1; transform: translateY(0); } 
}

@keyframes kgpro-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
}

@keyframes kgpro-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes goldShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes kgpro-pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

@keyframes scrollAnim {
    0% { opacity: 1; top: 6px; }
    100% { opacity: 0; top: 22px; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}




/* ==========================================================================
   THEME-AWARE BOOKING SEARCH FORM (DARK & LIGHT MODE)
   ========================================================================== */
.booking-section {
  position: relative;
  z-index: 20;
  margin-top: -50px; 
  padding-bottom: 30px;
}


.booking-card {
  background: var(--card-bg);
  border-radius: var(--radius-cute);
  padding: 24px 28px;
  box-shadow: var(--shadow-smooth);
  border: 1px solid var(--border-soft);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-card:hover {
  box-shadow: var(--shadow-hover);
  border-color: var(--accent-color);
}


.booking-card .form-label {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text-main);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking-card .form-label i {
  color: var(--accent-color);
  font-size: 0.95rem;
}


.booking-card .form-control,
.booking-card .form-select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--border-soft);
  padding: 10px 14px;
  font-size: 0.925rem;
  color: var(--text-main);
  background-color: var(--bg-global);
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}

.booking-card .form-control::placeholder {
  color: var(--text-main);
  opacity: 0.7;
}


[data-theme="dark"] .booking-card .form-control,
[data-theme="dark"] .booking-card .form-select {
  color-scheme: dark;
}

[data-theme="light"] .booking-card .form-control,
[data-theme="light"] .booking-card .form-select {
  color-scheme: light;
}

.booking-card .form-control:focus,
.booking-card .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px var(--accent-light);
  background-color: var(--card-bg);
  outline: none;
}


.input-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrap .form-control {
  width: 100%;
  padding-right: 38px;
}

.input-icon-wrap .input-icon {
  position: absolute;
  right: 14px;
  pointer-events: none; 
  color: var(--accent-color);
  font-size: 0.88rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.input-icon-wrap:focus-within .input-icon {
  transform: scale(1.1);
}


.input-icon-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.booking-card .form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D4AF37' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 12px 12px;
  background-position: right 14px center;
  background-repeat: no-repeat;
}


.booking-card .btn-gold,
.booking-card .btn-search {
  background: var(--gold-gradient);
  color: #000000 !important;
  height: 48px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 8px;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px var(--accent-light);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  width: 100%;
}

.booking-card .btn-gold:hover,
.booking-card .btn-search:hover {
  background: var(--gold-gradient-hover);
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.booking-card .btn-gold:active,
.booking-card .btn-search:active {
  transform: translateY(0);
}


@media (max-width: 991.98px) {
  .booking-section {
    margin-top: 0;
    padding-top: 20px;
  }

  .booking-card {
    padding: 20px;
  }

  .booking-card .btn-gold,
  .booking-card .btn-search {
    margin-top: 6px;
  }
}

@media (max-width: 575.98px) {
  .booking-card {
    padding: 16px;
  }

  .booking-card .form-label {
    font-size: 0.78rem;
  }
}

/* ==========================================================================
   FLATPICKR THEME INTEGRATION (DYNAMIC LIGHT/DARK MODE)
   ========================================================================== */
.flatpickr-calendar {
  background: var(--card-bg) !important;
  border: 1px solid var(--border-soft) !important;
  box-shadow: var(--shadow-smooth) !important;
  border-radius: var(--radius-cute) !important;
  color: var(--text-main) !important;
  font-family: inherit !important;
}

.flatpickr-calendar.arrowTop::before, 
.flatpickr-calendar.arrowTop::after {
  border-bottom-color: var(--card-bg) !important;
}

.flatpickr-months {
  background: transparent !important;
  border-bottom: 1px solid var(--border-soft);
  padding: 8px 0;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: var(--text-main) !important;
  font-weight: 600 !important;
  fill: var(--text-main) !important;
}

.flatpickr-months .flatpickr-prev-month, 
.flatpickr-months .flatpickr-next-month {
  color: var(--accent-color) !important;
  fill: var(--accent-color) !important;
}

.flatpickr-months .flatpickr-prev-month:hover, 
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--text-main) !important;
}

span.flatpickr-weekday {
  color: var(--text-muted) !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
}

.flatpickr-day {
  color: var(--text-main) !important;
  border-radius: 6px !important;
  border-color: transparent !important;
  transition: all 0.2s ease;
}

.flatpickr-day.flatpickr-disabled, 
.flatpickr-day.flatpickr-disabled:hover {
  color: var(--text-muted) !important;
  opacity: 0.35 !important;
}

.flatpickr-day:hover, 
.flatpickr-day:focus {
  background: var(--accent-light) !important;
  color: var(--accent-color) !important;
}

/* Selected Start/End and In-Range Styling */
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange {
  background: var(--gold-gradient) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border-color: transparent !important;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3) !important;
}

.flatpickr-day.inRange {
  background: var(--accent-light) !important;
  color: var(--text-main) !important;
  border-color: transparent !important;
  box-shadow: -5px 0 0 var(--accent-light), 5px 0 0 var(--accent-light) !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--accent-light) !important;
}

/* ============================
    SECTION TITLE AND BADGE
================================= */

.section-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    background: var(--accent-light);
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    color: var(--accent-color);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

    /* Center badge */
    margin: 0 auto 1.2rem;
}

.section-badge i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    animation: pulse-icon 2s infinite ease-in-out;
}

.section-title {
    display: block;
    width: 100%;
    text-align: center;

    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-main);
    margin: 0 0 1rem;
}

/* ============================
   ABOUT WELCOME SECTION
================================= */

.about-welcome-section {
    padding: 5.5rem 0;
    background-color: var(--bg-global);
    color: var(--text-main);
    position: relative;
margin-top: -50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    background: var(--accent-light);
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    color: var(--accent-color);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}

.about-badge i {
    font-size: 0.9rem;
    animation: pulse-icon 2s infinite ease-in-out;
}

.about-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-main);
    margin-bottom: 1rem;
}


.about-slogan {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 1.25rem;
    letter-spacing: 0.3px;
    line-height: 1.5;
}


.about-description {
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 2rem;
    font-weight: 400;
}


.about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.25rem;
}

.feature-card {
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    padding: 1rem 0.85rem;
    border-radius: var(--radius-cute, 12px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    box-shadow: var(--shadow-smooth);
    transition: all 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.feature-text h6 {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-main);
}

.feature-text p {
    font-size: 0.75rem;
    margin: 0;
    color: var(--text-muted);
}


.about-welcome-visual {
    position: relative;
    padding: 1rem;
}

.image-frame-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 88%;
    border: 2px solid var(--accent-color);
    border-radius: var(--radius-cute, 12px);
    z-index: 0;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.about-welcome-visual:hover .image-frame-backdrop {
    top: -10px;
    right: -10px;
    opacity: 1;
}

.image-wrapper {
    position: relative;
    z-index: 1;
    border-radius: var(--radius-cute, 12px);
    overflow: hidden;
    box-shadow: var(--shadow-smooth);
}

.about-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-welcome-visual:hover .about-img {
    transform: scale(1.04);
}


.floating-exp-badge {
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: 2;
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    padding: 0.85rem 1.25rem;
    border-radius: var(--radius-cute, 12px);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: var(--shadow-smooth);
    animation: kgpro-float 5s ease-in-out infinite;
}

.badge-icon {
    font-size: 1.5rem;
    color: var(--accent-color);
}

.badge-info strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text-main);
}

.badge-info span {
    font-size: 0.75rem;
    color: var(--text-muted);
}


.animate-fade-in {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .about-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .about-welcome-visual {
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .about-features-grid {
        grid-template-columns: 1fr;
    }
    .floating-exp-badge {
        left: 10px;
        bottom: -10px;
        padding: 0.65rem 1rem;
    }
}

/* ==========================================================================
   PREMIUM REVIEW CARDS & THEME
   ========================================================================== */
.reviews-home-section .review-card {
    background: var(--card-bg); 
    border: 1px solid var(--border-soft); 
    border-radius: var(--radius-cute, 12px); 
    padding: 0.8rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.3s ease;
    box-shadow: var(--shadow-smooth); 
    position: relative;
    overflow: hidden;
}

.reviews-home-section .review-card:hover {
    transform: translateY(-8px); 
    box-shadow: var(--shadow-hover); 
    border-color: var(--accent-color); 
}


.reviews-home-section .review-text {
    color: var(--text-muted); 
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 1.2rem 0;
    font-weight: 300;
}

.reviews-home-section .review-guest-info h5 {
    color: var(--text-main); 
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif; 
}

/* ===============================
   DETAILED RATING BOX STYLING
======================================== */
.detailed-rating-box {
    background: var(--bg-global); 
    border: 1px solid var(--border-soft); 
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 1.5rem;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.85rem;
}

.rating-row:last-child {
    margin-bottom: 0;
}

.rating-label {
    color: var(--text-main); 
    font-size: 0.85rem;
    font-weight: 500;
    width: 35%;
}

.rating-bar-bg {
    flex-grow: 1;
    height: 6px;
    background: var(--border-soft); 
    border-radius: 50px;
    margin: 0 1rem;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: var(--gold-gradient); 
    border-radius: 50px;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.rating-score {
    color: var(--accent-color); 
    font-weight: 700;
    font-size: 0.85rem;
    width: 10%;
    text-align: right;
}

/* =====================================
   CUSTOM MODAL ANIMATION (OPEN/CLOSE)
============================================= */
.custom-review-modal {
    display: none; 
    position: fixed;
    inset: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px); 
    opacity: 0;
    transition: opacity 0.35s ease;
}


.custom-review-modal.show {
    display: flex;
    opacity: 1;
}

.custom-review-modal-content {
    background: var(--card-bg); 
    color: var(--text-main); 
    border: 1px solid var(--accent-color); 
    border-radius: var(--radius-cute, 12px); 
    width: 90%;
    max-width: 650px;
    padding: 2.5rem;
    box-shadow: var(--shadow-hover); 
    transform: scale(0.95) translateY(30px);
    opacity: 0;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-review-modal.show .custom-review-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}




/* ==========================================================================
   HOTEL GURU GRAND — ULTRA PREMIUM FOOTER
   ========================================================================== */

.footer_guru {
    --footer-gold: var(--gold, #D4AF37);
    --footer-gold-light: var(--gold-light, #F3E5AB);
    --footer-gold-dark: var(--gold-dark, #AA771C);

    /* position: relative; 
    isolation: isolate;
    overflow: hidden; */ 

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(212, 175, 55, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(212, 175, 55, 0.06),
            transparent 32%
        ),
        var(--dark-bg);

    color: var(--text-main);

    border-top: 1px solid var(--border-soft);

    transition:
        background-color 0.35s ease,
        color 0.35s ease;
}





/* ==========================================================================
   BACKGROUND GLOW
   ========================================================================== */
.footer_guru__glow {
    position: absolute;
    width: 420px;
    height: 420px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.08) 0%,
            rgba(212, 175, 55, 0.025) 40%,
            transparent 72%
        );

    pointer-events: none;

    filter: blur(8px);

    z-index: -1;
}

.footer_guru__glow--one {
    top: -240px;
    left: -160px;
}

.footer_guru__glow--two {
    bottom: -250px;
    right: -150px;
}


/* ==========================================================================
   TOP AREA
   ========================================================================== */

.footer_guru__top {
    position: relative;
    padding: 0 0 35px;
}


/* ==========================================================================
   NEWSLETTER CONTAINER
   ========================================================================== */

.footer_guru__newsletter {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, 0.85fr);

    gap: 50px;

    align-items: center;

    padding: 42px 46px;

    margin-bottom: 70px;

    border: 1px solid var(--border-soft);

    border-radius: 0 0 28px 28px;

    background:
        linear-gradient(
            135deg,
            var(--accent-light),
            transparent 45%
        ),
        var(--card-bg);

    box-shadow:
        var(--shadow-smooth),
        inset 0 1px 0 rgba(255,255,255,0.04);

    overflow: hidden;
}


.footer_guru__newsletter::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -100px;
    top: -120px;

    border-radius: 50%;

    border: 1px solid
        rgba(212, 175, 55, 0.14);

    box-shadow:
        0 0 0 35px rgba(212, 175, 55, 0.025),
        0 0 0 70px rgba(212, 175, 55, 0.015);

    pointer-events: none;
}


/* ==========================================================================
   NEWSLETTER TEXT
   ========================================================================== */

.footer_guru__newsletter-content {
    position: relative;
    z-index: 2;
}


.footer_guru__eyebrow {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    color: var(--footer-gold);

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}


.footer_guru__eyebrow span {
    width: 28px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--footer-gold)
        );
}


.footer_guru__eyebrow span:last-child {
    background:
        linear-gradient(
            90deg,
            var(--footer-gold),
            transparent
        );
}


.footer_guru__newsletter h2 {
    margin: 0 0 13px;

    color: var(--text-main);

    font-family: 'Cinzel', serif;

    font-size: clamp(
        1.55rem,
        2.3vw,
        2.2rem
    );

    font-weight: 500;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


.footer_guru__newsletter h2 strong {
    display: block;

    color: var(--footer-gold);

    font-weight: 600;
}


.footer_guru__newsletter p {
    max-width: 650px;

    margin: 0;

    color: var(--text-muted);

    font-size: 0.95rem;

    line-height: 1.8;
}


/* ==========================================================================
   NEWSLETTER FORM
   ========================================================================== */

.newsletter_guru {
    position: relative;
    z-index: 3;
}


.newsletter_guru__form {
    width: 100%;
}


.newsletter_guru__input-wrap {
    display: flex;

    align-items: center;

    position: relative;

    padding: 6px;

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    background:
        var(--bg-global);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 8px 25px rgba(0,0,0,0.08);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.newsletter_guru__input-wrap:focus-within {
    border-color:
        rgba(212, 175, 55, 0.65);

    box-shadow:
        0 0 0 4px
            rgba(212, 175, 55, 0.08),
        0 12px 30px
            rgba(0,0,0,0.1);
}


.newsletter_guru__input-icon {
    flex: 0 0 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--footer-gold);

    font-size: 1rem;
}


.newsletter_guru__input {
    flex: 1;

    min-width: 0;

    height: 50px;

    padding: 0 12px;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--text-main);

    font-size: 0.92rem;
}


.newsletter_guru__input::placeholder {
    color: var(--text-muted);

    opacity: 0.8;
}


.newsletter_guru__input:focus {
    box-shadow: none;
}


.newsletter_guru__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 50px;

    padding: 0 22px;

    border: 0;

    border-radius: 12px;

    background:
        var(--gold-gradient);

    color: #111;

    font-size: 0.82rem;

    font-weight: 800;

    letter-spacing: 0.04em;

    cursor: pointer;

    white-space: nowrap;

    box-shadow:
        0 8px 20px
        rgba(212, 175, 55, 0.2);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


.newsletter_guru__button:hover {
    transform: translateY(-2px);

    background:
        var(--gold-gradient-hover);

    box-shadow:
        0 12px 28px
        rgba(212, 175, 55, 0.3);
}


.newsletter_guru__button:active {
    transform: translateY(0);
}


.newsletter_guru__button i {
    transition:
        transform 0.25s ease;
}


.newsletter_guru__button:hover i {
    transform: translateX(3px);
}


.newsletter_guru__privacy {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 12px;

    color: var(--text-muted);

    font-size: 0.72rem;

    line-height: 1.5;
}


.newsletter_guru__privacy i {
    color: var(--footer-gold);

    font-size: 0.7rem;
}


/* ==========================================================================
   HONEYPOT
   ========================================================================== */

.newsletter_guru__honeypot {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/* ==========================================================================
   MAIN FOOTER GRID
   ========================================================================== */

.footer_guru__grid {
    display: grid;

    grid-template-columns:
        1.7fr
        0.9fr
        1fr
        1.35fr;

    gap: 55px;
}


/* ==========================================================================
   BRAND
   ========================================================================== */

.footer_guru__brand {
    min-width: 0;
}


.footer_guru__logo-wrap {
    display: inline-flex;

    align-items: center;

    min-height: 64px;

    margin-bottom: 20px;
}


.footer_guru__logo {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    border: 1px solid var(--border-soft);

    border-radius: 14px;

    background: var(--card-bg);

    box-shadow:
        var(--shadow-smooth);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.footer_guru__logo:hover {
    transform: translateY(-3px);

    border-color:
        rgba(212, 175, 55, 0.45);

    box-shadow:
        var(--shadow-hover);
}


.footer_guru__logo-image {
    display: block;

    width: auto;

    max-width: 210px;

    max-height: 52px;

    object-fit: contain;
}


.footer_guru__brand-name {
    color: var(--footer-gold);

    font-family: 'Cinzel', serif;

    font-size: 1.45rem;

    font-weight: 700;

    text-decoration: none;

    letter-spacing: 0.04em;
}


.footer_guru__description {
    max-width: 430px;

    margin: 0 0 24px;

    color: var(--text-muted);

    font-size: 0.88rem;

    line-height: 1.85;
}


/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */

.footer_guru__social {
    display: flex;

    align-items: center;

    gap: 9px;
}


.footer_guru__social-link {
    width: 40px;
    height: 40px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--border-soft);

    border-radius: 50%;

    background:
        var(--card-bg);

    color: var(--text-muted);

    text-decoration: none;

    font-size: 0.85rem;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.footer_guru__social-link:hover {
    color: #111;

    background:
        var(--gold-gradient);

    border-color:
        var(--footer-gold);

    transform:
        translateY(-4px);

    box-shadow:
        0 8px 20px
        rgba(212, 175, 55, 0.2);
}


/* ==========================================================================
   FOOTER COLUMNS
   ========================================================================== */

.footer_guru__column {
    min-width: 0;
}


.footer_guru__title {
    position: relative;

    display: inline-block;

    margin: 7px 0 23px;

    color: var(--text-main);

    font-family: 'Cinzel', serif;

    font-size: 0.9rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.footer_guru__title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -9px;

    width: 30px;
    height: 1px;

    background:
        var(--gold-gradient);
}


/* ==========================================================================
   FOOTER LINKS
   ========================================================================== */

.footer_guru__links {
    display: flex;

    flex-direction: column;

    gap: 12px;

    padding: 0;

    margin: 0;

    list-style: none;
}


.footer_guru__links li {
    margin: 0;
}


.footer_guru__links a {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--text-muted);

    text-decoration: none;

    font-size: 0.84rem;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.footer_guru__links a span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 14px;

    color: var(--footer-gold);

    font-size: 0.55rem;

    opacity: 0;

    transform: translateX(-5px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


.footer_guru__links a:hover {
    color: var(--footer-gold-light);

    transform: translateX(3px);
}


.footer_guru__links a:hover span {
    opacity: 1;

    transform: translateX(0);
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

.footer_guru__contact-list {
    display: flex;

    flex-direction: column;

    gap: 17px;
}


.footer_guru__contact {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    color: var(--text-muted);

    font-size: 0.83rem;

    line-height: 1.55;

    text-decoration: none;

    transition:
        color 0.25s ease;
}


a.footer_guru__contact:hover {
    color: var(--footer-gold-light);
}


.footer_guru__contact-icon {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--border-soft);

    border-radius: 10px;

    background: var(--accent-light);

    color: var(--footer-gold);

    font-size: 0.78rem;
}


.footer_guru__contact > span:last-child {
    min-width: 0;

    overflow-wrap: anywhere;
}


.footer_guru__contact small {
    display: block;

    margin-bottom: 2px;

    color: var(--footer-gold);

    font-size: 0.65rem;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


/* ==========================================================================
   AMENITIES
   ========================================================================== */

.footer_guru__amenities {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 12px;

    margin-top: 55px;

    padding: 17px;

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    background:
        rgba(255,255,255,0.015);
}


.footer_guru__amenity {
    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;

    padding: 8px 10px;
}


.footer_guru__amenity > span {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background:
        var(--accent-light);

    color: var(--footer-gold);

    font-size: 0.9rem;
}


.footer_guru__amenity strong {
    display: block;

    color: var(--text-main);

    font-size: 0.75rem;

    font-weight: 700;
}


.footer_guru__amenity small {
    display: block;

    margin-top: 2px;

    color: var(--text-muted);

    font-size: 0.68rem;
}


/* ==========================================================================
   DIVIDER
   ========================================================================== */

.footer_guru__divider {
    display: flex;

    align-items: center;

    gap: 16px;

    margin: 35px 0 22px;
}


.footer_guru__divider span {
    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--border-soft)
        );
}


.footer_guru__divider span:last-child {
    background:
        linear-gradient(
            90deg,
            var(--border-soft),
            transparent
        );
}


.footer_guru__divider i {
    color: var(--footer-gold);

    font-size: 0.55rem;

    opacity: 0.8;
}


/* ==========================================================================
   BOTTOM
   ========================================================================== */

.footer_guru__bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 0 0 28px;
}


.footer_guru__copyright {
    color: var(--text-muted);

    font-size: 0.72rem;
}


.footer_guru__copyright strong {
    color: var(--text-main);

    font-weight: 600;
}


.footer_guru__dot {
    margin: 0 7px;

    color: var(--footer-gold);
}


.footer_guru__legal {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: flex-end;

    gap: 20px;
}


.footer_guru__legal a {
    color: var(--text-muted);

    font-size: 0.7rem;

    text-decoration: none;

    transition:
        color 0.25s ease;
}


.footer_guru__legal a:hover {
    color: var(--footer-gold);
}


/* ==========================================================================
   NEWSLETTER MODAL
   ========================================================================== */

.newsletter_guru__modal .modal-dialog {
    max-width: 430px;
}


.newsletter_guru__modal .modal-content {
    position: relative;

    padding: 42px 35px 35px;

    border: 1px solid var(--border-soft);

    border-radius: 24px;

    background: var(--card-bg);

    color: var(--text-main);

    box-shadow:
        0 30px 80px rgba(0,0,0,0.3);

    text-align: center;
}


.newsletter_guru__modal-icon {
    width: 72px;
    height: 72px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 50%;

    font-size: 1.5rem;
}


.newsletter_guru__modal-icon.success {
    color: #22c55e;

    background:
        rgba(34,197,94,0.12);
}


.newsletter_guru__modal-icon.info {
    color: #3b82f6;

    background:
        rgba(59,130,246,0.12);
}


.newsletter_guru__modal-icon.warning {
    color: #d97706;

    background:
        rgba(217,119,6,0.12);
}


.newsletter_guru__modal-icon.danger {
    color: #ef4444;

    background:
        rgba(239,68,68,0.12);
}


.newsletter_guru__modal h3 {
    margin: 0 0 10px;

    color: var(--text-main);

    font-family: 'Cinzel', serif;

    font-size: 1.3rem;

    font-weight: 600;
}


.newsletter_guru__modal p {
    margin: 0 0 25px;

    color: var(--text-muted);

    font-size: 0.88rem;

    line-height: 1.7;
}


.newsletter_guru__modal-button {
    width: 100%;

    min-height: 46px;

    border: 0;

    border-radius: 12px;

    background:
        var(--gold-gradient);

    color: #111;

    font-size: 0.82rem;

    font-weight: 800;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.newsletter_guru__modal-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px
        rgba(212,175,55,0.25);
}


/* ==========================================================================
   LIGHT THEME REFINEMENTS
   ========================================================================== */

[data-theme="light"] .footer_guru {
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(170,119,28,0.055),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8f5ef 0%,
            #f2eee7 100%
        );

    border-top-color:
        rgba(170,119,28,0.15);
}


[data-theme="light"] .footer_guru__newsletter {
    background:
        linear-gradient(
            135deg,
            rgba(170,119,28,0.045),
            transparent 50%
        ),
        rgba(255,255,255,0.82);

    box-shadow:
        0 15px 40px
        rgba(0,0,0,0.06);
}


[data-theme="light"] .footer_guru__amenities {
    background:
        rgba(255,255,255,0.65);
}


[data-theme="light"] .newsletter_guru__input-wrap {
    background: #ffffff;

    box-shadow:
        0 8px 25px
        rgba(0,0,0,0.05);
}


[data-theme="light"] .footer_guru__social-link:hover {
    color: #ffffff;
}


[data-theme="light"] .newsletter_guru__button {
    color: #ffffff;
}


/* ==========================================================================
   DARK THEME REFINEMENTS
   ========================================================================== */

[data-theme="dark"] .footer_guru {
    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(212,175,55,0.055),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(212,175,55,0.035),
            transparent 32%
        ),
        #0a0a0a;
}


[data-theme="dark"] .footer_guru__newsletter {
    background:
        linear-gradient(
            135deg,
            rgba(212,175,55,0.06),
            transparent 50%
        ),
        #111111;
}


[data-theme="dark"] .footer_guru__amenities {
    background:
        rgba(255,255,255,0.018);
}


/* ==========================================================================
   RESPONSIVE — TABLET
   ========================================================================== */

@media (max-width: 1199.98px) {

    .footer_guru__grid {
        grid-template-columns:
            1.5fr
            1fr
            1fr;

        gap: 45px;
    }

    .footer_guru__brand {
        grid-column: span 3;
    }

    .footer_guru__description {
        max-width: 650px;
    }

    .footer_guru__newsletter {
        grid-template-columns:
            1fr;

        gap: 28px;

        padding: 38px;
    }

}


/* ==========================================================================
   RESPONSIVE — TABLET / MOBILE
   ========================================================================== */

@media (max-width: 767.98px) {

    .footer_guru__newsletter {
        margin-bottom: 50px;

        padding: 30px 22px;

        border-radius: 0 0 22px 22px;
    }


    .footer_guru__newsletter h2 {
        font-size: 1.45rem;
    }


    .footer_guru__newsletter p {
        font-size: 0.86rem;
    }


    .newsletter_guru__input-wrap {
        flex-wrap: wrap;

        padding: 6px;
    }


    .newsletter_guru__input-icon {
        flex: 0 0 42px;
    }


    .newsletter_guru__input {
        min-width: calc(100% - 42px);

        height: 46px;
    }


    .newsletter_guru__button {
        width: 100%;

        margin-top: 5px;
    }


    .footer_guru__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 38px 25px;
    }


    .footer_guru__brand {
        grid-column: span 2;
    }


    .footer_guru__amenities {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 8px;

        padding: 12px;
    }


    .footer_guru__amenity {
        padding: 8px 5px;
    }


    .footer_guru__bottom {
        flex-direction: column;

        align-items: flex-start;
    }


    .footer_guru__legal {
        justify-content: flex-start;

        gap: 12px 18px;
    }

}


/* ==========================================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================================== */

@media (max-width: 479.98px) {

    .footer_guru__newsletter {
        padding: 26px 17px;
    }


    .footer_guru__grid {
        grid-template-columns:
            1fr;
    }


    .footer_guru__brand {
        grid-column: auto;
    }


    .footer_guru__amenities {
        grid-template-columns:
            1fr;
    }


    .footer_guru__amenity {
        padding: 9px 7px;
    }


    .footer_guru__copyright {
        line-height: 1.7;
    }


    .footer_guru__dot {
        display: none;
    }

}




/* ==============================================================
   PREMIUM GURU BRAND
   ============================================================== */

.guru_brand {
    position: relative;
    padding: 2.25rem;
    border: 1px solid var(--border-soft);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    isolation: isolate;
}


/* Subtle luxury glow */

.guru_brand::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -100px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--gold, #D4AF37);
    opacity: 0.055;
    filter: blur(70px);
    pointer-events: none;
    z-index: -1;
}


.guru_brand::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -140px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--gold, #D4AF37);
    opacity: 0.035;
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
}


/* ==============================================================
   BRAND IDENTITY
   ============================================================== */

.guru_brand__identity {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.50rem;
}


.guru_brand__logo-wrap {
    flex: 0 0 auto;
}


.guru_brand__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.guru_brand__logo-image {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 75px;
    object-fit: contain;
}


.guru_brand__logo--fallback {
    gap: 0.65rem;
    color: var(--gold, #D4AF37);
}


.guru_brand__mark {
    width: 58px;
    height: 58px;
    display: block;
    color: var(--gold, #D4AF37);
    filter:
        drop-shadow(0 6px 18px rgba(212, 175, 55, 0.18));
}


.guru_brand__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 0.95;
    letter-spacing: 0.12em;
}


.guru_brand__logo-text strong {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-main);
}


.guru_brand__logo-text small {
    margin-top: 0.3rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--gold, #D4AF37);
}


.guru_brand__name {
    min-width: 0;
}


.guru_brand__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--gold, #D4AF37);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}


.guru_brand__name h3 {
    margin: 0;
    color: var(--text-main);
    font-size: 1.15rem;
    font-weight: 750;
    letter-spacing: -0.01em;
}


.guru_brand__tagline {
    display: block;
    margin-top: 0.35rem;
    color: var(--text-muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}


.guru_brand__description {
    max-width: 520px;
    margin: 0 0 1.8rem;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.75;
}


/* ==============================================================
   SECTION HEADINGS
   ============================================================== */

.guru_brand__section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 0.9rem;
    color: var(--text-muted);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}


.guru_brand__section-heading--left {
    justify-content: flex-start;
}


.guru_brand__section-line {
    width: 24px;
    height: 1px;
    background: var(--gold, #D4AF37);
    opacity: 0.65;
}


.guru_brand__section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}


/* ==============================================================
   BOOKING PARTNERS
   ============================================================== */

.guru_brand__partners {
    padding-top: 1.35rem;
    border-top: 1px solid var(--border-soft);
}


.guru_brand__partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}


.guru_brand__partner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.8rem;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.guru_brand__partner:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, 0.42);
    background: rgba(212, 175, 55, 0.055);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    color: var(--text-main);
}


.guru_brand__partner-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--gold, #D4AF37);
    background: rgba(212, 175, 55, 0.09);
    font-size: 1.15rem;
}


.guru_brand__text-logo {
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}


.guru_brand__partner-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}


.guru_brand__partner-info strong {
    overflow: hidden;
    color: var(--text-main);
    font-size: 0.76rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.guru_brand__partner-info small {
    margin-top: 0.2rem;
    color: var(--text-muted);
    font-size: 0.6rem;
}


.guru_brand__external {
    margin-left: auto;
    color: var(--text-muted);
    font-size: 0.58rem;
    opacity: 0.65;
    transition: 0.3s ease;
}


.guru_brand__partner:hover .guru_brand__external {
    color: var(--gold, #D4AF37);
    opacity: 1;
    transform: translate(2px, -2px);
}


/* ==============================================================
   PAYMENTS
   ============================================================== */

.guru_brand__payments {
    margin-top: 1.65rem;
    padding-top: 1.35rem;
    border-top: 1px solid var(--border-soft);
}


.guru_brand__payment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}


.guru_brand__payment {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--border-soft);
    border-radius: 9px;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.55rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    transition:
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.guru_brand__payment:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.35);
    color: var(--text-main);
}


.guru_brand__payment i {
    font-size: 1.25rem;
}


.guru_brand__payment--visa i {
    color: #1a73e8;
}


.guru_brand__payment--mastercard i {
    color: #e85d04;
}


.guru_brand__payment--amex i {
    color: #3b82f6;
}


.guru_brand__payment-symbol {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #1677ff;
    font-size: 0.7rem;
    font-weight: 800;
}


.guru_brand__payment-word {
    color: #25a55f;
    font-size: 0.72rem;
    font-weight: 850;
}


.guru_brand__upi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    border-radius: 4px;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.58rem;
    font-weight: 850;
}


/* ==============================================================
   SOCIAL MEDIA
   ============================================================== */

.guru_brand__social-section {
    margin-top: 1.65rem;
    padding-top: 1.35rem;
    border-top: 1px solid var(--border-soft);
}


.guru_brand__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}


.guru_brand__social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    font-size: 0.9rem;
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.guru_brand__social-link:hover {
    transform: translateY(-4px);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}


/* Individual social hover states */

.guru_brand__social-link--facebook:hover {
    background: #1877f2;
}


.guru_brand__social-link--instagram:hover {
    background: linear-gradient(
        135deg,
        #833ab4,
        #fd1d1d,
        #fcb045
    );
}


.guru_brand__social-link--youtube:hover {
    background: #ff0000;
}


.guru_brand__social-link--twitter:hover {
    background: #000;
}


.guru_brand__social-link--linkedin:hover {
    background: #0a66c2;
}


/* ==============================================================
   LIGHT THEME REFINEMENT
   ============================================================== */

[data-theme="light"] .guru_brand {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(248, 248, 248, 0.9)
        );
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}


[data-theme="light"] .guru_brand__partner,
[data-theme="light"] .guru_brand__payment,
[data-theme="light"] .guru_brand__social-link {
    background: rgba(0, 0, 0, 0.018);
}


[data-theme="light"] .guru_brand__partner:hover,
[data-theme="light"] .guru_brand__payment:hover,
[data-theme="light"] .guru_brand__social-link:hover {
    background: rgba(212, 175, 55, 0.055);
}


/* ==============================================================
   RESPONSIVE
   ============================================================== */

@media (max-width: 768px) {

    .guru_brand {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .guru_brand__partner-grid {
        grid-template-columns: 1fr;
    }

    .guru_brand__identity {
        align-items: flex-start;
    }

}


@media (max-width: 480px) {

    .guru_brand {
        padding: 1.25rem;
    }

    .guru_brand__identity {
        flex-direction: column;
        gap: 0.85rem;
    }

    .guru_brand__logo-image {
        max-width: 145px;
        max-height: 60px;
    }

    .guru_brand__description {
        font-size: 0.82rem;
    }

    .guru_brand__payment-grid {
        gap: 0.35rem;
    }

    .guru_brand__payment {
        min-height: 32px;
        padding: 0.4rem 0.5rem;
        font-size: 0.5rem;
    }

    .guru_brand__social-link {
        width: 36px;
        height: 36px;
    }

}





/* ==============================================================
   GURU BRAND — TOP ROW
   ============================================================== */

.guru_brand__top-row {
    position: relative;
    margin: 0;
}


/* ==============================================================
   BRAND COLUMN
   ============================================================== */

.guru_brand__brand-col {
    padding: 1rem 2rem 1rem 0;
}


.guru_brand__identity {
    display: flex;
    align-items: center;
    gap: 1rem;
}


.guru_brand__logo-wrap {
    flex: 0 0 auto;
}


.guru_brand__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}


.guru_brand__logo-image {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 72px;
    object-fit: contain;
}


.guru_brand__logo--fallback {
    gap: 0.55rem;
    color: var(--gold, #D4AF37);
}


.guru_brand__mark {
    width: 58px;
    height: 58px;
    display: block;
    color: var(--gold, #D4AF37);
    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}


.guru_brand__logo:hover .guru_brand__mark {
    transform: rotate(-4deg) scale(1.05);
    filter:
        drop-shadow(0 7px 20px rgba(212, 175, 55, 0.25));
}


.guru_brand__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}


.guru_brand__logo-text strong {
    color: var(--text-main);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}


.guru_brand__logo-text small {
    margin-top: 0.3rem;
    color: var(--gold, #D4AF37);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.28em;
}


.guru_brand__name {
    min-width: 0;
}


.guru_brand__eyebrow {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--gold, #D4AF37);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}


.guru_brand__name h3 {
    margin: 0;
    color: var(--text-main);
    font-size: 1.15rem;
    font-weight: 750;
}


.guru_brand__tagline {
    display: block;
    margin-top: 0.35rem;
    color: var(--text-muted);
    font-size: 0.68rem;
}


/* ==============================================================
   VERTICAL DIVIDER
   ============================================================== */

.guru_brand__vertical-divider {
    width: 1px;
    align-self: stretch;
    margin: 0.75rem 0;
    background:
        linear-gradient(
            to bottom,
            transparent,
            var(--border-soft),
            rgba(212, 175, 55, 0.35),
            var(--border-soft),
            transparent
        );
}


/* ==============================================================
   MENU COLUMN
   ============================================================== */

.guru_brand__links-col {
    padding: 1rem 0 1rem 2rem;
}


.guru_brand__menu {
    width: 100%;
}


.guru_brand__menu-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}


.guru_brand__menu-divider {
    width: 100%;
    height: 1px;
    margin: 0.75rem 0;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--border-soft),
            transparent
        );
}


/* ==============================================================
   MENU LINK
   ============================================================== */

.guru_brand__menu-link {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--text-muted);
    background: transparent;
    text-decoration: none;
    overflow: hidden;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.guru_brand__menu-link:hover {
    color: var(--text-main);
    background: rgba(212, 175, 55, 0.055);
    border-color: rgba(212, 175, 55, 0.18);
    transform: translateX(4px);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.08);
}


/* ==============================================================
   CHECK ICON
   ============================================================== */

.guru_brand__check {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    color: var(--gold, #D4AF37);
    background: rgba(212, 175, 55, 0.07);
    font-size: 0.58rem;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.guru_brand__menu-link:hover .guru_brand__check {
    color: #fff;
    background: var(--gold, #D4AF37);
    border-color: var(--gold, #D4AF37);
    transform: scale(1.08);
}


/* ==============================================================
   LINK TEXT
   ============================================================== */

.guru_brand__menu-link > span:not(.guru_brand__check) {
    min-width: 0;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.35;
}


/* ==============================================================
   ARROW
   ============================================================== */

.guru_brand__menu-arrow {
    margin-left: auto;
    color: var(--gold, #D4AF37);
    font-size: 0.55rem;
    opacity: 0;
    transform: translateX(-5px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}


.guru_brand__menu-link:hover .guru_brand__menu-arrow {
    opacity: 0.85;
    transform: translateX(0);
}


/* ==============================================================
   LIGHT THEME
   ============================================================== */

[data-theme="light"] .guru_brand__menu-link:hover {
    background: rgba(212, 175, 55, 0.06);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.05);
}


/* ==============================================================
   RESPONSIVE
   ============================================================== */

@media (max-width: 991px) {

    .guru_brand__brand-col {
        padding-right: 1rem;
    }

    .guru_brand__links-col {
        padding-left: 1rem;
    }

    .guru_brand__menu-row {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 767px) {

    .guru_brand__brand-col,
    .guru_brand__links-col {
        padding: 1rem 0;
    }


    /* Vertical divider becomes horizontal */

    .guru_brand__vertical-divider {
        width: 100%;
        height: 1px;
        min-height: 1px;
        margin: 0;
        background:
            linear-gradient(
                90deg,
                transparent,
                var(--border-soft),
                rgba(212, 175, 55, 0.35),
                var(--border-soft),
                transparent
            );
    }


    .guru_brand__menu-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 480px) {

    .guru_brand__identity {
        align-items: flex-start;
    }


    .guru_brand__menu-row {
        grid-template-columns: 1fr;
    }


    .guru_brand__menu-link {
        padding: 0.7rem;
    }


    .guru_brand__menu-arrow {
        opacity: 0.5;
        transform: none;
    }

}




/* =========================================================
   HOTEL GURU GRAND
   PREMIUM OFFCANVAS 
========================================================= */

:root {
    --hotelgg-animation-timing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --hotelgg-bounce-timing: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hotelgg-premium-offcanvas,
.hotelgg-premium-offcanvas *,
.hotelgg-offcanvas-toggle,
.hotelgg-offcanvas-toggle * {
    box-sizing: border-box;
}

/* =============================
    MUSIC WAVE MENU ANIMATION
=================================*/

.music-wave-menu {
    width: 40px;
    height: 28px;
    position: relative;
    display: inline-block;
}

.music-bar {
    display: block;
    position: absolute;
    left: 0;
    height: 6px;
    border-radius: 0px 2px 2px 0px;
    background: var(--text-main);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

@keyframes bar1wave {
    0% { width: 60%; }
    20% { width: 100%; }
    40% { width: 40%; }
    60% { width: 80%; }
    80% { width: 100%; }
    100% { width: 60%; }
}

@keyframes bar2wave {
    0% { width: 100%; }
    20% { width: 80%; }
    40% { width: 60%; }
    60% { width: 40%; }
    80% { width: 80%; }
    100% { width: 100%; }
}

@keyframes bar3wave {
    0% { width: 80%; }
    20% { width: 60%; }
    40% { width: 100%; }
    60% { width: 60%; }
    80% { width: 40%; }
    100% { width: 80%; }
}

.bar-1 { 
    top: 6px; 
    animation: bar1wave 1.2s linear infinite; 
}

.bar-2 { 
    top: 12px; 
    animation: bar2wave 1.2s linear infinite; 
}

.bar-3 { 
    top: 18px; 
    animation: bar3wave 1.2s linear infinite; 
}

.hotelgg-offcanvas-toggle:active .music-bar,
.hotelgg-offcanvas-toggle:focus .music-bar {
    background: var(--text-main);
}

/* =========================================================
   PREMIUM TOGGLE BUTTON ANIMATION
========================================================= */

.hotelgg-offcanvas-toggle {
    --hotelgg-toggle-size: 48px;

    position: relative;
    width: var(--hotelgg-toggle-size);
    height: var(--hotelgg-toggle-size);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    border: none !important;
    border-radius: 10%;

    background: transparent !important;
    color: var(--text-main);

    cursor: pointer;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */

    transition:
        transform 0.4s var(--hotelgg-bounce-timing),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;

    z-index: 1060;
    -webkit-tap-highlight-color: transparent;
}

.hotelgg-offcanvas-toggle:hover {
    border-color: none !important;
    background: none !important;
    /* box-shadow:
        0 12px 35px rgba(212, 175, 55, 0.18),
        0 0 0 6px rgba(212, 175, 55, 0.08);
    transform: translateY(-3px) scale(1.02); */
}

.hotelgg-offcanvas-toggle:active {
    /* transform: translateY(-1px) scale(0.98); */
}

.hotelgg-offcanvas-toggle:focus-visible {
    outline: none !important;
    outline-offset: none !important;
}

/* =========================================================
   HAMBURGER MENU ANIMATION
========================================================= */

.hotelgg-hamburger {
    position: relative;
    width: 21px;
    height: 18px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    pointer-events: none;
}

.hotelgg-hamburger span {
    display: block;
    width: 100%;
    height: 2px;

    border-radius: 10px;
    background: var(--gold);

    transform-origin: center;

    transition:
        transform 0.5s var(--hotelgg-bounce-timing),
        opacity 0.35s ease,
        width 0.4s ease,
        background-color 0.4s ease;
}

.hotelgg-hamburger span:nth-child(2) {
    width: 70%;
    align-self: flex-end;
}

/* =========================================================
   TOGGLE ACTIVE STATE
========================================================= */

.hotelgg-offcanvas-toggle.hotelgg-is-open {
    border-color: var(--gold);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.04));
    box-shadow:
        0 0 0 6px rgba(212, 175, 55, 0.12),
        0 15px 40px rgba(212, 175, 55, 0.2);
}

.hotelgg-offcanvas-toggle.hotelgg-is-open .hotelgg-hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 100%;
}

.hotelgg-offcanvas-toggle.hotelgg-is-open .hotelgg-hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0) translateX(-10px);
}

.hotelgg-offcanvas-toggle.hotelgg-is-open .hotelgg-hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
}

/* =========================================================
   OFFCANVAS PREMIUM BACKDROP
========================================================= */

.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.5s ease;
}

.offcanvas-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.55);
}

/* =========================================================
   OFFCANVAS CONTAINER
========================================================= */

.hotelgg-premium-offcanvas {
    --hotelgg-offcanvas-width: min(440px, 50vw);

    width: var(--hotelgg-offcanvas-width) !important;
    max-width: 100%;

    color: var(--text-main);

    background:
        radial-gradient(circle at 100% 0%, rgba(212, 175, 55, 0.08), transparent 35%),
        radial-gradient(circle at 0% 100%, rgba(212, 175, 55, 0.04), transparent 32%),
        var(--bg-global);

    border-left: 1px solid var(--border-soft) !important;
    box-shadow: -40px 0 80px rgba(0, 0, 0, 0.25);

    overflow: hidden;
    isolation: isolate;
    z-index: 1055;

    transition:
        transform 0.6s var(--hotelgg-animation-timing),
        visibility 0.6s ease,
        box-shadow 0.6s ease;
}

.hotelgg-premium-offcanvas.show {
    box-shadow: -50px 0 100px rgba(0, 0, 0, 0.35);
}

/* =========================================================
   OFFCANVAS GLASS LAYERS
========================================================= */

.hotelgg-premium-offcanvas::before {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 40%);

    opacity: 0.6;
    z-index: -2;

    transition: opacity 0.6s ease;
}

.hotelgg-premium-offcanvas.show::before {
    opacity: 0.9;
}

.hotelgg-premium-offcanvas::after {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(to bottom, transparent 0%, var(--gold) 50%, transparent 100%);

    opacity: 0.25;
    z-index: 10;

    transition: opacity 0.6s ease;
}

.hotelgg-premium-offcanvas.show::after {
    opacity: 0.4;
}

/* =========================================================
   DECORATIVE GLOWS
========================================================= */

.hotelgg-offcanvas-glow {
    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background:
        radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent 65%);

    filter: blur(8px);
    pointer-events: none;
    z-index: -1;

    opacity: 0;
    transition: opacity 0.8s ease;
}

.hotelgg-premium-offcanvas.show .hotelgg-offcanvas-glow {
    opacity: 1;
}

.hotelgg-offcanvas-glow--top {
    top: -120px;
    right: -120px;

    animation: glowFloat 6s ease-in-out infinite;
}

.hotelgg-offcanvas-glow--bottom {
    bottom: -150px;
    left: -120px;

    animation: glowFloatReverse 7s ease-in-out infinite;
}

@keyframes glowFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, -20px); }
}

@keyframes glowFloatReverse {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, 20px); }
}

/* =========================================================
   HEADER
========================================================= */

.hotelgg-offcanvas-header {
    position: relative;
    min-height: 86px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
    padding: 18px 24px 16px 26px;

    border-bottom: 1px solid var(--border-soft);

    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);

    flex-shrink: 0;
}

.hotelgg-offcanvas-brand {
    min-width: 0;
}

.hotelgg-offcanvas-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: var(--text-main);
    text-decoration: none;

    transition: transform 0.4s ease;
}

.hotelgg-premium-offcanvas.show .hotelgg-offcanvas-logo {
    transform: scale(1.02);
}

.hotelgg-logo-mark {
    width: 44px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 44px;
    border-radius: 13px;

    color: #111;
    background: var(--gold-gradient);

    box-shadow:
        0 8px 20px rgba(212, 175, 55, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);

    animation: logoEntry 0.6s var(--hotelgg-bounce-timing) 0.15s both;
}

.hotelgg-logo-mark i {
    font-size: 18px;
}

@keyframes logoEntry {
    from {
        opacity: 0;
        transform: scale(0.8) rotateY(-20deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

.hotelgg-logo-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;

    animation: textSlideIn 0.6s ease 0.2s both;
}

@keyframes textSlideIn {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hotelgg-logo-text strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.hotelgg-logo-text small {
    color: var(--text-muted);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

/* =========================================================
   CLOSE BUTTON
========================================================= */

.hotelgg-offcanvas-close {
    position: relative;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid var(--border-soft);
    border-radius: 50%;

    color: var(--text-main);
    background: transparent;

    cursor: pointer;

    transition:
        transform 0.4s var(--hotelgg-bounce-timing),
        border-color 0.3s ease,
        background 0.3s ease;

    animation: closeButtonEntry 0.6s ease 0.25s both;
}

@keyframes closeButtonEntry {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hotelgg-offcanvas-close:hover {
    border-color: var(--gold);
    background: var(--accent-light);
    transform: rotate(90deg) scale(1.08);
}

.hotelgg-offcanvas-close span {
    position: absolute;

    width: 17px;
    height: 1.5px;

    border-radius: 10px;
    background: var(--gold);
}

.hotelgg-offcanvas-close span:first-child {
    transform: rotate(45deg);
}

.hotelgg-offcanvas-close span:last-child {
    transform: rotate(-45deg);
}

/* =========================================================
   BODY
========================================================= */

.hotelgg-offcanvas-body {
    position: relative;

    padding: 28px 25px 24px;

    overflow-y: auto;
    overflow-x: hidden;

    /*scrollbar-width: thin;
    scrollbar-color: var(--gold) transparent;*/
}

.hotelgg-offcanvas-body::-webkit-scrollbar {
    width: 5px;
}

.hotelgg-offcanvas-body::-webkit-scrollbar-track {
    background: transparent;
}

.hotelgg-offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background:
        linear-gradient(
            to bottom,
            var(--gold),
            var(--gold-dark)
        );
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

/* =========================================================
   ABOUT SECTION
========================================================= */

.hotelgg-offcanvas-about {
    margin-bottom: 25px;

    animation: sectionSlideIn 0.6s ease 0.25s both;
}

@keyframes sectionSlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hotelgg-section-eyebrow,
.hotelgg-nav-label {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 10px;

    color: var(--gold-dark);

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.16em;

    animation: fadeInDown 0.5s ease forwards;
}

[data-theme="dark"] .hotelgg-section-eyebrow,
[data-theme="dark"] .hotelgg-nav-label {
    color: var(--gold-light);
}

.hotelgg-section-eyebrow i {
    font-size: 9px;
    animation: iconBounce 0.6s var(--hotelgg-bounce-timing) 0.3s infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotelgg-offcanvas-about h2 {
    margin: 0 0 12px;

    color: var(--text-main);
    font-size: clamp(28px, 7vw, 36px);

    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 700;

    animation: titleSlideIn 0.7s ease 0.35s both;
}

@keyframes titleSlideIn {
    from {
        opacity: 0;
        transform: translateX(-25px) skewY(3deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) skewY(0deg);
    }
}

.hotelgg-offcanvas-about h2 span {
    display: block;

    color: var(--gold);

    font-family: 'Playfair Display', 'Cinzel', serif;
   
    font-weight: 500;

    animation: goldSpanGlow 2s ease-in-out infinite;
}

@keyframes goldSpanGlow {
    0%, 100% { text-shadow: 0 0 0 rgba(212, 175, 55, 0); }
    50% { text-shadow: 0 0 12px rgba(212, 175, 55, 0.3); }
}

.hotelgg-offcanvas-about p {
    max-width: 380px;

    margin: 0 0 14px;

    color: var(--text-muted);

    font-size: 13px;
    line-height: 1.75;

    animation: fadeInUp 0.7s ease 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotelgg-about-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: var(--gold-dark);

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    transition:
        color 0.35s ease,
        gap 0.35s ease,
        transform 0.35s ease;

    animation: fadeInUp 0.7s ease 0.45s both;
}

[data-theme="dark"] .hotelgg-about-link {
    color: var(--gold-light);
}

.hotelgg-about-link:hover {
    color: var(--gold);
    gap: 13px;
    transform: translateX(4px);
}

/* =========================================================
   DIVIDER
========================================================= */

.hotelgg-offcanvas-divider {
    width: 100%;
    height: 1px;

    margin: 22px 0;

    background:
        linear-gradient(90deg, transparent, var(--border-soft), transparent);

    opacity: 0;
    animation: dividerExpand 0.6s ease 0.45s both;
}

@keyframes dividerExpand {
    from {
        opacity: 0;
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* =========================================================
   NAVIGATION
========================================================= */

.hotelgg-offcanvas-navigation {
    display: flex;
    flex-direction: column;

    gap: 5px;

    animation: sectionSlideIn 0.6s ease 0.35s both;
}

.hotelgg-offcanvas-navigation .hotelgg-nav-label {
    margin-bottom: 8px;
}

.hotelgg-offcanvas-link {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 64px;

    gap: 12px;

    padding: 9px 10px;

    border: 1px solid transparent;
    border-radius: 14px;

    color: var(--text-main);

    text-decoration: none;

    overflow: hidden;

    transition:
        background 0.4s ease,
        border-color 0.4s ease,
        transform 0.4s var(--hotelgg-bounce-timing),
        box-shadow 0.4s ease;

    animation: linkSlideIn 0.5s ease forwards;
}

@keyframes linkSlideIn {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hotelgg-offcanvas-link:nth-child(1) { animation-delay: 0.5s; }
.hotelgg-offcanvas-link:nth-child(2) { animation-delay: 0.55s; }
.hotelgg-offcanvas-link:nth-child(3) { animation-delay: 0.6s; }
.hotelgg-offcanvas-link:nth-child(4) { animation-delay: 0.65s; }
.hotelgg-offcanvas-link:nth-child(5) { animation-delay: 0.7s; }

.hotelgg-offcanvas-link::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 2px;
    height: 0;

    border-radius: 10px;

    background: var(--gold);

    transform: translateY(-50%);

    transition: height 0.4s ease;
}

.hotelgg-offcanvas-link:hover,
.hotelgg-offcanvas-link.active {
    background:
        linear-gradient(90deg, var(--accent-light), transparent);

    border-color: var(--border-soft);

    transform: translateX(6px);

    box-shadow: inset 8px 0 15px rgba(212, 175, 55, 0.08);
}

.hotelgg-offcanvas-link:hover::before,
.hotelgg-offcanvas-link.active::before {
    height: 32px;
}

.hotelgg-link-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: var(--gold);

    background: var(--accent-light);

    transition:
        background 0.4s ease,
        transform 0.4s var(--hotelgg-bounce-timing),
        box-shadow 0.4s ease;
}

.hotelgg-offcanvas-link:hover .hotelgg-link-icon,
.hotelgg-offcanvas-link.active .hotelgg-link-icon {
    background: var(--gold-gradient);

    color: #111;

    transform: scale(1.1) rotate(8deg);

    box-shadow:
        0 6px 20px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hotelgg-link-content {
    min-width: 0;
    flex: 1;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.hotelgg-link-content strong {
    color: var(--text-main);
    font-size: 13px;
    font-weight: 700;
}

.hotelgg-link-content small {
    color: var(--text-muted);
    font-size: 10px;
}

.hotelgg-link-arrow {
    color: var(--text-muted);
    font-size: 10px;

    transition:
        color 0.35s ease,
        transform 0.35s var(--hotelgg-bounce-timing);
}

.hotelgg-offcanvas-link:hover .hotelgg-link-arrow {
    color: var(--gold);
    transform: translateX(6px) rotate(45deg);
}

/* =========================================================
   BOOKING CTA
========================================================= */

.hotelgg-offcanvas-booking {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 25px;
    padding: 17px;

    border: 1px solid var(--border-soft);
    border-radius: 17px;

    background:
        linear-gradient(135deg, var(--accent-light), transparent);

    overflow: hidden;

    animation: bookingSlideIn 0.6s ease 0.55s both;
}

@keyframes bookingSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hotelgg-offcanvas-booking::after {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -70px;
    top: -70px;

    border-radius: 50%;

    border: 1px solid var(--border-soft);

    animation: orbitGlow 8s linear infinite;
}

@keyframes orbitGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hotelgg-booking-content {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 5px;

    z-index: 1;
}

.hotelgg-booking-content span {
    display: flex;
    align-items: center;

    gap: 6px;

    color: var(--gold-dark);

    font-size: 9px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.1em;
}

[data-theme="dark"] .hotelgg-booking-content span {
    color: var(--gold-light);
}

.hotelgg-booking-content strong {
    color: var(--text-main);
    font-size: 12px;
}

.hotelgg-booking-button {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 40px;

    padding: 0 15px;

    border-radius: 10px;

    color: #111;

    background: var(--gold-gradient);

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;

    white-space: nowrap;

    box-shadow:
        0 7px 18px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);

    transition:
        transform 0.4s var(--hotelgg-bounce-timing),
        box-shadow 0.4s ease;

    cursor: pointer;
}

.hotelgg-booking-button:hover {
    color: #111;

    background: var(--gold-gradient-hover);

    transform: translateY(-4px) scale(1.04);

    box-shadow:
        0 15px 35px rgba(212, 175, 55, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hotelgg-booking-button:active {
    transform: translateY(-2px) scale(0.98);
}

/* =========================================================
   CONTACT
========================================================= */

.hotelgg-offcanvas-contact {
    margin-top: 27px;

    animation: sectionSlideIn 0.6s ease 0.6s both;
}

.hotelgg-offcanvas-contact > .hotelgg-nav-label {
    margin-bottom: 12px;
}

.hotelgg-offcanvas-contact > a,
.hotelgg-contact-location {
    display: flex;
    align-items: center;

    gap: 11px;

    padding: 8px 0;

    color: var(--text-main);

    text-decoration: none;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;

    animation: contactItemFadeIn 0.5s ease forwards;
}

.hotelgg-offcanvas-contact > a:nth-of-type(1),
.hotelgg-offcanvas-contact > a:nth-of-type(1) { animation-delay: 0.65s; }

.hotelgg-offcanvas-contact > a:nth-of-type(2) { animation-delay: 0.7s; }

.hotelgg-offcanvas-contact > .hotelgg-contact-location { animation-delay: 0.75s; }

@keyframes contactItemFadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hotelgg-offcanvas-contact > a:hover,
.hotelgg-contact-location:hover {
    transform: translateX(6px);
}

.hotelgg-contact-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    color: var(--gold);

    background: var(--accent-light);

    font-size: 11px;

    transition:
        background 0.4s ease,
        transform 0.4s var(--hotelgg-bounce-timing),
        box-shadow 0.4s ease;
}

.hotelgg-offcanvas-contact > a:hover .hotelgg-contact-icon,
.hotelgg-contact-location:hover .hotelgg-contact-icon {
    background: var(--gold-gradient);

    color: #111;

    transform: scale(1.15) rotate(-8deg);

    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

.hotelgg-offcanvas-contact > span:last-child,
.hotelgg-contact-location > span:last-child {
    display: flex;
    flex-direction: column;

    gap: 2px;

    min-width: 0;
}

.hotelgg-offcanvas-contact small,
.hotelgg-contact-location small {
    color: var(--text-muted);

    font-size: 9px;
}

.hotelgg-offcanvas-contact strong,
.hotelgg-contact-location strong {
    color: var(--text-main);

    font-size: 11px;
    font-weight: 600;

    word-break: break-word;

    transition: color 0.3s ease;
}

.hotelgg-offcanvas-contact a:hover strong {
    color: var(--gold);
}

/* =========================================================
   SOCIAL
========================================================= */

.hotelgg-offcanvas-social {
    margin-top: 22px;

    animation: sectionSlideIn 0.6s ease 0.65s both;
}

.hotelgg-social-links {
    display: flex;

    gap: 8px;
}

.hotelgg-social-links a {
    width: 37px;
    height: 37px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--border-soft);
    border-radius: 10px;

    color: var(--text-muted);

    background: rgba(255, 255, 255, 0.025);

    text-decoration: none;

    transition:
        color 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        transform 0.4s var(--hotelgg-bounce-timing),
        box-shadow 0.4s ease;

    animation: socialLinkEntry 0.5s ease forwards;
}

.hotelgg-social-links a:nth-child(1) { animation-delay: 0.7s; }
.hotelgg-social-links a:nth-child(2) { animation-delay: 0.75s; }
.hotelgg-social-links a:nth-child(3) { animation-delay: 0.8s; }
.hotelgg-social-links a:nth-child(4) { animation-delay: 0.85s; }

@keyframes socialLinkEntry {
    from {
        opacity: 0;
        transform: scale(0.4) rotate(180deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.hotelgg-social-links a:hover {
    color: #111;

    border-color: var(--gold);

    background: var(--gold-gradient);

    transform: translateY(-6px) scale(1.1) rotate(-8deg);

    box-shadow:
        0 12px 28px rgba(212, 175, 55, 0.25),
        0 0 0 4px rgba(212, 175, 55, 0.08);
}

/* =========================================================
   FOOTER
========================================================= */

.hotelgg-offcanvas-footer {
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 12px 20px;

    border-top: 1px solid var(--border-soft);

    color: var(--text-muted);

    font-size: 9px;

    letter-spacing: 0.04em;

    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.025));

    flex-shrink: 0;

    animation: fadeInUp 0.6s ease 0.8s both;
}

.hotelgg-footer-dot {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--gold);

    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {
    .hotelgg-premium-offcanvas {
         display: none !important;
    }

    .hotelgg-offcanvas-toggle {
         display: none !important;
    }
}

/* =========================================================
   RESPONSIVE - MOBILE (HIDDEN)
========================================================= */

@media (max-width: 575.98px) {
    .d-none.d-lg-block {
        display: none !important;
    }

    .hotelgg-offcanvas-toggle {
        display: none !important;
    }

    .hotelgg-premium-offcanvas {
        display: none !important;
    }
}

/* =========================================================
   RESPONSIVE - SMALL MOBILE
========================================================= */

@media (max-width: 380px) {
    .hotelgg-premium-offcanvas {
          display: none !important;
    }

    .hotelgg-logo-text strong {
          display: none !important;
    }

    .hotelgg-logo-text small {
          display: none !important;
    }

    .hotelgg-link-content small {
         display: none !important;
    }

    .hotelgg-offcanvas-link {
          display: none !important;
    }
}




/* ============================
   PREMIUM ROOMS EXPLORE HERO
================================== */

.hotelgg-rooms-hero {
    --rooms-hero-height: min(780px, 88vh);

    position: relative;
    min-height: var(--rooms-hero-height);
    display: flex;
    align-items: center;
    overflow: hidden;

    isolation: isolate;

    background:
        var(--bg-global);

    color: #ffffff;
}


/* ==================
   BACKGROUND IMAGE
====================== */

.hotelgg-rooms-hero__background {
    position: absolute;
    inset: 0;

    z-index: -4;

    background-image:
        url("/uploads/hotel/banner/Pokhara_Premium.jpg");

    background-size: cover;
    background-position: center center;

    transform: scale(1.04);

    animation:
        hotelggRoomsHeroZoom 18s ease-in-out infinite alternate;

    will-change: transform;
}


@keyframes hotelggRoomsHeroZoom {

    from {
        transform: scale(1.04);
    }

    to {
        transform: scale(1.20);
    }

}


/* ====================
   CINEMATIC OVERLAY
========================== */

.hotelgg-rooms-hero__overlay {
    position: absolute;
    inset: 0;

    z-index: -3;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.70) 32%,
            rgba(0, 0, 0, 0.34) 68%,
            rgba(0, 0, 0, 0.52) 100%
        ),

        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            transparent 40%,
            rgba(0, 0, 0, 0.82) 100%
        );
}


/* =========================
   GOLD ATMOSPHERIC GLOW
============================= */

.hotelgg-rooms-hero__glow {
    position: absolute;

    width: 620px;
    height: 620px;

    left: -220px;
    top: 50%;

    transform: translateY(-50%);

    z-index: -2;

    background:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.18) 0%,
            rgba(212, 175, 55, 0.06) 35%,
            transparent 70%
        );

    pointer-events: none;

    filter: blur(10px);
}


/* ==================
   HERO CONTAINER
========================= */

.hotelgg-rooms-hero__container {
    position: relative;

    min-height: var(--rooms-hero-height);

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: 120px;
    padding-bottom: 100px;
}


/* =============
   BREADCRUMB
=================== */

.hotelgg-rooms-hero__breadcrumb {
    position: absolute;

    top: 38px;
    left: 12px;

    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.72);

    z-index: 5;
}


.hotelgg-rooms-hero__breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: rgba(255, 255, 255, 0.82);

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.hotelgg-rooms-hero__breadcrumb-link:hover {
    color: var(--gold-light);

    transform: translateX(2px);
}


.hotelgg-rooms-hero__breadcrumb-link i {
    color: var(--gold);
    font-size: 0.75rem;
}


.hotelgg-rooms-hero__breadcrumb-separator {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.6rem;
}


.hotelgg-rooms-hero__breadcrumb-current {
    color: var(--gold-light);
}


/* ==============
   HERO CONTENT
=================== */

.hotelgg-rooms-hero__content {
    position: relative;

    width: min(760px, 100%);

    z-index: 3;
}


/* ===========
   EYEBROW
=============== */

.hotelgg-rooms-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 24px;

    color: var(--gold-light);

    font-size: 0.78rem;
    font-weight: 600;

    letter-spacing: 0.20em;
    text-transform: uppercase;
}


.hotelgg-rooms-hero__eyebrow-line {
    display: block;

    width: 34px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--gold)
        );
}


.hotelgg-rooms-hero__eyebrow-line:last-child {
    background:
        linear-gradient(
            90deg,
            var(--gold),
            transparent
        );
}


.hotelgg-rooms-hero__eyebrow i {
    color: var(--gold);
    font-size: 0.65rem;

    filter:
        drop-shadow(
            0 0 8px rgba(212, 175, 55, 0.55)
        );
}


/* ============
   HERO TITLE
================= */

.hotelgg-rooms-hero__title {
    margin: 0;

    color: #ffffff;

    font-family:
        'Playfair Display',
        'Cinzel',
        serif;

    font-size: clamp(
        3.5rem,
        7vw,
        6.6rem
    );

    font-weight: 500;

    line-height: 0.98;

    letter-spacing: -0.035em;

    text-wrap: balance;

    text-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35);
}


.hotelgg-rooms-hero__title span {
    display: block;

    color: var(--gold-light);

    background:
        var(--gold-shimmer);

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    background-size: 200% auto;

    animation:
        hotelggGoldShimmer 6s linear infinite;
}


@keyframes hotelggGoldShimmer {

    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }

}


/* ==============
   DESCRIPTION
 ================= */

.hotelgg-rooms-hero__description {
    width: min(620px, 100%);

    margin: 30px 0 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 1.02rem;
    font-weight: 400;

    line-height: 1.9;

    letter-spacing: 0.01em;
}


/* ==================
   ACTION BUTTONS
====================== */

.hotelgg-rooms-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 36px;
}


.hotelgg-rooms-hero__btn {
    position: relative;

    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    padding: 0 25px;

    border-radius: 999px;

    font-size: 0.82rem;
    font-weight: 600;

    letter-spacing: 0.07em;
    text-transform: uppercase;

    text-decoration: none;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}


.hotelgg-rooms-hero__btn--primary {
    color: #17120a;

    background:
        var(--gold-gradient);

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 12px 35px rgba(212, 175, 55, 0.28);
}


.hotelgg-rooms-hero__btn--primary::before {
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 70%;
    height: 100%;

    background:
        linear-gradient(
            100deg,
            transparent,
            rgba(255,255,255,0.42),
            transparent
        );

    transform: skewX(-20deg);

    transition: left 0.7s ease;
}


.hotelgg-rooms-hero__btn--primary:hover::before {
    left: 140%;
}


.hotelgg-rooms-hero__btn--primary:hover {
    color: #17120a;

    transform: translateY(-3px);

    box-shadow:
        0 18px 45px rgba(212, 175, 55, 0.38);
}


.hotelgg-rooms-hero__btn--primary i {
    transition: transform 0.3s ease;
}


.hotelgg-rooms-hero__btn--primary:hover i {
    transform: translateY(3px);
}


.hotelgg-rooms-hero__btn--ghost {
    color: #ffffff;

    background:
        rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.28);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}


.hotelgg-rooms-hero__btn--ghost:hover {
    color: var(--gold-light);

    border-color:
        rgba(212, 175, 55, 0.65);

    background:
        rgba(212, 175, 55, 0.10);

    transform: translateY(-3px);
}


/* ===================
   EXPERIENCE CARD
====================== */

.hotelgg-rooms-hero__experience {
    position: absolute;

    right: 15px;
    bottom: 105px;

    width: 330px;

    display: flex;
    align-items: center;
    gap: 16px;

    padding: 18px 20px;

    border:
        1px solid rgba(255, 255, 255, 0.16);

    border-radius: 18px;

    background:
        rgba(15, 15, 15, 0.48);

    backdrop-filter:
        blur(22px);

    -webkit-backdrop-filter:
        blur(22px);

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.28);

    z-index: 4;
}


.hotelgg-rooms-hero__experience-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    color: var(--gold);

    background:
        rgba(212, 175, 55, 0.11);

    border:
        1px solid rgba(212, 175, 55, 0.25);

    font-size: 1rem;
}


.hotelgg-rooms-hero__experience-content {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.hotelgg-rooms-hero__experience-label {
    color: var(--gold-light);

    font-size: 0.68rem;
    font-weight: 600;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}


.hotelgg-rooms-hero__experience-content strong {
    color: #ffffff;

    font-family:
        'Playfair Display',
        'Cinzel',
        serif;

    font-size: 1rem;
    font-weight: 500;
}


.hotelgg-rooms-hero__experience-content small {
    color: rgba(255, 255, 255, 0.55);

    font-size: 0.68rem;

    line-height: 1.5;
}


/* ===========
   ORNAMENT
================ */

.hotelgg-rooms-hero__ornament {
    position: absolute;

    left: 50%;
    bottom: 64px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    opacity: 0.75;
}


.hotelgg-rooms-hero__ornament span {
    width: 45px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212, 175, 55, 0.65)
        );
}


.hotelgg-rooms-hero__ornament span:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(212, 175, 55, 0.65),
            transparent
        );
}


.hotelgg-rooms-hero__ornament i {
    color: var(--gold);

    font-size: 0.55rem;
}


/* ====================
   SCROLL INDICATOR
======================== */

.hotelgg-rooms-hero__scroll {
    position: absolute;

    left: 50%;
    bottom: 20px;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 0.58rem;
    font-weight: 600;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    text-decoration: none;

    z-index: 5;

    transition:
        color 0.3s ease;
}


.hotelgg-rooms-hero__scroll:hover {
    color: var(--gold-light);
}


.hotelgg-rooms-hero__scroll-icon {
    display: grid;
    place-items: center;

    width: 28px;
    height: 28px;

    border:
        1px solid rgba(212, 175, 55, 0.45);

    border-radius: 50%;

    color: var(--gold);

    animation:
        hotelggHeroScroll 1.8s ease-in-out infinite;
}


@keyframes hotelggHeroScroll {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }

}


/* ============================
   ROOM EXPLORER TRANSITION
================================ */

.hotelgg-rooms-explorer {
    position: relative;

    background:
        var(--bg-global);

    padding-top: 95px;

    transition:
        background 0.35s ease,
        color 0.35s ease;
}


.hotelgg-rooms-explorer::before {
    content: "";

    position: absolute;

    top: -100px;
    left: 0;
    right: 0;

    height: 100px;

    background:
        linear-gradient(
            180deg,
            transparent,
            var(--bg-global)
        );

    pointer-events: none;
}


/* ===============
   LIGHT THEME
=================== */

[data-theme="light"] .hotelgg-rooms-hero {
    color: var(--text-main);
}


[data-theme="light"] .hotelgg-rooms-hero__overlay {

    background:
        linear-gradient(
            90deg,
            rgba(15, 15, 15, 0.68) 0%,
            rgba(15, 15, 15, 0.42) 38%,
            rgba(15, 15, 15, 0.18) 70%,
            rgba(15, 15, 15, 0.35) 100%
        ),

        linear-gradient(
            180deg,
            rgba(15, 15, 15, 0.22),
            transparent 45%,
            rgba(15, 15, 15, 0.60)
        );
}


[data-theme="light"] .hotelgg-rooms-hero__experience {
    background:
        rgba(255, 255, 255, 0.16);

    border-color:
        rgba(255, 255, 255, 0.42);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);
}


/* =======================
   RESPONSIVE — TABLET
============================ */

@media (max-width: 1199.98px) {

    .hotelgg-rooms-hero {
        --rooms-hero-height: 720px;
    }

    .hotelgg-rooms-hero__experience {
        right: 20px;
        bottom: 105px;

        width: 300px;
    }

    .hotelgg-rooms-hero__title {
        font-size: clamp(
            3.3rem,
            7vw,
            5.5rem
        );
    }

}


/* =======================
   RESPONSIVE — MOBILE
============================ */

@media (max-width: 767.98px) {

    .hotelgg-rooms-hero {
        min-height: 720px;

        --rooms-hero-height: 720px;
    }


    .hotelgg-rooms-hero__background {
        background-position:
            62% center;
    }


    .hotelgg-rooms-hero__overlay {

        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.68) 0%,
                rgba(0, 0, 0, 0.54) 45%,
                rgba(0, 0, 0, 0.88) 100%
            );
    }


    .hotelgg-rooms-hero__container {

        padding-top: 105px;
        padding-bottom: 130px;

        justify-content: center;
    }


    .hotelgg-rooms-hero__breadcrumb {

        top: 28px;
        left: 12px;
        right: 12px;

        font-size: 0.65rem;

        gap: 8px;
    }


    .hotelgg-rooms-hero__eyebrow {

        gap: 8px;

        font-size: 0.65rem;

        letter-spacing: 0.13em;
    }


    .hotelgg-rooms-hero__eyebrow-line {
        width: 20px;
    }


    .hotelgg-rooms-hero__title {

        font-size:
            clamp(
                3rem,
                14vw,
                4.3rem
            );

        line-height: 1.02;
    }


    .hotelgg-rooms-hero__description {

        margin-top: 22px;

        font-size: 0.88rem;

        line-height: 1.75;

        max-width: 100%;
    }


    .hotelgg-rooms-hero__actions {

        margin-top: 28px;

        flex-direction: column;

        align-items: stretch;

        width: min(100%, 360px);
    }


    .hotelgg-rooms-hero__btn {

        width: 100%;

        min-height: 52px;
    }


    .hotelgg-rooms-hero__experience {

        position: absolute;

        left: 50%;
        right: auto;

        bottom: 70px;

        transform: translateX(-50%);

        width: calc(100% - 30px);

        max-width: 380px;

        padding: 13px 15px;

        border-radius: 15px;
    }


    .hotelgg-rooms-hero__experience-icon {

        width: 42px;
        height: 42px;

        flex-basis: 42px;
    }


    .hotelgg-rooms-hero__experience-content strong {
        font-size: 0.9rem;
    }


    .hotelgg-rooms-hero__experience-content small {
        font-size: 0.62rem;
    }


    .hotelgg-rooms-hero__ornament {
        display: none;
    }


    .hotelgg-rooms-hero__scroll {

        bottom: 17px;

        font-size: 0.52rem;
    }


    .hotelgg-rooms-explorer {

        padding-top: 70px;
    }

}


/* ===============
   SMALL MOBILE
==================== */

@media (max-width: 420px) {

    .hotelgg-rooms-hero {
        min-height: 700px;
    }


    .hotelgg-rooms-hero__title {

        font-size:
            clamp(
                2.7rem,
                14vw,
                3.6rem
            );
    }


    .hotelgg-rooms-hero__experience {

        bottom: 66px;

        width: calc(100% - 24px);
    }


    .hotelgg-rooms-hero__experience-label {
        font-size: 0.59rem;
    }


    .hotelgg-rooms-hero__experience-content strong {
        font-size: 0.82rem;
    }

}

