.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================================
   JUST NEPAL PREMIUM HEADER
   Fixed Header on All Pages
========================================================== */

/* Header Base */

#site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition:
        background .4s ease,
        backdrop-filter .4s ease,
        box-shadow .4s ease,
        border .4s ease;
}

/* Content Width */

#site-header .navbar-template-outer,
#site-header .e-con-inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* ===========================
   HOME PAGE (DESKTOP)
=========================== */

.home #site-header {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.home #site-header.header-scrolled {
    background: #fff !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.home #site-header.header-scrolled .main-menu>li>a,
.home #site-header.header-scrolled .header-social-list a,
.home #site-header.header-scrolled .search-icon-svg,
.home #site-header.header-scrolled .header-search-form input {
    color: #222 !important;
}

.home #site-header.header-scrolled .elementor-button {
    background: #DC1E3D !important;
    color: #fff !important;
}

/* ===========================
   OTHER PAGES (DESKTOP)
=========================== */

body:not(.home) #site-header {
    background: #fff !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

body:not(.home) #site-header .main-menu>li>a,
body:not(.home) #site-header .header-social-list a,
body:not(.home) #site-header .search-icon-svg,
body:not(.home) #site-header .header-search-form input {
    color: #222 !important;
}

body:not(.home) #site-header .elementor-button {
    background: #DC1E3D !important;
    color: #fff !important;
}

/* Logo Styling */

#site-header .the-logo {
    overflow: visible !important;
    line-height: 0 !important;
}

#site-header .the-logo img {
    transition: .35s;
    max-height: 65px;
    width: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

#site-header.header-scrolled .the-logo img,
body:not(.home) #site-header .the-logo img {
    max-height: 55px;
}

/* Hover States */

.main-menu>li>a {
    transition: .3s;
}

.main-menu>li>a:hover {
    color: #DC1E3D !important;
}

/* Global Header Transitions */

#site-header * {
    transition: .35s ease;
}

/* ===========================
   PAGE SPACING
=========================== */

/* Plain content pages get clearance under the fixed header */
body:not(.home) main {
    padding-top: var(--header-h, 90px);
}

/* Pages with custom hero sections opt-out of top padding */
body.has-custom-hero main {
    padding-top: 0 !important;
}

/* ===========================
   RESPONSIVE (MOBILE & TABLET)
=========================== */

@media (max-width: 1024px) {

    /* --- NON-HOME PAGES: Always Solid --- */
    body:not(.home) #site-header,
    body:not(.home) #site-header .navbar-template-outer,
    body:not(.home) #site-header .e-con,
    body:not(.home) #site-header .e-con-inner {
        background: rgba(255, 255, 255, .96) !important;
        backdrop-filter: blur(18px) !important;
        -webkit-backdrop-filter: blur(18px) !important;
    }

    /* Container Spacing Adjustments */
    #site-header .navbar-template-outer,
    #site-header .e-con-inner {
        max-width: 100%;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    body:not(.home) main {
        padding-top: var(--header-h, 80px);
    }

    body.has-custom-hero main {
        padding-top: 0 !important;
    }

    /* Column Reordering */
    .hero-image-column {
        order: 1 !important;
    }

    .hero-content-column {
        order: 2 !important;
    }
}

@media (max-width: 767px) {

    #site-header .navbar-template-outer,
    #site-header .e-con-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    body:not(.home) main {
        padding-top: var(--header-h, 75px);
    }

    body.has-custom-hero main {
        padding-top: 0 !important;
    }
}

html,
body {
    overflow-x: hidden;
}
/* ==========================================================
   DESTINATIONS / TRAVEL BENTO GRID
========================================================== */

.dest-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    grid-auto-rows: 240px;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.dest-card {
    position: relative;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.dest-card:hover {
    transform: scale(1.015);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.dest-card--large {
    grid-row: span 1;
    min-height: 320px;
}

.dest-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.dest-card__tag {
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dest-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 700;
    margin: 6px 0;
    line-height: 1.15;
}

.dest-card:not(.dest-card--large) .dest-card__title {
    font-size: 22px;
}

.dest-card__desc {
    font-size: 14px;
    color: #e5e5e5;
    max-width: 90%;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-card__location {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .dest-grid {
        grid-template-columns: 1fr;
    }

    .dest-card--large,
    .dest-card {
        min-height: 220px;
    }
}

/* ==========================================================
   DESTINATIONS SECTION HEADER
========================================================== */

.dest-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 5px auto;
    padding: 0 16px;
    gap: 20px;
}

.dest-section-header__eyebrow {
    display: block;
    color: #b91c3c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.dest-section-header__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 800;
    font-size: 42px;
    color: #1a1a2e;
    line-height: 1.1;
}

.dest-section-header__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    padding: 12px 22px;
    border: 1.5px solid #1a1a2e;
    border-radius: 999px;
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.dest-section-header__button:hover {
    background: #1a1a2e;
    color: #fff;
}

.dest-section-header__button svg {
    transition: transform 0.25s ease;
}

.dest-section-header__button:hover svg {
    transform: translateX(3px);
}

@media (max-width: 900px) {
    .dest-section-header__title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .dest-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 12px;
    }

    .dest-section-header__title {
        font-size: 26px;
    }

    .dest-section-header__button {
        align-self: flex-start;
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* ==========================================================
   CUSTOM SCROLLBAR & ANIMATIONS
========================================================== */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #c62839;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #c62839 #f2f2f2;
}

/* Hover Zoom Utility */
.hover-zoom-img {
    overflow: hidden;
    border-radius: 6px;
}

.hover-zoom-img img {
    transition: transform 0.4s ease;
    border-radius: 6px;
}

.hover-zoom-img:hover img {
    transform: scale(1.06);
}

/* ==========================================================
   MOBILE HEADER TRANSPARENCY & WHITE HAMBURGER ICON FIX
========================================================== */
@media (max-width: 1024px) {

    /* 1. Remove background from all header container layers on Home */
    .home #site-header,
    .home #site-header div,
    .home #site-header header,
    .home #site-header nav,
    .home #site-header .mobile-toggle-wrap,
    .home #site-header .navbar-template-outer {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

    /* 2. Transparent Trigger Wrapper */
    #site-header .mobile-toggle-wrap,
    #site-header .mobile-menu-trigger,
    #site-header .burger-icon {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* 3. Hamburger layout container */
    #site-header .burger-icon {
        width: 24px !important;
        height: 18px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    /* 4. DEFAULT (TRANSPARENT HEADER): White Hamburger Lines */
    .home #site-header .burger-icon span {
        display: block !important;
        width: 100% !important;
        height: 2.5px !important;
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-radius: 2px !important;
        margin: 0 !important;
    }

    /* 5. OTHER PAGES: Dark Hamburger Lines */
    body:not(.home) #site-header .burger-icon span {
        display: block !important;
        width: 100% !important;
        height: 2.5px !important;
        background: #1a1a2e !important;
        background-color: #1a1a2e !important;
        border-radius: 2px !important;
        margin: 0 !important;
    }

    /* 6. ON SCROLL (WHITE HEADER): Switch Hamburger Lines back to Dark */
    .home #site-header.header-scrolled .burger-icon span {
        background: #1a1a2e !important;
        background-color: #1a1a2e !important;
    }

    /* 7. Restore solid background on scroll */
    .home #site-header.header-scrolled,
    .home #site-header.header-scrolled div,
    .home #site-header.header-scrolled nav {
        background-color: initial;
    }

    .home #site-header.header-scrolled {
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(18px) !important;
        -webkit-backdrop-filter: blur(18px) !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .08) !important;
        border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
    }

    .home #site-header.header-scrolled .main-menu>li>a,
    .home #site-header.header-scrolled .header-social-list a,
    .home #site-header.header-scrolled .search-icon-svg,
    .home #site-header.header-scrolled .header-search-form input {
        color: #222 !important;
    }

    .home #site-header.header-scrolled .elementor-button {
        background: #DC1E3D !important;
        color: #fff !important;
    }
}/* End custom CSS */