:root {
            --sfz-white: #ffffff;
            --sfz-dark: #1a1a1a;
            --container-padding: 0.75rem; /* Bootstrap default */
            --title-font: "Manrope", sans-serif;
            --body-font: "Inter", sans-serif;
            --style-font: "Montez", cursive;
        }

        body { font-family: 'Inter', sans-serif; margin: 0; overflow-x: hidden; }
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);

}


        /* --- Header: Absolute Positioning --- */
        .sfz-header {
            position: absolute;
            top: 0; left: 0; width: 100%;
            padding: 30px 0;
            z-index: 1000;
        }
        .sfz-header .btn{
            color:#fff;
        }
        .sfz-header.inner .btn{
            color: #0f3d0f;
        }
        .sfz-header.inner{
            padding: 10px 0;
        }
        .sfz-header.inner .sfz-logo img {
            filter: none;
        }
        .sfz-header.inner .sfz-nav-links a{
            color:#000;
        }
        .sfz-header.inner .sfz-btn-pill {
            background-color: #0f3d0f;
            color:#fff;
        }
        .sfz-logo { font-size: 24px; font-weight: 700; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
        .sfz-logo img { filter: brightness(0) invert(1);
    width: 250px; }
        
        .sfz-nav-links { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
        .sfz-nav-links a { color: #fff; text-decoration: none; font-size: 15px; font-weight: 400; transition: 0.3s; }

        .sfz-btn-pill {
            background: #fff; color: #000; padding: 10px 24px;
            border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 14px;
            display: flex; align-items: center; gap: 8px;
        }

        /* --- Hero Main --- */
        .sfz-hero { position: relative; height: 100vh; width: 100%; overflow: hidden; }

        /* --- Slider (Background & Title Only) --- */
        .sfz-main-slider { height: 100%; width: 100%; }
        .sfz-slide-item {
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: center; 
        }
        .sfz-slide-item::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(to right, rgba(0,0,0,0.7), transparent);
        }

        .sfz-title-wrap { position: relative; z-index: 10; margin-bottom: 220px; }
        .sfz-sliding-title {
            font-size: 7.3125rem;
            font-weight: 700;
            line-height: 1.05;
            margin: 0;
            color:#fff;
        }
        .sfz-sliding-title-top {
             font-size: 3.75rem;
            font-weight: 500;
            line-height: 1.2;
            margin: 0;
            color:#fff;
        }

        /* --- Static Content Overlay (Exact Indentation) --- */
        .sfz-static-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            z-index: 20;
            pointer-events: none;
            display: flex;
            align-items: center;
        }
        .sfz-static-content {
               pointer-events: auto;
    margin-top: 650px;
    max-width: 550px;
        }
        .sfz-desc {
            font-size: 20px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            margin-bottom: 30px;
        }
        .sfz-btn-outline {
            display: inline-flex; align-items: center; gap: 10px;
            padding: 12px 25px;
            background: #fff; color: #000;
            text-decoration: none; border-radius: 6px;
            font-weight: 600; font-size: 14px;
            transition: 0.3s;
        }

        /* --- Thumbnails: Fixed Size & Aspect Ratio --- */
        .sfz-thumbs-container {
            position: absolute;
            bottom: 60px;
            right: 0;
            left: 0;
            z-index: 100;
        }
        .sfz-thumbs-slider {
            width: 500px;
            margin-right: 0 !important;
            margin-left: auto !important;
        }
        .sfz-thumbs-slider .swiper-slide {
            width: 150px !important; /* Exact thumbnail width */
            height: 100px; /* Exact thumbnail height (3:2) */
            border-radius: 12px; 
            overflow: hidden;
            cursor: pointer;
            opacity: 0.5;
            transition: 0.4s;
            border: 2px solid transparent;
        }
        .sfz-thumbs-slider .swiper-slide-thumb-active {
            opacity: 1;
            border-color: #fff;
        }
        .sfz-thumbs-slider img { width: 100%; height: 100%; object-fit: cover; }

        /* --- Mobile Sidebar --- */
        .sfz-mobile-drawer {
            position: fixed; top: 0; left: -100%; width: 300px; height: 100%;
            background: #fff; z-index: 3000; transition: 0.4s ease;
        }
        .sfz-mobile-drawer.open { left: 0; }
        .drawer-header { padding: 20px; border-bottom: 1px solid #eee; }
        .drawer-links { list-style: none; padding: 20px; }
        .drawer-links li { border-bottom: 1px solid #f9f9f9; }
        .drawer-links a { color: #1a1a1a; text-decoration: none; font-weight: 500; display: flex; justify-content: space-between; }

        @media (max-width: 991px) {
            .sfz-title-wrap { margin-bottom: 200px!important; }
            .sfz-static-content { margin-top: 150px; margin-bottom: 200px;}
            .sfz-thumbs-slider { width: 100%; max-width: 320px; margin: auto !important; }

            .sfz-sliding-title {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.5;
            margin: 0;
        }
        .sfz-sliding-title-top {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.5;
        margin: 0;
        }

        }

        /* Container for the parent items */
.sfz-nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: flex-start; /* CRITICAL: Keeps parents at top */
}

/* Parent Links */
.sfz-nav-links > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* THE DROPDOWN LIST */
.sfz-dropdown {
    position: relative;
}

.sfz-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
        background: #fff;
    padding: 10px;
    border-radius: 10px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease-in-out;
}

/* Reveal on Hover */
.sfz-dropdown:hover .sfz-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Individual Sub-links */
.sfz-dropdown-menu li {
    margin-bottom: 6px;
    height: 25px;
}

.sfz-dropdown-menu li a {
    color: rgb(2, 55, 4); /* Slightly faded like image */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500; /* Thin font look */
    display: flex;
    align-items: center;
    gap: 8px;
  transition: all 0.3s ease-in-out;
}



/* Hover State */
.sfz-dropdown-menu li a:hover {
    color:rgb(2, 55, 4);
    text-decoration: underline;
}

/* Sidebar Link Styling */
.drawer-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.drawer-links li {
    border-bottom: 1px solid #f0f0f0;
}
.drawer-links li:last-child {
    border-bottom: none;
}

.drawer-links li a, .dropdown-trigger {
    padding: 10px 20px;
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

/* THE NICE SUB-MENU DESIGN */
.sfz-mobile-sub {
    list-style: none;
    padding: 0;
    background: #f8f9fa; /* Subtle light gray background like reference */
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sfz-mobile-sub li a {
    padding: 14px 45px; /* Indented for hierarchy */
    font-size: 14px;
    color: #444;
    font-weight: 400;
    border-bottom: none; /* Remove lines inside sub-menu */
}

/* Active States */
.sfz-mobile-dropdown.active .sfz-mobile-sub {
    max-height: 500px;
    /* padding-bottom: 10px; */
}

.sfz-mobile-dropdown.active .toggle-icon {
    transform: rotate(180deg);
    color: #000;
}

.toggle-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #999;
}
/* =========================================
   ABOUT SECTION ("Who we are")
   ========================================= */
.sfz-about-section {
    padding: 70px 0;
    background-color: #ffffff;
    color: #000000;
}

/* Sticky Left Title */
.sfz-sticky-title {
    
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333;
    padding-top: 5px; /* Aligns visually with the large heading text */
}

/* Main Heading */
.sfz-about-heading {
    position: sticky;
    top: 50px; /* How far from the top of the screen it sticks */
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 3rem;
    color: #111111;
}

/* Image Wrapper */
.sfz-about-image-wrapper {
    margin-bottom: 2.5rem;
    width: 100%;
}

.sfz-about-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    max-height: 500px;
}

/* Dark Button Style */
.sfz-btn-dark {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 0.8rem 1.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: background-color 0.3s ease;
}

.sfz-btn-dark:hover {
    background-color: #111111;
    color: #ffffff;
}

.sfz-btn-dark i {
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sfz-about-section {
        padding: 40px 0;
    }
    .sfz-about-heading {
        font-size: 2.2rem;
    }
    .sfz-sticky-title {
        margin-bottom: 1.3rem;
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .sfz-about-section {
        padding: 60px 0;
    }
    .sfz-about-heading {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

@media(max-width:1399px) {

    .sfz-title-wrap{
        margin-bottom: 0;
    }
    .sfz-desc {
    font-size: 16px;
    }
    .sfz-static-content {
    pointer-events: auto;
    margin-top: 400px;
    }
}
/* =========================================
   POPULAR DESTINATIONS SECTION
   ========================================= */
.sfz-destinations-section {
    padding: 70px 0;
    background-color: #ffffff;
    overflow: hidden; /* Prevents horizontal scrollbar from Swiper */
}

/* Typography */
.sfz-section-subtitle {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.8rem;
}

.sfz-section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* Destination Card */
.sfz-dest-card {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Dark Gradient Overlay (Bottom to top) */
.sfz-dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* Frosted Glass Badge */
.sfz-dest-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

/* Bottom Content Area */
.sfz-dest-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}

/* Text */
.sfz-dest-text h3 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.sfz-dest-text p {
    color: #e0e0e0;
    font-size: 0.85rem;
    margin: 0;
    font-weight: 400;
}

/* Square Button */
.sfz-dest-btn {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.sfz-dest-btn:hover {
    background-color: #f0f0f0;
    color: #000000;
    transform: scale(1.05);
}

.sfz-dest-btn i {
    font-size: 1rem;
    font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sfz-section-title {
        font-size: 2.2rem;
    }
    .sfz-dest-card {
        height: 320px;
    }
}



/* =========================================
   VIDEO PLAYER SECTION
   ========================================= */
.sfz-vdo-section {
    position: relative;
    width: 100%;
    /* height: 500px; */
    min-height: 500px;
    background-color: #000000;
    overflow: hidden;
}

/* Parallax Background Layer (CSS Fixed Method) */
.sfz-vdo-bg-layer {
    position: absolute;
    inset: 0; /* Changed: Snaps perfectly to the edges */
    width: 100%;
    height: 100%; /* Changed: Matches section height */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* THIS IS THE MAGIC LINE */
    z-index: 0;
}
.sfz-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(8, 8, 8) 0%, rgba(15, 61, 15, 0) 40%, rgba(15, 61, 15, 0) 100%);
    z-index: 1;
}
.sfz-vdo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(24 68 43 / 92%) 0%, rgb(15 61 15 / 32%) 40%, rgb(15 61 15 / 58%) 100%);
    z-index: 1;
}

.sfz-vdo-container {
    position: relative;
    z-index: 2;
}
.sfz-vdo-content{
    padding: 70px 0;
}
.sfz-vdo-subtitle {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #ffffff;
    margin-bottom: 1.2rem;
    letter-spacing: 3px;
}

.sfz-vdo-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 3.5rem;
}

/* Play Button */
.sfz-vdo-play-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    /* margin: 0 auto; */
    margin-left: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.sfz-vdo-play-btn:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.sfz-vdo-play-icon {
    font-size: 2.8rem;
    color: #000000;
    position: relative;
    z-index: 4;
    margin-left: 5px; /* Centers the play triangle perfectly */
}

.sfz-vdo-pulse {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    z-index: 3;
    animation: sfzVdoPulseAnim 2s infinite;
}

@keyframes sfzVdoPulseAnim {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(1.7); opacity: 0; }
}

/* Modal specific tweaks */
.sfz-video-modal .btn-close {
    opacity: 0.8;
    margin-bottom: 10px;
}
.sfz-video-modal .btn-close:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .sfz-vdo-section {  min-height: 400px; }
    .sfz-vdo-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
    .sfz-vdo-title { font-size: 28px; margin-bottom: 2.5rem; }
}

@media (max-width: 575px) {
    .sfz-vdo-section { min-height: 300px; }
    .sfz-vdo-title { font-size: 28px; }
    .sfz-vdo-play-btn { width: 70px; height: 70px; }
    .sfz-vdo-play-icon { font-size: 2.2rem; }
}

/* =========================================
   SPECIAL PACKAGES SECTION
   ========================================= */
.sfz-packages-section {
    padding: 70px 0;
    background-color: #ffffff;
}

/* Header Typography */
.sfz-packages-subtitle {
    display: block;
    font-size: 2rem;
    font-family: var(--style-font);
    font-weight: 600;
    color: #444444;
    letter-spacing: 3px;
    margin-bottom: 0.8rem;
}

.sfz-packages-title {
    font-size: 3rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.15;
    letter-spacing: -1px;
}

/* Card Design */
.sfz-package-card {
     background-color: #f2fff2; /* Very light gray card background */
    padding: 18px; /* The gap between the image/text and the outer edge */
    border-radius: 6px;
    height: 100%; /* Ensures all cards in the row are the same height */
    display: flex;
    flex-direction: column;
        border: 1px solid #77967757;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sfz-package-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Image */
.sfz-package-img {
    width: 100%;
    aspect-ratio: 4/3; /* Keeps images consistently sized */
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

/* Content Area */
.sfz-package-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Pushes the button to the bottom */
}

.sfz-package-name {
    font-size: 1.35rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0.6rem;
}

.sfz-package-desc {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Meta Data (Days / Location) */
.sfz-package-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.sfz-package-meta li {
    font-size: 0.85rem;
    color: #444444;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sfz-package-meta li i {
    font-size: 0.9rem;
    color: #666666;
    margin-top: 2px; /* Aligns icon with multi-line text */
}

/* Pricing */
.sfz-package-price {
    margin-top: auto; /* Always pushes price and button to bottom of card */
    margin-bottom: 1.2rem;
}

.sfz-package-price strong {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111111;
}

.sfz-package-price span {
    font-size: 0.85rem;
    color: #666666;
}

/* Outline Button */
.sfz-package-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border: 1px solid #333333;
    border-radius: 4px;
    background-color: #0f3d0f;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sfz-package-btn i {
    font-size: 0.8rem;
}

.sfz-package-btn:hover {
    background-color: #111111;
    color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sfz-packages-title {
        font-size: 28px;
    }
    .sfz-packages-section {
        padding: 70px 0;
    }
    .sfz-packages-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #444444;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
}

/* =========================================
   WHY CHOOSE US SECTION (Light Theme)
   ========================================= */
.sfz-why-section {
    padding: 70px 0;
    background-color: #f2fff2; /* Light background */
}

/* Header Typography */
.sfz-why-subtitle {
    display: block;
    font-size: 2rem;
    font-family: var(--style-font);
    font-weight: 600;
    color: #444444;
    margin-bottom: 0.8rem;
}

.sfz-why-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.15;
    letter-spacing: -1px;
}

/* Feature Cards */
.sfz-feature-card {
    background-color: #0f3d0f8a; /* Very light gray card background */
    border: 1px solid #0f3d0f;
    padding: 35px 30px;
    border-radius: 8px;
    height: 100%; /* Allows cards to stretch and fill the flex column */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sfz-feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Icons */
.sfz-feature-icon {
    font-size: 2.2rem;
    color: #0f3d0f; /* Dark icon */
    background-color: #fff;
    margin-bottom: 1.2rem;
    width:50px;
    height:50px;
    display:flex;     
    justify-content:center;
    align-items:center;
    border-radius: 50%;
}

/* Text inside cards */
.sfz-feature-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
}

.sfz-feature-desc {
    font-size: 0.95rem;
    color: #e1e1e1;
    line-height: 1.6;
    margin: 0;
}

/* Center Image */
.sfz-why-img-wrapper {
    height: 100%; /* Stretches to match the height of the two stacked cards */
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.sfz-why-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the tall column perfectly */
    transition: transform 0.5s ease;
}

.sfz-why-img-wrapper:hover .sfz-why-img {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sfz-why-title {
        font-size: 28px;
    }
    .sfz-feature-card {
        padding: 25px 20px;
    }
    .sfz-why-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #444444;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 575px) {
    .sfz-why-section {
        padding: 70px 0;
    }
    .sfz-why-title {
        font-size: 28px;
    }
}

/* =========================================
   TRAVELER REVIEWS SECTION
   ========================================= */
.sfz-reviews-section {
    position: relative;
    padding: 70px 0;
    background-color: #222;
    overflow: hidden;
}

/* Background Image and Overlay */
/* Background Image - FIXED EFFECT */
.sfz-reviews-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* THE MAGIC LINE: Makes image stay put while scrolling */
    z-index: 0;
}

.sfz-reviews-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}
.sfz-reviews-container {
    position: relative;
    z-index: 2;
}

/* Header Text */
.sfz-reviews-subtitle {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--style-font);
    margin-bottom: 0.8rem;
    color: #ffffff;
}

.sfz-reviews-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

/* Main White Card */
.sfz-reviews-card {
    background-color: #ffffff;
    
    border-radius: 4px;
    margin-bottom: 20px;
}

.sfz-reviews-card.inner .sfz-review-item{
    border: 1px solid #0f3d0f21;
    background-color: #f2fff2;
    border-radius: 12px;

}

/* Individual Review Item */
.sfz-review-item {
    display: flex;
    flex-direction: column;
    height: 100%;
   padding: 40px;
    border-right: 1px solid #e0e0e0; /* The dividing line between columns */
}

/* Remove right border from every 3rd item to keep it clean */
.swiper-slide:nth-child(3n) .sfz-review-item {
    /* border-right: none !important; */
}

.sfz-review-stars {
    color: #f19d2f;
    font-size: 1.1rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.sfz-review-text {
    font-size: 1.05rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1; /* Pushes author info to the bottom evenly */
}

/* Author Info */
.sfz-review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sfz-review-author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.sfz-review-author-info h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111111;
    margin: 0 0 2px 0;
}

.sfz-review-author-info span {
    font-size: 0.8rem;
    color: #666666;
}

/* Navigation Buttons */
.sfz-reviews-nav {
    display: flex;
    gap: 20px;
}

.sfz-review-btn {
    flex: 1; /* Makes both buttons take exactly 50% width minus the gap */
    background-color: #ffffff;
    color: #111111;
    border: none;
    border-radius: 4px;
    padding: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sfz-review-btn:hover {
    background-color: #f0f0f0;
}

.sfz-review-btn i {
    font-size: 0.9rem;
    font-weight: bold;
}

/* Disabled button state */
.sfz-review-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sfz-reviews-title { font-size: 28px; }
    .sfz-reviews-card { padding: 30px 20px; }
    /* Remove borders on smaller screens to prevent messiness */
    .sfz-review-item { border-right: none; padding: 10px; }
    .sfz-reviews-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 575px) {
    .sfz-reviews-title { font-size: 28px; }
    .sfz-reviews-nav { flex-direction: column; gap: 10px; } /* Stack buttons on mobile */
    .sfz-review-btn { width: 100%; }
}

/* =========================================
   CTA SECTION
   ========================================= */
.sfz-cta-section {
    padding: 70px 0;
    background-color: #fff;
}

.sfz-cta-wrapper {
    background-color: #f2fff2; /* Dark background for the CTA box to make it stand out */
    border-radius: 12px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

/* Text Styling */
.sfz-cta-subtitle {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2rem;
    font-family: var(--style-font);
    font-weight:600;
    display: block;
    margin-bottom: 1rem;
}

.sfz-cta-title {
    color: #111111;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.sfz-cta-text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
    max-width: 500px;
    margin-bottom: 2.5rem;
}

/* Button Styling */
.sfz-cta-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sfz-btn-primary {
    background-color: #0f3d0f;
    color: #fff;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sfz-btn-primary:hover {
    background-color: #111111;
    transform: translateY(-2px);
}

.sfz-btn-secondary {
    border: 1px solid #0f3d0f;
    color: #0f3d0f;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sfz-btn-secondary:hover {
    background-color:#111111;
    border-color: #111111;
    color: #fff;
}

/* Image Styling */
.sfz-cta-image {
    position: relative;
    height: 350px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transform: rotate(3deg); /* Slight tilt for a unique look */
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.sfz-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .sfz-cta-wrapper {
        padding: 20px;
        text-align: center;
    }
    .sfz-cta-text {
        margin-left: auto;
        margin-right: auto;
    }
    .sfz-cta-btns {
        justify-content: center;
    }
    .sfz-cta-title {
        font-size: 28px;
    }
    .sfz-cta-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #444444;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
}

/* =========================================
   TRAVEL STATISTICS SECTION
   ========================================= */
.sfz-stats-section {
    padding: 70px 0 ;
}

.sfz-stat-orbit-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The Outer Thin Blue Border (Orbit Path) */
.sfz-orbit-outer {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #f2fff2; /* Light blue border from image */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

/* The Moving Dot */
.sfz-orbit-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f2fff2; /* Darker blue dot */
    border-radius: 50%;
    /* Positioned on the border line */
    top: -4px; 
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 4px 104px; /* Rotates around the center of the 200px circle */
}

/* Inner Filled Circle */
.sfz-orbit-inner {
    width: 170px;
    height: 170px;
    background-color: #f2fff2; /* Very light blue fill */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

/* Typography */
.sfz-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111111;
    margin: 0;
    line-height: 1;
}

.sfz-stat-label {
    font-size: 0.95rem;
    color: #333333;
    margin: 5px 0 0 0;
    font-weight: 500;
}

/* ORBIT ANIMATION ON HOVER */
.sfz-stat-orbit-box:hover .sfz-orbit-dot {
    animation: sfzOrbitRotate 3s linear infinite;
}

@keyframes sfzOrbitRotate {
    from {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

/* Responsive Scaling for smaller screens */
@media (max-width: 1199px) {
    .sfz-orbit-outer { width: 170px!important; height: 170px!important; }
    .sfz-orbit-inner { width: 145px!important; height: 145px!important; }
    .sfz-stat-number { font-size: 2rem; }
    .sfz-orbit-dot { transform-origin: 4px 89px !important; }
}

@media (max-width: 575px) {
    .sfz-orbit-outer { width: 140px!important; height: 140px!important; }
    .sfz-orbit-inner { width: 120px!important; height: 120px!important; }
    .sfz-stat-number { font-size: 1.5rem; }
    .sfz-stat-label { font-size: 0.8rem; }
    .sfz-orbit-dot { transform-origin: 4px 74px !important; }
}

/* =========================================
   ASYMMETRICAL LAYOUT RULES
   ========================================= */

/* On desktop, create the staggered effect */
@media (min-width: 768px) {
    .sfz-stats-section {
        padding: 70px 0px; /* Increase padding to account for offsets */
    }

    /* Move 1st and 3rd down */
    .sfz-stat-col-down {
        transform: translateY(60px);
    }

    /* Move 2nd and 4th up (or keep at 0) */
    .sfz-stat-col-up {
        transform: translateY(-20px);
    }
}

/* Optional: Connect the circles with a subtle overlap or specific spacing */
.sfz-stat-orbit-box {
    padding: 10px;
}

/* Ensure the animation and previous styles remain the same */
.sfz-orbit-outer {
    position: relative;
    width: 220px; /* Slightly larger to match the image scale */
    height: 220px;
    border: 1px solid #f2fff2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sfz-orbit-dot {
    /* Updated origin for the new 220px size */
    transform-origin: 4px 114px; 
}

/* Adjust responsive for mobile (remove stagger on very small screens if needed) */
@media (max-width: 767px) {
    .sfz-stat-col-down, .sfz-stat-col-up {
        transform: translateY(0);
        margin-bottom: 20px;
    }
}

/* =========================================
   TRAVEL SERVICES SECTION
   ========================================= */
.sfz-services-section {
    padding: 100px 0;
    background-color: #ffffff;
}

/* Header Text */
.sfz-services-subtitle {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 1rem;
}

.sfz-services-main-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.1;
    margin-bottom: 3rem;
    letter-spacing: -1px;
}

/* Image Wrapper */
.sfz-services-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1; /* Keep it square like the image_48ceb1.jpg */
    border-radius: 4px;
    overflow: hidden;
    background-color: #f0f0f0;
}

#sfz-dynamic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out; /* Fade effect on swap */
}

/* List Styling */
.sfz-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sfz-service-item {
    font-size: 1.8rem;
    font-weight: 700;
    color: #b0b0b0; /* Light gray for inactive state */
    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    transition: color 0.3s ease;
}

.sfz-service-item:last-child {
    border-bottom: none;
}

/* Active/Hover State */
.sfz-service-item:hover, 
.sfz-service-item.active {
    color: #111111; /* Dark text on hover/active */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sfz-services-main-title { font-size: 32px; }
    .sfz-service-item { font-size: 1.4rem; padding: 15px 0; }
}

/* =========================================
   REDESIGNED FOOTER STYLING
   ========================================= */
.sfz-main-footer {
    position: relative;
    padding: 70px 0 0px 0;
    color: #ffffff;
    background-color: #111; /* Fallback */
}

.sfz-footer-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.sfz-footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000048, #000 97%);
    z-index: 1;
}

.sfz-footer-container { position: relative; z-index: 2; }

/* Contact with Icons */
.sfz-contact-link {
    display: flex;
    align-items: start;
    gap: 12px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 1rem;
    transition: color 0.3s;
}

.sfz-contact-link i {
    color: #ffffff;
    font-size: 1.1rem;
}
.sfz-footer-links{
    padding: 0;
}
.sfz-footer-links li a{ 
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 1rem;
}
.sfz-footer-links li{
    list-style: none;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 1rem;
}

.sfz-contact-link:hover { color: #ffffff; }

/* Social Media Icons */
.sfz-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.sfz-social-item {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
}

.sfz-social-item:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-5px);
}

.sfz-footer-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* Maintain consistency with the rest of your headings */
.sfz-footer-heading {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer Bottom */
.sfz-footer-bottom {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.sfz-copyright{
    font-size: 14px;
}
.sfz-copyright a{
    color: #fff;
}

/* Base Styles */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #0f3d0f; /* Teal/Nepal Trekking Theme */
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    
    /* Smooth visibility transition */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Hover effect for Desktop */
#scrollToTop:hover {
    background-color: #0f3d0f8a;
    transform: translateY(-5px);
}

/* Show class handled by JS */
#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}

/* RESPONSIVE BREAKPOINTS */

/* For Tablets and Mobile */
@media (max-width: 768px) {
    #scrollToTop {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* For Very Small Screens */
@media (max-width: 480px) {
    #scrollToTop {
        bottom: 15px;
        right: 15px;
        opacity: 0.8; /* Slightly transparent so content behind is visible */
    }
}

/* =========================================
   TRAVEL STORIES SECTION
   ========================================= */
.sfz-blog-section {
    padding: 70px 0;
    background-color: #f2fff2;
}

/* Titles */
.sfz-blog-subtitle {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #444444;
    margin-bottom: 1.2rem;
    letter-spacing: 3px;
}

.sfz-blog-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* Meta Info (Time & Date) */
.sfz-blog-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sfz-meta-divider {
    font-size: 1.2rem;
    line-height: 0;
}

/* Featured Post Styling */
.sfz-blog-img-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.sfz-blog-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.sfz-blog-featured:hover img {
    transform: scale(1.03);
}

.sfz-featured-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.3;
}
.sfz-featured-title.inner {
    font-size: 1.3rem;
}
/* Main Button */
.sfz-blog-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #333333;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.3s;
}

.sfz-blog-btn-main:hover {
    background-color: #000000;
    color: #fff;
}

/* Secondary List Styling */
.sfz-blog-list-item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.sfz-blog-list-item:last-child {
    border-bottom: none;
}

.sfz-list-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 90%;
}

/* Icon Button (Square with Arrow) */
.sfz-blog-icon-btn {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

.sfz-blog-icon-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sfz-blog-main-title { font-size: 28px; }
     .sfz-blog-subtitle {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--style-font);
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
}
    .sfz-featured-title { font-size: 1.5rem; }
    .sfz-featured-title.inner { font-size: 1rem; }
    .sfz-list-title { font-size: 1.2rem; }
}

@media (max-width: 575px) {
    .sfz-blog-main-title { font-size: 28px; }
}

/* 1. The White Header Area */
.dest-header-top {
    background-color: #ffffff;
    padding: 170px 0 70px 0; /* Spacing above and below the text */
    text-align: center;
}

.dest-main-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 60px; /* Large scale to match screenshot */
    color: #333333;
    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0;
}

/* 2. The Fixed Image Area */
.dest-fixed-bg-container {
    height: 600px; /* Adjust height as needed */
    width: 100%;
    
    /* Background Properties */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* This makes the image "stuck" while the page moves */
    background-attachment: fixed;
}

/* 3. Responsiveness */
@media (max-width: 1200px) {
    .dest-main-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .dest-main-title {
        font-size: 30px;
    }
    .dest-fixed-bg-container {
        height: 400px;
        /* Fixed BG often disabled on mobile for performance, 
           but keep it if you want the exact effect */
        background-attachment: fixed; 
    }
}

.blog-meta.center
 {
    justify-content: center;
    margin-top:20px;
    margin-bottom: 0;
}

.blog-meta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 1rem;
    color: #444;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.meta-dots {
    background-color: #444;
    border-radius: 100px;
    width: 8px;
    height: 8px;
}
.blog-rich-text ul {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 25px;
    padding-left: 24px;
    display: flex;
}
.w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.blog-rich-text blockquote {
    background-color: #f2fff2;
    font-size:1.3rem;
    line-height:1.5rem;
    font-weight:500;
    border-radius: 5px;
    margin-bottom: 45px;
    padding: 24px;
}

blockquote {
    border-left: 5px solid #0f3d0f;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

/* Container Card */
.rp-widget-card {
    max-width: 400px;
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

/* Header & Accent Dot */
.rp-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.rp-widget-title {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #004d66;
    margin: 0;
}

.rp-widget-dot {
    width: 12px;
    height: 12px;
    background-color: #26a9c9;
    border-radius: 50%;
}

/* Double Underline Effect */
.rp-widget-underline {
    height: 2px;
    width: 100%;
    background-color: #e0e6ed;
    position: relative;
    margin-bottom: 30px;
}

.rp-widget-underline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px; /* Short turquoise line */
    background-color: #26a9c9;
}

/* List Item Layout */
.rp-widget-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.rp-widget-item:last-child {
    margin-bottom: 0;
}

/* Image Styling */
.rp-widget-img-wrapper {
    flex-shrink: 0;
}

.rp-widget-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

/* Content Styling */
.rp-widget-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rp-widget-link {
    font-size: 16px;
    font-weight: 600;
    color: #004d66;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s;
}

.rp-widget-link:hover {
    color: #26a9c9;
}

.rp-widget-date {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rp-widget-date i {
    color: #555;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 576px) {
    .rp-widget-card {
        padding: 15px;
    }
    .rp-widget-title {
        font-size: 20px;
    }
}


.xyz-contact-section{
    padding: 70px 0;
}
/* --- Left Column Info Cards --- */
.xyz-info-card {
    background-color: #f2fff2;
    border-radius: 4px;
    border: none;
    transition: transform 0.2s ease-in-out;
}

.xyz-icon-wrapper i {
    font-size: 2rem;
    color: #0f3d0f;
}

.xyz-card-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.xyz-card-value {
    font-size: 1.2rem;
    font-weight: 500;
    color: #212529;
    word-break: break-word;
}

.xyz-office-card {
    min-height: 380px;
}

.xyz-office-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px !important;
}

/* --- Right Column Dark Contact Form Container --- */
.xyz-form-container {
    background-color: #ffffff;
    border-radius: 6px;
}

.xyz-form-label {
    font-size: 0.95rem;
    font-weight: 600;
}

/* Inputs styling */
.xyz-input {
    background-color: #fff !important;
    border: 1px solid #0000003f !important;
    border-radius: 4px !important;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
}

.xyz-input::placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}
/* Targets the select field when it's acting as a placeholder */
select.xyz-input.xyz-select-placeholder {
    color: #a0a0a0 !important;
}

/* Ensure the dropdown options themselves remain cleanly readable when clicked */
.xyz-input option {
    background-color: #fff;
    color: #383838;
}

/* Fixes cross-browser styling rules for disabled options inside the list */
.xyz-input option:disabled {
    color: #a0a0a0;
}
.xyz-input:focus {
    outline: none !important;
    border-color: #666666 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1) !important;
}
.form-select

/* Custom Textarea Adjustments */
.xyz-textarea {
    resize: none;
}

/* Custom Dropdown Arrow styling override */
.form-select.xyz-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    color:#919191
}

/* Submit Button Layout Styling */
.xyz-submit-btn {
    background-color: #0f3d0f !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.xyz-submit-btn:hover {
    background-color: #000 !important;
    transform: translateY(-2px);
}

.xyz-submit-btn i {
    font-size: 0.8rem;
}

/* --- Persistent Chat Widgets (WhatsApp & Messenger Integration) --- */
.xyz-chat-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.xyz-chat-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.xyz-chat-btn:hover {
    transform: scale(1.1);
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}

.xyz-whatsapp-btn {
    background-color: #25D366;
}

.xyz-messenger-btn {
    background-color: #0084FF;
}

/* --- Layout Responsiveness Tweak --- */
@media (max-width: 767.98px) {
    .xyz-card-value {
        font-size: 1.25rem;
    }
    .xyz-office-card {
        min-height: auto;
    }
}


/* --- Left Column Layout Rules --- */
.trv-section-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111111;
}

.trv-day-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222222;
    margin-top: 1.5rem;
}

.trv-body-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.trv-highlight-label {
    color: #111111;
    font-weight: 700;
}

/* Bullet list config for content blocks */
.trv-bullet-list {
    list-style-type: none;
}

.trv-bullet-list li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4a4a4a;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
}

.trv-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 1.2rem;
    top: -2px;
}

/* Image Grid System Styling */
.trv-gallery-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
}

/* --- Sticky Right Sidebar Element Rules --- */
.trv-sticky-sidebar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem; /* Buffer distance from top window edge during layout scrolling */
    z-index: 100;
}

.trv-package-card {
    background-color: #f2fff2;
    border-radius: 4px;
    border: none;
}

.trv-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111111;
}

.trv-card-subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555555;
}

/* Special customized bullet layout rules inside package block */
.trv-card-list {
    list-style: none;
}

.trv-card-list li {
    font-size: 0.9rem;
    font-weight: 500;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.75rem;
}

.trv-bullet-icon {
    font-size: 0.45rem;
    color: #2b2b2b;
    transform: translateY(0.5px);
}

/* Dark action call button layout structure */
.trv-book-btn {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    border: none;
    transition: opacity 0.2s ease-in-out;
}

.trv-book-btn:hover {
    opacity: 0.9;
}

.trv-book-btn i {
    font-size: 0.75rem;
}

/* --- Responsive Viewport Adjustments --- */
@media (max-width: 991.98px) {
    .trv-sticky-sidebar-wrapper {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
    
    .trv-gallery-img {
        height: 150px;
    }
}

@media (max-width: 575.98px) {
    .trv-section-heading {
        font-size: 1.5rem;
    }
    .trv-day-heading {
        font-size: 1.3rem;
    }
    .trv-gallery-img {
        height: 120px;
    }
}

/* Metadata Row Alignment Formatting */
.dest-meta-info {
    color: #2b2b2b;
}

.trv-meta-icon {
    font-size: 1.1rem;
    color: #2b2b2b;
}

.trv-meta-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333333;
}

/* Pricing Layout Configuration */
.trv-meta-price {
    font-size: 1.75rem;
    color: #111111;
    line-height: 1;
}

.trv-meta-price-label {
    font-size: 0.85rem;
    color: #555555;
    font-weight: 500;
}

/* Desktop spacing refinement */
@media (min-width: 768px) {
    .dest-meta-info {
        gap: 2.5rem !important; /* Forces wider separation on clean desktop screens */
    }
}
/* --- Content Accent Elements --- */
.tbe-badge {
    background-color: #e2e8f0;
    color: #4a5568;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    display: inline-block;
}

.tbe-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
}

/* --- Dedicated Step Input Cards --- */
.tbe-step-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}

.tbe-card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tbe-step-num {
    background-color: #0f3d0f;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tbe-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.tbe-card-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.tbe-card-body {
    padding: 1.75rem;
}

/* --- Custom Control Inputs --- */
.tbe-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.tbe-input, .tbe-select {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #1e293b;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.tbe-input:focus, .tbe-select:focus {
    border-color: #0f172a;
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.08);
    outline: none;
}

/* Visual Hotel/Luxury Package Selection Cards */
.tbe-tier-card {
    border: 2px solid #e2e8f0 !important;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem !important;
    text-align: left !important;
    width: 100%;
    transition: all 0.2s ease;
}

.btn-check:checked + .tbe-tier-card {
    border-color: #0f3d0f   !important;
    background-color: #f8fafc;
}

.tbe-addon {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #64748b;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* --- Sticky Checkout Sidebar --- */
.tbe-summary-sidebar {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
    top: 2rem; /* Buffer from screen top margin when sticky */
}

.tbe-sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.tbe-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

.tbe-price-breakdown-box {
    background-color: #f1f5f9;
    border-radius: 8px;
}

/* --- Main Button Action --- */
.tbe-primary-btn {
   background-color: #0f3d0f !important;
    color: #ffffff !important;
    font-weight: 600;
    /* margin: 0 auto; */
    padding: 10px 20px;
    width: max-content;
    border: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.tbe-primary-btn:hover {
    background-color: #1e293b !important;
    transform: translateY(-1px);
}

/* --- Media Responsiveness Refinement --- */
@media (max-width: 991.98px) {
    .tbe-summary-sidebar {
        position: static !important;
        margin-top: 1.5rem;
    }
}
/* Styling additions for the image_70c551 configuration layout pills */
.pill-addon-btn {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1 !important;
    color: #475569 !important;
    border-radius: 50px !important;
    padding: 0.5rem 1.2rem !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease-in-out;
}
.pill-addon-btn:hover {
    background-color: #e2e8f0;
}
.btn-check:checked + .pill-addon-btn {
    background-color: #0f3d0f !important;
    border-color: #0f3d0f !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.youtube-facade {
  position: relative;
  max-width: 100%;
  height: 500px;
  background-color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.facade-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* A simple CSS play button overlay */
.play-btn {
  position: relative;
  width: 68px;
  height: 48px;
  background-color: rgba(33, 33, 33, 0.8);
  border-radius: 14%;
  transition: background-color 0.2s ease;
  z-index: 2;
}

.youtube-facade:hover .play-btn {
  background-color: #ff0000;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 26px;
  border-style: solid;
  border-width: 8px 0 8px 18px;
  border-color: transparent transparent transparent #fff;
}