@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');

/* =========================================
   LUXURY BASE & TYPOGRAPHY
========================================= */
:root {
    --gold: #C6A87C;
    --gold-dark: #A88B60;
    --dark: #1A1A1A;
    --darker: #111111;
    --cream: #FAFAFA;
    --white: #FFFFFF;
    --maroon: #5B1E22; 
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lato', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background-color: var(--cream); color: var(--dark); font-family: var(--font-body); line-height: 1.7; max-width: 100vw; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 400; color: var(--darker); }
a { text-decoration: none; transition: all 0.3s ease; }
img { max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-white { color: var(--white) !important; }
.text-center { text-align: center; }
.max-w { max-width: 700px; margin: 0 auto; }

/* THEME SPECIFIC TYPOGRAPHY */
.theme-royal h1, .theme-royal h2, .theme-royal h3 { font-family: 'Playfair Display', serif; }
.theme-modern { font-family: 'Inter', sans-serif; }
.theme-modern h1, .theme-modern h2, .theme-modern h3 { font-family: 'Inter', sans-serif; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; }
.theme-modern .subtitle { font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: 2px; }

/* SAFETY GUARD & LOGO FIX */
#nav-logo-img { height: 45px !important; width: auto !important; max-width: 150px; display: block; mix-blend-mode: multiply; }
.footer-logo { height: 60px !important; width: auto !important; mix-blend-mode: multiply; }

/* PAGE TRANSITION OVERLAY */
.transition-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: var(--maroon); z-index: 999999; display: flex; align-items: center; justify-content: center; clip-path: circle(0% at 50% 50%); transition: clip-path 0.7s cubic-bezier(0.77, 0, 0.175, 1); pointer-events: none; }
.transition-overlay.active { clip-path: circle(150% at 50% 50%); pointer-events: all; }
.transition-logo { width: 120px !important; height: auto !important; opacity: 0; transition: opacity 0.3s; animation: flashLogo 0.8s alternate infinite ease-in-out; mix-blend-mode: screen; filter: brightness(200%) grayscale(1); }
.transition-overlay.active .transition-logo { opacity: 1; }
@keyframes flashLogo { 0% { opacity: 0.1; transform: scale(0.95); } 100% { opacity: 1; transform: scale(1.05); } }

/* STAGGERED WAVE TEXT ANIMATION */
.stagger-text { display: inline-flex; overflow: hidden; vertical-align: top; cursor: pointer; }
.char-wrap { overflow: hidden; display: inline-block; }
.char { display: inline-block; position: relative; transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); transition-delay: calc(var(--char-index) * 0.03s); }
.char::after { content: attr(data-char); position: absolute; top: 100%; left: 0; width: 100%; height: 100%; color: var(--gold); }
.stagger-text:hover .char { transform: translateY(-100%); }

/* NAVIGATION */
.luxury-nav { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 50px; z-index: 9999; background: transparent; transition: 0.4s; }
.luxury-nav.scrolled { background: var(--white); box-shadow: 0 4px 15px rgba(0,0,0,0.1); position: fixed; }
.nav-links { flex: 1; display: flex; align-items: center; }
.nav-links.right { justify-content: flex-end; }
.nav-links a { color: var(--white); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px; font-weight: 600; margin: 0 15px; cursor: pointer; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.luxury-nav.scrolled .nav-links a { color: var(--dark); text-shadow: none; }
.logo-wrapper-nav { background: var(--white); padding: 8px 15px; border-radius: 4px; }

/* HERO SECTION */
.hero-section { position: relative; height: 100vh; width: 100%; background: #000; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center bottom; }
.base-bg { z-index: 1; }
.reveal-layer { z-index: 2; opacity: 0; pointer-events: none; transform: scale(1.15) translate(-1%, 3%); transition: opacity 0.6s ease; -webkit-mask-image: radial-gradient(circle var(--m-size, 0px) at var(--m-x, 50%) var(--m-y, 50%), black 20%, transparent 100%); mask-image: radial-gradient(circle var(--m-size, 0px) at var(--m-x, 50%) var(--m-y, 50%), black 20%, transparent 100%); filter: url(#liquid-filter); }
.reveal-layer.active { opacity: 1; }
.master-mountain-reveal { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1.15) translate(-1%, 3%); background-size: cover; background-position: center; z-index: 3; pointer-events: none; clip-path: polygon(0% 100%, 15% 100%, 30% 100%, 50% 100%, 75% 100%, 100% 100%, 100% 100%, 0% 100%); }
.master-mountain-reveal.active { animation: mountainRise 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.master-mountain-reveal.closing { animation: mountainFall 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards; }

@keyframes mountainRise { 0% { clip-path: polygon(0% 100%, 15% 100%, 30% 100%, 50% 100%, 75% 100%, 100% 100%, 100% 100%, 0% 100%); } 40% { clip-path: polygon(0% 70%, 15% 30%, 30% 60%, 50% 20%, 75% 50%, 100% 40%, 100% 100%, 0% 100%); } 100% { clip-path: polygon(0% 0%, 15% 0%, 30% 0%, 50% 0%, 75% 0%, 100% 0%, 100% 100%, 0% 100%); } }
@keyframes mountainFall { 0% { clip-path: polygon(0% 0%, 15% 0%, 30% 0%, 50% 0%, 75% 0%, 100% 0%, 100% 100%, 0% 100%); } 100% { clip-path: polygon(0% 100%, 15% 100%, 30% 100%, 50% 100%, 75% 100%, 100% 100%, 100% 100%, 0% 100%); } }

.video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; background: rgba(0,0,0,0.3); pointer-events: none; }
.hero-content { position: relative; z-index: 10; text-align: center; color: #fff; pointer-events: none; margin-top: 60px; }
.hero-content h1 { color: var(--white) !important; text-shadow: 0 4px 15px rgba(0,0,0,0.6); font-size: 4.5rem; margin-bottom: 20px;}
.hero-content h1, .hero-content .btn-gold { pointer-events: auto; }

/* LUXURY ANIMATED BOOKING BAR */
.booking-bar { position: absolute; bottom: 40px; z-index: 100; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); padding: 15px 25px; display: flex; border-radius: 8px; width: 90%; max-width: 1050px; justify-content: space-between; align-items: center; box-shadow: 0 20px 40px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.3); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.booking-bar:hover { transform: translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.25); }
.booking-field { display: flex; flex-direction: column; flex: 1; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); position: relative; transition: background 0.3s ease; border-radius: 6px; }
.booking-field:hover { background: rgba(198, 168, 124, 0.08); }
.booking-field:nth-last-child(2) { border-right: none; }
.booking-field label { font-size: 0.7rem; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; margin-bottom: 5px; letter-spacing: 1px;}
.booking-field input, .booking-field select { border: none; font-size: 1.1rem; color: var(--dark); font-family: var(--font-heading); outline: none; background: transparent; cursor: pointer; padding-right: 15px; appearance: none; -webkit-appearance: none; }
.booking-field select { background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23C6A87C%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right center; background-size: 12px auto; }
.theme-modern .booking-field input, .theme-modern .booking-field select { font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: -0.5px; }
.booking-field::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--gold); transition: all 0.4s ease; transform: translateX(-50%); }
.booking-field:hover::after, .booking-field:focus-within::after { width: 80%; }

/* FLATPICKR LUXURY OVERRIDES */
.flatpickr-calendar { font-family: var(--font-body) !important; box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important; border: 1px solid rgba(198,168,124,0.3) !important; border-radius: 8px !important; z-index: 99999 !important;}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay { background: var(--gold) !important; border-color: var(--gold) !important; }

/* BUTTONS */
.btn-gold { display: inline-block; padding: 15px 35px; border: 1px solid var(--white); color: var(--white); text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; margin-top: 30px; transition: all 0.4s ease;}
.btn-gold:hover { background: var(--white); color: var(--dark); }
.btn-gold-solid { background: var(--gold); color: var(--white); padding: 15px 30px; border: none; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; cursor: pointer; transition: all 0.4s ease; border-radius: 4px;}
.btn-gold-solid:hover { background: var(--gold-dark); transform: scale(1.05); }
.btn-book-now { background: var(--dark); color: var(--gold); font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 2px; padding: 15px; border: none; width: 100%; cursor: pointer; transition: all 0.3s ease; margin-top: 20px; border-radius: 4px; display: flex; justify-content: center; align-items: center; }
.btn-book-now:hover { background: var(--gold); color: var(--white); }
.btn-book-now .char::after { color: var(--white) !important; }

/* MASTER REVEAL BUTTON */
.master-reveal-btn { position: absolute; bottom: 30px; left: 30px; z-index: 200; width: 65px; height: 65px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px); border: 1px solid var(--gold); cursor: pointer; transition: 0.3s; }
.master-reveal-btn img { width: 45px !important; height: 45px !important; filter: invert(1) grayscale(1) brightness(200%); mix-blend-mode: screen; }
.master-reveal-btn:hover { background: rgba(255,255,255,0.3); transform: scale(1.05); }

/* RETURN TO TOP BUTTON */
#scroll-top-btn { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--gold); color: var(--white); border: none; border-radius: 50%; font-size: 24px; cursor: pointer; z-index: 99999; box-shadow: 0 4px 15px rgba(0,0,0,0.3); opacity: 0; visibility: hidden; transition: all 0.3s ease; display: flex; justify-content: center; align-items: center; }
#scroll-top-btn.show { opacity: 1; visibility: visible; }
#scroll-top-btn:hover { background: var(--darker); transform: translateY(-5px); }

/* SOCIAL ICONS */
.socials-tab { display: flex; gap: 15px; justify-content: center; margin-top: 25px; }
.social-icon { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid var(--gold); color: var(--gold); transition: all 0.3s ease; }
.social-icon svg { width: 20px; height: 20px; fill: currentColor; }
.social-icon:hover { background: var(--gold); color: var(--darker); transform: translateY(-3px); }

/* OTHER SECTIONS */
.subtitle { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 4px; font-weight: 700; margin-bottom: 15px; display: block; }
.gold-text { color: var(--gold); }
.gold-line { width: 60px; height: 2px; background-color: var(--gold); margin: 20px 0; }
.gold-line.center { margin: 20px auto; }
.section-hotels { padding: 150px 0 100px; }

/* HOME PAGE - HOTEL SHOWCASE ALIGNMENT */
.hotel-showcase { display: flex; flex-direction: column; gap: 80px; margin-top: 50px;}
.hotel-card-large { display: flex; align-items: center; gap: 50px; background: var(--white); border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); overflow: hidden;}
.hotel-card-large.reverse { flex-direction: row-reverse; }
.hotel-img { flex: 1; height: 550px; background-size: cover; background-position: center; }
.hotel-info { flex: 1; padding: 50px; text-align: left; }
.hotel-title-group { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.hotel-title-group .brand-logo { height: 70px; width: auto; margin-bottom: 0; }
.hotel-title-group h3 { font-size: 2.2rem; margin-bottom: 0; color: var(--darker); word-break: break-word;}
.link-gold { color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.85rem; font-weight: 700; display: inline-block; margin-top: 15px; }

/* DISCOVER MANALI - SPLIT MAP/IMAGE LAYOUT */
.catalogue-container { padding: 100px 0; }
.catalogue-card { background: #fff; border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,0.06); overflow: hidden; margin-bottom: 60px; border: 1px solid rgba(0,0,0,0.03); transition: transform 0.4s ease; }
.catalogue-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,0,0,0.1); }
.media-split { display: flex; width: 100%; height: 400px; }
.map-box-half { flex: 1; height: 100%; border: none; border-bottom: 4px solid var(--gold); }
.img-box-half { flex: 1; height: 100%; background-size: cover; background-position: center; border-bottom: 4px solid var(--gold); }
.info-box { padding: 40px 50px; }
.info-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 20px; }
.info-header h3 { font-size: 2.4rem; margin-bottom: 0; color: var(--darker); transition: color 0.3s; word-break: break-word;}
.info-header a:hover h3 { color: var(--gold); }
.info-header .catalogue-meta { font-family: var(--font-heading); color: var(--gold-dark); font-size: 1.1rem; font-style: italic; padding: 8px 25px; background: var(--cream); border-radius: 30px; margin-bottom: 0; white-space: nowrap; }

/* SUB PAGES */
.page-header { height: 70vh; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; color: #fff; background: #111; }
.page-header-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 0; opacity: 0.6; }
.page-content { position: relative; z-index: 3; padding: 100px 20px 0; } 
.page-content h1 { font-size: 4rem; color: #fff; text-shadow: 0 4px 15px rgba(0,0,0,0.5); margin-bottom: 10px; word-break: break-word;}

/* ROOM CARDS */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 40px;}
.room-card { border: none; border-radius: 4px; background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,0.05); padding: 40px; transition: transform 0.4s ease; text-align: left; cursor: pointer; }
.room-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.room-title { font-family: var(--font-heading); font-size: 1.8rem; border-bottom: 1px solid var(--gold); padding-bottom: 15px; margin-bottom: 20px; color: var(--darker); word-break: break-word;}
ul.room-features { list-style: none; padding: 0; margin: 0; }
ul.room-features li { border-bottom: 1px solid #eee; padding: 12px 0; color: #555;}

/* B2B TABLE */
.b2b-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; margin-bottom: 20px; }
table.premium-table { width: 100%; min-width: 850px; border-collapse: collapse; }

/* GALLERIES */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; }
.gallery-img { width: 100%; height: 250px; object-fit: cover; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.4s ease; cursor: pointer; }
.gallery-img:hover { transform: translateY(-5px) scale(1.02); }
.content-section { padding: 100px 0; }
.amenities-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; list-style: none; margin-top: 30px; font-size: 1.1rem; color: #444; }

/* BACKGROUNDS */
.pattern-bg-light { background-color: var(--cream); background-image: linear-gradient(135deg, rgba(198, 168, 124, 0.05) 25%, transparent 25%), linear-gradient(225deg, rgba(198, 168, 124, 0.05) 25%, transparent 25%), linear-gradient(45deg, rgba(198, 168, 124, 0.05) 25%, transparent 25%), linear-gradient(315deg, rgba(198, 168, 124, 0.05) 25%, var(--cream) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 20px 20px; background-repeat: repeat; }
.pattern-overlay-2 { padding: 100px 0; position: relative; background-color: var(--darker); overflow: hidden; }
.pattern-overlay-2::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.15; background-image: repeating-radial-gradient( circle at 0 0, transparent 0, var(--darker) 15px, transparent 15px, var(--gold) 16px, transparent 16px, transparent 30px ); z-index: 1; }

/* FOOTER */
.luxury-footer { position: relative; background-color: var(--darker); color: var(--white); padding: 80px 20px 20px; }
.footer-content { display: flex; justify-content: space-between; margin-bottom: 60px; flex-wrap: wrap; gap: 40px; }
.logo-wrapper-footer { background: var(--white); padding: 15px 25px; border-radius: 4px; display: inline-block; margin-bottom: 20px;}
.footer-links-grid { display: flex; gap: 80px; }
.link-col h4 { color: var(--gold); text-transform: uppercase; font-family: var(--font-body); letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 20px; }
.link-col a { display: block; color: #aaa; margin-bottom: 12px; font-size: 0.9rem; }
.link-col a:hover { color: var(--white); }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; color: #666; font-size: 0.8rem; }

/* MODALS */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center; z-index: 2000; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content { background: #fff; padding: 40px; border-radius: 8px; width: 95%; max-width: 900px; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(20px); transition: all 0.3s ease; text-align: left; }
.modal-overlay.active .modal-content { transform: translateY(0); }
.close-modal { position: absolute; top: 15px; right: 20px; font-size: 32px; cursor: pointer; color: #333; background: none; border: none; }
.scroll-gallery { display: flex; overflow-x: auto; gap: 15px; margin: 20px 0; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.scroll-gallery img { height: 300px; border-radius: 4px; object-fit: cover; scroll-snap-align: center; }

/* =========================================
   THE MASTER MOBILE RESPONSIVENESS FIX
========================================= */
@media (max-width: 900px) {
    /* 1. Header: Sit naturally at the top, push content down, and scroll away */
    .luxury-nav, .luxury-nav.scrolled { 
        position: relative !important; 
        background: var(--darker) !important; 
        padding: 15px 20px; 
        flex-direction: column; 
        gap: 15px; 
        z-index: 9999; 
        width: 100%; 
        box-shadow: none !important;
    }
    .luxury-nav .nav-links { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .luxury-nav .nav-links a { margin: 0; font-size: 0.75rem; text-shadow: none; color: var(--white) !important; }
    
    /* Remove padding since relative position handles spacing perfectly */
    body { padding-top: 0 !important; }
    .page-content, .hero-content { margin-top: 0; padding-top: 0; }
    
    /* 2. Hero & Sub-headers */
    .hero-section { height: auto; min-height: 100vh; padding: 40px 10px; flex-direction: column; justify-content: center; margin-top: 0; }
    .hero-content h1 { font-size: 2.5rem; line-height: 1.2; padding: 0 10px; }
    .page-header { height: auto; min-height: 50vh; padding: 60px 10px; }
    .page-content h1 { font-size: 2.5rem; line-height: 1.2; }
    
    /* FIXED: B2B Heading Override */
    .b2b-header { padding: 60px 15px 40px !important; }
    .b2b-header h1 { font-size: clamp(2rem, 8vw, 3rem) !important; word-wrap: break-word; line-height: 1.2; }

    /* 3. Booking Bar Un-squish */
    .booking-bar { position: relative; bottom: auto; margin-top: 40px; flex-direction: column; width: 100%; padding: 20px; gap: 15px; }
    .booking-field { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.1); width: 100%; padding: 10px 0; }
    .booking-field:nth-last-child(2) { border-bottom: none; }
    #home-book-btn { width: 100%; margin-top: 10px; }

    /* 4. Hotel Showcase Un-squish */
    .hotel-card-large, .hotel-card-large.reverse { flex-direction: column; gap: 0; margin-bottom: 40px;}
    .hotel-img { height: 280px; width: 100%; }
    .hotel-info { padding: 30px 20px; text-align: center; }
    .hotel-title-group { flex-direction: column; text-align: center; gap: 10px; }
    .hotel-title-group h3 { font-size: 1.8rem; }

    /* 5. Contact Us Page Un-squish & Layout Fix */
    .booking-half { padding: 40px 15px; width: 100%; min-width: 100%; }
    .glass-card { padding: 30px 20px; }
    .contact-item { flex-direction: row; align-items: center; text-align: left; gap: 15px; margin-bottom: 20px; }
    .contact-item .icon { margin: 0; flex-shrink: 0; width: 40px; height: 40px; font-size: 1rem; }
    .contact-item p { width: calc(100% - 55px); word-break: break-word; font-size: 0.9rem; }
    .btn-directions { padding: 12px 20px !important; font-size: 0.8rem !important; display: inline-block !important; width: auto !important; margin: 10px auto 0 !important; }

    /* 6. Discover Manali Wrapping Fix */
    .media-split { flex-direction: column; height: auto; }
    .map-box-half, .img-box-half { height: 250px; width: 100%; border-bottom: none; border-right: none; }
    .info-box { padding: 30px 15px; }
    .info-header { flex-direction: column; align-items: flex-start; text-align: left; gap: 15px; }
    .info-header h3 { font-size: 1.8rem; white-space: normal; word-break: break-word; line-height: 1.2; }
    .catalogue-meta { white-space: normal; word-break: break-word; height: auto; display: inline-block; padding: 5px 15px; font-size: 0.9rem; }

    /* 7. Footer Un-squish */
    .footer-content { flex-direction: column; align-items: center; text-align: center; }
    .footer-links-grid { flex-direction: column; gap: 30px; width: 100%; }
    .logo-wrapper-footer { margin: 0 auto 20px; }

    /* 8. Table Responsive Fix */
    .b2b-section { padding: 20px 10px; margin: 30px auto; }
    .b2b-table-wrapper { margin: 0 -10px; padding: 0 10px; overflow-x: auto; width: calc(100% + 20px); }

    /* Return to top button sizing */
    #scroll-top-btn { bottom: 20px; right: 20px; width: 45px; height: 45px; font-size: 20px; }
    
    /* Disable heavy hover effects on touch */
    .master-reveal-btn, .interactive-reveal, .master-mountain-reveal { display: none !important; }
}