/* 
   Kalyan Haveli & Fort Resort, Jaisalmer
   Royal Rajasthani Heritage Luxury Hotel Style System
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Marcellus&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Great+Vibes&display=swap');

:root {
    --gold-primary: #D4AF37;
    --gold-light: #F4E090;
    --gold-dark: #A47C1B;
    --gold-accent: #E5C158;
    --sandstone-bg: #FAF6EE;
    --sandstone-card: #FFFFFF;
    --sandstone-warm: #F4EAD5;
    --sandstone-border: #E8D8B5;
    --royal-maroon: #580C14;
    --royal-maroon-dark: #3B060C;
    --night-blue: #0A111E;
    --night-blue-light: #152238;
    --text-dark: #1E1A17;
    --text-muted: #6B6255;
    --text-light: #F9F6F0;
    --shadow-royal: 0 20px 40px rgba(0, 0, 0, 0.08);
    --shadow-gold: 0 10px 30px rgba(212, 175, 55, 0.2);
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-arch: 120px 120px 0 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--sandstone-bg);
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative;
}

body.menu-open {
    overflow: hidden !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--night-blue);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--gold-primary), var(--royal-maroon));
    border-radius: 5px;
}

/* Typography */
h1, h2, h3, h4, .font-serif {
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
}

.font-subheading {
    font-family: 'Marcellus', serif;
}

.font-script {
    font-family: 'Great Vibes', cursive;
    color: var(--gold-primary);
    font-size: 1.8rem;
}

/* Top Announcement Bar */
.top-bar {
    background: var(--night-blue);
    color: var(--text-light);
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.top-bar-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .footer-social-icons {
        justify-content: center;
    }
}

.footer-social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid var(--gold-primary);
    color: var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icons a:hover {
    background: var(--gold-primary);
    color: var(--royal-maroon-dark);
    transform: translateY(-2px);
}

.top-info {
    display: flex;
    gap: 24px;
    align-items: center;
}

.top-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--sandstone-warm);
}

.top-info-item i {
    color: var(--gold-primary);
}

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

.audio-toggle-btn, .currency-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--gold-light);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition-smooth);
}

.audio-toggle-btn:hover, .currency-select:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: var(--gold-primary);
}

.currency-select {
    outline: none;
}

.currency-select option {
    background: var(--night-blue);
    color: #fff;
}

/* Header & Navigation */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 17, 30, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    transition: var(--transition-smooth);
}

.main-header.scrolled {
    background: rgba(10, 17, 30, 0.98);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.nav-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.logo-crest-icon {
    width: 48px;
    height: 48px;
    fill: var(--gold-primary);
}

.logo-text-box {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gold-primary);
    letter-spacing: 2px;
    line-height: 1.1;
}

.brand-subtitle {
    font-family: 'Marcellus', serif;
    font-size: 0.72rem;
    color: var(--sandstone-warm);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
}

.nav-link {
    color: var(--sandstone-bg);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
    padding: 6px 2px;
    white-space: nowrap;
    transition: var(--transition-smooth);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-light));
    transition: var(--transition-smooth);
}

.nav-link:hover {
    color: var(--gold-primary);
}

.nav-link:hover::after {
    width: 100%;
}

.btn-royal-primary {
    background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%);
    color: var(--royal-maroon-dark);
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--gold-light);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-royal-primary:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
    transform: translateY(-2px);
}

.btn-royal-outline {
    background: transparent;
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    padding: 12px 26px;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-royal-outline:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #FFF;
    border-color: var(--gold-light);
}

.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: var(--gold-primary);
    font-size: 1.6rem;
    cursor: pointer;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    overflow: hidden;
}

.hero-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    background-size: cover;
    background-position: center;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1.03);
    transition: opacity 1.2s ease-in-out, transform 8s ease-out;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(10, 17, 30, 0.6) 0%,
        rgba(10, 17, 30, 0.4) 40%,
        rgba(10, 17, 30, 0.85) 100%
    );
    z-index: 2;
}

/* Custom Rajasthani Arch Framing Overlay */
.hero-jharokha-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    border: 16px solid transparent;
    border-image: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(88, 12, 20, 0.2)) 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    color: #FFF;
    margin-top: -40px;
}

.royal-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 20px;
    background: rgba(88, 12, 20, 0.7);
    border: 1px solid var(--gold-primary);
    border-radius: 30px;
    color: var(--gold-light);
    font-size: 0.85rem;
    font-family: 'Marcellus', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

.hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
    margin-bottom: 16px;
}

.hero-title span {
    background: linear-gradient(135deg, #FFF 30%, var(--gold-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: 1.2rem;
    color: var(--sandstone-warm);
    font-weight: 300;
    max-width: 720px;
    margin: 0 auto 36px auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.hero-title-main {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: #FFFFFF;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-description-main {
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 400;
    max-width: 820px;
    margin: 0 auto 36px auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

.hero-buttons-main {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #f58220;
    color: #FFFFFF;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(245, 130, 32, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-hero-primary:hover {
    background: #e07210;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 130, 32, 0.6);
}

.btn-hero-secondary {
    background: #FFFFFF;
    color: #222222;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-hero-secondary:hover {
    background: #f5f5f5;
    color: #000000;
    transform: translateY(-2px);
}

/* Floating Sticky Booking Bar */
.booking-bar-wrapper {
    position: relative;
    z-index: 30;
    margin-top: -60px;
    padding: 0 24px;
}

.booking-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(10, 17, 30, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 12px;
    padding: 24px 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr 1fr 1.2fr;
    gap: 16px;
    align-items: center;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.booking-field label {
    font-family: 'Marcellus', serif;
    font-size: 0.75rem;
    color: var(--gold-light);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

.booking-input {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    padding: 12px 14px;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    outline: none;
    transition: var(--transition-smooth);
}

.booking-input:focus {
    border-color: var(--gold-primary);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.booking-input option {
    background: var(--night-blue);
    color: #FFF;
}

/* Sections Base Styling */
.section-padding {
    padding: 100px 24px;
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

.section-tag {
    font-family: 'Great Vibes', cursive;
    color: var(--gold-dark);
    font-size: 2.2rem;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.section-title {
    font-size: 2.6rem;
    color: var(--royal-maroon-dark);
    font-weight: 800;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '◆';
    display: block;
    font-size: 0.8rem;
    color: var(--gold-primary);
    margin-top: 8px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
    font-weight: 400;
}

/* Royal Story / Welcome Section */
#story {
    background: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.92)), url('../images/sandstone-texture.jpg') repeat center/cover;
}

.story-grid {
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-image-box {
    position: relative;
    width: 100%;
    height: 540px;
    border-radius: var(--radius-arch);
    border: 8px solid var(--sandstone-card);
    box-shadow: var(--shadow-royal);
    overflow: hidden;
}

.story-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.story-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.story-slide.active {
    opacity: 1;
}

.story-floating-card {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: var(--royal-maroon-dark);
    color: #FFF;
    padding: 24px 30px;
    border-radius: 8px;
    border: 2px solid var(--gold-primary);
    box-shadow: var(--shadow-gold);
    max-width: 260px;
}

.story-card-number {
    font-family: 'Cinzel', serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--gold-primary);
    line-height: 1;
}

.story-card-text {
    font-size: 0.88rem;
    color: var(--sandstone-warm);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.story-content-box h3 {
    font-size: 2rem;
    color: var(--royal-maroon-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.story-content-box p {
    color: var(--text-muted);
    margin-bottom: 24px;
    font-size: 1.02rem;
}

.story-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 36px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.feature-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid var(--gold-primary);
    color: var(--gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-text h4 {
    font-size: 1rem;
    color: var(--royal-maroon-dark);
    margin-bottom: 2px;
}

.feature-text p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

/* Accommodations Section */
.suites-bg {
    background: var(--night-blue);
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.suites-bg .section-tag {
    color: var(--gold-primary);
}

.suites-bg .section-title {
    color: #FFF;
}

.suites-bg .section-desc {
    color: var(--sandstone-warm);
}

.suite-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--sandstone-warm);
    padding: 12px 28px;
    border-radius: 30px;
    font-family: 'Marcellus', serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.tab-btn:hover, .tab-btn.active {
    background: var(--gold-primary);
    color: var(--royal-maroon-dark);
    border-color: var(--gold-light);
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.suites-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.suite-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
}

.suite-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold-primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.suite-img-box {
    position: relative;
    height: 280px;
    overflow: hidden;
}

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

.suite-card:hover .suite-img-box img {
    transform: scale(1.08);
}

.suite-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(88, 12, 20, 0.85);
    border: 1px solid var(--gold-primary);
    color: var(--gold-light);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-family: 'Marcellus', serif;
    letter-spacing: 1px;
}

.suite-details {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.suite-title {
    font-size: 1.4rem;
    color: #FFF;
    margin-bottom: 10px;
}

.suite-specs {
    display: flex;
    gap: 16px;
    font-size: 0.85rem;
    color: var(--gold-light);
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.suite-specs span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.suite-desc {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
}

.suite-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suite-price {
    display: flex;
    flex-direction: column;
}

.price-amount {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gold-primary);
}

.price-unit {
    font-size: 0.75rem;
    color: var(--sandstone-warm);
}

/* ==========================================================================
   Universal Carousel Slider Styles (Rooms Slider & Photo Gallery Slider)
   ========================================================================== */
.carousel-container {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 50px;
}

.carousel-track-viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
}

.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Rooms Carousel Container: Exactly 3 visible cards on desktop */
.rooms-carousel-container .carousel-track {
    gap: 24px !important;
}

.rooms-carousel-container .carousel-slide {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
    .rooms-carousel-container .carousel-slide {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        width: calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2) !important;
    }
}

@media (max-width: 640px) {
    .rooms-carousel-container .carousel-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Gallery Carousel Container: Exactly 3 visible cards on desktop */
.gallery-carousel-container {
    max-width: 1480px !important;
    width: 100% !important;
    padding: 0 50px !important;
}

.gallery-carousel-container .carousel-track {
    gap: 24px !important;
}

.gallery-carousel-container .carousel-slide {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
    .gallery-carousel-container .carousel-slide {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        width: calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2) !important;
    }
}

@media (max-width: 640px) {
    .gallery-carousel-container .carousel-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.gallery-slide {
    position: relative;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.4);
    box-shadow: var(--shadow-royal);
    background: #110204;
}

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

.gallery-slide:hover img {
    transform: scale(1.08);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(15, 2, 4, 0.95), transparent);
    color: #FFF;
    transition: background 0.3s ease;
}

.gallery-caption h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    color: var(--gold-light);
    margin-bottom: 4px;
}

.gallery-caption p {
    font-size: 0.85rem;
    color: var(--sandstone-warm);
}

/* Carousel Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(88, 12, 20, 0.9);
    border: 1px solid var(--gold-primary);
    color: var(--gold-primary);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.carousel-arrow:hover {
    background: var(--gold-primary);
    color: var(--royal-maroon-dark);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

/* Carousel Dots Indicator */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: 1px solid var(--gold-primary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--gold-primary);
    transform: scale(1.25);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}
    font-family: 'Marcellus', serif;
    color: var(--gold-dark);
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.dining-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

/* Wellness & Spa */
.wellness-container {
    max-width: 1480px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--royal-maroon-dark) 0%, var(--night-blue-light) 100%);
    border-radius: 24px;
    padding: 60px;
    border: 2px solid var(--gold-primary);
    color: #FFF;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
    box-shadow: var(--shadow-gold);
}

.wellness-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius-arch);
    border: 4px solid var(--gold-primary);
}

.wellness-content h3 {
    font-size: 2.2rem;
    color: var(--gold-primary);
    margin-bottom: 16px;
}

.wellness-content p {
    color: var(--sandstone-warm);
    font-size: 1.02rem;
    margin-bottom: 30px;
}

.spa-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

.spa-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Marcellus', serif;
    font-size: 0.95rem;
    color: #FFF;
}

.spa-item i {
    color: var(--gold-primary);
    font-size: 1.2rem;
}

/* Experiences Grid */
.experiences-grid {
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.exp-card {
    position: relative;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-royal);
    cursor: pointer;
}

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

.exp-card:hover .exp-img {
    transform: scale(1.1);
}

.exp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 17, 30, 0.95) 100%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFF;
}

.exp-title {
    font-size: 1.3rem;
    color: var(--gold-light);
    margin-bottom: 6px;
}

.exp-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Testimonials / Reviews Carousel (Single Centered Review on Desktop) */
.reviews-section {
    background: linear-gradient(rgba(252, 248, 242, 0.92), rgba(252, 248, 242, 0.92)), url('../images/pattern-damask.jpg') repeat center/cover;
    border-top: 2px solid var(--gold-primary);
    border-bottom: 2px solid var(--gold-primary);
}

.reviews-carousel-container {
    max-width: 920px !important;
    margin: 0 auto;
    padding: 0 60px !important;
}

.reviews-carousel-container .carousel-track {
    gap: 30px !important;
}

.reviews-carousel-container .carousel-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
}

.review-card {
    background: #FFF;
    padding: 44px 50px;
    border-radius: 16px;
    border: 2px solid var(--gold-primary);
    box-shadow: var(--shadow-gold);
    text-align: center;
    position: relative;
}
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-stars {
    color: var(--gold-primary);
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.review-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.review-author {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: var(--royal-maroon-dark);
    font-size: 1rem;
}

.review-location {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Location & Interactive Map Bar */
.location-box {
    max-width: 1480px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid var(--sandstone-border);
    box-shadow: var(--shadow-royal);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.distance-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.distance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--sandstone-bg);
    border-radius: 8px;
    border-left: 4px solid var(--gold-primary);
}

.distance-name {
    font-weight: 600;
    color: var(--royal-maroon-dark);
}

.distance-value {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: var(--gold-dark);
}

/* Footer */
.main-footer {
    background: var(--royal-maroon-dark);
    color: var(--sandstone-warm);
    padding-top: 80px;
    border-top: 3px solid var(--gold-primary);
    position: relative;
}

.footer-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 32px 60px 32px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-col h4 {
    font-family: 'Cinzel', serif;
    color: var(--gold-primary);
    font-size: 1.2rem;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: var(--sandstone-warm);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition-smooth);
}

.footer-links a:hover {
    color: var(--gold-primary);
    padding-left: 6px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 12px 16px;
    border-radius: 4px;
    color: #FFF;
    outline: none;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    padding: 24px 0;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    font-size: 0.85rem;
}

.footer-bottom a {
    color: var(--gold-primary);
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.blessing-text {
    font-family: 'Great Vibes', cursive;
    color: var(--gold-primary);
    font-size: 2rem;
    margin-bottom: 8px;
}

/* Modal Engine */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-smooth);
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-box {
    background: var(--night-blue);
    border: 2px solid var(--gold-primary);
    border-radius: 16px;
    width: 90%;
    max-width: 650px;
    padding: 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: relative;
    transform: translateY(20px);
    transition: var(--transition-smooth);
}

.modal-overlay.active .modal-box {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--gold-primary);
    color: var(--gold-primary);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Comprehensive VIP Mobile App Responsiveness Overrides */
@media (max-width: 1024px) {
    .hero-title { font-size: 2.8rem; }
    .booking-bar-container { grid-template-columns: 1fr 1fr; }
    .story-grid, .dining-grid, .wellness-container, .location-box { grid-template-columns: 1fr; gap: 30px; }
    .suites-grid, .experiences-grid { grid-template-columns: 1fr 1fr; }
    .footer-container { grid-template-columns: 1fr 1fr; }

    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: rgba(212, 175, 55, 0.15);
        border: 1px solid var(--gold-primary);
        color: var(--gold-primary);
        border-radius: 8px;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: rgba(10, 17, 30, 0.98);
        backdrop-filter: blur(20px);
        border-left: 2px solid var(--gold-primary);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.9);
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 24px 40px;
        gap: 20px;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 99999;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-link {
        font-size: 1.1rem;
        color: var(--sandstone-warm);
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    }
}

@media (max-width: 768px) {
    /* Hide top bar announcement on small mobile screens for clean VIP header */
    .top-bar {
        display: none !important;
    }

    /* Reduce Hero Section Height by ~40% on Mobile (from 90vh down to ~52vh) */
    .hero-section {
        min-height: 52vh !important;
        padding: 40px 16px 30px !important;
    }

    .hero-content {
        margin-top: 0 !important;
        padding: 0 10px !important;
    }

    .nav-container {
        padding: 10px 16px;
    }

    .brand-title {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .btn-royal-primary {
        padding: 8px 14px;
        font-size: 0.82rem;
    }

    /* Hero title: Compact 2-3 lines font sizing for mobile screens */
    .hero-title {
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 8px !important;
    }

    .hero-subtitle {
        font-size: 0.82rem !important;
        margin: 8px auto 16px !important;
        line-height: 1.35 !important;
    }

    .hero-content .btn-royal-primary,
    .hero-content .btn-royal-outline {
        padding: 9px 18px !important;
        font-size: 0.82rem !important;
    }

    .section-padding {
        padding: 45px 16px;
    }

    .section-title {
        font-size: 1.7rem;
    }

    /* Mobile Booking Bar: 100% Full Width Single Column Layout (No Horizontal Overflow) */
    .booking-bar-wrapper {
        padding: 0 16px !important;
        margin-top: -30px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .booking-bar-container {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 18px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        border-radius: 16px !important;
    }

    .booking-field {
        width: 100% !important;
    }

    .booking-input {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 0.88rem !important;
    }

    /* Hide Carousel Arrow Buttons on Mobile & Make Sliders Full Width Edge-to-Edge */
    .carousel-arrow {
        display: none !important;
    }

    .carousel-container,
    .gallery-carousel-container,
    .reviews-carousel-container {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .carousel-track-viewport {
        border-radius: 0 !important;
    }

    .rooms-carousel-container .carousel-slide,
    .gallery-carousel-container .carousel-slide,
    .reviews-carousel-container .carousel-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .gallery-slide {
        height: 340px !important;
        border-radius: 0 !important;
    }

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

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    /* Hide Right Floating Social Icons on Mobile */
    .sticky-social-right {
        display: none !important;
    }

    /* Left Side Call/WhatsApp Floating Buttons: Sleek Compact Bottom Mobile App Style */
    .sticky-contact-left {
        top: auto;
        bottom: 20px;
        transform: none;
        left: 16px;
        flex-direction: row;
        gap: 12px;
    }

    .sticky-contact-left .sticky-btn {
        transform: none !important;
        border-radius: 25px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .sticky-contact-left .sticky-btn-text {
        display: none;
    }

    .sticky-contact-left .sticky-btn-icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #D4AF37;
        color: #580C14;
        font-size: 1.2rem;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
    }
}

/* ==========================================================================
   Sticky Side Action Buttons (Left & Right with Slide Hover Effect)
   ========================================================================== */
.sticky-contact-left {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-social-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Floating Bottom Call & WhatsApp Icon Buttons (Small Circular Icons at Bottom Left) */
.sticky-contact-left {
    position: fixed;
    bottom: 24px;
    left: 24px;
    top: auto;
    transform: none;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.sticky-contact-left .sticky-btn-text {
    display: none !important;
}

.sticky-contact-left .sticky-btn {
    transform: none !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: transparent;
    text-decoration: none;
}

.sticky-contact-left .sticky-btn-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 2px solid var(--gold-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.sticky-btn-call .sticky-btn-icon {
    background: #580C14;
    color: #D4AF37;
}

.sticky-btn-whatsapp .sticky-btn-icon {
    background: #25D366;
    color: #FFFFFF;
    border-color: #25D366;
}

.sticky-contact-left .sticky-btn:hover .sticky-btn-icon {
    transform: scale(1.1);
}

/* Right side buttons styling (Instagram, Facebook, YouTube) */
.sticky-social-right .sticky-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    transform: translateX(calc(100% - 52px));
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.sticky-social-right .sticky-btn:hover {
    transform: translateX(0);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.sticky-social-right .sticky-btn-text {
    background: #C59200;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 22px;
    height: 52px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.sticky-social-right .sticky-btn-icon {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    color: #C59200;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* ==========================================================================
   Video Showcase Section & Safari Packages Styling
   ========================================================================== */

.video-showcase-bg {
    background: linear-gradient(180deg, var(--night-blue) 0%, var(--night-blue-light) 100%);
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.video-showcase-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.video-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px; /* Reduced spacing below heading */
}

.video-card {
    background: #000;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-smooth);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    width: 280px; /* Vertical Shorts format width */
    max-width: 100%;
}

.video-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-gold), 0 20px 45px rgba(0, 0, 0, 0.5);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    background: #000;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.insta-crop-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    background: #000;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.insta-crop-iframe {
    position: absolute;
    top: -56px; /* Shifts top header bar out of view */
    left: 0;
    width: 100%;
    height: calc(100% + 56px);
    border: 0;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

/* Invisible overlay to prevent user interaction with controls */
.video-overlay-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
}

.video-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
}

.video-tag-insta {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    color: #FFFFFF !important;
    border: none !important;
}

.video-card-title {
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 6px;
}

.video-card-desc {
    font-size: 0.92rem;
    color: #E8D8B5;
    line-height: 1.6;
    margin-bottom: 16px;
}

.instagram-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 18px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.3);
}

.instagram-video-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 39, 67, 0.5);
    color: #FFFFFF;
}

/* Mobile Responsiveness for Video Showcase */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 24px;
        padding: 0 12px !important;
    }
    
    .video-wrapper {
        padding-top: 65%; /* Extended aspect ratio for better mobile viewing */
    }
    
    .video-info {
        padding: 18px;
    }
    
    .video-card-title {
        font-size: 1.2rem;
    }
}


/* Safari Packages Styling */
.safari-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.safari-card {
    background: var(--sandstone-card);
    border: 1px solid var(--sandstone-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-royal);
    display: flex;
    flex-direction: column;
}

.safari-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-gold), 0 20px 40px rgba(0, 0, 0, 0.12);
}

.safari-img-box {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.safari-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.safari-card:hover .safari-img-box img {
    transform: scale(1.08);
}

.safari-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--royal-maroon);
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.safari-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.safari-title {
    font-family: 'Cinzel', serif;
    font-size: 1.45rem;
    color: var(--royal-maroon-dark);
    margin-bottom: 12px;
}

.safari-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--sandstone-border);
    font-size: 0.88rem;
    color: var(--text-muted);
}

.safari-specs span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.safari-specs i {
    color: var(--gold-primary);
}

.safari-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.safari-highlights {
    list-style: none;
    margin-bottom: 24px;
    flex-grow: 1;
}

.safari-highlights li {
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.safari-highlights li i {
    color: var(--gold-primary);
    font-size: 0.85rem;
}

.safari-rate-tag {
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.88rem;
    color: var(--royal-maroon-dark);
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.btn-whatsapp-booking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: #25D366;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-booking:hover {
    background: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: #FFFFFF;
}

