/*
Theme Name: Royal Adventure Camping
Theme URI: https://example.com/royal-adventure-camping
Author: Samson Vardhan
Description: A premium, modern, responsive WordPress theme for tours, travel, and camping adventures, with WooCommerce product integration.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royal-adventure-camping
Tags: custom-menu, featured-images, post-formats, theme-options, translation-ready, woocommerce

This theme is designed for Royal Adventure Camping - Premium Travel & Camping Experiences.
*/

/*
Theme Name: Royal Adventure Camping
Theme URI: https://example.com/royal-adventure-camping
Author: Samson Vardhan
Description: A premium, modern, responsive WordPress theme for tours, travel, and camping adventures, with WooCommerce product integration.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royal-adventure-camping
Tags: custom-menu, featured-images, post-formats, theme-options, translation-ready, woocommerce

This theme is designed for Royal Adventure Camping - Premium Travel & Camping Experiences.
*/

/* Core resets and default styles are enqueued from assets/css/main.css to maintain a modular structure. */
body {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

/* ==========================================================================
   PREMIUM HERO SECTION (REDESIGNED FULL-SCREEN LANDSCAPE PORTAL)
   ========================================================================== */

.premium-hero-section.full-screen-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b0223;
    z-index: 9;
}

/* Background Slideshow covering full bleed */
.hero-bg-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
}

.topographic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"><path d="M-100,100 C100,50 200,150 400,50 M0,200 C150,150 250,250 500,150 M-50,300 C150,250 250,350 450,280" fill="none" stroke="rgba(255, 255, 255, 0.03)" stroke-width="1.5" /><path d="M-50,50 C100,-10 200,80 400,-20 M50,150 C200,100 300,200 450,120 M-100,250 C100,200 200,300 400,220" fill="none" stroke="rgba(255, 255, 255, 0.02)" stroke-width="1" /></svg>');
    background-repeat: repeat;
    opacity: 0.7;
    pointer-events: none;
    z-index: 3;
}

/* Centered content alignments */
.hero-centered-container {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    margin-top: -60px; /* Offset to center vertically taking header into account */
}

.hero-centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Handwritten pre-title script */
.hero-script-subtitle {
    font-family: 'Playball', cursive;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-transform: lowercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Serif grand header title */
.hero-serif-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(11, 2, 35, 0.4);
}

.hero-serif-title .title-highlight {
    font-weight: 700;
}

/* Ratings Badge */
.hero-reviews-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-reviews-rating .reviews-separator {
    opacity: 0.5;
}

.hero-reviews-rating .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hero-reviews-rating .rating-stars i {
    color: #ff9800; /* Warm golden star */
    font-size: 13px;
}

.hero-reviews-rating .rating-value {
    margin-left: 6px;
    font-weight: 700;
}

/* Take Me There Ghost Button */
.hero-ghost-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-ghost-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.hero-ghost-btn:hover {
    background: #ffffff;
    color: #0b0223;
    border-color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}

.hero-ghost-btn:hover i {
    transform: translateX(4px);
}

/* --- Docked Bottom Search Widget Bar --- */
.hero-bottom-search-widget {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.hero-search-widget-bar {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 20px 45px rgba(11, 2, 35, 0.15);
    border: 1px solid rgba(11, 2, 35, 0.05);
}

.hero-search-widget-bar .hero-search-form {
    display: grid;
    grid-template-columns: 1.15fr 1.05fr 1fr 0.9fr 0.9fr;
    gap: 16px;
    align-items: center;
}

.hero-search-widget-bar .hero-search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px 6px 6px;
    border-right: 1px solid rgba(11, 2, 35, 0.08);
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.hero-search-widget-bar .hero-search-field:nth-last-of-type(1) {
    border-right: none;
}

.hero-search-widget-bar .hero-search-field.focused {
    background: rgba(94, 23, 235, 0.04);
    border-radius: 8px;
}

.hero-search-widget-bar .hero-search-field.focused .field-icon {
    background: rgba(94, 23, 235, 0.12) !important;
    color: var(--color-primary) !important;
    transform: scale(1.05);
}

.hero-search-widget-bar .hero-search-field .field-icon {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hero-search-widget-bar .hero-search-field .field-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(94, 23, 235, 0.06);
    color: var(--color-primary);
    font-size: 13px;
    flex-shrink: 0;
}

.hero-search-widget-bar .hero-search-field .field-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

.hero-search-widget-bar .hero-search-field .field-info label {
    font-size: 10px;
    font-weight: 700;
    color: #98a2b3;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.hero-search-widget-bar .hero-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-search-widget-bar .hero-search-field .field-info select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 18px;
}

.hero-search-widget-bar .select-caret {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: #98a2b3;
    pointer-events: none;
}

.hero-search-widget-bar .hero-search-field .field-info select,
.hero-search-widget-bar .hero-search-field .field-info input {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-dark);
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Outfit', sans-serif;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
}

.hero-search-widget-bar .hero-search-field .field-info input::placeholder {
    color: #98a2b3;
    font-weight: 600;
}

/* Style date picker indicator */
.hero-search-widget-bar .hero-search-field .field-info input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0.2) sepia(0.5) saturate(5) hue-rotate(240deg);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-search-widget-bar .hero-search-field .field-info input[type="date"]::-webkit-calendar-picker-indicator:hover {
    transform: scale(1.18);
    opacity: 0.85;
}

/* Accent Search Button (Orange) */
.hero-search-widget-bar .hero-search-btn {
    background: var(--color-accent);
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(255, 72, 17, 0.2);
}

.hero-search-widget-bar .hero-search-btn:hover {
    background: var(--color-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 72, 17, 0.35);
}

.hero-search-widget-bar .hero-search-btn:active {
    transform: translateY(0);
}

/* --- Homepage Transparent Header Contrast & Visibility Overrides --- */

.home .site-header.transparent-header .logo-title {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.home .site-header.transparent-header .logo-subtitle {
    color: var(--color-accent) !important;
}

.home .site-header.transparent-header .main-navigation ul li a {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.home .site-header.transparent-header .main-navigation ul li a:hover {
    color: var(--color-accent) !important;
}

/* Highlight current active page item in menu if active */
.home .site-header.transparent-header .main-navigation ul li.current-menu-item > a,
.home .site-header.transparent-header .main-navigation ul li.current_page_item > a,
.home .site-header.transparent-header .main-navigation ul li.active > a {
    color: var(--color-accent) !important;
}

.home .site-header.transparent-header .header-action-contact .contact-text .contact-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

.home .site-header.transparent-header .header-action-contact .contact-text .contact-number {
    color: #ffffff !important;
    font-weight: 600;
}

.home .site-header.transparent-header .header-action-contact .contact-icon {
    color: var(--color-accent) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Ensure the hamburger menu icon is white and visible on mobile screens */
.home .site-header.transparent-header .menu-toggle-hamburger .bar {
    background-color: #ffffff !important;
}


/* --- Redesigned Hero Section Responsive Media Queries --- */

@media (max-width: 1200px) {
    .hero-serif-title {
        font-size: 54px;
    }
    .hero-script-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .premium-hero-section.full-screen-hero {
        height: auto;
        min-height: 100vh;
        padding: 150px 0 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-centered-container {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .hero-serif-title {
        font-size: 46px;
    }

    .hero-script-subtitle {
        font-size: 24px;
    }

    .hero-bottom-search-widget {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 720px;
        margin: 45px auto 0;
        padding: 0 20px;
    }

    .hero-search-widget-bar .hero-search-form {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .hero-search-widget-bar .hero-search-btn {
        grid-column: span 2;
        margin-top: 8px;
    }

    .hero-search-widget-bar .hero-search-field {
        border-right: none;
        border-bottom: 1px solid rgba(11, 2, 35, 0.08);
        padding: 8px 6px;
    }
}

@media (max-width: 767px) {
    .premium-hero-section.full-screen-hero {
        padding: 130px 0 120px;
    }

    .hero-serif-title {
        font-size: 36px;
    }

    .hero-script-subtitle {
        font-size: 20px;
    }

    .hero-reviews-rating {
        font-size: 12px;
        padding: 6px 14px;
        margin-bottom: 25px;
    }

    .hero-ghost-btn {
        padding: 12px 28px;
        font-size: 13px;
    }

    .hero-search-widget-bar .hero-search-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-search-widget-bar .hero-search-btn {
        grid-column: span 1;
        margin-top: 4px;
    }

    .hero-search-widget-bar .hero-search-field {
        border-bottom: 1px solid rgba(11, 2, 35, 0.08);
    }

    .page-header-banner {
        padding: 135px 0 65px 0 !important;
    }

    .page-header-banner .page-title {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 479px) {
    .hero-serif-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .hero-script-subtitle {
        font-size: 18px;
    }

    .page-header-banner .page-title {
        font-size: 1.8rem !important;
    }
}


/* ==========================================================================
   MODERN TOUR CARD DESIGN (FEATURED TRIPS STYLED REDESIGN)
   ========================================================================== */

.tour-package-card.new-card-design {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.tour-package-card.new-card-design:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
    border-color: #d0d5dd;
}

/* Card Image Wrapper & Zoom */
.new-card-design .tour-card-img-wrapper {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    background: #f2f4f7;
}

.new-card-design .tour-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tour-package-card.new-card-design:hover .tour-card-img-wrapper img {
    transform: scale(1.06);
}

/* Wishlist Heart Overlay Button - Centered on image bottom edge */
.new-card-design .tour-wishlist-btn {
    position: absolute;
    top: 240px; /* Centered on image bottom edge */
    right: 20px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #eaecf0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10; /* Bring to front above image overflow */
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.new-card-design .tour-wishlist-btn i {
    font-size: 15px;
    transition: transform 0.2s ease;
}

.new-card-design .tour-wishlist-btn:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: #ffffff;
    transform: translateY(-50%) scale(1.08);
}

.new-card-design .tour-wishlist-btn:hover i {
    transform: scale(1.1);
}

/* Card Ribbon Badges Override */
.new-card-design .tour-ribbon-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: var(--color-accent) !important; /* Force theme orange */
    color: #ffffff !important;
    border: none !important;
}

/* Card Body Content */
.new-card-design .tour-card-body {
    padding: 22px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Location Header (above title) */
.new-card-design .tour-card-location {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-card-design .tour-card-location .icon-loc {
    color: #98a2b3;
    font-size: 14px;
    transition: color 0.2s ease;
}

.tour-package-card.new-card-design:hover .tour-card-location .icon-loc {
    color: var(--color-accent);
}

/* Tour Title */
.new-card-design .tour-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #1d2939;
    margin: 0 0 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px; /* Fixed height for line-clamp alignment */
}

.new-card-design .tour-card-title a {
    color: #1d2939;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-card-design .tour-card-title a:hover {
    color: var(--color-accent);
}

/* Rating Row */
.new-card-design .tour-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.new-card-design .star-rating-stars {
    display: flex;
    gap: 2px;
}

.new-card-design .gold-star {
    color: #F8B825;
    font-size: 13px;
}

.new-card-design .rating-text-meta {
    font-size: 13px;
    font-weight: 500;
    color: #475467;
}

/* Card Footer Layout (bordered at bottom) */
.new-card-design .tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eaecf0;
    padding: 16px 24px; /* Standard horizontal padding */
    margin: auto -24px -20px -24px; /* Negative margin stretches divider edge-to-edge */
    background: transparent;
}

/* Duration */
.new-card-design .tour-card-duration {
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    display: flex;
    align-items: center;
    gap: 6px;
}

.new-card-design .tour-card-duration .icon-duration {
    font-size: 15px;
    color: #475467;
}

/* Pricing Column */
.new-card-design .tour-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.new-card-design .price-prefix {
    font-size: 13px;
    font-weight: 400;
    color: #667085;
}

.new-card-design .price-value {
    font-size: 18px;
    font-weight: 700;
    color: #1d2939;
    font-family: 'Outfit', sans-serif;
}

/* Align Grid items perfectly */
.tours-grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .tours-grid-three {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .tours-grid-three {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 420px;
        margin: 0 auto;
    }
    
    .new-card-design .tour-card-body {
        padding: 18px 20px 16px 20px;
    }
    
    .new-card-design .tour-card-footer {
        padding: 14px 20px;
        margin: auto -20px -16px -20px;
    }
}


/* ==========================================================================
   HOMEPAGE LAYOUT SECTIONS - REBUILD SECTION-BY-SECTION
   ========================================================================== */

/* Shared Row Headers Layout */
.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.section-header-row .header-left {
    display: flex;
    flex-direction: column;
}

.btn-text-arrow {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.btn-text-arrow .arrow-icon {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.btn-text-arrow:hover {
    color: var(--color-accent-hover);
}

.btn-text-arrow:hover .arrow-icon {
    transform: translateX(4px);
}

.btn-text-arrow.text-white {
    color: #ffffff;
}

.btn-text-arrow.text-white:hover {
    color: rgba(255, 255, 255, 0.85);
}

/* 1. Partners Brand Logo Bar */
.partners-logo-bar-section {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid rgba(11, 2, 35, 0.05);
}

.partners-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo-item .partner-text {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #98a2b3;
    letter-spacing: -0.5px;
    text-transform: lowercase;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: default;
    user-select: none;
}

.partner-logo-item:hover .partner-text {
    color: var(--color-accent);
    transform: scale(1.05);
}

/* 2. Special Offers Category Cards */
.offers-categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.category-offer-card {
    position: relative;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(11, 2, 35, 0.03);
    text-decoration: none;
}

.category-offer-card .card-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.category-offer-card .card-bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-offer-card .card-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(11, 2, 35, 0.85) 0%, rgba(11, 2, 35, 0.2) 60%, rgba(11, 2, 35, 0) 100%);
    z-index: 2;
}

.category-offer-card .card-content-overlay {
    position: relative;
    z-index: 3;
    margin-top: auto;
    padding: 20px;
}

.category-offer-card .card-content-overlay .category-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    font-family: 'Outfit', sans-serif;
}

.category-offer-card .card-content-overlay .category-count {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 500;
}

.category-offer-card:hover .card-bg-wrapper img {
    transform: scale(1.08);
}

/* 3. Featured Trips 4-Column Row Grid */
.tours-grid-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* 4. Trending Destinations Masonry Grid */
.destinations-masonry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.25fr;
    grid-template-rows: 220px 220px;
    gap: 24px;
}

.dest-grid-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.dest-grid-card .dest-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.dest-grid-card .dest-bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dest-grid-card .dest-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(11, 2, 35, 0.8) 0%, rgba(11, 2, 35, 0) 60%);
    z-index: 2;
}

.dest-grid-card .dest-content-overlay {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.dest-grid-card .dest-content-overlay .dest-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

.dest-grid-card:hover .dest-bg-wrapper img {
    transform: scale(1.06);
}

/* Specific Grid Alignments */
.dest-card-paris {
    grid-column: 1;
    grid-row: 1;
}

.dest-card-bali {
    grid-column: 2 / 4;
    grid-row: 1;
}

.dest-card-rome {
    grid-column: 4;
    grid-row: 1 / 3;
    height: 100%;
}

.dest-card-london {
    grid-column: 1;
    grid-row: 2;
}

.dest-card-bangkok {
    grid-column: 2;
    grid-row: 2;
}

.dest-card-phuket {
    grid-column: 3;
    grid-row: 2;
}

/* 5. Testimonials Switcher */
.testimonials-switcher-section {
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 237, 222, 0.5) 0%, rgba(246, 241, 248, 0.7) 100%);
    border-radius: 24px;
    margin: 0 40px;
}

.testimonials-flex-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-icon-wrapper {
    font-size: 44px;
    color: var(--color-accent);
    margin-bottom: 24px;
}

.testimonial-slider-display {
    min-height: 140px;
    width: 100%;
    margin-bottom: 30px;
}

.testimonial-text-item {
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.testimonial-text-item.active {
    opacity: 1;
    display: block;
}

.testimonial-paragraph {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    color: #0b0223;
    margin: 0;
}

.testimonial-authors-selector {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.author-selector-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.author-selector-card .author-avatar-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.author-selector-card .author-avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-selector-card .author-card-meta {
    text-align: left;
    display: none; /* Hidden on inactive */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.author-selector-card .author-card-meta .author-name {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 700;
    color: #0b0223;
    font-family: 'Outfit', sans-serif;
}

.author-selector-card .author-card-meta .author-role {
    font-size: 11px;
    font-weight: 500;
    color: rgba(11, 2, 35, 0.6);
}

/* Active Author Card styling (expands to show name) */
.author-selector-card.active {
    background: #ffffff;
    border-color: rgba(11, 2, 35, 0.06);
    box-shadow: 0 8px 25px rgba(11, 2, 35, 0.05);
}

.author-selector-card.active .author-avatar-img {
    border-color: var(--color-accent);
}

.author-selector-card.active .author-card-meta {
    display: block;
    opacity: 1;
}

/* 6. Stats Counter Section */
.stats-grid-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-counter-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid rgba(11, 2, 35, 0.04);
    box-shadow: 0 4px 20px rgba(11, 2, 35, 0.02);
}

.stat-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(224, 92, 43, 0.08);
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto 20px auto;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #0b0223;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #667085;
}

/* 7. Double CTA Promo Banners */
.promo-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.promo-banner-card {
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.promo-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(11, 2, 35, 0.85) 0%, rgba(11, 2, 35, 0.25) 100%);
    z-index: 1;
}

.promo-content {
    position: relative;
    z-index: 2;
    max-width: 380px;
    text-align: left;
}

.promo-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.promo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 24px 0;
}

.promo-btn {
    padding: 12px 28px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.promo-btn .arrow-icon {
    font-size: 12px;
}

/* 8. Travel Articles Section */
.blog-articles-section {
    background-color: #0b0223;
}

.blog-articles-section .section-subtitle {
    color: var(--color-accent);
}

.blog-articles-section .section-title {
    color: #ffffff;
}

/* Utility Helper Classes */
.text-white {
    color: #ffffff !important;
}


.blog-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-grid-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-card-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #e2e8f0;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-grid-card:hover .blog-card-img-wrapper img {
    transform: scale(1.05);
}

.blog-card-cat-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    font-size: 12px;
    font-weight: 600;
    color: #718096;
    margin-bottom: 10px;
}

.blog-meta-sep {
    margin: 0 4px;
    color: #cbd5e0;
}

.blog-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #0b0223;
    margin: 0 0 20px 0;
    height: 48px; /* Alignment line clamp */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-title a {
    color: #0b0223;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: var(--color-accent);
}

.blog-card-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
    margin-top: auto;
}

.blog-card-link .arrow-icon {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.blog-card-link:hover {
    color: var(--color-accent-hover);
}

.blog-card-link:hover .arrow-icon {
    transform: translateX(4px);
}

/* 9. Popular Cities and Attractions Links */
.popular-cities-links-section {
    padding: 70px 0;
    background: #ffffff;
    border-top: 1px solid rgba(11, 2, 35, 0.05);
}

.cities-grid-five {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.cities-col-title {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0b0223;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cities-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cities-links-list li {
    margin-bottom: 12px;
}

.cities-links-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: block;
}

.cities-links-list li a:hover {
    color: var(--color-accent);
    padding-left: 4px;
}

/* 10. Subscription Newsletter Bar */
.newsletter-subscription-section {
    background: #ffffff;
    padding: 30px 0 80px 0;
}

.newsletter-banner-container {
    background-image: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 320px;
    box-shadow: 0 15px 35px rgba(var(--color-primary-rgb), 0.2);
}

.newsletter-content-block {
    max-width: 560px;
    position: relative;
    z-index: 3;
    text-align: left;
}

.newsletter-title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 12px 0;
}

.newsletter-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0 0 28px 0;
}

.newsletter-form-row {
    display: flex;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px;
    max-width: 480px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.newsletter-input-email {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    padding: 0 20px;
    font-size: 14px;
    color: #0b0223;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.newsletter-input-email::placeholder {
    color: #a0aec0;
}

.newsletter-submit-btn {
    background: #0b0223;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    transition: background-color 0.2s ease;
}

.newsletter-submit-btn:hover {
    background: #1a0f3d;
}

/* Floating overlay traveler image */
.newsletter-traveler-img-box {
    position: absolute;
    right: 60px;
    bottom: -15px;
    width: 320px;
    height: 350px;
    z-index: 2;
    pointer-events: none;
}

.newsletter-traveler-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

/* ==========================================================================
   HOMEPAGE RESPONSIVE STYLING OVERRIDES
   ========================================================================== */

@media (max-width: 1199px) {
    .offers-categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .destinations-masonry-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 200px 200px;
        gap: 15px;
    }
    .dest-card-bali {
        grid-column: 2 / 3;
    }
    .dest-card-rome {
        grid-column: 3;
        grid-row: 1 / 3;
    }
    .dest-card-phuket {
        grid-column: 2;
        grid-row: 2;
    }
    .newsletter-traveler-img-box {
        width: 260px;
        height: 290px;
        right: 30px;
    }
}

@media (max-width: 991px) {
    .tours-grid-four {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stats-grid-four {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .promo-grid-two {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .blog-articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cities-grid-five {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .newsletter-banner-container {
        padding: 40px;
        justify-content: center;
    }
    .newsletter-content-block {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsletter-form-row {
        width: 100%;
    }
    .newsletter-traveler-img-box {
        display: none; /* Hide traveler image on smaller screens to make space for text */
    }
}

@media (max-width: 767px) {
    .section-header-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    .offers-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .destinations-masonry-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }
    .dest-grid-card {
        grid-column: span 1 !important;
        grid-row: auto !important;
        height: 180px !important;
    }
    .testimonials-switcher-section {
        margin: 0 15px;
        padding: 40px 20px;
    }
    .testimonial-paragraph {
        font-size: 16px;
    }
    .cities-grid-five {
        grid-template-columns: repeat(2, 1fr);
    }
    .newsletter-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .partners-flex-container {
        justify-content: center;
        gap: 15px 30px;
    }
    .partner-logo-item .partner-text {
        font-size: 18px;
    }
    .offers-categories-grid {
        grid-template-columns: 1fr;
    }
    .tours-grid-four {
        grid-template-columns: 1fr;
    }
    .stats-grid-four {
        grid-template-columns: 1fr;
    }
    .blog-articles-grid {
        grid-template-columns: 1fr;
    }
    .cities-grid-five {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .newsletter-form-row {
        flex-direction: column;
        border-radius: 16px;
        padding: 10px;
        gap: 10px;
        background: transparent;
        box-shadow: none;
    }
    .newsletter-input-email {
        background: #ffffff;
        padding: 12px 20px;
        border-radius: 30px;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
    .newsletter-submit-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* ==========================================================================
   PREMIUM REDESIGNED HEADER & STICKY NAVIGATION
   ========================================================================== */

/* Main navigation hover line animation */
.main-navigation ul li a {
    position: relative;
    transition: color 0.3s ease;
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--color-accent);
    transition: width 0.3s ease, left 0.3s ease;
}

.main-navigation ul li a:hover::after,
.main-navigation ul li.current-menu-item > a::after,
.main-navigation ul li.current_page_item > a::after,
.main-navigation ul li.active > a::after {
    width: 100%;
    left: 0;
}

/* Call Us Pulse Animation */
@keyframes contact-icon-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 72, 17, 0.45);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 72, 17, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 72, 17, 0);
    }
}

.contact-icon {
    position: relative;
    animation: contact-icon-pulse 2s infinite;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Book Now CTA Button */
.header-action-btn-wrap {
    margin-left: 20px;
    display: inline-block;
}

.btn-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--color-accent);
    color: var(--color-white) !important;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(255, 72, 17, 0.25);
}

.btn-header-cta i {
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

.btn-header-cta:hover {
    background-color: var(--color-accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent);
}

.btn-header-cta:hover i {
    transform: translateX(2px);
}

.btn-header-cta:active {
    transform: translateY(0);
}

/* Sticky Header Core Styles */
.site-header {
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    background-color: rgba(11, 2, 35, 0.94) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    z-index: 9999 !important;
    animation: headerSlideDown 0.4s ease-out;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Sticky Header Specific Color Overrides */
.site-header.is-sticky .logo-title,
.home .site-header.is-sticky .logo-title {
    color: var(--color-white) !important;
}

.site-header.is-sticky .logo-subtitle,
.home .site-header.is-sticky .logo-subtitle {
    color: var(--color-accent) !important;
}

.site-header.is-sticky .main-navigation ul li a,
.home .site-header.is-sticky .main-navigation ul li a {
    color: rgba(255, 255, 255, 0.95) !important;
}

.site-header.is-sticky .main-navigation ul li a:hover,
.home .site-header.is-sticky .main-navigation ul li a:hover {
    color: var(--color-accent) !important;
}

.site-header.is-sticky .main-navigation ul li.current-menu-item > a,
.site-header.is-sticky .main-navigation ul li.current_page_item > a,
.site-header.is-sticky .main-navigation ul li.active > a,
.home .site-header.is-sticky .main-navigation ul li.current-menu-item > a,
.home .site-header.is-sticky .main-navigation ul li.current_page_item > a,
.home .site-header.is-sticky .main-navigation ul li.active > a {
    color: var(--color-accent) !important;
}

.site-header.is-sticky .header-action-contact .contact-text .contact-label,
.home .site-header.is-sticky .header-action-contact .contact-text .contact-label {
    color: rgba(255, 255, 255, 0.6) !important;
}

.site-header.is-sticky .header-action-contact .contact-text .contact-number,
.home .site-header.is-sticky .header-action-contact .contact-text .contact-number {
    color: var(--color-white) !important;
}

.site-header.is-sticky .header-action-contact .contact-icon,
.home .site-header.is-sticky .header-action-contact .contact-icon {
    color: var(--color-white) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    animation: none; /* Disable pulse in sticky state for a cleaner look */
}

.site-header.is-sticky .menu-toggle-hamburger .bar,
.home .site-header.is-sticky .menu-toggle-hamburger .bar {
    background-color: var(--color-white) !important;
}

/* Responsiveness overrides for the sticky header & CTA */
@media (max-width: 991px) {
    .header-action-btn-wrap {
        margin-left: 12px;
    }
    .btn-header-cta {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .header-action-btn-wrap {
        display: none; /* Hide Book Now CTA on mobile to keep header clean */
    }
}

/* ==========================================================================
   PREMIUM REDESIGNED FOOTER
   ========================================================================== */

.site-footer {
    background-color: var(--color-dark);
    background-image: radial-gradient(circle at 50% 0%, rgba(94, 23, 235, 0.16) 0%, rgba(11, 2, 35, 0) 70%), linear-gradient(180deg, var(--color-dark) 0%, #050112 100%);
    color: #A29EBE;
    padding: 80px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Radial light glow indicator */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 72, 17, 0) 0%, rgba(255, 72, 17, 0.4) 50%, rgba(255, 72, 17, 0) 100%);
}

.footer-widgets-grid {
    gap: 50px;
    margin-bottom: 60px;
}

.footer-widget .widget-title {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--color-accent);
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-widget:hover .widget-title::after {
    width: 60px;
}

.footer-description {
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

/* Redesigned Links List with Animated Chevron */
.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #A29EBE;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a::before {
    content: '\f105'; /* FontAwesome chevron-right icon unicode */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.8rem;
    color: var(--color-accent);
    margin-right: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease, margin-right 0.3s ease, width 0.3s ease;
    width: 0;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--color-white) !important;
    transform: translateX(4px);
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
    width: auto;
    margin-right: 8px;
}

/* Redesigned Social Icons with Glow effects */
.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.footer-social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-social-icons a:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-white);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 72, 17, 0.4);
}

/* Contact Info list layout */
.contact-info li {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-info i {
    color: var(--color-accent);
    font-size: 1.1rem;
    margin-top: 4px;
    width: 18px;
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-info li:hover i {
    transform: scale(1.25);
}

/* Footer Bottom Section & Payment Icons */
.footer-bottom {
    background-color: #060215;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.9rem;
}

.footer-payment-icons {
    display: flex;
    gap: 16px;
    font-size: 1.7rem;
    color: rgba(162, 158, 190, 0.45);
}

.footer-payment-icons i {
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.footer-payment-icons i:hover {
    color: var(--color-accent);
    transform: scale(1.18);
}

/* Responsiveness overrides for the redesigned footer grid */
@media (max-width: 991px) {
    .site-footer {
        padding: 60px 0 0 0;
    }
    .footer-widgets-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .footer-widgets-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-bottom-flex {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   PREMIUM BOOKING FORM REDESIGN (SINGLE PRODUCT SIDEBAR)
   ========================================================================== */

/* Remove standard underline from WooCommerce price insertion tag */
.main-price-display ins,
.main-price-display ins span {
    text-decoration: none !important;
    display: inline-block;
}

.price-value-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.main-price-display {
    font-family: var(--font-heading);
    color: var(--color-primary) !important;
    font-weight: 800;
    letter-spacing: -1px;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    vertical-align: baseline !important;
}

.price-suffix-label {
    display: inline-block !important;
    white-space: nowrap !important;
}

.main-price-display del,
.main-price-display del span {
    font-size: 1.25rem !important;
    color: #98A2B3 !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
    margin-right: 10px;
    opacity: 0.7;
}

/* Redesigned Chips & Guarantees */
.booking-status-chip.available {
    background-color: rgba(46, 204, 113, 0.08) !important;
    color: #27ae60 !important;
    border: 1px solid rgba(46, 204, 113, 0.15);
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
}

.booking-price-guarantee {
    font-size: 0.75rem !important;
    color: var(--color-text-body) !important;
    font-weight: 600 !important;
}

.booking-price-guarantee i {
    color: var(--color-accent) !important;
    font-size: 0.85rem;
}

/* Input Fields Redesign */
.form-group-item {
    margin-bottom: 15px;
}

.custom-field-label {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: var(--color-text-dark) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px !important;
}

.booking-input-wrap .input-icon {
    left: 14px !important;
    color: #98A2B3 !important;
    transition: color 0.3s ease;
}

.booking-input-field {
    padding: 10px 14px 10px 40px !important;
    border: 1.5px solid rgba(11, 2, 35, 0.08) !important;
    background-color: #FAF9FC !important; /* Muted premium background */
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: var(--color-text-dark) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;
}

.booking-input-field:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(94, 23, 235, 0.1) !important;
    background-color: var(--color-white) !important;
}

.booking-input-field:focus + .input-icon,
.booking-input-wrap:focus-within .input-icon {
    color: var(--color-primary) !important;
}

/* Guests Quantity Steppers */
.qty-selector-group {
    gap: 6px !important;
}

.qty-label {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: var(--color-text-dark) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quantity-input-stepper {
    height: 38px !important;
    border: 1.5px solid rgba(11, 2, 35, 0.08) !important;
    border-radius: 10px !important;
    background-color: #FAF9FC !important;
    transition: border-color var(--transition-fast) !important;
}

.quantity-input-stepper:focus-within {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(94, 23, 235, 0.1);
}

.stepper-btn {
    width: 38px !important;
    background-color: rgba(11, 2, 35, 0.02) !important;
    color: var(--color-text-dark) !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.stepper-btn:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.qty-input {
    border-left: 1.5px solid rgba(11, 2, 35, 0.08) !important;
    border-right: 1.5px solid rgba(11, 2, 35, 0.08) !important;
    background-color: var(--color-white) !important;
    font-size: 0.95rem !important;
    color: var(--color-text-dark) !important;
}

/* Price Breakdown Box Redesign */
.live-price-calculator {
    background: linear-gradient(135deg, rgba(94, 23, 235, 0.03) 0%, rgba(255, 72, 17, 0.02) 100%) !important;
    border: 1.5px dashed rgba(94, 23, 235, 0.25) !important;
    border-radius: 14px !important;
    padding: 16px !important;
    margin: 20px 0 !important;
}

.price-calc-title {
    font-size: 0.85rem !important;
    color: var(--color-text-dark) !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid rgba(94, 23, 235, 0.08);
    padding-bottom: 8px;
}

.price-calc-title i {
    color: var(--color-primary) !important;
}

.price-breakdown-list li {
    font-size: 0.88rem !important;
    color: var(--color-text-body) !important;
    margin-bottom: 10px !important;
}

.price-calc-total {
    border-top: 1px solid rgba(94, 23, 235, 0.1) !important;
    padding-top: 12px !important;
    margin-top: 10px !important;
    font-size: 1.05rem !important;
    color: var(--color-text-dark) !important;
}

.calc-total-value {
    font-size: 1.2rem !important;
    color: var(--color-primary) !important;
    font-weight: 800 !important;
}

/* Premium WhatsApp Booking Button */
.whatsapp-booking-submit.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    color: var(--color-white) !important;
    border-radius: 50px !important; /* Premium capsule layout */
    padding: 14px 24px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
    margin-top: 10px;
}

.whatsapp-booking-submit.btn-whatsapp:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #16a085 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4) !important;
}

.whatsapp-booking-submit.btn-whatsapp:active {
    transform: translateY(-1px) !important;
}



/* ==========================================================================
   TOURIO-STYLE PREMIUM FULL-WIDTH GALLERY CAROUSEL
   ========================================================================== */

.tour-gallery-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 50px;
    background: #f8f7fc;
}

.tour-gallery-slider-container {
    position: relative;
    width: 100%;
}

.tour-gallery-slider-track {
    display: flex;
    align-items: flex-start;
    gap: 0;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

/* Each slide: width set via JS; padding creates the visual gap */
.tour-gallery-slide {
    flex-shrink: 0;
    padding: 8px 14px;
    opacity: 0.55;
    transform: scale(0.93);
    transition:
        opacity   0.5s ease,
        transform 0.5s ease;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 960px;
}

.tour-gallery-slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Image is the dimensional element: aspect-ratio keeps 16:9, capped at max-height */
.tour-gallery-slide .slide-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 480px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.tour-gallery-slide.active .slide-img {
    box-shadow: 0 16px 48px rgba(11, 2, 35, 0.14);
}

.tour-gallery-slide.active:hover .slide-img {
    transform: scale(1.025);
}

/* Navigation Arrows: absolute within .tour-gallery-slider-section */
.tour-gallery-slider-section .slider-control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(11, 2, 35, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
    color: var(--color-text-dark, #1a1a2e);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
}

.tour-gallery-slider-section .slider-control-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    box-shadow: 0 8px 28px rgba(94, 23, 235, 0.35);
    transform: translateY(-50%) scale(1.08);
}

.tour-gallery-slider-section .slider-control-btn:active {
    transform: translateY(-50%) scale(0.94);
}

/* With 72% active slide, each peeking zone = ~14% of viewport.
   Buttons sit centred inside the peeking zone at 7% from each edge. */
.tour-gallery-slider-section .slider-control-btn.prev-btn {
    left: 7%;
}
.tour-gallery-slider-section .slider-control-btn.next-btn {
    right: 7%;
}

/* Tablet */
@media (max-width: 991px) {
    .tour-gallery-slider-section {
        padding: 28px 0 36px;
    }
    .tour-gallery-slider-section .slider-control-btn {
        width: 44px;
        height: 44px;
        font-size: 0.88rem;
    }
    .tour-gallery-slider-section .slider-control-btn.prev-btn { left: 4%; }
    .tour-gallery-slider-section .slider-control-btn.next-btn { right: 4%; }
}

/* Mobile */
@media (max-width: 767px) {
    .tour-gallery-slider-section {
        padding: 16px 0 24px;
    }
    .tour-gallery-slide .slide-img {
        border-radius: 12px;
    }
    .tour-gallery-slider-section .slider-control-btn {
        width: 38px;
        height: 38px;
        font-size: 0.78rem;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    }
    .tour-gallery-slider-section .slider-control-btn.prev-btn {
        left: 2%;
        background: #ffffff;
        color: var(--color-text-dark, #1a1a2e);
        border-color: rgba(0, 0, 0, 0.08);
    }
    .tour-gallery-slider-section .slider-control-btn.next-btn {
        right: 2%;
        background: #ffffff;
        color: var(--color-text-dark, #1a1a2e);
        border-color: rgba(0, 0, 0, 0.08);
    }
}

/* ==========================================================================
   SCROLL REVEAL & INTERACTIVE AESTHETICS (ABOUT PAGE)
   ========================================================================== */

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.15s !important; }
.reveal-delay-2 { transition-delay: 0.3s !important; }
.reveal-delay-3 { transition-delay: 0.45s !important; }

/* Interactive Hover for Story Collage */
.about-story-right {
    position: relative;
    padding-bottom: 50px;
}

.about-collage-fg {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.about-story-right:hover .about-collage-fg {
    transform: translate(-8px, -8px) scale(1.03);
    box-shadow: 0 25px 50px rgba(11, 2, 35, 0.18) !important;
}

.about-collage-bg img {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.about-story-right:hover .about-collage-bg img {
    transform: scale(1.02);
}

/* Scoped Stats Counter Colors for Dark Background */
.about-stats-section .stat-number {
    color: var(--color-accent) !important;
    font-size: 3.5rem !important;
}

.about-stats-section .stat-label {
    color: #A29EBE !important;
    font-size: 1.05rem !important;
}

/* ==========================================================================
   PREMIUM GLASSMORPHISM & MOBILE OPTIMIZATIONS (ACTIVITIES PAGE)
   ========================================================================== */

/* Glassmorphism Hover Overlay for Activity Cards */
.activity-card-overlay {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(
        to top,
        rgba(11, 2, 35, 0.94) 0%,
        rgba(11, 2, 35, 0.65) 60%,
        rgba(11, 2, 35, 0.1) 100%
    ) !important;
}

/* Mobile Optimization for Activities Gallery */
@media (max-width: 767px) {
    .activity-card-overlay {
        opacity: 1 !important;
        background: linear-gradient(
            to top,
            rgba(11, 2, 35, 0.85) 0%,
            rgba(11, 2, 35, 0.35) 65%,
            transparent 100%
        ) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        padding: 15px !important;
    }
    
    .activity-card-content {
        transform: translateY(0) !important;
    }
    
    .activity-card-desc,
    .activity-card-action {
        display: none !important;
    }
    
    .activity-card-title {
        font-size: 1.1rem !important;
        margin-bottom: 0 !important;
    }
    
    .activity-card-category {
        font-size: 0.62rem !important;
        padding: 3px 8px !important;
        margin-bottom: 6px !important;
    }
}

/* Fix Activities Page Header spacing - separate text from buttons */
.activities-filter-nav {
    margin-top: 35px !important;
    margin-bottom: 45px !important;
}

/* --- Flatpickr Date Picker Style Overrides --- */

.flatpickr-calendar {
    background: #ffffff !important;
    border: 1px solid rgba(11, 2, 35, 0.08) !important;
    box-shadow: 0 15px 35px rgba(11, 2, 35, 0.12) !important;
    border-radius: 12px !important;
    font-family: 'Outfit', sans-serif !important;
}

.flatpickr-months {
    background: transparent !important;
}

.flatpickr-current-month {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #0b0223 !important;
}

.flatpickr-monthDropdown-months {
    font-weight: 700 !important;
    color: #0b0223 !important;
}

.flatpickr-weekday {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #98a2b3 !important;
}

.flatpickr-day {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    color: #344054 !important;
    border-radius: 50% !important;
}

.flatpickr-day.today {
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.flatpickr-day.today:hover {
    background: rgba(94, 23, 235, 0.06) !important;
    color: var(--color-primary) !important;
}

.flatpickr-day.selected, 
.flatpickr-day.selected:focus, 
.flatpickr-day.selected:hover {
    background: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(255, 72, 17, 0.25) !important;
}

.flatpickr-day:hover {
    background: rgba(94, 23, 235, 0.06) !important;
    color: var(--color-primary) !important;
}

.flatpickr-day.flatpickr-disabled, 
.flatpickr-day.flatpickr-disabled:hover {
    color: #d0d5dd !important;
    background: transparent !important;
}


/* ==========================================================================
   PREMIUM TOUR DETAILS PAGE DESIGN OVERRIDES (AirBnb & Bookatrekking Style)
   ========================================================================== */

/* Pushes content below transparent header on desktop */
.tour-detail-header-section {
    padding: 160px 0 35px 0 !important;
    background: #FAF6F0 !important;
}

.tour-header-meta-bar .rating-summary-item .stars-color i {
    color: #F8B825 !important; /* Gold stars */
}

/* Sub-Navigation Bar */
.tour-subnav-bar {
    background: #ffffff !important;
    border-bottom: 1px solid #eaecf0 !important;
    box-shadow: 0 4px 12px rgba(11, 2, 35, 0.03) !important;
    position: sticky !important;
    top: 80px !important;
    z-index: 99 !important;
}

.tour-subnav-links {
    display: flex;
    gap: 30px;
    padding: 14px 0;
}

.subnav-link {
    font-size: 14px;
    font-weight: 600;
    color: #475467;
    text-decoration: none;
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.subnav-link.active, .subnav-link:hover {
    color: var(--color-primary) !important;
    border-bottom-color: var(--color-primary) !important;
}

/* Highlights Grid */
.highlight-card {
    background: #ffffff !important;
    border: 1px solid #eaecf0 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.02) !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
}

.highlight-card:hover {
    transform: translateY(-2px) !important;
    border-color: #d0d5dd !important;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.05) !important;
}

.highlight-icon {
    background-color: rgba(94, 23, 235, 0.06) !important;
    color: var(--color-primary) !important;
}

.highlight-label {
    color: #667085 !important;
    font-weight: 600 !important;
}

.highlight-value {
    color: #1d2939 !important;
    font-weight: 700 !important;
}

/* Inclusions & Exclusions columns */
.inc-exc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.inc-column, .exc-column {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.inc-column {
    border-left: none !important;
}

.exc-column {
    border-left: none !important;
}

.inc-list, .exc-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.inc-list li, .exc-list li {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #475467 !important;
}

.inc-list li i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #e6f7ed !important; /* Soft light green */
    color: #12b76a !important; /* Vibrant green check */
    font-size: 11px !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;
}

.exc-list li i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #fee4e2 !important; /* Soft light red */
    color: #f04438 !important; /* Vibrant red cross */
    font-size: 10px !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;
}

/* Itinerary accordion layout */
.itinerary-day-card {
    border: 1px solid #eaecf0 !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.03) !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.itinerary-header {
    padding: 20px 24px !important;
    background: #ffffff !important;
}

.itinerary-day-card.active {
    border-color: var(--color-primary) !important;
    box-shadow: 0 8px 24px rgba(94, 23, 235, 0.05) !important;
}

.itinerary-day-card.active .itinerary-header {
    background: rgba(94, 23, 235, 0.02) !important;
}

.itinerary-day-badge {
    background: var(--color-primary) !important;
    box-shadow: 0 2px 8px rgba(94, 23, 235, 0.15) !important;
    border-radius: 6px !important;
}

.itinerary-content {
    padding: 0 24px 24px 24px !important;
    border-top: 1px solid #f2f4f7 !important;
}

/* Booking Widget Card */
.tour-sidebar-booking-card {
    border: 1px solid #eaecf0 !important;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06) !important;
    border-radius: 16px !important;
    padding: 28px !important;
    background: #ffffff !important;
}

.booking-price-header {
    border-bottom: 1px solid #f2f4f7;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.price-desc-label {
    font-size: 12px;
    font-weight: 600;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-price-display {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1d2939 !important;
}

.price-suffix-label {
    font-size: 15px;
    color: #475467;
    font-weight: 500;
}

/* Booking Inputs */
.form-group-item {
    margin-bottom: 16px;
}

.custom-field-label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #344054 !important;
    margin-bottom: 6px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.booking-input-wrap .input-icon {
    position: absolute;
    left: 14px;
    color: #98a2b3;
    font-size: 14px;
    pointer-events: none;
}

.booking-input-field {
    width: 100%;
    padding: 12px 14px 12px 42px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1d2939 !important;
    outline: none !important;
    background: #ffffff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.booking-input-field:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(94, 23, 235, 0.08) !important;
}

/* Steppers Grid for Guests */
.steppers-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 18px;
}

.qty-selector-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.qty-label {
    font-size: 12px;
    font-weight: 700;
    color: #344054;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quantity-input-stepper {
    display: flex;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 4px;
    background: #ffffff;
    justify-content: space-between;
}

.quantity-input-stepper .stepper-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #f2f4f7;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    transition: background-color 0.2s ease;
}

.quantity-input-stepper .stepper-btn:hover {
    background: #eaecf0;
    color: var(--color-primary);
}

.quantity-input-stepper .qty-input {
    width: 30px;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #1d2939;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

/* Live Price Calculator */
.live-price-calculator {
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin: 20px 0 !important;
    border: 1px dashed #d0d5dd !important;
}

.price-calc-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #475467 !important;
    margin: 0 0 10px 0 !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-breakdown-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    font-size: 13.5px !important;
    color: #344054 !important;
}

.price-breakdown-list li {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 6px !important;
}

.price-calc-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #eaecf0 !important;
    padding-top: 10px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #1d2939 !important;
}

.calc-total-value {
    font-size: 18px !important;
    color: var(--color-accent) !important;
}

/* WhatsApp submit button */
.whatsapp-booking-submit {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.18) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 100%;
}

.whatsapp-booking-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.28) !important;
    background: linear-gradient(135deg, #2ae771 0%, #16a393 100%) !important;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .tour-detail-header-section {
        padding: 130px 0 25px 0 !important;
    }
}

@media (max-width: 767px) {
    .inc-exc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Airbnb Style 5-Photo Collage Grid overrides */
.tour-gallery-collage-section {
    padding: 0 0 30px 0;
    background: #FAF6F0;
}

.tour-gallery-collage-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* 3 columns for balanced landscape aspect ratios */
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); /* 2 rows of equal height */
    gap: 12px;
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.collage-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eaecf0;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.collage-item:hover img {
    transform: scale(1.03);
    filter: brightness(0.9);
}

/* Explicit item positions for the 2fr 1fr 1fr grid */
.collage-item.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.collage-item.item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.collage-item.item-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.collage-item.item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.collage-item.item-5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

/* "All Photos" button overlay */
.btn-all-photos {
    position: absolute !important;
    bottom: 24px !important;
    right: 24px !important;
    background: #ffffff !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #344054 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
    z-index: 5 !important;
}

.btn-all-photos:hover {
    background: #f9fafb !important;
    transform: scale(1.03) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
}

/* Lightbox Modal & Controller Overrides */
.tour-lightbox-modal {
    background: rgba(11, 2, 35, 0.96) !important;
}

.lightbox-close-btn {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    z-index: 100000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 0.24) !important;
    transform: scale(1.08) !important;
}

.lightbox-nav-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    z-index: 100000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.24) !important;
}

.lightbox-nav-btn.prev-btn {
    left: 32px !important;
}

.lightbox-nav-btn.next-btn {
    right: 32px !important;
}

.lightbox-image {
    max-width: 85% !important;
    max-height: 75vh !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5) !important;
    object-fit: contain !important;
    transition: opacity 0.2s ease-in-out !important;
    cursor: pointer !important;
}

.lightbox-meta {
    position: absolute !important;
    bottom: 32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Responsive Collage Grid overrides */
@media (max-width: 991px) {
    .tour-gallery-collage-grid {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .tour-gallery-collage-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: 280px;
    }
    .collage-item.item-2,
    .collage-item.item-3,
    .collage-item.item-4,
    .collage-item.item-5 {
        display: none !important;
    }
    .collage-item.item-1 {
        grid-column: 1 / -1;
        grid-row: 1 / -1;
        height: 100%;
    }
    .btn-all-photos {
        bottom: 16px !important;
        right: 16px !important;
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
    .lightbox-nav-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
    .lightbox-nav-btn.prev-btn {
        left: 12px !important;
    }
    .lightbox-nav-btn.next-btn {
        right: 12px !important;
    }
}

/* Tour Location Map Styling & Smooth Scroll alignment */
#overview, #highlights, #inclusions, #itinerary, #location, #reviews {
    scroll-margin-top: 130px !important;
}

.tour-map-embed-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .tour-map-embed-wrapper {
        height: 300px !important; /* Decrease height slightly on mobile */
    }
}

/* PC & Tablet Subpage Hero padding - pushes titles below header menu */
.page-header-banner {
    padding: 170px 0 100px 0 !important;
}

@media (max-width: 991px) {
    .page-header-banner {
        padding: 140px 0 70px 0 !important;
    }
}

