/* =================================== */
/*  Basic Style
/* =================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@1,400&display=swap'); :root {
    --color-primary: #235191;
    --color-secondary: #103C5D;
    --color-secondary-dark: #0a1a39;
    --color-white: #ffffff;
    --primary-color: #123947;
    --secondary-color: #2C3E50;
    --accent-color: #3498DB;
    --text-color: #2C3E50;
    --light-bg: #F8FAFC;
    --white: #FFFFFF;
    --shadow: 0 15px 35px rgba(0,0,0,0.1);
    --gradient-primary: linear-gradient(135deg, #123947 0%, #123947 100%);
    --gradient-secondary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --primary-color: #ea6539;
    --primary-dark: #d44e23;
    --primary-light: #ff8561;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --white: #ffffff;
    --primary-color: #ea6539;
    --primary-dark: #d44e23;
    --primary-light: #ff8561;
    --text-dark: #2c3e50;
    --text-light: #1a1a1a;
    --white: #ffffff;
    --star-color: #ffc107 --sky: #0ea5e9;
    --sky-dark: #0369a1;
    --sky-light: #e0f2fe;
    --sky-pale: #f0f9ff;
    --green: #16a34a;
    --green-dark: #14532d;
    --green-light: #dcfce7;
    --green-pale: #f0fdf4;
    --gold: #d4a853;
    --ink: #0f172a;
    --ink-mid: #334155;
    --ink-soft: #64748b;
    --ink-faint: #94a3b8;
    --white: #ffffff;
    --surface: #f8fafc;
    --border: rgba(14,165,233,.12);
    --r-sm: 6px;
    --r-md: 12px;
    --r-lg: 20px;
    --r-xl: 32px;
    --r-pill: 9999px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    --shadow-md: 0 4px 16px rgba(14,165,233,.10), 0 1px 4px rgba(0,0,0,.06);
    --shadow-lg: 0 20px 60px rgba(14,165,233,.14), 0 4px 16px rgba(0,0,0,.08);
    --header-bg: #ffffff;
    --header-text: #1b2a4a;
    --header-link: #1b2a4a;
    --header-link-hover: #c8371b;
    --header-border: #e8e8e8;
    --header-util-color: #333333;
    --header-util-hover: #c8371b;
    --color-accent: #E8A33D;
    --color-bg-soft: #F4F7FB;
    --color-border: #E2E8F0;
    --color-text: #2A3342;
    --color-text-muted: #6B7785;
    --radius: 10px;
    --tv-primary: #000000;
	--tv-white: #ffffff;
	--tv-border: #ECECEC;
	--tv-heading: #222222;
	--tv-text: #777777;
	--tv-shadow: 0 20px 60px rgba(0, 0, 0, .08);
	--ti-accent: #5b93b0;
    --ti-accent-dark: #3d7692;
    --ti-ink: #1f2b37;
    --ti-line: #e3ebf1;
    --ti-soft: #eef5f9;
      --hs-ink: 15, 23, 42;
    --hs-sky: 3, 105, 161;
    --hs-sky-bright: 14, 165, 233;
    --hs-teal: 20, 116, 164;
    --hs-gold: 212, 168, 83;
    --hs-orange: 234, 101, 57;

    --hs-o-ghost: .022;
    --hs-o-soft: .035;
    --hs-o-mid: .05;
    --hs-o-max: .06;

    --hs-mx: 0;
    --hs-my: 0;

    --hs-sy: 0;
    
  --g-orange:#235191;
  --g-orange-dk:#cf6f28;
  --g-orange-soft:#103C5D;
  --g-ink:#22303a;
  --g-body:#6b787f;
  --g-line:#e9edef;
  --g-cream:#faf7f4;
  
    --color-navy-dark: #06152D;
  --color-navy-deep: #030a16;
  --color-royal-blue: #0D2B5C;
  --color-glacier-blue: #1E5AA8;
  --color-green-accent: #6BAA3A;
  --color-green-glow: rgba(107, 170, 58, 0.25);
  --color-text-muted: #a5b4c9;
  --color-text-light: #ffffff;
  --transition-smooth: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  --font-family-primary: 'Roboto', sans-serif;
}

::selection {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.text-site {
    color: var(--color-primary) !important;
}

body {
    color: #4d4c4c;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 94% !important;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    color: #525050;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant Garamond', Georgia, serif;
}

a {
    color: unset;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.site-header {
    background-color: var(--header-bg);
    border-bottom: unset;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 60px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Logo */
.header-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
    padding: 5px 0;
    z-index: 9999;
}

.primary-nav {
    display: flex;
    align-items: center;
}

.primary-nav__list {
    display: flex;
    align-items: start;
    gap: 0;
}

.primary-nav__item {
    /* position: relative; */
    /* Removed to allow mega menu to align to header-inner */
}

.primary-nav__link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 30px 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--header-link);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    cursor: pointer;
    transition: color var(--transition-fast);
}

.primary-nav__link i.fa-chevron-down {
    font-size: 9px;
    margin-left: 2px;
    transition: transform var(--transition-fast);
}

.primary-nav__link:hover {
    color: var(--header-link-hover);
}

.primary-nav__item:hover>.primary-nav__link i.fa-chevron-down {
    transform: rotate(180deg);
}

.primary-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: var(--header-bg);
    border: 1px solid var(--header-border);
    border-top: 3px solid var(--color-accent);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity var(--transition-base), transform var(--transition-base), visibility var(--transition-base);
    padding: 6px 0;
    z-index: 100;
}

@media (min-width: 992px) {
    .primary-nav__item:hover>.primary-nav__dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.primary-nav__dropdown-link {
    display: block;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--header-text);
    transition: background-color var(--transition-fast), color var(--transition-fast);
}

.primary-nav__dropdown-link:hover {
    background-color: var(--color-light-gray);
    color: var(--color-accent);
}

.primary-nav__mega-menu {
    position: absolute;
    top: 70px;
    right: 90px;
    width: 89%;
    margin: 0 auto;
    background-color: var(--header-bg);
    border-top: 1px solid var(--header-border);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
    z-index: 1000;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

@media (min-width: 992px) {
    .primary-nav__item:hover>.primary-nav__mega-menu {
        opacity: 1;
        visibility: visible;
        /* Removed translateY for cleaner alignment */
    }
}

.mega-menu__tab-wrapper {
    display: flex;
    min-height: 450px;
}

/* Sidebar Tabs */
.mega-menu__sidebar {
    width: 300px;
    /* Increased slightly */
    background-color: #f9fafb;
    border-right: 1px solid var(--header-border);
    padding: 20px 0;
}

.mega-menu__tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu__tab-item {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    cursor: pointer;
    transition: all var(--transition-fast);
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu__tab-item:hover {
    background-color: #f3f4f6;
    color: var(--color-accent);
}

.mega-menu__tab-item.active {
    color: var(--color-primary);
}

/* Content Area */
.mega-menu__content-area {
    flex: 1;
    padding: 40px;
    background-color: var(--color-white);
}

.mega-menu__tab-panel {
    display: none;
    animation: fadeIn 0.3s ease-out;
}

.mega-menu__tab-panel.active {
    display: block;
}

.mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 24px;
    /*height: 350px;*/
    /*overflow-y: scroll;*/
}

.mega-menu-style span {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .075rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mega-menu-style ul li {
    line-height: 2.2;
    font-size: 1rem;
}

.mega-menu__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    transition: transform var(--transition-base);
}

.mega-menu__card:hover {
    transform: translateY(-5px);
}

.mega-menu__card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.mega-menu__card span {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
    transition: color var(--transition-fast);
}

.mega-menu__card:hover span {
    color: var(--color-accent);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.primary-nav__item.navItem {
    position: relative;
}

@media (max-width: 991px) {
    .primary-nav__mega-menu {
        position: fixed !important;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        max-width: none;
        display: block !important;
        opacity: 1;
        visibility: hidden;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
        border: none;
        background: var(--header-bg, #fff);
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.35s;
        overflow: hidden;
        z-index: 1060;
        padding-top: 80px;
        padding-right: 0;
    }

    .primary-nav__mega-menu.mob-mega-active {
        transform: translateX(0);
        visibility: visible;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
    }

    .mega-menu__container {
        height: 100%;
        border: none;
    }

    .mega-menu__tab-wrapper {
        flex-direction: column;
        min-height: auto;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    /* Sidebar = Level 1 panel (category list) */
    .mega-menu__sidebar {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 0;
        display: block;
        background: var(--header-bg, #fff);
        overflow-y: auto;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    }

    .mob-mega-l2 .mega-menu__sidebar {
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }

    .mega-menu__tabs {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Tab items as clickable list rows with chevron-right */
    .mega-menu__tab-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 24px;
        font-size: 14px;
        font-weight: 600;
        color: var(--color-primary, #1a2744);
        border-left: none;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        position: relative;
    }

    .mega-menu__tab-item::after {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 11px;
        color: #c0c4cc;
        transition: color 0.2s ease;
    }

    .mega-menu__tab-item:active {
        background: #f7f8fa;
    }

    .mega-menu__tab-item.active {
        background: transparent;
        color: var(--color-primary, #1a2744);
        border-left: none;
    }

    /* Content area = Level 2 panel (sub-links) */
    .mega-menu__content-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: var(--header-bg, #fff);
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        z-index: 10;
    }

    .mob-mega-l2 .mega-menu__content-area {
        transform: translateX(0);
    }

    /* Hide all tab panels by default on mobile */
    .mega-menu__tab-panel {
        display: none !important;
    }

    .mega-menu__tab-panel.mob-panel-active {
        display: block !important;
        padding: 5px 24px 30px;
        animation: mobFadeIn 0.3s ease-out;
    }

    @keyframes mobFadeIn {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mega-menu__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Sub-link styling */
    .mega-menu-style span {
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding-bottom: 6px;
        display: block;
        color: var(--color-accent, #c8371b);
        border-bottom: 1px solid #f0f0f0;
    }

    .mega-menu-style ul {
        padding-left: 0;
    }

    .mega-menu-style ul li {
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .mega-menu-style ul li a {
        color: #374151;
        display: block;
        padding: 6px 0;
        transition: color 0.2s ease, padding-left 0.2s ease;
    }

    .mega-menu-style ul li a:hover, .mega-menu-style ul li a:active {
        color: var(--color-accent, #c8371b);
        padding-left: 4px;
    }

    .mob-back-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 24px;
        font-size: 13px;
        font-weight: 600;
        color: var(--color-accent, #c8371b);
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        transition: background 0.2s ease;
    }

    .mob-back-btn:active {
        background: #fef2f2;
    }

    .mob-back-btn i {
        font-size: 12px;
    }

    .mob-panel-heading {
        padding: 16px 24px 12px;
        font-size: 18px;
        font-weight: 800;
        color: var(--color-primary, #1a2744);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-family: 'Barlow Condensed', sans-serif;
        border-bottom: 2px solid var(--color-accent, #c8371b);
    }

    /* Hide on desktop */
    .mob-back-btn, .mob-panel-heading {
        list-style: none;
    }

    .mega-menu__card img {
        height: 100px;
    }

    .mega-menu__card span {
        font-size: 13px;
    }
}

/* Hide mobile drill elements on desktop */
@media (min-width: 992px) {
    .mob-back-btn, .mob-panel-heading {
        display: none !important;
    }
}

.header-right {
    display: flex;
    align-items: end;
    gap: 0;
    flex-direction: column;
}

.header-utils {
    display: flex;
    align-items: center;
    gap: 0;
}

.header-utils__item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--header-util-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    border-right: 1px solid var(--header-border);
    transition: color var(--transition-fast);
}

.header-utils__item:first-child {
    border-left: 1px solid var(--header-border);
}

.header-utils__item:last-child {
    border-right: none;
}

.header-utils__item i {
    font-size: 11px;
    color: var(--header-util-color);
}

.header-utils__item:hover {
    color: var(--header-util-hover);
}

.header-utils__item:hover i {
    color: var(--header-util-hover);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: 18px;
    padding: 9px 22px;
    font-size: 12px;
    font-weight: 700;
    color: var(--cta-text);
    border: 1.5px solid #00000075;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.header-cta:hover {
    background-color: var(--cta-hover-bg);
    color: var(--cta-hover-text);
    box-shadow: 0 2px 10px rgba(200, 55, 27, 0.25);
}

.header-stripe {
    display: flex;
    height: 5px;
    display: none;
}

.header-stripe span {
    flex: 1;
}

.header-stripe span:nth-child(1) {
    background-color: var(--stripe-1);
}

.header-stripe span:nth-child(2) {
    background-color: var(--stripe-2);
}

.header-stripe span:nth-child(3) {
    background-color: var(--stripe-3);
}

.header-stripe span:nth-child(4) {
    background-color: var(--stripe-4);
}

.header-stripe span:nth-child(5) {
    background-color: var(--stripe-5);
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 1100;
}

.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background-color: var(--header-text);
    border-radius: 2px;
    transition: transform var(--transition-base), opacity var(--transition-base);
}

.mobile-toggle.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1199px) {
    .header-utils__item {
        padding: 6px 10px;
        font-size: 11px;
    }

    .primary-nav__link {
        padding: 18px 12px;
        font-size: 12px;
    }

    .header-left {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .mobile-toggle {
        display: flex;
    }

    .header-utils {
        display: none;
    }

    .header-cta.desktop-cta {
        display: none;
    }

    .primary-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--header-bg);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 0 30px;
        transition: right var(--transition-base);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
        overflow-y: auto;
        z-index: 1050;
        border-left: 1px solid var(--header-border);
    }

    .primary-nav.open {
        right: 0;
    }

    .primary-nav__list {
        flex-direction: column;
        width: 100%;
    }

    .primary-nav__link {
        width: 100%;
        padding: 14px 24px;
        border-bottom: 1px solid var(--header-border);
        justify-content: flex-start;
        gap: 8px;
        font-size: 14px;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .primary-nav__link .fa-chevron-down {
        margin-left: auto;
        font-size: 10px;
        color: #9ca3af;
    }

    .primary-nav__dropdown {
        position: fixed !important;
        top: 0;
        right: 0px;
        width: 100%;
        height: 100vh;
        opacity: 1;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.35s;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
        border: none;
        padding: 80px 0 0;
        background-color: var(--header-bg, #fff);
        z-index: 1060;
        overflow-y: auto;
    }

    .primary-nav__dropdown.mob-dropdown-active {
        transform: translateX(0);
        visibility: visible;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
    }

    .primary-nav__dropdown-link {
        padding: 14px 24px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        display: block;
    }

    /* Mobile util links inside nav */
    .mobile-utils {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-top: 1px solid var(--header-border);
        margin-top: 8px;
        padding-top: 8px;
    }

    .mobile-utils a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        font-size: 13px;
        font-weight: 600;
        color: var(--header-text);
        border-bottom: 1px solid var(--header-border);
    }

    .mobile-utils a i {
        width: 16px;
        text-align: center;
        color: var(--color-accent);
    }

    .mobile-utils a:hover {
        color: var(--color-accent);
    }

    .header-cta.mobile-cta {
        display: inline-flex;
        margin: 16px 9px;
        width: calc(100% - 48px);
        justify-content: center;
    }

    /* Overlay */
    .nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1040;
        backdrop-filter: blur(2px);
    }

    .nav-overlay.active {
        display: block;
        z-index: 9;
    }
}

@media (min-width: 992px) {
    .mobile-utils {
        display: none !important;
    }

    .header-cta.mobile-cta {
        display: none !important;
    }

    .nav-overlay {
        display: none !important;
    }
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
    padding: 120px 0;
}

.alert-msg {
    color: #008000;
}

#logo {
    padding-left: 0;
}

#logo img {
    width: 161px;
    z-index: 99;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 112px;
    object-fit: contain;
}

#nav-menu-container {
    padding-right: 0;
}

.primary-btn {
    background: var(--color-primary);
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: var(--color-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.primary-btn:focus {
    outline: none;
}

.primary-btn span {
    color: var(--color-white);
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
    color: var(--color-white);
}

.primary-btn:hover span {
    color: var(--color-white);
    right: 20px;
}

.primary-btn.white {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.primary-btn.white span {
    color: var(--color-white);
}

.primary-btn.white:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

.primary-btn.white:hover span {
    color: var(--color-primary);
}

.primary-btn.wh {
    background: var(--color-white);
    color: #222;
    /*text-transform: uppercase;*/
}

.primary-btn.wh:hover {
    background: #222;
    color: var(--color-white);
}

.primary-btn.squire {
    border-radius: 0px !important;
    border: 1px solid transparent;
}

.primary-btn.squire:hover {
    border: 1px solid var(--color-white);
    background: transparent;
    color: var(--color-white);
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.section-title {
    text-align: center;
    display: block;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-bottom: 80px;
}

.section-title h1 {
    margin-bottom: 10px;
}



/*-------- End Banner Area ------------*/
section {
    padding: 60px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #11221c;
    margin-bottom: 30px;
    /* font-family: "Barlow", sans-serif; */
    /* color: red !important; */
    text-shadow: unset !important;
}

.section-title p {
    font-size: 18px;
}

/*-------- About ------------*/
.about h1 {
    color: #323232;
    font-size: 38px;
    font-family: "Barlow", sans-serif;
    font-family: "Barlow", sans-serif;
    margin-bottom: 5px;
    /*text-align: center;*/
}

.about h1 span {
    color: var(--color-primary);
}

.about p {
    /*text-align: center;*/
    font-size: 18px;
}

/*-------- End About ------------*/
/*-------- Feature ------------*/
.feature {
    position: relative;
    background: #f4f7fa;
}

.feature:before {
    /* position: absolute; */
    content: "";
    left: 0;
    top: -60px;
    height: 112px;
    width: 100%;
}

.feature-wrapper {
    /*margin-bottom: 250px;*/
}

.feature-card .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card .icon-box i {
    font-size: 27px;
}

.icon-box .lnr {
    font-size: 27px;
}

.feature-card h5 {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    color: var(--color-secondary);
}

.feature-card p {
    font-size: 17px;
}

/*-------- End Feature ------------*/
/*-------- Upcoming-trips ------------*/
.upcoming-trips .section-title h2 {
    text-transform: capitalize;
}

.single_place {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    transition: 0.5s;
    margin-bottom: 30px;
    overflow: hidden;
}

.single_place:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.place_info-title h3 {
    font-size: 20px;
    color: var(--color-secondary);
    font-weight: 500;
}

.place_info-title:hover h3 {
    color: var(--color-primary);
}

.place_info-title:hover {
    text-decoration: none;
}

.place_info .rating i {
    color: var(--color-primary);
    margin-right: 5px;
}

.place_info .price_days {
    margin-top: 15px;
    align-items: center;
}

.place_info .price_days .days i {
    font-size: 20px;
    color: #fff;
}

.place_info .price_days .days a {
    color: #323232;
    text-decoration: none;
}

.price_days .price {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    right: 0;
    background: var(--color-primary);
    padding: 5px;
    bottom: 0;
    border-bottom: 1px solid #d1d1d1;
}

/*-------- End upcoming-trips ------------*/
/*-------- Best Seller ------------*/
.best-seller .section-title h2 {
    text-transform: capitalize;
    color: #0362a4;
}

/*-------- End Best Seller ------------*/
/*-------- Travel-style ------------*/
.travel-style {
    position: relative;
    /*background-image: url(../img/travel-style-bg.png);*/
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.travel-style-wrapper {
    /*margin-bottom: 200px;*/
}

.travel-style .section-title h2 {
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

/*.travel-style .section-title h1::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 200px;*/
/*  height: 4px;*/
/*  background-color: #0270bd;*/
/*}*/
.travel-style .section-title p {
    color: #000;
}

.single-destination {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}

.single-destination .thumb {
    position: relative;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-destination .overlay-bg {
    background: rgba(4, 9, 30, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.single-destination .thumb img {
    width: 100%;
}

.single-destination .desc {
    text-align: center;
    position: absolute;
    transition: all 0.7s ease;
    width: 100%;
    left: 50%;
    top: 86%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    border-radius: 10px;
}

.single-destination .desc .price-btn {
    background: var(--color-primary);
    text-align: center;
    color: var(--color-white);
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border-radius: 20px;
}

.single-destination:hover .desc {
    background-color: transparent;
}

.single-destination:hover .desc .price-btn {
    display: inline-block;
}

.single-destination .desc .price-btn:hover {
    background-color: var(--color-secondary);
}

.single-destination .desc h4 {
    color: #fff;
    font-size: 17px;
}

.single-destination .desc p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.single-destination:hover .overlay-bg {
    opacity: 1;
}

.single-destination:hover .price-btn {
    opacity: 1;
}

.single-destination:hover .desc {
    top: 50%;
}

/*-------- End Travel-style ------------*/
/*-------- Traveler Reviews ------------*/
.testimonial {
    position: relative;
}

.testimonial .section-title h2 {
    text-transform: capitalize;
}

.testimonial-slider .single-testimonial .card {
    /*background: transparent;*/
}

.testimonial-slider .single-testimonial p {
    color: #000;
    font-size: 15px !important;
    margin-bottom: 0px;
}

.testimonial-slider .single-testimonial .img-circle img {
    border: 2px solid var(--color-secondary);
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.testimonial-name {
    color: #375E79;
    margin-top: 20px;
    font-size: 20px;
}

/*-------- End Traveler Reviews ------------*/
/*-------- Blogs ------------*/
.blog .section-title h2 {
    text-transform: capitalize;
}

.blog-card {
    box-shadow: 0 6px 6px #efefef;
}

.blog-card .blog-date {
    color: white;
    /*text-transform: uppercase;*/
}

.blog-card .blog-title {
    margin: 10px 0;
}

.blog-card .blog-title a {
    color: #2e4358;
    font-weight: 600;
    text-decoration: none;
}

.blog-card .blog-title a:hover {
    color: var(--color-primary);
}

/*-------- End Blogs ------------*/
/* Footer */
.footer {
    background: #022137;
    /* padding: 90px 0 20px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 0;
}

.footer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #1e2b3a;
    /* opacity: 0.9; */
}

.single-footer-widget h6 {
    color: var(--color-primary);
    /*text-transform: uppercase;*/
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.single-footer-widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single-footer-widget ul li a {
    color: #b3d9f3;
    font-size: 1.1rem;
    font-weight: 300;
}

.single-footer-widget ul li a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 50px;
    padding: 13px;
    background: #295e8c;
    position: relative;
    background: white;
}

.footer-bottom p {
    color: #b3d9f3;
    font-size: 18px;
    margin-bottom: 0;
}

.footer-bottom .social {
    justify-content: center;
}

.footer-bottom .social a {
    color: #fff!important;
    font-size: 20px;
    margin-left: 20px;
    background: #f77f3c;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: grid;
    place-items: center;
}

.nnba {
    padding: 10px 0 0 0;
}

.booking-form-wrap {
    padding-top: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .about h1 {
        font-size: 34px;
    }

    .section-title h1 {
        font-size: 36px;
    }

    .feature-card h5 {
        font-size: 18px;
    }

    .travel-style-wrapper {
        margin-bottom: 100px;
    }

    .blog-card {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .about h1 {
        font-size: 28px;
    }

    .section-title h1 {
        font-size: 30px;
    }

    .feature-wrapper {
        margin-bottom: 15px;
    }

    /*.upcoming-trips {*/
    /*  padding-top: 0;*/
    /*}*/
    .travel-style-wrapper {
        margin-bottom: 0px;
    }

    .accreditation {
        padding-top: 46px;
    }

    /*.newsletter input {*/
    /*  width: 100%;*/
    /*  margin: 0 20px;*/
    /*}*/
    .footer-bottom .social {
        justify-content: center;
    }

    .footer-bottom img {
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .single-footer-widget {
        margin-bottom: 20px;
    }
}

/* ***********************
* Package Details
************************ */
.tourmaster-single-header {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tourmaster-single-header {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tourmaster-single-header-background-overlay {
    opacity: 0.35;
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.tourmaster-single-header-overlay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 300px;
    background: url(../img/single-tour-gradient.png) bottom repeat-x;
}

.tourmaster-single-header-overlay {
    height: 291px;
}

.tourmaster-single-header-overlay, .tourmaster-payment-head .tourmaster-payment-head-overlay {
    background: -webkit-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
    background: -o-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
    background: -moz-linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.tourmaster-single-header .tourmaster-single-header-container {
    width: 100%;
}

.tourmaster-single-header-container-inner {
    position: relative;
}

.tourmaster-item-pdlr {
    padding-left: 15px;
    padding-right: 15px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}

.tourmaster-single-header-title-wrap {
    padding-top: 500px;
}

.tourmaster-single-header-title-wrap {
    padding-top: 0;
}

.tourmaster-single-header .triphead-block {
    margin: 0;
    float: left;
}

.tourmaster-single-header .trip-topic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tourmaster-single-header .trip-topic .tourmaster-single-header-gallery-wrap {
    margin-top: auto;
    padding-bottom: 40px;
}

.tourmaster-single-header .trip-topic .trip-destinations {
    display: block;
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 1rem;
    /* text-transform: uppercase; */
}

.tourmaster-single-header .trip-topic .trip-destinations ul {
    list-style: none;
    margin: 0;
}

.tourmaster-single-header .trip-topic .trip-destinations ul li {
    display: inline-block;
    font-size: 20px;
    /* letter-spacing: -1px; */
    font-family: fontDisplayLight;
    /*border-left: 2px solid #1fc0e3;*/
    border-right: 2px solid #f77f3c;
    border-left: 2px solid #f77f3c;
    padding: 0 10px;
    color: #f77f3c;
}

.tourmaster-single-header .tourmaster-single-header-title {
    margin-top: 0;
}

.tourmaster-single-header .trip-topic h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.tourmaster-single-header-price {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.tourmaster-single-header-price span {
    background-color: var(--color-primary);
    padding: 2px;
}

.tourmaster-single-header .trip-topic h1 p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

.tourmaster-single-header .triphead-block {
    margin: 0;
    float: left;
}

.tourmaster-single-header .trip-price {
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tourmaster-single-header .trip-price {
    text-align: right;
}

.tourmaster-single-header .trip-price .price-tag {
    color: #1fc0e3;
    /* margin-top: 7rem; */
}

.tourmaster-single-header .trip-price .price-tag h3 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    background: #103c5d;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
}

.package-feature {
    /*background: #000204;*/
    position: relative;
    color: var(--color-white);
}

.package-feature .package-feature-single {
    padding: 11px 0;
    display: flex;
    align-items: center;
}

.package-feature .col-md-2:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.package-feature h6 {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 3px;
    color: #f77f3c;
}

.package-feature h5 {
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--color-secondary);
    font-size: 16px;
}

.package-feature .group-cost {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
}

.package-feature .group-cost a {
    font-weight: 400;
    color: #1fc0e3;
    font-size: 22px;
    text-decoration: none;
}

.package-feature .group-cost a span {
    color: #fff;
}

.package-overview, .package-itinerary, .package-inclusion, .package-date-price, .package-faq, .route {
    padding: 20px 0 ;
}

.package-overview p {
    font-size: 17px;
    color: #000;
}

.package-details-title {
    font-family: "Barlow", sans-serif;
    font-size: 44px;
    color: #000204;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}



/* *************************
* Blogs
**************************/
.blog-listing-card img {
    border-radius: 10px;
    border: 1px solid #707070;
}

.blog-listing-card-title a {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    color: var(--color-secondary);
}

.blog-listing-card-title a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.blog-listing-card-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-listing-card-info .date {
    font-size: 17px;
    font-family: "Barlow", sans-serif;
}

.blog-listing-card-info .more {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    color: var(--color-primary);
}

.blog-listing-wrapper {
    /*margin-top: 50px;*/
}

/* Blog search */
.container .searchInput {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    /* box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12); */
}

.searchInput input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    font-style: italic;
    border: 2px solid #707070;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 10px 12px;
    display: none;
    width: 100%;
    font-size: 22px;
    font-family: "Barlow", sans-serif;
    cursor: default;
    /* border-radius: 3px; */
    border-bottom: 1px solid #707070;
}

.resultBox li a {
    color: #707070;
    text-decoration: none;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    color: #707070;
    cursor: pointer;
}

/* Blog search end */
/* Blog Details */
.blog-details-summary {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}

.blog-details-summary .title-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-details-summary .title-date .title {
    color: var(--color-primary);
}

.blog-details-summary .title-date .date {
    color: #707070;
    font-size: 20px;
}

.blog-details-summary p {
    font-size: 18px;
    font-family: fontDisplayLight;
}

.blog-details-single {
    /*margin: 50px 0;*/
}

.blog-details-title h1 {
    color: var(--color-secondary);
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
}

.blog-details-single p {
    font-size: 18px;
}

.blog-details-author-share {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    font-family: "Barlow", sans-serif;
}

.blog-details-author-share .author {
    font-size: 20px;
}

.blog-details-author-share .share {
    display: flex;
}

.blog-details-author-share .share i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.blog-details-author-share .share i:not(:last-child) {
    margin-right: 10px;
}

.latest-blogs {
    padding-top: 30px;
}

.latest-blogs-title h1 {
    color: var(--color-secondary);
    font-family: "Barlow", sans-serif;
    /*text-transform: uppercase;*/
}

/* *************************
* Package Listing
**************************/
.package-listing-summary {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    margin-bottom: 75px;
}

.package-listing-popular {
    /*margin-top: 70px;*/
}

.package-listing-card {
    border: 1px solid #707070;
    overflow: hidden;
    margin-bottom: 40px;
}

.package-listing-card .card-body {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 220px;
    background: #0b3c5d;
}

.package-listing-card-title a {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.package-listing-tag {
    display: block;
    text-align: right;
    font-style: italic;
    margin: 20px 0 10px;
    color: #fff;
}

.package-listing-info {
    display: flex;
    justify-content: space-between;
}

.package-listing-info .date {
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    color: #fff;
}

.package-listing-info .price {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    color: var(--color-primary);
}

.more-packages {
    text-align: right;
}

.more-packages a {
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    color: #0A1A39;
}

.more-packages a:hover {
    color: var(--color-primary);
    text-decoration: none;
}



/*New Css Adds*/
.new_best {
    height: 185px;
    object-fit: cover;
    width: 100%;
}

.tripinfo {
    min-height: 160px;
    /*color: #f77f3c !important;*/
}

.package-listing-card img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.tourmaster-single-header {
    min-height: 374px;
    background-size: cover;
}

.widget-icon-wrapper:first-child {
    margin-top: 20px;
}

.widget-icon-wrapper {
    margin-bottom: 15px;
}

.widget-icon-box {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f7f7f7;
    border: 1px solid #0270bd;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget-icon-box i {
    font-size: 2rem;
    color: #929292;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.widget-icon-content-title span {
    font-size: 20px;
    color: #677074;
}

.widget-icon-content-description {
    color: #677074;
    font-size: 16px;
    line-height: 23px;
}

.contact-us h1 {
    /* font-size: 2.2rem; */
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    line-height: 50px;
    letter-spacing: .75px;
    margin-bottom: 13px;
}

.contact-us h1 span {
    color: var(--color-primary);
}

.contact-us p {
    color: #5e5e5e;
    font-size: 15px;
    letter-spacing: .7px;
    line-height: 30px;
    max-width: 45.8rem;
}

/*.contact-us h1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 0;*/
/*    background: #0270bd;*/
/*    width: 65px;*/
/*    height: 3px;*/
/*    border-radius: 10px;*/
/*    margin-left: 2px;*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    -ms-border-radius: 10px;*/
/*    -o-border-radius: 10px;*/
/*}*/
.contact-us input, .contact-us textarea,.contact-us select {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #fff;
    color: #999;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 17px 25px;
    /*margin-top: 2rem;*/
}

.contact-us select {
    color: #6c757d;
    opacity: 1;
    font-size: 13px;
    width: 100%;
}

.contact-us textarea {
    height: auto;
    color: #6c757d;
    opacity: 1;
    font-size: 13px;
    height: 130px;
}

.contact-us .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 13px
}


.contact-list h6 {
    font-size: 1.3rem;
    color: #677074;
}

.contact-icon i {
    font-size: 30px;
    color: #929292;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.contact-list p {
    margin-bottom: 20px!important;
    color: #677074;
    font-size: 16px;
    line-height: 23px;
}

.nop {
    padding: 0;
}

.contact-us .btn {
    background: var(--color-primary);
    text-align: center;
    color: var(--color-white);
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    /*text-transform: uppercase;*/
    /*float:right;*/
}

.contact-us .btn:hover {
    background-color: var(--color-secondary);
}

.map {
    padding: 0;
    margin-bottom: 25px;
}

.travel-style img {
    height: 250px;
}

.package-feature-single h6 {
    color: #537188;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
}

#list-profile-list,#list-profile {
    display: none;
}

.bottom-rating {
    display: none!important;
}

.fn {
    margin-top: 0!important;
}

.pss {
    padding: 30px 0!important;
}

.newsubmenu ul li.active {
    background: #0270bd;
}

.newsubmenu ul li:hover {
    background: #103C5D;
    color: #fff;
    border-radius: 7px;
}

.newsubmenu ul li:hover a {
    color: #fff!important;
}

.newsubmenu ul li.active a {
    color: #fff!important;
}

.newpt h3 {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    padding: 10px 10px;
    background: #0270bd;
    margin-bottom: 15px;
}

.wa a {
    background: #f77f3c;
    padding: 10px 10px;
    color: #fff!important;
    border-radius: 7px;
    display: inline-block;
}

.overallrating {
    display: none;
}

.newimg h6,.newimg p {
    margin: 0;
}

.newimg img {
    margin-bottom: 15px;
}

.logo-text p {
    font-size: 15px;
}

.po {
    padding: 0;
}

.logo-text img {
    margin-bottom: 10px;
    float: left;
    padding-right: 15px;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social ul li a {
    color: #999;
}

.contact-social i {
    font-size: 25px;
    padding: 0 5px;
    list-style: none;
}

.contact-social ul li a:hover {
    color: #0270bd;
}

.contact-social {
    margin: 30px 0;
}

.acc img {
    width: 100%;
    height: 120px;
    border: 1px solid #ccccccb0;
    padding: 5px;
    object-fit: contain;
    background: white;
    border-radius: 6px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 20px 0;
    border-radius: 9px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.bb {
    min-height: 290px;
}

.newblogdetail ul li {
    display: inline-block;
    padding-right: 10px;
    color: #444444;
    font-size: 16px;
    font-style: italic;
}

.blog-details-single-content a{
    color:#0056b3;
}

.blog-details-single-content a:hover{
    text-decoration:underline;
}



.newblogdetail i {
    font-size: 15px;
    padding-right: 5px;
}

.social-blog ul li a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding: 0;
}

.poo {
    padding: 0;
}

.social-blog ul li.facebook {
    background: #4267B2;
}

.social-blog ul li.twitter {
    background: #00acee;
}

.social-blog ul li.linkedin {
    background: #0072b1;
}

.social-blog ul li {
    padding-right: 0;
    margin-right: 5px;
    border-radius: 4px;
}

.social-blog i {
    padding: 0;
}

.social-blog ul li:hover {
    opacity: .8;
    top: -4px;
    position: relative;
}

.lb {
    padding-top: 0;
}

.banner-area img {
    height: 100vh;
    object-fit: cover;
}

.banner-area .fullscreen {
    height: 130px !important;
    position: relative;
    /* z-index: 9999; */
}

.banner-area .carousel-control-prev-icon,.banner-area .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.banner-area .carousel-control-prev,.banner-area .carousel-control-next {
    left: unset !important;
    opacity: 1;
    z-index: 2;
}

.blog-details-img img {
    margin-bottom: 30px;
    width: 100%;
}

.banner-area h3 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    animation-name: slideUp;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    text-shadow: 1px 2px 3px #000;
}

.banner-area p {
    font-size: 19px;
    animation-name: slideUp;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    text-shadow: 1px 2px 3px #000;
}

.banner-text {
    position: relative;
    padding: 20px;
    text-align: center;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));*/
}

@keyframes slideUp {
    0%, 50% {
        transform: translateY(100%);
        opacity: 0;
    }

    60%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-area {
    position: relative;
}

.banner-area .carousel-item {
    perspective: inherit;
}

.header-scrolled a {
    position: relative;
}

.header-scrolled::before {
    position: absolute;
    content: '';
    background: url('../img/clv.png') no-repeat;
    width: 1100px;
    height: 50px;
    left: -20px;
    top: 17px;
    cursor: pointer;
    position: relative;
    align-content: center;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    bottom: 28px;
    margin-bottom: -26px;
}

.header-scrolled img {
    display: none;
}

.header-scrolled #logo img {
    display: none;
}

.header-scrolled #logo a::before {
    content: '<a href="https://classicvacationsnepal.com/">';
    left: 102px;
    position: absolute;
    top: 0;
    color: transparent;
    text-decoration: none;
}

.bb h6 {
    font-size: 20px;
}

.bb p {
    font-size: 18px;
}

.newdest a,.newdest a h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2px;
}

.newdest img {
    height: 250px;
}

.testimonial .fa.fa-star-o,.fa.fa-star {
    color: #f29c06;
}

.place_info .price_days .days a {
    color: #fff;
}

.lnr.lnr-calendar-full {
    color: #fff;
}

.travel-style-tour img {
    height: 350px!important;
}

.flogo img {
    width: 27%!important;
    float: none;
    padding: 8px 0 0 5px;
    /*opacity:0.8;*/
}

.footer-bottom p.ft {
    /*padding-top:18px;*/
}

/*.pao{*/
/*    padding:0;*/
/*}*/
.noacc {
    background: none;
    padding: 0;
}

.accrow {
    /* margin:0 auto; */
    width: 70%;
}

.acc-title h1 {
    margin-bottom: 20px;
}

.acc-title {
    margin-bottom: 0;
}

.footer-btm {
    padding-top: 0px;
    margin-top: 5px;
}

.footer-btm p {
    color: #fff;
    margin: 0;
}

.catego p {
    font-weight: normal;
    font-family: fontDisplayLight;
}

.catinfo {
    min-height: 225px;
}

hr {
    margin: 0;
}

.travel-style-tour a {
    display: block;
}

.package-listing-card img,.thumb img,.blog-card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.package-listing-card:hover img,.thumb:hover img,.blog-card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumb,.blog-card {
    overflow: hidden;
}

.enquirypopup .modal-dialog {
    max-width: 675px;
}

.nnba p {
    max-width: 100%;
}

.packagepopup button.btn.btn-primary.request,.packagepopup a.btn.btn-book-now {
    padding: 6px 10px;
    border-radius: 7px;
}

#header > ul li {
    margin-left: 20px;
}

.package-details-title h2, .exe h2 {
    color: #f77f3c !important;
    font-size: 32px;
    font-weight: 600;
}

.wa {
    padding: 15px;
}

.wa i.fa {
    padding-right: 5px;
}

#header ul li.headexp {
    background: var(--color-secondary);
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: -5px;
}

.sf-arrows .sf-with-ul {
    padding-right: 15px;
}

/*.sf-arrows .sf-with-ul:after{*/
/*    right:4px;*/
/*}*/
.package-date-price h1 span {
    color: var(--color-primary);
}

/*.footer-bottom{*/
/*    background:#fff;*/
/*}*/
.footer-bottom p span {
    color: #fff!important;
}

.footer-bottom p.cr {
    color: var(--color-primary)!important;
    font-weight: 400;
}

.footer-bottom p {
    color: #000;
    font-size: 16px;
}

.logo-text p {
    font-weight: 100;
}

footer {
    padding: 90px 0 0px;
}

/*.footerborder{*/
/*    border-left:2px solid var(--color-secondary)!important;*/
/*}*/
.newspace {
    padding: 60px 0;
    background: white;
}

/* ============== Responsive Page Css starts ============== --*/
.price-tag {
    text-align: center;
}

@media (max-width: 767px) {
    .newimg {
        width: 100% !important;
    }

    .footer {
        padding: 40px 0 0px;
    }

    .package-review-wrapper {
        margin-bottom: 0px;
    }

    .package-itinerary ul.accordion-list li h3:after {
        font-size: 27px !important;
        top: 0;
    }

    .acc-bg {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .newspace {
        padding: 30px 0 !important;
    }

    .blog {
        padding-bottom: 0 !important;
    }

    .footer-middle {
        margin-top: 0 !important;
        padding-top: 34 !important;
    }

    .pao {
        margin: 10px 0;
    }

    .acc-title h1 {
        margin-top: 20px;
    }

    .price-tag {
        text-align: left;
    }

    .tourmaster-single-header .trip-price {
        display: unset;
        text-align: right;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .nop {
        padding: 0 15px;
    }

    .contact-us .col-md-12 {
        padding: 0;
    }

    .map iframe {
        width: 100%;
        /*height:auto;*/
    }

    .poo {
        padding: 0 15px;
    }

    .banner-area {
        height: auto;
    }

    .banner-area::after {
        height: 100%;
    }

    .banner-area h3 a {
        font-size: 24px;
    }

    .banner-area p {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        display: none;
    }

    .media {
        display: block;
    }

    .review-rating {
        padding-left: 0;
    }

    .pss {
        padding: 0!important;
    }

    .accrow {
        width: 100%;
    }

    .carousel-caption {
        top: 66% !important;
    }

    .banner-text {
        padding: 5px;
    }

    /*.pao{*/
    /*    padding:0 15px;*/
    /*}*/
    .footer-btm p {
        text-align: left!important;
    }

    .logo-text img {
        float: none;
        margin: 0;
    }

    .footer-bottom p.ft {
        padding: 15px 0;
    }

    .footer-bottom .social {
        justify-content: left;
    }

    .header-scrolled::before {
        left: 10px;
        /*top:3px;*/
    }

    .contact-list p {
        font-size: 14px !important;
    }

    .footer-bottom .col-md-7 {
        padding: 0;
    }

    .booking-form {
        width: 100%!important;
        padding: 20px!important;
    }

    .common-form {
        padding: 10px!important;
    }

    .form-check.rform {
        margin-top: 20px;
    }

    .footer-bottom {
        padding: 9px 0;
    }

    .acc img {
        margin-bottom: 20px;
    }

    .usaa {
        padding: 0 15px!important;
        margin-left: 0;
    }

    .footer-middle img {
        margin-bottom: 20px;
    }

    .logo-text p {
        text-align: left!important;
    }

    .footer-bottom .social a {
        margin-left: 0;
        margin-right: 20px;
    }

    .mobile-exp {
        display: block!important;
    }

    .mobile-exp li {
        background: var(--color-secondary);
        padding: 5px 10px;
        border-radius: 4px;
        margin-right: 10px;
        list-style: none;
    }

    .mobile-exp li a {
        color: #fff;
    }

    #header ul li.headexp {
        display: none;
    }

    #logo img {
        width: 145px;
        padding-left: 10px;
    }

    .package-date-price table thead th {
        padding: 8px;
        font-size: 11px;
    }

    .package-date-price table tbody td {
        font-size: 12px;
    }

    #header {
        overflow: hidden;
    }

    .package-btn .btn-request-fee {
        padding: 8px 3px;
        font-size: 11px;
    }
}

/* Travel Style */
.travel-style-content p {
    font-size: 17px;
    line-height: 1.5;
}

.travel-style-tour {
    padding-top: 0;
}

.style-tour-card-wrap {
    position: relative;
    overflow: hidden;
}

.style-tour-card-img {
    line-height: 0;
    position: relative;
    border-color: #e1e1e1;
}

.style-tour-card-img img {
    max-width: 100%;
    height: 420px;
    object-fit: cover;
}

.style-tour-card-overlay {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0;
    alpha(opacity=0): ;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.style-tour-card-overlay-front {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(https://www.himalayanglacier.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x;
}

.style-tour-card-head {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.style-tour-card-display {
    padding: 0px 25px 10px;
    padding-bottom: 25px;
    transition: padding 200ms ease-out;
    -moz-transition: padding 200ms ease-out;
    -o-transition: padding 200ms ease-out;
    -webkit-transition: padding 200ms ease-out;
}

.style-tour-card-title {
    font-size: 16px;
    margin-bottom: 0px;
    float: left;
    color: #fff;
}

.style-tour-card-title i {
    font-size: 18px;
    margin-right: 9px;
    color: #fff;
}

.style-tour-card-count {
    float: right;
    margin-top: 2px;
    color: var(--color-primary);
    font-size: 20px;
    text-transform: capitalize;
}

.style-tour-card-animate {
    padding: 0px 25px 27px;
    position: relative;
    margin-bottom: -49px;
    transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    -webkit-transition: margin 200ms ease-out;
}

.style-tour-card-link {
    text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
    font-size: 12px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: var(--color-primary);
}

.style-tour-card-link:hover {
    text-decoration: none;
    color: #f29c06;
}

.style-tour-card-divider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-color: var(--color-primary);
}

.style-tour-card:hover .style-tour-card-animate {
    margin-bottom: 0px;
}

.style-tour-card:hover .style-tour-card-overlay {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.single-line {
    /*display: -webkit-box;*/
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
    .style-tour-card-img img {
        height: 250px;
    }
}

@media screen and (max-width: 576px) {
    .banner-area img {
        height: 500px;
    }

    .feature {
        background-image: none;
    }

    .carousel-caption .primary-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.banner-area .fullscreen{*/
    /*    height:300px!important;*/
    /*}*/
    .banner-area .carousel-control-prev-icon, .banner-area .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }

    .carousel-caption {
        top: 50%;
        bottom: 0;
    }

    .banner-area-form input {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner-area-form .primary-btn {
        line-height: 30px;
    }

    .banner-area .carousel-control-prev, .banner-area .carousel-control-next {
        width: 8%;
    }
}

.banner-area .carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.banner-area .item.active img {
    transition: transform 1000ms linear 1s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}

.newfo ul li {
    font-size: 40px!important;
}

.newfo h1 {
    font-size: 30px!important;
}

.sticky-top {
    /*top:87px;*/
    top: 0;
    z-index: 999;
}

.color-title h2 span {
    color: var(--color-primary);
}

.banner-area .carousel-inner .item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

/*.footer-bottom .col-md-7{*/
/*    padding:0;*/
/*}*/
.newsletter .section-title h2 {
    margin: 0;
}

.newsletter .section-title p {
    margin-bottom: 15px;
}

.popbtn .btn {
    border: 1px solid var(--color-primary);
}

.popbtn .btn:hover {
    border: 1px solid var(--color-secondary);
}

.popupbox .modal-header {
    border: none;
    padding: 10px 15px;
}

.popupbox .modal-content {
    background: var(--color-secondary);
}

.popupbox h5,.popupbox h3 {
    text-align: center;
    color: #fff;
}

.popupbox h3 {
    margin-top: 5px;
}

.popupbox .modal-header .close {
    color: #fff;
    opacity: 1;
}

.popupbox .modal-footer {
    text-align: center;
    display: block;
    border: none;
    padding-top: 0;
    padding-bottom: 30px;
}

.popupbox .modal-footer .btn:hover {
    border: 1px solid #fff;
}

.packagepopup .btn.request {
    background: #103C5D;
    text-transform: inherit;
    color: var(--color-white);
    border-radius: 0;
    font-size: 17px;
    padding: 8px 10px;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.enquirypopup .modal-content {
    background: #fff;
}

.enquirypopup label,.enquirypopup h5,.enquirypopup .modal-header .close {
    /*color:#0270bd;*/
    color: #054e81;
}

.enquirypopup .modal-header .close {
    opacity: 1;
}

.enquirypopup input,.enquirypopup select,.enquirypopup textarea {
    background: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.enquirypopup ::-webkit-input-placeholder {
    /* Edge */
    color: #a1a0a7;
    font-size: 14px;
}

.enquirypopup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a1a0a7;
    font-size: 14px;
}

.enquirypopup ::placeholder {
    color: #a1a0a7;
    font-size: 14px;
}

.enquirypopup select {
    color: #a1a0a7;
    font-size: 14px;
}

.enquirypopup .modal-footer .btn {
    background: #88c232;
    border: 1px solid #88c232;
}

.enquirypopup .modal-footer .btn:hover {
    background: #0270bd;
    border: 1px solid #0270bd;
}

.booking-form {
    background: #054e81;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.booking-form label {
    color: #fff;
    font-size: 15px;
}

.booking-form input,.booking-form select {
    border-radius: 0;
    margin-bottom: 15px;
}

.booking-form i {
    padding-right: 5px;
}

.traveller-detail h4 {
    margin: 15px 0;
    color: #fff;
}

#MyForm {
    display: none;
}

.nexttraveller .btn {
    background: none;
    border: none;
    color: #fff;
}

.nexttraveller .btn:focus {
    box-shadow: none;
}

.nexttraveller .btn:hover {
    color: #8bc532;
}

.emergency-contact h4 {
    color: #fff;
}

.booking-conditions h5,.booking-conditions p {
    color: #fff;
}

.booking-conditions h5 {
    margin: 15px 0;
}

.rm a {
    color: #8bc532;
    text-decoration: none;
    font-size: 20px;
}

.rm a:hover {
    color: #fff;
}

.rform label {
    font-weight: bold;
    font-size: 18px;
    color: #8bc532!important;
    margin-top: -5px;
    margin-bottom: 20px;
}

.po {
    padding: 0 0 0 15px;
}

.booking-inner {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 30px;
}

.common-form {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.booking-conditions {
    margin-top: 20px;
}

.booking-conditions h5 {
    color: #8bc532;
    margin: 0 0 10px 0;
}

.closebtn .btn {
    background: #8bc532;
    border: 1px solid #8bc532;
    margin-bottom: 10px;
}

.closebtn i {
    padding: 0;
}

.logo-text img {
    width: 140px;
    float: none;
}


.reviewbtn {
    margin-top: 20px;
}

.reviewbtn .btn {
    background: #8bc532;
    color: #fff;
}

.reviewbtn .btn:hover {
    background: #0270bd;
    border: 1px solid #0270bd;
    text-decoration: none;
}

.exe h1 {
    margin-bottom: 20px;
    color: #000204;
    font-family: "Barlow", sans-serif;
}

#exampleRadios2 {
    width: 18px;
    height: 18px;
    margin-top: 0;
}

.thankyou {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.thankyou img,.thankyou h1 {
    margin-bottom: 20px!important;
}

.thankyou img {
    height: 150px;
}

.thankyoubtn .btn {
    background: #8bc532;
    color: #fff;
    border: 1px solid #8bc532;
}

.thankyoubtn .btn:hover {
    background: #0270bd;
    border: 1px solid #0270bd;
    text-decoration: none;
}

.thanktitle {
    margin-bottom: 0!important;
}

.thankyou p {
    margin-bottom: 30px;
}

.thankyou i {
    font-size: 45px;
    color: #8bc532;
    margin-bottom: 20px;
}

.thankyou-wrap {
    background: #ccc;
    margin-bottom: 30px;
}

.top-box.bg a {
    color: #00aeef;
}

.package-inclusion ul hr {
    border-top: 0;
}

.include hr {
    display: none;
}

.about {
    padding-top: 100px ;
}

.about img {
    height: 460px;
    width: 100%;
    object-fit: cover;
}

.year-picker {
    /*display: inline-block;*/
    margin-bottom: 10px;
    border-color: transparent;
    font-family: inherit;
    padding: 30px;
    text-align: center;
    border: 1px solid #9ea8ae7a;
    border-radius: 10px;
}

.year-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b6b4b4;
}

.current-year {
    font-weight: bold;
    margin: 0 10px;
    font-size: 25px;
    color: var(--color-primary);
}

.month-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.month {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    margin-right: 25px;
    color: #000;
    font-weight: 500;
}

.prev-year, .next-year {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid var(--color-primary);
    background: #fff;
    cursor: pointer;
}

.selected {
    background: var(--color-primary);
    color: #fff;
    padding: 3px 11px;
    border-radius: 25px;
}

.current-month {
    background: var(--color-primary);
    color: #fff;
    padding: 3px 11px;
    border-radius: 25px;
}

.month-content .tab-content {
    margin-top: 35px;
}

.top-box.adv .headexp a {
    font-style: italic;
}

.top-menu .wa {
    padding: 8px 0
}

.top-wrapper .top-box:nth-child(2) .headexp a {
    text-decoration: none;
}

.top-box.adv .headexp a:hover {
    text-decoration: none;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.about-btn a {
    background: var(--color-primary);
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

.execude {
    background-color: #fff5f3;
    padding: 20px 0;
    border-radius: 10px;
}

.include {
    padding: 20px 0;
    border-radius: 10px;
}

.meals {
    padding: 20px 0;
}

.meals h3 {
    color: var(--color-secondary);
}

.meal-img img {
    width: 100%;
}

.bro-wrapper img {
    border: 1px solid #13105d29;
    padding: 16px;
    height: unset;
    object-fit: contain;
    border-radius: 6px;
}

.price-tag h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.acc-texts {
    margin-left: 8px;
}

.acc-texts h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #103C5D;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1251px;
    }
}

@media (min-width: 767px) {
    .package-details-title {
        width:90%;
    }

    .ul.accordion-list {
        width: 90%;
    }

    .destination-summary {
        width: 90%;
    }

    .travel-style-content {
        width: 90%;
    }


}

@media (max-width: 767px) {
    .thankyou {
        width: 100%;
    }

    .thankyou img {
        height: 70px;
        width: 100%;
        object-fit: cover;
    }

    .about img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .p-info h3 {
        margin-bottom: 0;
    }

    .about {
        padding-top: 50px !important;
    }

    .tourmaster-single-header-title-wrap {
        padding-top: 160px !important;
    }

    .package-feature .package-feature-single {
        padding: 2px 0;
        /*text-align: center;*/
        margin-bottom: 10px;
    }

    .whats-app {
        display: flex;
        justify-content: space-between;
    }

    .price-tag h4 {
        font-size: 13px;
    }

    .tourmaster-single-header .trip-price .price-tag h3 {
        font-weight: 300;
        font-size: 13px;
        padding-left: 0;
    }

    /*.top-wrapper .top-box:nth-child(2){*/
    /*    display:none;*/
    /*}*/
    /*.top-wrapper .top-box{*/
    /*    width:100%;*/
    /*}*/
    .top-box a {
        color: #fff;
        padding: 5px 10px;
        /*width: 100%;*/
        text-align: center;
        border-radius: 0 ;
    }

    /*.top-menu .container{*/
    /*    padding:0 !important;*/
    /*}*/
    .top-menu {
        background: #fff;
        /*padding:  0; */
    }

    .top-menu .wa {
        padding: 0;
    }

    .main-menu {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #mobile-nav-toggle i {
        color: #000;
        font-weight: 900;
    }

    .package-itinerary ul.accordion-list li h3 {
        font-size: 18px;
        color: var(--color-secondary);
        width: 92%;
        line-height: 26px;
    }

    .acc-text {
        margin-left: 0;
    }

    .itinery-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        margin-left: 0px;
    }

    .package-btn a {
        background-color: var(--color-primary);
        color: #fff;
        font-size: 9px;
        padding: 5px 8px;
    }

    .tab-review-block .review-txt .media .media-body h5 {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .image-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom p {
        font-size: 10px !important;
    }

    .footer-bottom .social a {
        color: #fff!important;
        font-size: 13px;
        background: #f77f3c;
        border-radius: 50%;
        height: 27px;
        width: 27px;
        display: grid;
        place-items: center;
    }

    .nns h1 {
        font-size: 26px;
        color: #11221c!important;
        margin-bottom: 18px;
        font-family: "Barlow", sans-serif;
    }

    .meals h3 {
        font-size: 20px;
    }

    .month {
        font-size: 14px;
    }

    .package-faq ul li {
        padding: 14px;
    }

    ul.accordion-list li h3 {
        font-size: 14px;
    }

    .tourmaster-single-header {
        min-height: 200px;
        background-size: cover;
    }

    img.map-img {
        height: auto;
    }

    .p-info a {
        font-size: 12px !important;
        color: #022137 !important;
    }

    .whatsapp-header i {
        color: #40C351;
        font-size: 24px !important;
    }

    .main-menu .row {
        justify-content: space-between !important;
        height: 100%;
    }

    .about-img {
        margin-top: 30px;
    }
}

.about {
    padding: 70px 0;
    position: relative;
    background: white;
}

.about-img {
    /*border:10px solid #000;*/
    padding: 7px;
    z-index: 1;
}

.about-img img {
    border-radius: 15px;
    border: 7px solid #fff;
}

/* Add these styles to your CSS */
.frame {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: var(--color-primary);
    z-index: -1;
}

.top-left {
    left: 0;
    bottom: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.framed-image {
    position: relative;
    z-index: 1;
    /* Make sure the image is above the frame elements */
}

.luxury {
    color: #ea6539;
    text-shadow: 0 1px 3px #0000000f;
    font-weight: 600 !important;
}

.small-font {
    font-size: 28px !important;
}

.bottom-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 99;
}

.quote-btn {
    background: var(--color-primary);
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-right: 8px;
    border-radius: 5px;
}

.whats-btn {
    background: #103C5D;
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.team-detail-inner img {
    width: 100%;
}

#route {
    /* background-color:#103c5d12; */
    padding: 10px;
    border-radius: 5px;
    padding: 70px 0;
}

.m-package-feature {
    background: #103C5D;
    padding: 20px 0;
}

.lnr {
    line-height: unset;
}

.img-circle img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
}

.whatsapp-header i {
    color: #40C351;
    font-size: 35px;
}

.widget-icon-content a {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 30px;
}

@media(min-width: 767px) {
    .meal-img img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }
}

.search-form {
    width: 50%;
    margin-inline: auto; margin-top: -164px;
    box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
    border-radius: 50px;
    overflow: hidden;
    display: none;
}

.search-form .form-control {
    padding: 1.3rem;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -562px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev {
    margin-right: 40px;
}

.header_subtitle {
    font-family: "Corinthia", cursive !important;
    color: #022137;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 47px;
    text-shadow: 1px 1px 1px #e7e3e3;
}

.header_subtitle:after {
    position: absolute;
    content: "";
    right: -52px;
    top: 24px;
    height: 2px;
    width: 39px;
    background-color: var(--color-secondary);
}

.about:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* background-image:url('https://themeim.com/demo/treker/images/background/image-3.jpg'); */
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}

.feature-card {
    text-align: center;
    box-shadow: 0 6px 6px #efefef;
    padding: 20px;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #9ea8ae7a;
}

.feature-card .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto; margin-bottom: 15px;
}

.trip-card__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 100!important;
    border-top: 1px solid #cacaca;
}

.card-icon {
    width: 27px;
    margin-right: 7px;
    height: auto !important;
}

.trip-card__meta-detail {
    display: block;
}

.trip-card__meta-value {
    display: block;
}

.trip-card__meta > div {
    display: flex;
    align-items: center;
}

.trip-card__meta-value {
    display: block;
    font-weight: 300;
    font-size: 13px;
    color: var(--color-secondary);
}

.trip-card__meta-label {
    font-weight: bold;
    font-size: 15px;
    color: var(--color-primary);
}

.package-feature-single img {
    height: 42px;
    margin-right: 13px;
    background: #00000008;
    border: 1px solid #a7a7a7;
    padding: 7px;
    border-radius: 50%;
}

.style-wrapper {
    display: flex;
}

.single-testimonial .card {
    border-radius: 15px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 97%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-primary);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: unset;
    right: 56px;
}

.swiper-button-next {
    background-image: url('/assets/front/img/next.png') !important;
}

.swiper-button-prev {
    background-image: url('/assets/front/img/left-chevron.png') !important;
}

.thumb {
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: relative;
}

.ribbon {
    background-image: url(/assets/front/img/ribbon.png);
    background-position: -67px;
    background-repeat: no-repeat;
    width: 14%;
}

.it-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.style-title {
    text-align: left;
}

.n-border {
    background: #0270bd !important;
    margin-left: 19px;
}

.guide-wrapper {
    box-shadow: 0 6px 6px #efefef;
    padding: 20px;
    border: 1px solid #9ea8ae7a;
    border-radius: 10px;
}





.sticky-me {
    position: sticky;
    top: 75px;
    padding: 9px;
    background: #ffffff;
    border-radius: 10px;
}

.trip-price__pax {
    font-size: 1.125rem;
    font-weight: 300;
    display: block;
}

.trip-price__amount {
    display: block;
    font-weight: 600;
    font-size: 2.25rem;
    margin-bottom: 15px;
    color: var(--color-primary);
    text-align: center;
}

.trip-price__info li {
    font-weight: 300;
    margin-bottom: 8px;
}

.trip-booking__card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.trip-booking__instaconfirm {
    position: absolute;
    top: -12px;
    color: #fff;
    padding: 3px 12px;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 2px;
    background-color: var(--color-secondary);
}

.trip-booking__date {
    display: flex;
}

.trip-booking__date__wrapper.trip-booking__date--from {
    padding-right: 35px;
}

.trip-booking__date__item {
    display: block;
    line-height: 1.2;
}

.trip-booking__date__item--date {
    font-weight: 500;
    font-size: 1.125rem;
}

.trip-booking__price__item {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
}

.package-date-price {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 30px;
}

.trip-booking__card {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    margin-bottom: 30px;
    border: none;
}

.package-overview ul {
    list-style: disc;
    padding-left: 15px;
}

.package-overview ul li {
    margin-bottom: 5px;
}

/*@media (min-width: 768px)*/
/*{*/
/*.trip-itinerary-block__info {*/
/*    max-width: 50%;*/
/*}*/
/*}*/
.trip-itinerary-block__info li {
    border-bottom: 1px dashed #c5ccd6;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.trip-itinerary-block__info li p {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.trip-itinerary-block__info img {
    height: 22px;
    margin-right: 5px;
}

.tab-pane h5 {
    color: #000;
    margin-left: 5px;
}

.document img {
    width: 100%;
    object-fit: contain;
    border: 1px solid #d7d7d7;
    padding: 15px;
}

.footer__recommended img {
    height: 20px;
    margin-right: 10px;
}

.banner-area .item {
    height: 100vh;
    position: relative;
}

.banner-area .item img {
    width: 100%;
    height: 100vh;
    padding: 0;
    object-fit: cover;
}

.discount-card__list tr:after {
    content: "";
    height: 1px;
    z-index: -1;
    top: 50%;
    position: absolute;
    transform: translateY(50%);
    left: 0;
    right: 0;
    background-image: url(../images/dashed.svg);
    background-repeat: repeat-x
}

table {
    margin: 0;
    width: 100%!important
}

h2.accordion__action-btn {
    font-size: 22px;
    text-align: center;
    color: #fd661e;
}

.month-trip img {
    width: 25rem
}

span.groupTrip {
    background: #fd661e;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    color: white;
    font-size: 16px;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -15px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.teamWrap {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.team-content-info h5 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-content-info {
    text-align: center;
    padding: 18px;
}

.testimonialVideo {
    height: 315px;
}

.client-review-image-content {
    display: flex;
    flex-direction: column;
}

.sidebar-btn, .expertWrap {
    padding: 10px;
    border-radius: 4px;
    background-color: #fefefc;
    border: solid 1px #575e6329;
}

span.groupTrip {
    background: #fd661e;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    color: white;
    font-size: 16px;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -15px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.teamWrap {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.team-content-info h5 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-content-info {
    text-align: left;
    padding: 18px;
}

#btnTourDetail {
    width: 49%;
    padding: 6px;
    border: 1px solid #103c5d;
    border-radius: 6px;
    font-size: 15px;
}

#btnTourDetail.enquiry-btn {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
}

.discount-card.discount-card--transparent {
    background-color: #fff0
}

.discount-card {
    background-color: #ebf7fa;
    padding: 0
}

.discount-card__header tr {
    padding: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.discount-card.discount-card--transparent .discount-card__header-title {
    font-size: 1.5rem
}

.discount-card__header-title {
    font-family: "CerebriSans-Bold",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.08;
    color: #1b2b3a;
    float: left;
    text-align: left
}

.discount-card__header tr:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 9px;
    right: 9px;
    display: block;
    background: #002a47
}

.discount-card.discount-card--transparent .discount-card__list {
    padding-bottom: 0
}

.discount-card__list {
    padding: 10px 16px;
    padding-bottom: 0;
    display: block;
    overflow: hidden
}

.discount-card__list tr {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    display: block;
    overflow: hidden
}

.discount-card.discount-card--transparent .discount-card__list tr td {
    font-size: 1.6rem;
    background-color: #fff
}

.discount-card__list tr .person {
    padding-right: 5px;
    font-size: 13px;
}

.discount-card__list tr td {
    display: inline-block;
    vertical-align: top;
    background: #ebf7fa;
    font-family: "CerebriSans-Regular",sans-serif;
    font-size: 17px;
    color: #1b293a;
    float: left;
    text-align: left
}

.discount-card.discount-card--transparent .discount-card__list tr td {
    font-size: 1.5rem;
    background-color: #fff
}

.discount-card__list tr td:last-child {
    text-align: right;
    float: right;
    font-size: 13px;
}

.discount-card__list tr .discount-price {
    padding-left: 5px
}

.discount-card__list tr:after {
    content: "";
    height: 1px;
    z-index: -1;
    top: 50%;
    position: absolute;
    transform: translateY(50%);
    left: 0;
    right: 0;
    background-image: url(../images/dashed.svg);
    background-repeat: repeat-x
}

table {
    margin: 0;
    width: 100%!important
}

h2.accordion__action-btn {
    font-size: 22px;
    text-align: center;
    color: #fd661e;
    font-weight: 700;
}

.month-trip img {
    width: 25rem
}

span.groupTrip {
    background: #fd661e;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    color: white;
    font-size: 14px;
    padding: 4px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: -15px;
    border-radius: 5px;
    margin-bottom: 12px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
    border-radius: 0;
}

.sidebar-btn a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    background-color: #103c5d;
    text-transform: capitalize;
    border: 2px solid;
}

.site-footer__secondary.py-3.text-center {
    background: #1d1818;
    padding: 25px;
    margin-top: 48px;
    z-index: 9;
    position: relative;
}

.online-pay p {
    font-weight: 500;
}

.expertImg img {
    width: 123px;
    height: 123px;
    z-index: 99;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
}

.expertWrap h2 {
    font-size: 17px;
    font-weight: 600;
    z-index: 99;
    position: relative;
    color: white;
    text-transform: capitalize;
}

.expertWrap {
    text-align: center;
    background-image: url(https://plus.unsplash.com/premium_photo-1692386759833-3acf660742ad?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aGltYWxheWF8ZW58MHx8MHx8fDA%3D);
    position: relative;
    margin-top: 10px;
    background-size: cover;
}

.expertWrap h4 {
    font-size: 16px;
    position: relative;
    color: #ffffff;
    font-weight: 100;
    margin-top: 6px;
}

expertWrap a {
    color: var(--color-primary);
}

.expertWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d4;
}

.expertWrap a.mb-0 {
    color: #25d366;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

@media(max-width: 767px) {
    .package-feature h5 {
        font-size:14px;
    }

    .search-form {
        width: 86%;
        display: none;
    }

    .search-form .form-control {
        padding: 5px;
    }

    .search-form .primary-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .package-sub {
        display: none !important;
    }

    .style-title {
        text-align: center;
    }

    .acc-text {
        align-items: normal;
        margin-right: 0;
    }

    .n-border {
        margin-left: 0 !important;
    }
}

.noticeBlock {
    border-radius: 10px;
    background-color: #3f99d9;
    border-color: #9eb1c07a;
}

.whatsappCustom a {
    background: green;
    color: white;
    padding: 10px;
    border-radius: 3px;
    font-size: 15px;
    min-width: 200px;
    display: block;
    margin-left: 10px;
}

.whatsappCustom a i {
    margin-right: 5px;
    font-size: 18px;
}

.usdImg img {
    width: 28px;
    filter: brightness(0) invert(1);
}

.usdImg {
    display: flex;
    align-items: center;
}

.usdImg h3 {
    margin-bottom: 0;
}

li.tickCustom img {
    width: 18px;
    margin-right: 4px;
}

li.tickCustom {
    font-weight: 600;
    margin-bottom: 5px;
}

.notImg {
    width: 27px !important;
}

.feature-list li {
    list-style: disc;
    color: #333333;
    font-weight: 400;
    margin-bottom: 8px;
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 8px;
}

#toc li a {
    display: block;
    color: #1C1467;
    font-size: 14px;
    padding: 10px;
}

.table_list1 {
    background: #f9f9f9;
    padding: 11px;
    border: 1px solid #1c1565;
    box-shadow: 0 6px 13px #dddddd;
    position: sticky;
    top: 107px;
    border-radius: 5px;
}

.btnYoutube {
    width: 70px !important;
    height: 70px !IMPORTANT;
    min-width: 70px !IMPORTANT;
    max-width: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    position: absolute;
    left: 50%;
    border-radius: 50% !important;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Gallery Styles */
.gallery_container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    margin-top: 20px;
    margin-left: 11px;
}

@media (min-width: 1300px) and (max-width: 2560px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (min-width: 700px) and (max-width: 1299px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 300px) and (max-width: 699px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

.gallery_item {
    margin-bottom: 5px;
    overflow: hidden;
}

.popup-gallery a {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 7px;
    border: 1px solid #6789a3;
}

.popup-gallery a:hover {
    /* transform: scale(1.05); */
    /* border-color: #fff; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* border: 4px solid red; */
}

.popup-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 155px;
    max-height: 155px;
    border-radius: 5px;
    overflow: hidden;
    /* border: 5px solid white; */
}

@media only screen and (max-width: 1000px) {
    .popup-gallery img {
        min-height: 102px;
        max-height: 150px;
    }
}

/* END  */
.singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
}

.singicon_btn_nlf svg {
    color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
}

.hover_affect_nlf:hover img {
    opacity: 0.5;
}

img.imgDur {
    width: 20px;
    margin-right: 7px;
    height: unset;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.mealSliderImg.meal-img img {
    overflow: hidden;
    position: relative;
}

.mealSliderImg p {
    font-size: 15px !important;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.guide-wrapper p {
    font-size: 15px !important;
}

.vacationsAtImg img {
    height: 90px;
}

@media only screen and (max-width: 767px) {
    div#vacationsImg .vacationsAtImg img {
        height: 88px;
    }

    .nns h2 {
        font-size: 33px;
        color: #11221c !important;
        margin-bottom: 20px;
        font-family: "Barlow", sans-serif;
    }

    .section-title h2 {
        font-size: 34px;
        color: #11221c;
        margin-bottom: 30px;
        font-family: "Barlow", sans-serif;
    }

    h3.slide-up a {
        font-size: 34px;
        font-weight: 500;
    }

    .price-tag.newpt.wa.p-0 {
        margin-bottom: 39px;
    }

    .bannerItem {
        position: absolute;
        bottom: 51px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 91%;
    }

    .package-feature-single h6 {
        font-size: 13px;
        line-height: 19px;
    }

    .tourDetailImg {
        margin-bottom: 20px;
    }

    .notice {
        padding: 12px;
    }

    .acc-texts {
        margin-left: 0;
    }

    .feature-list {
        padding-left: 15px;
        margin-top: 15px;
        border: 1px dashed;
        padding: 10px 6px 11px 11px;
        border-radius: 10px;
        background: white;
    }

    .package-date-price {
        background-color: #f8f8f8;
        margin-top: 30px;
        padding: 8px 0;
    }
}

img.map-img:hover {
    transition: height 0.4s ease-in-out;
    height: 1274px;
}

h2.titleNew {
    font-size: 40px;
    color: #11221c;
    margin-bottom: 30px;
}

h2.titleNew span {
    color: #f29c06;
}

.mapRightImg img {
    border-radius: 5px;
    height: 120px;
    width: 63%;
    object-fit: cover;
}

.mapRightImg {
    /* background: white; */
    /* border-radius: 10px; */
    height: 150px;
    /* width: 62%; */
    margin-bottom: 20px;
}

.mapRightImg p {
    margin-bottom: 0;
    /* text-align: center; */
    font-weight: 500;
    background: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 67%;
    padding-left: 13px;
    font-size: 14px !important;
}

.wrapImgMap {
    background: #ffffff;
    height: max-content;
    display: flex;
    flex-direction: column;
    padding: 30px 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: sticky;
    top: 0;
    margin-left: 15px;
}

.mapRightImg a {
    color: #4d4c4c;
}

.wrapImgMap > div.mapRightImg:nth-child(odd) {
    margin-left: 74px;
    width: 100%;
}

.mapTitle p {
    color: #000000;
    font-weight: 400;
    font-size: 20px !important;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: self-end;
}

.MapImg {
    border: 1px solid #0f3d5e;
    border-radius: 5px;
}

.imageCenterBlock {
    display: flex ;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.MapImg img {
    border-radius: 10px;
}

div#route {
    position: relative;
}

div#route::before {
    background: #ffffffe0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#route .container {
    z-index: 99;
    position: relative;
}

section.sliderWrap {
    height: 100vh;
}

.footerTop img.img-fluid {
    background-size: cover;
    width: 100%;
}

.footerTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0e0f00;
}

.footerTop {
    position: relative;
    /* margin-bottom: -53px; */
}

input.form-control {
    z-index: 9;
}

.bannerItem {
    position: absolute;
    bottom: 148px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.banner-area h3 a {
}

h3.slide-up a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    animation-name: slideUp;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    text-shadow: 1px 2px 3px #000;
}

p.slide-up {
    animation-name: slideUp;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    text-shadow: 1px 2px 3px #000;
    color: white;
}

.iconImgBox img {
    width: 80px;
    height: 80px;
    border: 1px solid #d0d5d8;
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 16px;
}

h2.text-site.small-font {
    margin-bottom: 3px;
}

.fmleft h6 {
    margin-top: 10px;
}

.footerTeamItem {
    /* box-shadow: 0 6px 6px #efefef; */
    padding: 9px;
    height: 100%;
    background: #ffffff;
    display: flex;
    border-radius: 6px;
    border: 1px solid #9ea8ae7a;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    align-items: center !important;
    justify-content: center;
    text-align: center;
}

form.has-validation-callback input#email {
    border-radius: 5px;
}

.martinTop {
    margin-top: -151px;
}

.martinTop {
    margin-top: -92px;
}

.client-review-info {
    text-align: center;
    justify-content: center;
}

div#vacationsImg .acc img {
    width: 100%;
    height: 91px;
    border: 1px solid #ccccccb0;
    padding: 5px;
    object-fit: contain;
    background: white;
    border-radius: 6px;
    background: #fff;
    display: grid ;
    place-items: center;
    padding: 13px 0;
    border-radius: 9px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

img.imgPlayBtn {
    width: 92px;
    position: absolute;
    top: 50%;
    object-fit: contain;
    right: 9px;
    height: 92px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.imgPlayBtn {
    width: 90px;
    object-fit: contain;
    position: absolute;
}

.team-header {
    text-align: center;
    padding: 3rem 0 2rem;
    background-color: #fff;
    border-bottom: 3px solid #f0f0f0;
}

.team-header h1 {
    font-size: 2.5rem;
    color: #2d3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.team-content {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 2rem 1rem; */
}

.team-content-single {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    /* margin-bottom: 3rem; */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.team-content-single:hover {
    transform: translateY(-5px);
}

.team-comtent-img {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.team-comtent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-content-single:hover .team-comtent-img img {
    transform: scale(1.05);
}

.team-content-info {
    padding: 2rem 1rem;
    height: 100%;
    /* display: flex; */
    flex-direction: column;
}

.team-content-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3e50;
    margin-bottom: 0.5rem;
}

.team-content-post {
    display: inline-block;
    font-size: 1.1rem;
    color: #e67e22;
    padding: 0.2rem 0;
    margin-bottom: 1rem;
    position: relative;
}

.team-content-post:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    /* background-color: #e67e22; */
}

.team-content-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.link-read-more {
    display: inline-block;
    color: #e67e22;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.link-read-more:hover {
    color: #d35400;
    transform: translateX(5px);
}

section#travelStyleDetailPage .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: none;
}

.bookNowBtnMobile {
    display: none;
}

section.mobileSection , .bookNowTab {
    display: none;
}

div#instagramMedia {
    height: 367px;
    overflow-y: scroll;
    border-radius: 10px;
    border: 1px solid #d0d5d8;
    width: 100%;
}

img.mfp-img {
    max-height: unset !important;
    min-width: 828px;
    object-fit: cover;
}

nav#nav-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .team-comtent-img {
        border-radius: 12px 12px 0 0;
        max-height: 350px;
    }

    .team-content-info {
        padding: 1.5rem 1rem;
    }

    .bookNowBtnMobile {
        position: absolute;
        right: 23px;
        border: 1px solid white;
        padding: 6px 17px;
        border-radius: 5px;
        color: white;
        top: 244px;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
    }

    .bookNowBtnMobile {
        display: block;
    }

    ul.slides {
        height: 56vh !important;
    }

    .slide-image {
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 56vh;
        left: 0;
        top: 0;
    }

    .flex-slider .flex-direction-nav .flex-next {
        background-color: rgba(255, 255, 255, 0.7);
        /* padding: 10px; */
        text-decoration: none;
        position: absolute;
        height: 30px;
        top: 86%;
        bottom: 0;
        margin: 0 auto;
        z-index: 8;
        text-align: center;
        color: #333;
        max-width: 30px;
        width: 38px;
        display: block;
        display: flex;
        transform: rotate(180deg) !important;
        right: 33px;
    }

    .flex-slider:before {
        height: 42%;
    }

    .flex-direction-nav {
        display: none;
    }

    .bannerItem {
        position: absolute;
        bottom: 123px !important;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .flex-slider .flex-direction-nav .flex-prev {
        position: absolute;
        top: 86%;
        left: 93%;
        width: 30px;
        display: flex ;
        height: 30px;
        max-width: 30px;
        transform: rotate(180deg) !important;
    }

    h3.slide-up a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 32px;
        animation-name: slideUp;
        animation-duration: 4s;
        animation-timing-function: ease-in;
        text-shadow: 1px 2px 3px #000;
    }

    img.imgPlayBtn {
        width: 92px;
        position: absolute;
        top: 50%;
        object-fit: contain;
        left: 50%;
        height: 92px;
        border-radius: 50px;
        transform: translate(-50%, -50%);
    }

    section.mobileSection {
        background-image: url(https://media.istockphoto.com/id/623985488/photo/prayer-flags-and-mt-annapurna-i-background.jpg?s=612x612&w=0&k=20&c=jvv-kvnsUuq0duGnoY8Ut8jkwX2giq-dlqSREZj0Fw0=);
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
    }

    section.mobileSection h2 {
        color: white;
        font-size: 28px;
    }

    section.mobileSection {
        position: relative;
    }

    section.mobileSection::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a3;
        border-radius: 10px;
    }

    section.mobileSection .container {
        position: relative;
    }

    a.bookNowMobile {
        background: #f77f3c;
        padding: 7px 14px;
        border-radius: 5px;
        color: white;
        font-size: 12px;
        margin-right: 4px;
        text-transform: uppercase;
    }

    a.dealNow {
        border: 1px solid white;
        padding: 6px 10px;
        border-radius: 5px;
        color: white !important;
        margin-left: 4px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .btnMobileSection {
        margin-top: 27px;
    }

    section.mobileSection p {
        color: #d8d5d5;
        font-weight: 300;
        font-size: 16px !important;
        line-height: 23px !important;
    }

    section.mobileSection , .bookNowTab {
        display: block;
    }

    .bookNowTab {
        border: 1px solid #f77f3c;
        border-radius: 5px;
        color: #f77f3c !important;
        min-width: 116px;
        text-align: center;
        padding: 10px;
    }

    img.mfp-img {
        max-height: unset !important;
        min-width: unset;
    }
}

.tourmaster-single-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30%;
    background: linear-gradient(to bottom, #6976809c, #feb47b00);
}

/*new css start */
.imgWrapAbout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ImgCom {
    width: 49%;
}

.ImgCom img {
    max-width: 100%;
    height: auto;
}

img.imgOne {
    width: 100%;
    height: 258px;
    border-radius: 10px;
    object-fit: cover;
}

img.imgTwo {
    width: 100%;
    height: 211px;
    border-radius: 10px;
    margin-top: 11px;
    object-fit: cover;
}

img.imgThreeAbout {
    width: 89%;
    margin-top: 17px;
    border-radius: 10px;
    height: 251px;
    object-fit: cover;
}

img.imgFour {
    height: 335px;
    width: 100%;
    border-radius: 10px;
    margin-top: -28px;
    object-fit: cover;
}

.imgWrapAbout {
    background-image: url(https://triprex.egenslab.com/wp-content/themes/triprex/assets/img/home1/vector/about-img-bg-vector.svg);
    background-position: left;
    background-size: auto;
}

.sectionTitle h1 {
    color: #100C08;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
}

.sectionTitle h3 {
    font-family: "Satisfy", cursive !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    display: none;
    color: #ea6539;
}

.sectionTitle {
    margin-bottom: 35px;
}

ul.nav-menu li a {
    font-family: "Rubik", sans-serif;
    /* color: #5a5a5a !important; */
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 400 !important;
    font-size: 15px;
    transition: all 0.5s ease-out 0s;
    position: relative;
}

.top-bar.style-2 {
    background-color: #222;
    z-index: 999;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top-bar {
    }
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: #ECE4D7;
    padding: 5px 0;
}

.top-bar .topbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 165px;
    position: relative;
}

.top-bar .topbar-left .icon svg {
    fill: #ea6539;
    height: 25px;
    width: 18px;
}

.new-header-social {
    display: flex;
    align-items: center;
    gap: 30px
}

.top-bar .topbar-left.two .content span {
    color: #fff;
    font-size: 12px;
}

.top-bar .topbar-left.two .content a {
    color: #ea6539;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: 0.5s;
    font-family: "Rubik", sans-serif;
}

.content {
    display: flex ;
    flex-direction: column;
}

.top-bar p a {
    color: #ea6539;
    text-decoration: underline;
    transition: 0.5s;
}

.top-bar p {
    color: #fff;
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
}

.top-bar .topbar-right .social-icon-area ul {
    display: flex ;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar .topbar-right {
    max-width: 235px;
    width: 100%;
    position: relative;
}

.top-bar.style-2 .topbar-right .social-icon-area ul li a {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    padding: 6px;
    font-size: 12px;
}

.aboutHome {
    padding-top: 165px;
    /* background: #f5f5f5; */
}

.new_price p {
    font-weight: 600;
    color: #5d5c5c;
    margin-bottom: 0;
    font-size: 13px;
}

.destination--grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 30px
}

.destination--grid>div {
    grid-column: span 7
}

.destination--grid>div:first-child {
    grid-column: span 5;
    grid-row: span 2
}

.each-destination>a {
    display: block;
    width: 100%;
    position: relative;
    height: 180px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.destination--grid>div:first-child>a {
    height: 390px
}

.each-destination>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.each-destination {
    position: relative
}

.each-destination-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 99;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.each-destination h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 4px #000000b0
}

.each-destination>a:before {
    background: linear-gradient(0deg,rgba(0,0,0,.24) 0%,rgba(0,0,0,.33) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    z-index: 1
}

.each-destination>a.scale:hover img:before,.each-destination>a.scale:hover img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.destination__section .row {
    align-items: center
}

.each-destination-overlay span {
    background: var(--color-primary);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 15px;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    width: auto;
    /* or let Swiper calculate */
    flex-shrink: 0;
}

.tag {
    position: absolute;
    content: "";
    bottom: -12px;
    right: -8px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 15px 5px 20px;
    border-radius: 15px 0 0 15px;
    font-size: .75rem;
    text-transform: uppercase
}

.new_recom .tag {
    top: -12px;
    bottom: unset;
}

.new_recom .card-icon {
    width: 24px;
}

.tag:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border: 4px solid var(--color-primary);
    border-bottom-color: transparent;
    border-right-color: transparent;
    z-index: -1
}

.tag.date:after {
    display: none
}

.tag i {
    padding-right: 5px;
    font-size: 1.125rem
}

.svg-shape-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.svg-shape-wrapper svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.svg-shape-wrapper svg use {
    -webkit-animation: wave 9s linear infinite;
    animation: wave 9s linear infinite;
}

.svg-shape-wrapper svg use:nth-child(2) {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@keyframes wave {
    0% {
        -webkit-transform: translate(-2px, 0);
        transform: translate(-2px, 0);
    }

    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}



/* Media Query For different screens */
@media (min-width: 320px) and (max-width:479px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 480px) and (max-width:599px) {
    /* smartphones, Android phones, landscape iPhone */ .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 357px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
        display: none;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
      width: 49.99%;
  } */
}

a.footer-logo-link img.img-fluid {
    width: 167px;
    /* border-radius: 10px; */
}

a.footer-logo-link {
    /* background: #f5f5f5; */
    padding: 0;
    border-radius: 0;
}

/*team start */
.team-wrapper-img {
    height: 100%;
}

.team-wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.3s;
}

.team-content {
    position: absolute;
    padding: 1.6rem;
    bottom: 0px;
    z-index: 2;
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}

.team-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}

.team-content p {
    color: #fff;
    margin-bottom: 0;
}

.team-wrapper {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

.team-wrapper::after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 58.33%, rgba(0, 0, 0, 0.5) 95.09%);
    z-index: 1;
    transition: height 0.3s, opacity 0.3s;
}

.team-wrapper:hover img {
    scale: 1.05;
}

.more-tbtn a{
    color:#fff;
    font-size:14px;
    font-weight:100;
}

.more-tbtn a:hover{
    text-decoration:underline;
}

.inner-width {
    width: 85%;
    margin-inline:auto; }

@media(max-width: 768px) {
    .inner-width {
        width:100%;
    }
}

a.header-link {
    color: var(--accent-color);
    text-decoration: underline;
    position: absolute;
    bottom: 30px;
}

.documents img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team {
        padding: 60px 0;
    }

    .documents img {
        height: 100%;
    }

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

    .team-content-img {
        height: 250px;
        margin-bottom: 0;
    }

    .team-content-info {
        padding: 30px 20px;
    }

    .team-content-name {
        font-size: 1.5rem;
    }
}

/* Animation for page load */
.team-content-single {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.team-content-single:nth-child(1) {
    animation-delay: 0.1s;
}

.team-content-single:nth-child(2) {
    animation-delay: 0.2s;
}

.team-content-single:nth-child(3) {
    animation-delay: 0.3s;
}

.team-content-single:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Decorative elements */
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
}

.shape1 {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.shape2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation: float 8s ease-in-out infinite reverse;
}

.shape3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.teamNameBlock {
    align-items: center;
    justify-content: space-between;
}

.team-gallery img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/*team end */
/* About Section */
.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f98c22 0%, #222222 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,1000 1000,800 1000,1000"/></svg>');
    background-size: cover;
}

.about-content {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.section-subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    margin-bottom: 0;
}

.about-text {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-stats {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    display: block;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

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

.about-image:hover img {
    transform: scale(1.1);
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

.mv-container {
    position: relative;
    z-index: 2;
}

.mv-header {
    text-align: center;
    margin-bottom: 50px;
}

.mv-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.mv-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.mv-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    font-weight: 300;
}

.mission-card, .vision-card {
    background: #fff;
    border-radius: 25px;
    padding: 50px 40px;
    margin-bottom: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 91%;
}

.mission-card::before, .vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #fa8128;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: #fa8128;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.mv-card-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.mv-card-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

/* Values Section */
.values-section {
    /* background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
    padding: 100px 0;
    color: #fff;
    position: relative;
    background: white;
}

.values-header {
    text-align: center;
    margin-bottom: 50px;
}

.values-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.value-item {
    background: #32465a;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    z-index: 999999;
    position: relative;
}

.value-item:hover {
    background: rgb(24 37 50);
    transform: translateY(-5px);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-text {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    color: white;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}

.shape1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 10%;
    animation: float1 8s ease-in-out infinite;
}

.shape2 {
    width: 100px;
    height: 100px;
    top: 70%;
    right: 15%;
    animation: float2 6s ease-in-out infinite;
}

.shape3 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    left: 20%;
    animation: float3 10s ease-in-out infinite;
}

@keyframes float1 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(-180deg);
    }
}

@keyframes float3 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(90deg);
    }
}

/* Scroll Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .mv-title, .values-title {
        font-size: 2.2rem;
    }

    .about-text, .mission-card, .vision-card {
        padding: 30px 25px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .value-item {
        padding: 30px 20px;
    }
}

section.values-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    width: 100%;
    height: 63%;
}

/*review start */
.client-review {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.client-review::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
    position: relative;
}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.section-title p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.client-review-single {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.review-card {
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--color-primary);
}

.client-review-image-content {
    padding: 40px 30px;
    text-align: center;
    background: var(--color-primary);
    color: white;
    position: relative;
}

.client-review-image-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
}

.client-review-image-content > * {
    position: relative;
    z-index: 2;
}

.client-review-img {
    margin-bottom: 25px;
}

.client-review-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    object-fit: cover;
    transition: all 0.3s ease;
}

.client-review-img img:hover {
    transform: scale(1.1);
    border-color: rgba(255,255,255,0.8);
}

.client-review-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.client-review-country {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 20px;
    display: block;
}

.client-review-info {
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.client-review-info p {
    margin: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}

.client-review-content {
    padding: 40px 30px;
}

.client-review-rating {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.client-review-rating span {
    font-size: 1.2rem;
}

.client-review-rating .fa-star {
    color: var(--gold-color);
}

.client-review-rating .fa-star-o {
    color: #ddd;
}

.client-review-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
    position: relative;
}

.client-review-description::before {
    content: '"';
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
}

.client-review-description p {
    margin-bottom: 0;
}

/* Alternate layout styles */
.review-card.reverse .client-review-image-content {
    background: var(--color-primary);
}

.review-card.reverse .client-review-rating {
    justify-content: flex-end;
}

.tripdetails__side {
    margin-bottom: 16px;
    padding: 8px 15px;
    border: 1px solid #0000001f;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.speaktoexpert__title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.speaktoexpert__person-name {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
}

.speaktoexpert__person-country {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
}

.speaktoexpert__person-country img {
    width: 11px;
    vertical-align: middle;
    display: inline-block;
}

.speaktoexpert__subtitle {
    font-size: 16px;
    margin-top: 10px;
}

.speaktoexpert__subtitle h4 {
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
}

.speaktoexpert__subtitle a {
    color: #111;
    font-weight: 700;
}

.talk-expert img {
    height: 90px;
    border-radius: 50%;
}

#speakerFlag {
    height: 20px;
    border-radius: unset;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sky);
    margin-bottom: 10px;
}

.section-heading {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--ink);
}

.section-heading em {
    font-style: italic;
    color: var(--sky);
}

.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 {
    transition-delay: .05s;
}

.stagger-2 {
    transition-delay: .15s;
}

.stagger-3 {
    transition-delay: .25s;
}

.stagger-4 {
    transition-delay: .35s;
}

.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: var(--ink);
}

/* progress bar */
.progress-bar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 50;
    background: rgba(255,255,255,.12);
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--sky), var(--green));
    transition: width .1s linear;
    border-radius: 0 var(--r-pill) var(--r-pill) 0;
}

/* slides */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .9s ease;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    transition: transform 8s ease;
}

.slide.active .slide-bg {
    transform: scale(1);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2,34,58,.70) 0%, rgba(14,165,233,.08) 60%, rgba(22,163,74,.18) 100%);
}

/* geometric accent */
.slide-geo {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(14,165,233,.18);
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
}

.slide-geo::before {
    content: '';
    position: absolute;
    inset: 40px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

/* slide content */
.slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0 5vw;
}

.slide-inner {
    max-width: 720px;
}

.slide-eyebrow {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sky);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s .3s, transform .7s .3s;
}

.slide-eyebrow span {
    width: 32px;
    height: 1px;
    background: var(--sky);
    display: block;
}

.slide.active .slide-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.slide-title {
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s .5s, transform .7s .5s;
}

.slide.active .slide-title {
    opacity: 1;
    transform: translateY(0);
}

.slide-description {
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255,255,255,.75);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s .7s, transform .7s .7s;
}

.slide.active .slide-description {
    opacity: 1;
    transform: translateY(0);
}

/* nav dots */
.slider-nav {
    position: absolute;
    bottom: 36px;
    left: 5vw;
    display: flex;
    gap: 8px;
    z-index: 20;
}

.nav-dot {
    width: 28px;
    height: 3px;
    border-radius: var(--r-pill);
    background: rgba(255,255,255,.3);
    cursor: pointer;
    transition: all .3s;
}

.nav-dot.active {
    background: var(--sky);
    width: 48px;
}

/* arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .9rem;
    cursor: pointer;
    z-index: 20;
    transition: all .3s;
    backdrop-filter: blur(8px);
}

.slider-arrow:hover {
    background: var(--sky);
    border-color: var(--sky);
}

.slider-arrow.prev {
    left: 3vw;
}

.slider-arrow.next {
    right: 3vw;
}

/* social */
.hero-social {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 20;
}

.hero-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.7);
    font-size: .8rem;
    transition: all .3s;
    backdrop-filter: blur(6px);
}

.hero-social a:hover {
    background: var(--sky);
    border-color: var(--sky);
    color: var(--white);
}

/* scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 32px;
    right: 5vw;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,.5));
    animation: scrollPulse 1.8s ease infinite;
}

.scroll-text {
    font-size: .65rem;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    writing-mode: vertical-rl;
}

@keyframes scrollPulse {
    0%,100% {
        opacity: .4
    }

    50% {
        opacity: 1
    }
}

.hero-search {
    position: relative;
    z-index: 30;
    max-width: 680px;
    margin: -28px auto 0;
    padding: 0 20px;
}

.hero-search .search-inner {
    background: var(--white);
    border-radius: var(--r-pill);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 24px;
    gap: 10px;
}

.hero-search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .95rem;
    color: var(--ink);
    background: transparent;
}

.hero-search input::placeholder {
    color: var(--ink-faint);
}

.hero-search button {
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: var(--white);
    border: none;
    border-radius: var(--r-pill);
    padding: 12px 28px;
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity .2s;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-search button:hover {
    opacity: .88;
}

.alert-session {
    max-width: 800px;
    margin: 20px auto;
    border-radius: var(--r-md);
    padding: 14px 20px;
    background: var(--sky-light);
    color: var(--sky-dark);
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section {
    background: var(--white);
}

.about-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

@media(max-width: 900px) {
    .about-section .row {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.about-content .section-heading {
    margin-bottom: 20px;
}

.about-description {
    font-size: .97rem;
    color: var(--ink-mid);
    line-height: 1.85;
    margin-bottom: 36px;
    font-weight: 300;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

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

.feature-icon-box {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: var(--r-md);
    background: #b0dfff;
    color: var(--sky);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.feature-text h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 3px;
}

.feature-text p {
    font-size: .85rem;
    color: var(--ink-soft);
    line-height: 1.65;
}

.btn-learn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1474a4;
    color: var(--white);
    padding: 14px 28px;
    border-radius: var(--r-pill);
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .02em;
    transition: all .3s;
}

.btn-learn:hover {
    background: var(--sky);
    transform: translateX(4px);
}

.btn-learn i {
    font-size: .75rem;
}

/* about images mosaic */
.about-visual {
    position: relative;
    height: 520px;
}

.img-card {
    position: absolute;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-card.large {
    width: 62%;
    height: 72%;
    top: 0;
    left: 0;
}

.img-card.medium {
    width: 50%;
    height: 56%;
    bottom: 0;
    right: 0;
}

.img-card.small {
    width: 36%;
    height: 44%;
    bottom: 8%;
    left: 4%;
    z-index: 2;
    border: 4px solid var(--white);
}

.exp-badge {
    position: absolute;
    top: 16px;
    right: -16px;
    z-index: 5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(14,165,233,.4);
}

.exp-badge .num {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

.exp-badge .lbl {
    font-size: .65rem;
    font-weight: 500;
    letter-spacing: .08em;
    opacity: .85;
}

.destinations-section {
    background: var(--surface);
}

.section-header-centered {
    text-align: center;
    margin-bottom: 56px;
}

.bento-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
}

.dest-tile {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--ink);
    cursor: pointer;
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}

.dest-tile:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.dest-tile.tile-hero {
    grid-column: span 7;
    min-height: 420px;
}

.dest-tile.tile-medium {
    grid-column: span 5;
    min-height: 420px;
}

.dest-tile.tile-wide {
    grid-column: span 6;
    min-height: 280px;
}

@media(max-width: 900px) {
    .dest-tile.tile-hero, .dest-tile.tile-medium, .dest-tile.tile-wide {
        grid-column: unset;
        min-height: 260px;
    }
}

.dest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 8s ease;
}

.dest-tile:hover img {
    transform: scale(1.06);
}

.dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,20,38,.85) 0%, rgba(2,20,38,.2) 55%, transparent 100%);
}

.dest-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dest-num {
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(255,255,255,.12);
    position: absolute;
    top: 16px;
    right: 24px;
    display: none;
    line-height: 1;
}

.dest-cat {
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
}

.dest-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.1;
}

.dest-stats {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.dest-stat {
    font-size: .72rem;
    color: rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    gap: 5px;
}

.dest-stat i {
    color: var(--sky);
    font-size: .7rem;
}

.dest-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .8rem;
    transition: all .3s;
    backdrop-filter: blur(6px);
}

.dest-tile:hover .dest-arrow {
    background: var(--sky);
    border-color: var(--sky);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 56px;
}

.pkg-card {
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
    display: flex;
    flex-direction: column;
}

.pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.pkg-img-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.pkg-card:hover .pkg-img-wrap img {
    transform: scale(1.06);
}

.pkg-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--green);
    color: var(--white);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: var(--r-pill);
}

.pkg-price-tag {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border-radius: var(--r-pill);
    padding: 6px 16px;
}

.pkg-price-tag .amount {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--sky-dark);
}

.pkg-body {
    padding: 24px;
    padding-bottom: 2px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pkg-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 14px;
    line-height: 1.3;
}

.pkg-title a:hover {
    color: var(--sky);
}

.pkg-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.pkg-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: var(--ink-soft);
}

.pkg-meta-item i {
    color: var(--sky);
    width: 14px;
    font-size: .8rem;
}

.pkg-meta-item .lbl {
    color: var(--ink-faint);
    margin-right: 2px;
}

.pkg-meta-item .val {
    color: var(--ink-mid);
    font-weight: 500;
}

.pkg-footer {
    padding: 0 24px 24px;
    margin-top: auto;
}

.btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: var(--white);
    border-radius: var(--r-pill);
    padding: 13px 20px;
    font-size: .85rem;
    font-weight: 500;
    transition: opacity .2s, transform .2s;
}

.btn-book:hover {
    opacity: .88;
    transform: scale(.98);
}

.bestsellers-section {
    padding: 90px 5vw;
    background: var(--surface);
}

.bestsellers-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.bestsellers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 56px;
}

@media(max-width: 760px) {
    .bestsellers-grid {
        grid-template-columns: 1fr;
    }
}

.bs-card {
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    display: grid;
    grid-template-columns: 220px 1fr;
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}

.bs-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

@media(max-width: 600px) {
    .bs-card {
        grid-template-columns: 1fr;
    }
}

.bs-img-wrap {
    position: relative;
    overflow: hidden;
}

.bs-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
    min-height: 200px;
}

.bs-card:hover .bs-img-wrap img {
    transform: scale(1.07);
}

.bs-fire {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #f97316, #dc2626);
    color: var(--white);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: var(--r-pill);
    display: flex;
    align-items: center;
    gap: 5px;
}

.bs-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bs-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 16px;
}

.bs-title a:hover {
    color: var(--sky);
}

.bs-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
}

.bs-price-lbl {
    font-size: .75rem;
    color: var(--ink-faint);
}

.bs-price-val {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--sky-dark);
}

.bs-dur {
    font-size: .82rem;
    color: var(--ink-soft);
    display: flex;
    align-items: center;
    gap: 6px;
}

.bs-dur i {
    color: var(--sky);
}

.btn-view-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--sky);
    color: var(--sky);
    border-radius: var(--r-pill);
    padding: 10px 22px;
    font-size: .83rem;
    font-weight: 500;
    margin-top: 20px;
    transition: all .25s;
}

.btn-view-details:hover {
    background: var(--sky);
    color: var(--white);
}

.why-section::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(14,165,233,.08);
    top: -200px;
    right: -200px;
    pointer-events: none;
}

.why-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(22,163,74,.08);
    bottom: -100px;
    left: -100px;
    pointer-events: none;
}

.why-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.why-section .section-label {
    color: var(--sky);
}

.why-section .section-heading {
    color: var(--white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 56px;
}

.why-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--r-lg);
    padding: 32px 28px;
    transition: background .3s, border-color .3s, transform .4s cubic-bezier(.34,1.56,.64,1);
}

.why-card:hover {
    background: rgba(14,165,233,.07);
    border-color: rgba(14,165,233,.2);
    transform: translateY(-5px);
}

.why-num {
    font-size: 3rem;
    font-weight: 300;
    color: rgba(255,255,255,.06);
    line-height: 1;
    margin-bottom: -8px;
}

.why-icon {
    font-size: 1.6rem;
    color: var(--sky);
    margin-bottom: 14px;
}

.why-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
}

.why-card p {
    font-size: .875rem;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
}

.why-cta {
    margin-top: 60px;
    text-align: center;
    padding: 50px 32px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--r-xl);
    background: rgba(255,255,255,.03);
}

.why-cta h3 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 400;
    color: var(--white);
    margin-bottom: 10px;
}

.why-cta p {
    color: rgba(255,255,255,.5);
    font-size: .93rem;
    margin-bottom: 28px;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* background: linear-gradient(135deg, var(--sky), var(--sky-dark)); */
    color: var(--white);
    padding: 15px 36px;
    border-radius: var(--r-pill);
    font-size: .88rem;
    font-weight: 500;
    transition: opacity .2s, transform .2s;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    box-shadow: unset;
}

.btn-cta:hover {
    opacity: .88;
    transform: translateY(-2px);
}

.reviews-section {
    padding: 90px 5vw;
    background: var(--white);
}

.reviews-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* carousel wrapper */
#reviewsCarousel {
    margin-top: 56px;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-item {
    transition: opacity .6s ease;
}

.review-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    position: relative;
    margin: 6px;
    transition: box-shadow .3s, transform .3s;
}

.review-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.review-verified {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-verified i {
    font-size: .75rem;
}

.review-quote-icon {
    font-size: 2rem;
    color: var(--sky-light);
    margin-bottom: 12px;
    line-height: 1;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.reviewer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--sky-light);
}

.reviewer-name {
    font-size: .95rem;
    font-weight: 600;
    color: var(--ink);
}

.reviewer-loc {
    font-size: .78rem;
    color: var(--ink-faint);
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-row {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.star-row i {
    color: #f59e0b;
    font-size: .85rem;
}

.review-text {
    font-size: .88rem;
    color: var(--ink-mid);
    line-height: 1.75;
    margin-bottom: 16px;
}

.review-meta {
    display: flex;
    justify-content: flex-end;
}

.review-date {
    font-size: .75rem;
    color: var(--ink-faint);
}

/* carousel controls */
.carousel-control-prev, .carousel-control-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 50%;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev {
    left: -22px;
}

.carousel-control-next {
    right: -22px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1) hue-rotate(180deg);
    width: 14px;
    height: 14px;
}

.carousel-indicators {
    bottom: -36px;
}

.carousel-indicators li {
    background: var(--sky-light);
    border-radius: var(--r-pill);
    width: 24px;
    height: 3px;
    border: none;
}

.carousel-indicators .active {
    background: var(--sky);
    width: 40px;
}

.reviews-cta {
    text-align: center;
    margin-top: 52px;
}

.btn-write-review {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--sky);
    color: var(--sky);
    border-radius: var(--r-pill);
    padding: 13px 28px;
    font-size: .87rem;
    font-weight: 500;
    transition: all .25s;
}

.btn-write-review:hover {
    background: var(--sky);
    color: var(--white);
}

.blog-section {
    padding: 90px 5vw;
    background: var(--surface);
}

.blog-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-eyebrow {
    font-style: italic;
    font-size: 1rem;
    color: var(--ink-soft);
    margin-bottom: 4px;
}

.blog-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: var(--ink);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.blog-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.blog-card:hover .blog-img-wrap img {
    transform: scale(1.07);
}

.blog-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2,20,38,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}

.blog-card:hover .blog-img-overlay {
    opacity: 1;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--sky);
    color: var(--white);
    border-radius: var(--r-pill);
    padding: 10px 20px;
    font-size: .82rem;
    font-weight: 500;
}

.blog-body {
    padding: 20px 22px 24px;
}

.blog-date {
    font-size: .72rem;
    color: var(--ink-faint);
    letter-spacing: .06em;
    margin-bottom: 8px;
    display: block;
}

.blog-title {
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.4;
}

.blog-title a {
    color: var(--ink);
    transition: color .2s;
}

.blog-title a:hover {
    color: var(--sky);
}

.view-all-wrap {
    text-align: center;
    margin-top: 48px;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--ink);
    color: var(--white);
    padding: 14px 32px;
    border-radius: var(--r-pill);
    font-size: .87rem;
    font-weight: 500;
    transition: background .25s, transform .25s;
}

.btn-view-all:hover {
    background: var(--sky);
    transform: translateY(-2px);
}

.accreditation-section {
    padding: 70px 5vw 80px;
    background: var(--white);
    border-top: 1px solid var(--border);
}

.accreditation-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.acc-heading {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 36px;
}

.acc-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
    margin-bottom: 56px;
}

.acc-logos a {
    display: flex;
    align-items: center;
}

.acc-logos img {
    height: 44px;
    width: auto;
    filter: grayscale(1) opacity(.55);
    transition: all .3s;
}

.acc-logos a:hover img {
    filter: none;
}

.media-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.media-logo a {
    display: flex;
    align-items: center;
}

.media-logo img {
    height: 36px;
    width: auto;
    filter: grayscale(1) opacity(.45);
    transition: all .3s;
}

.media-logo a:hover img {
    filter: none;
}

.hero-social {
    display: none;
}

.scroll-indicator {
    display: none;
}

.slider-arrow {
    display: none;
}
}

@media(max-width: 560px) {
    .hero-search .search-inner {
        flex-direction: row;
        border-radius: var(--r-lg);
        padding: 4px 20px;
    }

    .hero-search button {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2.2rem;
    }

    .client-review-content, .client-review-image-content {
        padding: 30px 20px;
    }

    .client-review-info {
        flex-direction: column;
        gap: 10px;
    }

    .client-review-description {
        font-size: 1rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client-review-single {
    animation: fadeInUp 0.6s ease forwards;
}

.client-review-single:nth-child(even) {
    animation-delay: 0.2s;
}

.client-review-single:nth-child(odd) {
    animation-delay: 0.4s;
}

/* Quote decoration */
.quote-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: var(--primary-color);
    opacity: 0.2;
}

@media only screen and (max-width: 600px) {
    img.whatsappBtnImg {
        display: none;
    }

    ul.nav-menu.sf-js-enabled.sf-arrows {
        display: none;
    }
}

/* ============================================
   PREMIUM REDESIGN STYLES
   ============================================ */
/* General Premium Typography & Spacing */
.section-heading-premium {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.section-subtitle-premium {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.section-label-premium {
    color: var(--brand-color, #ea6539);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* 1. Why Travel With Us (Premium) */
.why-section-premium {
    background-color: #FAFAFA;
}

.why-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    width: 65%;
    margin-inline: auto;
}

.why-title{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

@media (max-width: 991px) {
    .why-premium-grid {
        grid-template-columns: repeat(2, 1fr);
        width:100%;
    }
}

@media (max-width: 767px) {
    .why-premium-grid {
        grid-template-columns: 1fr;
    }
}

.why-premium-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.why-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-premium-icon img {
    height: 48px;
}


.why-premium-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.why-premium-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.why-premium-stats {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
    margin: 10px;
}

.stat-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 5px;
}

.stat-lbl {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* 2. Testimonials */
.testimonials-premium {
    background: #fff;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .testimonials-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.testi-card {
    background: #FAFAFA;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.testi-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.testi-stars {
    color: #F59E0B;
    margin-bottom: 20px;
    font-size: 14px;
}

.testi-text {
    font-style: italic;
    color: #444;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-user h5 {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.testi-user span {
    font-size: 13px;
    color: #888;
}

/* 3. Latest Blogs (Premium) */
.blog-premium-section {
    padding: 100px 0;
    background: #FAFAFA;
}

.blog-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .blog-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.blog-premium-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.blog-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.blog-premium-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

.blog-premium-card:hover .blog-premium-img img {
    transform: scale(1.08);
}

.blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.9);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
    z-index: 2;
}

.blog-premium-body {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.blog-premium-body h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 15px;
    color: #1a1a1a;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

.blog-read-more {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.blog-premium-card:hover .blog-read-more {
    gap: 12px;
}

/* 4. FAQ Section */
.faq-premium-section {
    padding: 100px 0;
    background: #F8F9FA;
}

.faq-illustration {
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.faq-accordion .card {
    border: none !important;
    border-radius: 15px !important;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    background: #fff;
    overflow: hidden;
}

.faq-accordion .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.faq-accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion .btn-link:hover, .faq-accordion .btn-link:focus {
    text-decoration: none;
    color: var(--brand-color, #ea6539);
}

.faq-accordion .btn-link i {
    color: var(--brand-color, #ea6539);
    transition: transform 0.3s ease;
}

.faq-accordion .btn-link.collapsed i {
    transform: rotate(0deg);
}

.faq-accordion .btn-link:not(.collapsed) i {
    transform: rotate( 360deg);
    /* Cross for close */
}

.faq-accordion .card-body {
    padding: 0 25px 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* 5. Premium Footer */
.footer-premium {
    background: #081426;
    color: #fff;
}

.footer-cta {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-cta h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}

.footer-cta-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-glass {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-glass:hover {
    background: #fff;
    color: #081426;
    text-decoration: none;
}

.footer-middle {
    padding: 80px 0;
}

.footer-logo-img {
    height: 50px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.footer-desc {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: var(--brand-color, #ea6539);
    transform: translateY(-3px);
    color: #fff;
}

.footer-col h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    gap: 15px;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-contact li i {
    color: var(--brand-color, #ea6539);
    margin-top: 5px;
}

.footer-bottom-premium {
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.footer-legal a {
    color: rgba(255,255,255,0.6);
    margin: 0 10px;
}

.footer-legal a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .blog-premium-grid {
        grid-template-columns: 1fr;
    }

    .hero-slider {
        position: relative;
        height: 300px;
        min-height: 300px;
        overflow: hidden;
        background: var(--ink);
    }

    .about-section {
        padding: 38px 15px;
    }

    .img-card.large {
        width: 100%;
        height: auto;
        z-index: 99;
    }

    .img-card.medium , .img-card.small {
        display: none;
    }

    .about-visual {
        position: relative;
        height: 230px;
    }
}

.footer-cta {
    padding: 0px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 31px;
}

.footer-cta h2 {
    font-size: 34px;
}

.blog-premium-section {
    padding: 51px 0;
    background: #FAFAFA;
}

.btn-cta {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
}

@media(max-width: 992px) {
    .img-card.medium , .img-card.small {
        display: none;
    }

    .about-visual {
        display: none;
    }

    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-section {
        padding-bottom: 30px;
    }
}

/* =========================================
   Himalayan Shepherd - About Us Page Styles
   ========================================= */
.hs-about-wrapper {
    font-family: var(--font-body);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

.hs-about-wrapper h1, .hs-about-wrapper h2, .hs-about-wrapper h3, .hs-about-wrapper h4, .hs-about-wrapper h5, .hs-about-wrapper h6 {
    /* font-family: var(--font-heading); */
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.hs-section {
    padding: 80px 0;
    position: relative;
}

.hs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography Utility */
.hs-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--primary);
}

.hs-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 3rem;
}

/* Buttons */
.hs-btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.hs-btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    box-shadow: 0 4px 15px rgba(18, 62, 138, 0.3);
}

.hs-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(18, 62, 138, 0.4);
    color: var(--white);
}

.hs-btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.hs-btn-secondary:hover {
    background: var(--white);
    color: #000;
}

.hs-btn-green {
    background: var(--secondary);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(109, 155, 75, 0.3);
}

.hs-btn-green:hover {
    background: #5a853b;
    transform: translateY(-3px);
    color: var(--white);
}

/* --- Section 1: Hero Banner --- */
.hs-hero {
    position: relative;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hs-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* For parallax */
    background: url('https://images.unsplash.com/photo-1544735716-392fe2489ffa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    z-index: 1;
}

.hs-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(18, 62, 138, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 2;
}

.hs-hero-content {
    position: relative;
    z-index: 3;
    color: var(--white);
    max-width: 900px;
    padding: 0 20px;
}

.hs-hero h1 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.hs-hero p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: white;
}

.hs-hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* --- Section 2: Our Story --- */
.hs-story {
    background: var(--bg-color);
}

.hs-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hs-story-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.hs-story-img img {
    width: 100%;
    display: block;
    transition: var(--transition);
}

.hs-story-img:hover img {
    transform: scale(1.05);
}

.hs-story-content h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.hs-story-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* Vertical Timeline */
.hs-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid rgba(109, 155, 75, 0.2);
}

.hs-timeline-item {
    position: relative;
    margin-bottom: 25px;
}

.hs-timeline-item::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--secondary);
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0 0 0 2px rgba(109, 155, 75, 0.4);
}

.hs-timeline-item h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--primary);
}

/* --- Section 3: Mission & Vision --- */
.hs-mission-vision {
    background: url('https://images.unsplash.com/photo-1522362373024-5d554a37f59b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover fixed;
    position: relative;
}

.hs-mission-vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 62, 138, 0.85);
}

.hs-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.hs-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: var(--white);
    transition: var(--transition);
}

.hs-glass-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}

.hs-glass-card i {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: var(--secondary);
}

.hs-glass-card h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 15px;
}

/* --- Section 4: Why Choose Us --- */
.hs-features {
    background: var(--bg-alt);
}

.hs-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hs-feature-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.hs-feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--secondary);
    transform: scaleX(0);
    transition: var(--transition);
    transform-origin: left;
}

.hs-feature-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-lg);
}

.hs-feature-card:hover::after {
    transform: scaleX(1);
}

.hs-feature-card i {
    font-size: 3rem;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.hs-feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

/* --- Section 5: Company Statistics --- */
.hs-stats {
    background: var(--primary);
    color: var(--white);
    padding: 70px 0;
}

.hs-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 30px;
}

.hs-stat-item i {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 15px;
}

.hs-stat-number {
    font-size: 3.5rem;
    font-family: var(--font-heading);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.hs-stat-text {
    font-size: 1.1rem;
    opacity: 0.8;
}

/* --- Section 6: Meet Our Team --- */
.hs-team {
    background: var(--bg-color);
}

.hs-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hs-team-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background: var(--white);
    transition: var(--transition);
}

.hs-team-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.hs-team-img {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.hs-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

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

.hs-team-info {
    padding: 25px;
    text-align: center;
}

.hs-team-info h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: var(--primary);
}

.hs-team-role {
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.hs-team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.hs-team-social a {
    color: var(--text-light);
    font-size: 1.2rem;
    transition: var(--transition);
}

.hs-team-social a:hover {
    color: var(--primary);
}

/* --- Section 7: Our Values --- */
.hs-values {
    background: var(--bg-alt);
}

.hs-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hs-value-card {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    transition: var(--transition);
}

.hs-value-card:nth-child(odd) {
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.hs-value-card:nth-child(even) {
    background: var(--primary);
    color: var(--white);
}

.hs-value-card:nth-child(even) h3, .hs-value-card:nth-child(even) p {
    color: var(--white);
}

.hs-value-card i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--secondary);
}

.hs-value-card:nth-child(even) i {
    color: #a3ce83;
    /* Lighter green for dark bg */
}

.hs-value-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* --- Section 8: Gallery --- */
.hs-gallery {
    background: var(--bg-color);
}

.hs-masonry {
    column-count: 3;
    column-gap: 20px;
}

.hs-gallery-item {
    position: relative;
    margin-bottom: 20px;
    break-inside: avoid;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.hs-gallery-item img {
    width: 100%;
    display: block;
    transition: var(--transition);
}

.hs-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 62, 138, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.hs-gallery-overlay i {
    color: var(--white);
    font-size: 2.5rem;
    transform: scale(0.5);
    transition: var(--transition);
}

.hs-gallery-item:hover img {
    transform: scale(1.05);
}

.hs-gallery-item:hover .hs-gallery-overlay {
    opacity: 1;
}

.hs-gallery-item:hover .hs-gallery-overlay i {
    transform: scale(1);
}

/* Lightbox Modal */
.hs-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hs-lightbox.active {
    display: flex;
    opacity: 1;
}

.hs-lightbox-content {
    max-width: 90%;
    max-height: 90vh;
}

.hs-lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.hs-lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.hs-lightbox-close:hover {
    color: var(--secondary);
}

/* --- Section 9: Testimonials --- */
.hs-testimonials {
    background: var(--bg-alt);
    text-align: center;
}

.hs-testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.hs-slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hs-slide {
    min-width: 100%;
    padding: 20px;
}

.hs-testimonial-card {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    position: relative;
}

.hs-quote-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 4rem;
    color: rgba(18, 62, 138, 0.1);
}

.hs-testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--secondary);
    margin: -90px auto 20px;
    display: block;
    background: var(--white);
}

.hs-stars {
    color: #ffc107;
    margin-bottom: 15px;
}

.hs-testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.hs-client-name {
    font-weight: 700;
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.hs-client-country {
    font-size: 0.9rem;
    color: var(--text-light);
}

.hs-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.hs-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: var(--transition);
}

.hs-dot.active {
    background: var(--primary);
    transform: scale(1.3);
}

/* --- Section 10: CTA --- */
.hs-cta {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: var(--white);
    padding: 120px 0;
}

.hs-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center bottom/cover;
    opacity: 0.1;
    mix-blend-mode: overlay;
}

.hs-cta-content {
    position: relative;
    z-index: 2;
}

.hs-cta h2 {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 20px;
}

.hs-cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Animations */
.hs-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.hs-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== PHOTO GALLERY GRID ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 18px;
}

.gallery-grid .gg-main {
    grid-row: 1/3;
    grid-column: 1;
    position: relative;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-grid .gg-cell {
    position: relative;
}

.gallery-grid .gg-cell.show-all::after {
    content: "";
}

.gallery-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #fff;
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 13.5px;
    padding: 9px 16px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
}

.gallery-btn i {
    color: var(--color-primary);
}

/* ===== TITLE / HEADER ROW ===== */
.title-row {
    padding: 24px 0 18px;
    border-bottom: 1px solid var(--color-border);
}

.title-row h1 {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
}

.title-row .sub-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: var(--color-text-muted);
}

.title-row .stars-dots {
    display: flex;
    gap: 3px;
}

.title-row .stars-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1ea672;
    display: inline-block;
}

.title-row .avatar-stack {
    display: flex;
}

.title-row .avatar-stack img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -8px;
}

.title-row .avatar-stack img:first-child {
    margin-left: 0;
}

.title-row .share-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text);
    font-weight: 500;
    font-size: 14px;
}

.title-row .share-icons {
    display: flex;
    gap: 8px;
}

.title-row .share-icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-bg-soft);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.title-row .btn-pdf {
    border: 1.5px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.title-row .btn-pdf:hover {
    background: var(--color-primary);
    color: #fff;
}

/* ===== ICON QUICK FACTS ===== */
.icon-facts {
    padding: 26px 0 6px;
}

.icon-facts .fact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
}

.icon-facts .fact-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.icon-facts .fact-label {
    font-size: 12.5px;
    color: var(--color-text-muted);
    margin-bottom: 3px;
}

.icon-facts .fact-value {
    font-weight: 600;
    color: var(--color-text);
    font-size: 14.5px;
    line-height: 1.4;
}

.bg-icon-1 {
    background: var(--color-primary);
}

.bg-icon-2 {
    background: #E0584F;
}

.bg-icon-3 {
    background: #1FA15A;
}

.bg-icon-4 {
    background: var(--color-secondary);
}

.bg-icon-5 {
    background: #E0A93D;
}

.bg-icon-6 {
    background: #E08A3D;
}

.bg-icon-7 {
    background: #8B5FBF;
}

.bg-icon-8 {
    background: #3D8FE0;
}

/* ===== STICKY TAB NAV ===== */
.tabnav-wrap {
    border-bottom: 1px solid var(--color-border);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
}

.tabnav {
    display: flex;
    overflow-x: auto;
    gap: 4px;
}

.tabnav a {
    white-space: nowrap;
    padding: 16px 18px;
    font-weight: 700;
    font-size: 17px;
    color: var(--color-text-muted);
    border-bottom: 3px solid transparent;
}

.tabnav a.active,.tabnav a:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.package-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: bold;
    color: var(--color-secondary);
    font-family: 'DM Sans', sans-serif;
}

/* highlights */
.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--color-border);
}

.highlight-list li:last-child {
    border-bottom: none;
}

.highlight-list i {
    color: var(--color-primary);
    margin-top: 3px;
}

/* sidebar booking card */
.book-card {
    /* border:1px solid var(--color-border); */
    border-radius: var(--radius);
    /* box-shadow:0 14px 30px rgba(16,60,93,.10); */
    overflow: hidden;
    position: sticky;
    top: 74px;
}

.book-card .price-head {
    background: var(--color-secondary);
    color: #fff;
    padding: 20px 24px;
}

.book-card .price-head .from {
    font-size: 12.5px;
    color: #bcd2ea;
}

.book-card .price-head .amount {
    font-size: 2rem;
    font-weight: 700;
}

.book-card .price-head .amount span {
    font-size: 14px;
    font-weight: 400;
    color: #bcd2ea;
}

.book-card .body {
    padding: 22px 24px;
}

.book-card .body label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-secondary);
}

.book-card .form-control {
    border-radius: 6px;
    border-color: var(--color-border);
    font-size: 14px;
}

.btn-primary-custom {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 11px;
}

.btn-primary-custom:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

.book-card .expert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: var(--color-bg-soft);
    border-top: 1px solid var(--color-border);
}

.book-card .expert img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.book-card .expert .name {
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 14px;
}

.book-card .expert .role {
    font-size: 12px;
    color: var(--color-text-muted);
}

/* ===== ITINERARY ACCORDION ===== */
.itin-day {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    margin-bottom: 14px;
    overflow: hidden;
}

.itin-day .itin-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    background: #fff;
}

.itin-day .itin-head:hover {
    background: var(--color-bg-soft);
}

.itin-day .day-num {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 8px;
    background: var(--color-bg-soft);
    color: var(--color-primary);
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1.1;
}

.itin-day .day-num b {
    font-size: 18px;
}

.itin-day .itin-title {
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 18px;
    flex: 1;
}

.itin-day .itin-sub {
    font-size: 12.5px;
    color: var(--color-text-muted);
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.itin-day .chevron {
    color: var(--color-primary);
    transition: transform .2s;
    margin-left: auto;
}

.itin-day .itin-head[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}

.itin-day .itin-body {
    padding: 0 20px 22px 96px;
    font-size: 14.5px;
    color: var(--color-text);
}

.itin-day .itin-body p {
    margin-bottom: 10px;
}

.itin-day .itin-photos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 14px;
}

.itin-day .itin-photos img {
    width: 140px;
    height: 95px;
    object-fit: cover;
    border-radius: 8px;
}

.it-d{
    display:flex;
    align-items:center;
    gap:10px
}

.it-d p {
    margin-bottom: 0 !important;
    font-size: 14.5px;
}

.it-d img{
    height:22px;
}

/* ===== INCLUDE / EXCLUDE ===== */
.ie-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 24px;
    height: 100%;
}

.ie-card.include {
    border-top: 4px solid var(--color-primary);
}

.ie-card.exclude {
    border-top: 4px solid #C4544A;
}

.ie-card h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
}

.ie-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ie-card ul li {
    display: flex;
    gap: 10px;
    font-size: 17px;
}

.ie-card.include i {
    color: var(--color-primary);
}

.ie-card.exclude i {
    color: #C4544A;
}

/* ===== COST TABLE ===== */
.cost-table {
    width: 100%;
    border-collapse: collapse;
}

.cost-table th {
    background: var(--color-secondary);
    color: #fff;
    font-weight: 600;
    font-size: 13.5px;
    padding: 12px 16px;
    text-align: left;
}

.cost-table td {
    padding: 13px 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--color-border);
}

.cost-table tr:nth-child(even) td {
    background: var(--color-bg-soft);
}

/* ===== FAQ ===== */
.faq-item {
    border-bottom: 1px solid var(--color-border);
}

.faq-q {
    padding: 16px 4px;
    cursor: pointer;
    font-weight: 600;
    color: var(--color-secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.faq-q i {
    color: var(--color-primary);
    transition: transform .2s;
}

.faq-q[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.faq-a {
    padding: 0 4px 16px;
    font-size: 14.5px;
    color: var(--color-text-muted);
}

/*review*/
.review-summary {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: var(--color-bg-soft);
    border-radius: var(--radius);
    margin-bottom: 28px;
}

.review-summary .score {
    font-family: 'Lora',serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1;
}

.review-summary .score-stars i {
    color: var(--color-accent);
    font-size: 13px;
}

.review-summary .score-sub {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-top: 4px;
}

.review-summary .bars {
    flex: 1;
}

.review-summary .bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: var(--color-text-muted);
    margin-bottom: 6px;
}

.review-summary .bar-row .label {
    width: 48px;
    flex: 0 0 48px;
}

.review-summary .bar-track {
    flex: 1;
    height: 7px;
    background: #e3eaf2;
    border-radius: 6px;
    overflow: hidden;
}

.review-summary .bar-fill {
    height: 100%;
    background: var(--color-primary);
    border-radius: 6px;
}

.review-summary .bar-row .count {
    width: 28px;
    flex: 0 0 28px;
    text-align: right;
}

.review-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 22px;
    margin-bottom: 18px;
}

.review-card .rc-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.review-card .rc-head img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card .rc-name {
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 14.5px;
}

.review-card .rc-meta {
    font-size: 12.5px;
    color: var(--color-text-muted);
}

.review-card .rc-stars i {
    color: var(--color-accent);
    font-size: 12px;
}

.review-card .rc-title {
    font-weight: 600;
    margin: 10px 0 6px;
    font-size: 14.5px;
}

.review-card .rc-text {
    font-size: 14px;
    color: var(--color-text-muted);
}

.review-card .rc-trip {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    background: var(--color-bg-soft);
    color: var(--color-primary);
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* ===== FOOTER CTA ===== */
.cta-band {
    background: var(--color-primary);
    color: #fff;
    padding: 44px 0;
    text-align: center;
}

.cta-band h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-band .btn-light-custom {
    background: #fff;
    color: var(--color-primary);
    font-weight: 600;
    border-radius: 6px;
    padding: 11px 28px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

section#packagePadding {
    padding: 60px 100px;
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns:1fr 1fr;
        grid-template-rows: 160px 100px 100px;
        height: auto;
    }

    .gallery-grid .gg-main {
        grid-column: 1/3;
        grid-row: 1;
    }

    .title-row .sub-row {
        font-size: 13px;
    }

    .itin-day .itin-body {
        padding-left: 20px;
    }

    .hero h1 {
        font-size: 1.6rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hs-hero h1 {
        font-size: 2.5rem;
    }

    .hs-hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .hs-hero-btns a {
        width: 100%;
        text-align: center;
    }

    .hs-features-grid {
        grid-template-columns: 1fr;
    }

    .hs-team-grid {
        grid-template-columns: 1fr;
    }

    .hs-values-grid {
        grid-template-columns: 1fr;
    }

    .hs-masonry {
        column-count: 1;
    }

    .hs-stats-grid {
        grid-template-columns: 1fr;
    }

    .hs-testimonial-card {
        padding: 40px 20px;
    }

    .hs-cta h2 {
        font-size: 2.5rem;
    }

    .bento-grid {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto auto;
    }

    .packages-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin-top: 56px;
    }

    section#packagePadding {
        padding: 60px 0px;
    }
}

@media (max-width: 992px) {
    .hs-hero h1 {
        font-size: 3rem;
    }

    .hs-story-grid {
        grid-template-columns: 1fr;
    }

    .hs-mv-grid {
        grid-template-columns: 1fr;
    }

    .hs-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .hs-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-masonry {
        column-count: 2;
    }

    .bento-grid {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }

    .packages-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin-top: 56px;
    }
}

@media(max-width: 552px) {
    .packages-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 28px;
        margin-top: 56px;
    }
}

img.imgIcons {
    width: 25px;
}

.itin-photos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.itin-photo-link {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: box-shadow .25s ease;
}

.itin-photo-link:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
}

.itin-photo-link img {
    display: block;
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    cursor: zoom-in;
    transition: transform .35s ease, filter .35s ease;
}

.itin-photo-link:hover img {
    transform: scale(1.07);
    filter: brightness(.82);
}

.itin-photo-link::after {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.itin-photo-link:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.se-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.se-label {
    font-weight: 600;
    font-size: 1.1rem;
}

.se-slide {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}

.se-avatar {
    width: 100px !important;
    height: 120px !important;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.se-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.se-name {
    font-weight: 600;
    font-size: 1rem;
}

.se-country {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #666;
}

.se-flag {
    width: 18px !important;
    height: auto;
    border-radius: 2px;
}

.se-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
}

.ic-wa {
    color: #25D366;
}

.ic-mail {
    color: #666;
}

.se-contact a {
    color: #333;
    text-decoration: none;
    font-size: 10px;
}

.se-contact a:hover {
    text-decoration: underline;
}

/* Dossier button */
.se-dossier-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1.5px solid #d0d8e6;
    border-radius: 9px;
    padding: 9px 14px;
    font-size: 13px;
    color: #1a2340;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
}

.se-dossier-btn:hover {
    background: #f0f5ff;
    border-color: #1a73e8;
    color: #1a73e8;
    text-decoration: none;
}

.se-dossier-btn i {
    font-size: 14px;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 8px;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.pricing-header {
    text-align: center;
    margin-bottom: 15px;
}

.price-amount {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

.price-per {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.discount-toggle {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #3b5998;
    cursor: pointer;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.discount-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.discount-content {
    background: #f0f4fd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    display: none;
}

.discount-content.show {
    display: block;
}

.discount-table {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.dt-header {
    display: flex;
    justify-content: space-between;
    color: #3b5998;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dce4f5;
}

.dt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #444;
}

.dt-row:last-child {
    margin-bottom: 0;
}

.dt-dots {
    flex-grow: 1;
    border-bottom: 2px dotted #9facd1;
    margin: 0 10px;
    position: relative;
    top: -4px;
}

.pricing-actions {
    display: flex;
    gap: 10px;
}

.btn-pc {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: opacity 0.2s;
}

.btn-pc:hover {
    opacity: 0.9;
}

.btn-book {
    background: #4070f4;
    color: #fff;
}

.btn-check {
    background: #ffb833;
    color: #111;
}

.btn-inquire {
    background: #fff;
    color: #4070f4;
    border: 1px solid #4070f4;
}

.btn-check {
    background: #739658;
    color: white;
}

.wcu {
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 32px 120px;
    position: relative;
}

/* ---------- Header ---------- */
.wcu-eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.wcu-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: #a5502c;
    ; display: inline-block;
}

.wcu-header {
    max-width: 680px;
    margin-bottom: 96px;
}

.wcu-title {
    font-weight: 500;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--ink);
}

.wcu-title em {
    font-style: italic;
    font-weight: 400;
}

.wcu-sub {
    margin-top: 22px;
    font-size: 16.5px;
    line-height: 1.7;
    color: #6c7a72;
    max-width: 520px;
}

/* ---------- Trail ---------- */
.wcu-trail {
    position: relative;
}

/* the vertical dotted route line */
.wcu-trail::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 39px;
    width: 0;
    border-left: 2px dotted #b9ae94;
}

.wcu-stop {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 40px;
    padding-bottom: 76px;
}

.wcu-stop:last-child {
    padding-bottom: 0;
}

.wcu-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcu-node {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ece6d8;
    ; border: 1.5px solid #b9ae94;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: border-color .25s ease, transform .25s ease;
}

.wcu-stop:hover .wcu-node {
    border-color: #3f5b44;
    ; transform: translateY(-2px);
}

.wcu-node svg {
    width: 30px;
    height: 30px;
    stroke: #3f5b44;
    ; }

.wcu-elev {
    margin-top: 10px;
    text-align: center;
    font-size: 10.5px;
    letter-spacing: 0.03em;
    color: #6c7a72;
    line-height: 1.5;
}

.wcu-elev strong {
    display: block;
    font-size: 12px;
    color: var(--ink);
    font-weight: 500;
}

.wcu-content {
    padding-top: 8px;
}

.wcu-locale {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a5502c;
    margin-bottom: 8px;
}

.wcu-stop-title {
    font-size: 26px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 12px;
}

.wcu-stop-text {
    font-size: 15.5px;
    line-height: 1.75;
    color: #3d4a44;
    max-width: 620px;
}

.wcu-stop-text + .wcu-stop-text {
    margin-top: 12px;
}

/* ---------- Closing strip ---------- */
.wcu-close {
    margin-top: 104px;
    padding-top: 48px;
    border-top: 1px solid #b9ae94;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}

.wcu-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2c4132;
    color: #faf8f2;
    font-weight: 500;
    font-size: 14.5px;
    padding: 15px 26px;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease;
}

.wcu-cta:hover {
    background: #a5502c;
}

.wcu-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
    .wcu {
        padding:64px 20px 80px;
    }

    .wcu-header {
        margin-bottom: 64px;
    }

    .wcu-trail::before {
        left: 27px;
    }

    .wcu-stop {
        grid-template-columns: 56px 1fr;
        gap: 0 22px;
        padding-bottom: 56px;
    }

    .wcu-node {
        width: 56px;
        height: 56px;
    }

    .wcu-node svg {
        width: 22px;
        height: 22px;
    }

    .wcu-elev {
        display: none;
    }

    .wcu-stop-title {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wcu-node {
        transition: none;
    }
}

.icon-list li {
    position: relative;
    padding: 10px 0 10px 44px;
    line-height: 1.6;
}

.icon-list li:last-child {
    border-bottom: none;
}

.icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background-image: url("/assets/front/img/mountain.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.package-detail-container {
    padding-right: 0px;
}

@media(max-width: 768px) {
    .package-detail-container {
        padding-right:0;
    }
}

.package-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 14px 0;
    font-family: inherit;
}

.package-breadcrumb a {
    position: relative;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.25s ease;
}

.package-breadcrumb a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--color-primary, #235191);
    transition: width 0.25s ease;
}

.package-breadcrumb a:hover {
    color: var(--color-primary, #235191);
}

.package-breadcrumb a:hover::after {
    width: 100%;
}

.package-breadcrumb a + a {
    margin-left: 26px;
}

.package-breadcrumb a + a::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #c7ccd4;
    border-right: 1.5px solid #c7ccd4;
}

.package-breadcrumb a:last-child {
    color: var(--color-secondary, #103C5D);
    font-weight: 600;
    pointer-events: none;
}

.package-breadcrumb a:last-child::after {
    display: none;
}

/* Hero Slider Styles */
.premium-hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 550px;
    overflow: hidden;
    background-color: #0b1320;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 6s ease-out;
}

.hero-slide.active .hero-slide-bg {
    transform: scale(1);
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-slide-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 950px;
    padding: 0 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
}

.hero-slide.active .hero-slide-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(46, 202, 127, 0.2);
    border: 1px solid rgba(46, 202, 127, 0.4);
    color: #2eca7f;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.hero-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.hero-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.hero-btn-primary {
    background-color: #1474a4;
    color: #ffffff;
    border: 2px solid #1474a4;
}

.hero-btn-primary:hover {
    background-color: #0f5c83;
    border-color: #0f5c83;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(20, 116, 164, 0.4);
}

.hero-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.hero-btn-secondary:hover {
    background-color: #ffffff;
    color: #1474a4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* Navigation Controls */
.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.hero-nav-btn:hover {
    background: #1474a4;
    border-color: #1474a4;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.hero-nav-prev {
    left: 30px;
}

.hero-nav-next {
    right: 30px;
}

/* Indicator Dots */
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    background: #1474a4;
    width: 30px;
    border-radius: 10px;
}

/* Responsive overrides */
@media (max-width: 768px) {
    .premium-hero-slider {
        height: 70vh;
        min-height: 480px;
    }

    .hero-slide-content {
        padding: 0 20px;
        text-align: center;
        margin: 0 auto;
    }

    .hero-btn-group {
        justify-content: center;
    }

    .hero-nav-btn {
        display: none;
    }
}

.header-inner {
    position: relative;
}

/* Fade-up animation base state */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When JS adds this class, element animates into view */
.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delays for sequential reveal */
.fade-up.stagger-1.in-view {
    transition-delay: 0.1s;
}

.fade-up.stagger-2.in-view {
    transition-delay: 0.25s;
}

.fade-up.stagger-3.in-view {
    transition-delay: 0.4s;
}

/* Optional: subtle scale-in for images inside the visual block */
.about-visual .img-card {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.about-visual.in-view .img-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about-visual.in-view .img-card.medium {
    transition-delay: 0.15s;
}

.about-visual.in-view .img-card.small {
    transition-delay: 0.3s;
}

.about-visual.in-view .exp-badge {
    transition-delay: 0.45s;
}

.exp-badge {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.about-visual.in-view .exp-badge {
    opacity: 1;
    transform: translateY(0);
}

/* View More link row */
.dest-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.dest-header-row .section-header-centered {
    margin-bottom: 0;
    text-align: left;
}

.dest-view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1474a4;
    text-decoration: none;
    padding: 10px 24px;
    border: 2px solid #1474a4;
    border-radius: 30px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.dest-view-more:hover {
    background: #1474a4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20,116,164,0.25);
    text-decoration: none;
}

.dest-view-more i {
    transition: transform 0.3s ease;
}

.dest-view-more:hover i {
    transform: translateX(4px);
}

.bento-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.dest-row-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dest-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}

.dest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-tile:hover img {
    transform: scale(1.08);
}

/* Heights per tile type */
.bento-grid .dest-tile {
    height: 420px;
}

.dest-row-three .dest-tile {
    height: 320px;
}

.dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100% );
    z-index: 2;
    transition: background 0.4s ease;
}

.dest-tile:hover .dest-overlay {
    background: linear-gradient( 180deg, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0.75) 100% );
}

.dest-num {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1.5px;
}

.dest-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.dest-cat {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.dest-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.dest-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dest-stat {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.dest-stat i {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.6);
}

.dest-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-arrow:hover {
    background: #1474a4;
    border-color: #1474a4;
    color: #fff;
    transform: scale(1.1) rotate(-35deg);
    text-decoration: none;
}

.dest-arrow i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.dest-tile:hover .dest-arrow {
    background: #1474a4;
    border-color: #1474a4;
}

.dest-tile:hover .dest-arrow i {
    transform: translateX(2px);
}

.bento-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
}

.hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
    position: absolute;
    inset: 0;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    /* or keep absolute if slides are stacked */
}

@media (max-width: 991px) {
    .bento-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dest-row-three {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .bento-grid .dest-tile {
        height: 340px;
    }

    .dest-row-three .dest-tile {
        height: 280px;
    }

    .dest-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .destinations-section {
        padding: 60px 0 70px;
    }

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

    .dest-row-three {
        grid-template-columns: 1fr;
    }

    .bento-grid .dest-tile, .dest-row-three .dest-tile {
        height: 300px;
    }

    .dest-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .dest-body {
        padding: 18px;
    }
}

.destinations-section {
    padding: 90px 0 100px;
    background: #f8f9fb;
    position: relative;
    overflow: hidden;
}

.destinations-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 116, 164, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Section Header */
.section-header-centered {
    text-align: center;
    margin-bottom: 50px;
}

.section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1474a4;
    background: rgba(20, 116, 164, 0.08);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.section-heading em {
    font-style: italic;
    color: #1474a4;
}

/* View More link row */
.dest-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.dest-header-row .section-header-centered {
    margin-bottom: 0;
    text-align: left;
}

.dest-view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1474a4;
    text-decoration: none;
    padding: 10px 24px;
    border: 2px solid #1474a4;
    border-radius: 30px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.dest-view-more:hover {
    background: #1474a4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 116, 164, 0.25);
    text-decoration: none;
}

.dest-view-more i {
    transition: transform 0.3s ease;
}

.dest-view-more:hover i {
    transform: translateX(4px);
}

.bento-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.dest-row-three {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
}

.dest-right-stack {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.dest-right-stack .dest-tile {
    flex: 1;
    min-height: 0;
}

.dest-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.dest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-tile:hover img {
    transform: scale(1.08);
}

/* Heights per tile type */
.bento-grid .dest-tile {
    height: 420px;
}

.dest-row-three>.dest-tile {
    height: 100%;
    min-height: 320px;
}

.dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}

.dest-tile:hover .dest-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.75) 100%);
}

.dest-num {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1.5px;
}

.dest-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.dest-cat {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.dest-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dest-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dest-stat {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.dest-stat i {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
}

.dest-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-arrow:hover {
    background: #1474a4;
    border-color: #1474a4;
    color: #fff;
    transform: scale(1.1) rotate(-35deg);
    text-decoration: none;
}

.dest-arrow i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.dest-tile:hover .dest-arrow {
    background: #1474a4;
    border-color: #1474a4;
}

.dest-tile:hover .dest-arrow i {
    transform: translateX(2px);
}

.testi-slider {
    position: relative;
    padding: 0 10px;
}

.testi-viewport {
    overflow: hidden;
}

.testi-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.testi-slide {
    flex: 0 0 33.3333%;
    /* 3 per view (desktop) */
    box-sizing: border-box;
    padding: 12px;
}

.testi-slide .testi-card {
    height: 100%;
}

/* Arrows */
.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #e67e22;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
}

.testi-arrow:hover {
    background: #e67e22;
    color: #fff;
}

.testi-prev {
    left: -8px;
}

.testi-next {
    right: -8px;
}

.testi-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

/* Dots */
.testi-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testi-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d8d8d8;
    cursor: pointer;
    transition: background 0.2s, width 0.2s;
}

.testi-dots button.active {
    background: #e67e22;
    width: 26px;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .testi-slide {
        flex-basis: 50%;
    }

    /* 2 per view (tablet) */
}

@media (max-width: 640px) {
    .testi-slide {
        flex-basis: 100%;
    }

    /* 1 per view (mobile) */
    .testi-prev {
        left: 2px;
    }

    .testi-next {
        right: 2px;
    }
}

@media (max-width: 991px) {
    .bento-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dest-row-three {
        grid-template-columns: 1fr 1.5fr;
    }

    .bento-grid .dest-tile {
        height: 340px;
    }

    .dest-row-three>.dest-tile {
        min-height: 340px;
    }

    .dest-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .destinations-section {
        padding: 60px 0 70px;
    }

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

    .dest-row-three {
        grid-template-columns: 1fr;
    }

    .dest-row-three>.dest-tile {
        min-height: 300px;
        height: auto;
    }

    .bento-grid .dest-tile, .dest-row-three .dest-tile {
        height: 300px;
    }

    .dest-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .dest-body {
        padding: 18px;
    }

    .dest-row-three>.dest-tile {
        height: 100%;
        min-height: 323px;
    }
}

.tripinfo {
    min-height: 96px;
    /* color: #f77f3c !important; */
}

section.package-listing .card.single_place.border-0 img {
    min-height: 280px;
    object-fit: cover;
    max-height: 280px;
    width: 100%;
}

@media (max-width: 640px) {
    .testi-slide {
        flex-basis: 100%;
    }

    /* 1 per view (mobile) */
    .testi-prev {
        left: 2px;
    }

    .testi-next {
        right: 2px;
    }
}

@media(max-width: 768px) {
    .header-link {
        display:none;
    }

    .primary-nav__item {
        width: 100%;
    }

    .faq-accordion .card {
        overflow: hidden;
    }

    .faq-accordion .card-header .btn-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        width: 100%;
        text-align: left;
        white-space: normal;
        /* allow long questions to wrap */
        word-break: break-word;
    }

    .faq-accordion .card-header .btn-link i.fas {
        flex: 0 0 auto;
        /* never shrink/clip the icon */
        transition: transform 0.25s ease;
    }

    /* Flip plus -> minus when the item is open */
    .faq-accordion .card-header .btn-link:not(.collapsed) i.fas::before {
        content: "\f068";
        /* fa-minus */
    }

    @media (max-width: 640px) {
        .faq-accordion .card-header .btn-link {
            font-size: 15px;
            padding-right: 12px;
        }

        .section-heading-premium {
            font-size: 32px;
        }

        .package-title {
            font-size: 24px;
        }

        /* Slim horizontal scrollbar under the package tabs */
        .tabnav {
            scrollbar-width: thin;
            /* Firefox */
            scrollbar-color: #123047 transparent;
        }

        .tabnav::-webkit-scrollbar {
            height: 4px;
        }

        .tabnav::-webkit-scrollbar-thumb {
            background: #123047;
            border-radius: 4px;
        }

        .tabnav::-webkit-scrollbar-track {
            background: transparent;
        }

        .title-row h1 {
            font-size: 1.5rem;
        }
    }
}

div#teamBreadcumb a {
    color: white;
}

@media(max-width: 992px) {
    a.header-link {
        display:none;
    }

    .why-premium-stats {
        display: none;
    }

    .why-premium-grid {
        margin-bottom: 0;
    }

    .dest-right-stack.fade-up.stagger-2.visible.in-view {
        flex-direction: column !important;
        height: 444px !important;
    }

    .team-detail-img img {
        height: auto;
        object-fit: cover;
    }

    .twoBtn {
        display: flex;
        width: 100%;
    }

    .premium-hero-slider {
        height: 382px;
        min-height: unset;
    }

    .team-gallery img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }

    .hero-slide-content {
    }

    .hero-slide-content {
        margin-top: 81px;
    }

    .hero-btn {
        padding: 8px 25px;
        font-size: 14px;
    }

    .tabnav a {
        padding: 16px 4px;
    }
}

div#ExcludesImg li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background-image: url("https://media.istockphoto.com/id/913475058/vector/tick-icon-vector-symbol-marker-red-checkmark-isolated-on-white-background-checked-icon-or.jpg?s=612x612&w=0&k=20&c=gniDoobEUqsQq_4yV4Gx4Cu8TY4uV0AJ8xbtC7VZU6M=");
    background-repeat: no-repeat;
    background-size: contain;
}

#includes .ie-card {
    background: #f1f8fe;
    border: 1px solid #d8e9f7;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
}

#includes .ie-card.exclude {
    background: #fff5f5;
    border-color: #f8dcdc;
}

#includes .ie-card>h4 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-primary);
}

#includes .ie-card.exclude>h4 {
    color: #c94a4a;
}

#includes .ie-card__icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 20px;
}

#includes .ie-card.exclude .ie-card__icon {
    background: #c94a4a;
}

#includes .ie-group {
    background: #fff;
    border: 1px dashed #bcd9ef;
    border-radius: 12px;
    padding: 0 0 12px;
    margin-bottom: 16px;
}

#includes .ie-card.exclude .ie-group {
    border-color: #f0c4c4;
}

#includes .ie-group:last-child {
    margin-bottom: 0;
}

#includes .ie-group__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px dashed #bcd9ef;
    margin-bottom: 12px;
}

#includes .ie-card.exclude .ie-group__head {
    border-bottom-color: #f0c4c4;
}

#includes .ie-group__head i {
    color: var(--color-primary);
    font-size: 18px;
}

#includes .ie-card.exclude .ie-group__head i {
    color: #c94a4a;
}

#includes .ie-group__head h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#includes .ie-group__list {
    list-style: none;
    margin: 0;
    padding: 0 16px;
}

#includes .ie-group__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.55;
    color: #444;
}

/* neutralise any inherited bullet from .icon-list in main.css */
#includes .ie-group__list li::before {
    content: none;
    display: none;
}

#includes .ie-group__list li>i {
    flex: 0 0 auto;
    margin-top: 3px;
    font-size: 15px;
    color: var(--color-primary);
}

#includes .ie-card.exclude .ie-group__list li>i {
    color: #c94a4a;
}

@media (max-width: 767px) {
    #includes .ie-card>h4 {
        font-size: 20px;
    }
}

.ie-card.exclude i {
    color: #ffffff;
}

.ie-card.include i {
    color: #ffffff;
}

section#overview {
    padding-right: 50px;
}




 /* Customize trip CTA card */
                        .customize-card {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 24px;
                            background: #fff;
                            border: 1px solid #e4e8ee;
                            border-radius: 16px;
                            padding: 26px 30px;
                            margin-top: 28px;
                            box-shadow: 0 2px 10px rgba(16, 40, 70, .05);
                        }
                        .customize-card__text h3 {
                            margin: 0 0 8px;
                            font-size: 25px;
                            font-weight: 900;
                            line-height: 1.3;
                            color: #1c2430;
                            font-family: 'DM Sans', sans-serif;
                        }

                        .customize-card__text p {
                            margin: 0;
                            font-size: 16px;
                            line-height: 1.6;
                            color: #4a5563;
                        }

                        .customize-card__btn {
                            flex: 0 0 auto;
                            display: inline-flex;
                            align-items: center;
                            gap: 10px;
                            background: #1c6b4a;
                            color: #fff;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: .2px;
                            padding: 14px 28px;
                            border-radius: 999px;
                            text-decoration: none;
                            transition: background .2s ease, transform .2s ease;
                        }

                        .customize-card__btn:hover,
                        .customize-card__btn:focus {
                            background: #14523a;
                            color: #fff;
                            text-decoration: none;
                            transform: translateY(-2px);
                        }

                        .customize-card__btn i {
                            font-size: 14px;
                            transform: rotate(-45deg);
                        }

                        @media (max-width: 767px) {
                            .customize-card {
                                flex-direction: column;
                                align-items: flex-start;
                                gap: 18px;
                                padding: 22px;
                            }

                            .customize-card__text h3 {
                                font-size: 20px;
                            }

                            .customize-card__btn {
                                width: 100%;
                                justify-content: center;
                            }
                        }
                        
        
                      
        /* Slimmer horizontal scrollbar for the section tab nav */
        .tabnav-wrap,
        .tabnav {
            scrollbar-width: thin;
            scrollbar-color: #123a4f transparent;
        }

        .tabnav-wrap::-webkit-scrollbar,
        .tabnav::-webkit-scrollbar {
            height: 4px;
        }

        .tabnav-wrap::-webkit-scrollbar-track,
        .tabnav::-webkit-scrollbar-track {
            background: transparent;
        }

        .tabnav-wrap::-webkit-scrollbar-thumb,
        .tabnav::-webkit-scrollbar-thumb {
            background: #123a4f;
            border-radius: 999px;
        }

        /* ================= Trip Info & FAQs ================= */

        .tripinfo__layout {
            display: grid;
            grid-template-columns: 262px minmax(0, 1fr);
            gap: 26px;
            align-items: start;
        }

        /* ---- Sidebar ---- */
        .tripinfo__side {
            position: sticky;
            top: 150px;
            background: var(--ti-soft);
            border: 1px solid var(--ti-line);
            border-radius: 16px;
            padding: 10px;
            max-height: calc(100vh - 180px);
            overflow-y: auto;
            overscroll-behavior: contain;
            scrollbar-width: thin;
            scrollbar-color: var(--ti-accent) transparent;
        }

        .tripinfo__side::-webkit-scrollbar {
            width: 5px;
        }

        .tripinfo__side::-webkit-scrollbar-track {
            background: transparent;
        }

        .tripinfo__side::-webkit-scrollbar-thumb {
            background: var(--ti-accent);
            border-radius: 999px;
        }

        .tripinfo__side-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .tripinfo__side-list a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 14px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.3;
            color: var(--ti-ink);
            text-decoration: none;
            transition: background .18s ease, color .18s ease;
        }

        .tripinfo__side-list a i {
            width: 20px;
            flex: 0 0 20px;
            font-size: 15px;
            text-align: center;
            color: var(--ti-accent-dark);
            transition: color .18s ease;
        }

        .tripinfo__side-list a:hover {
            background: #dcebf3;
            color: var(--ti-ink);
            text-decoration: none;
        }

        .tripinfo__side-list a.active {
            background: var(--ti-accent);
            color: #fff;
            box-shadow: 0 4px 12px rgba(91, 147, 176, .35);
        }

        .tripinfo__side-list a.active i {
            color: #fff;
        }

        /* ---- Groups ---- */
        .tripinfo__group {
            border: 1px solid var(--ti-line);
            border-radius: 16px;
            background: #fff;
            padding: 4px 22px 6px;
            margin-bottom: 22px;
            scroll-margin-top: 160px;
        }

        .tripinfo__group-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 18px 0 14px;
        }

        .tripinfo__group-head h3 {
            margin: 0;
            font-size: 26px;
            font-weight: 700;
            color: var(--ti-accent);
        }

        .tripinfo__expand {
            background: none;
            border: 0;
            padding: 0;
            font-size: 15px;
            font-weight: 600;
            color: var(--ti-ink);
            text-decoration: underline;
            cursor: pointer;
            white-space: nowrap;
        }

        .tripinfo__expand:hover {
            color: var(--ti-accent-dark);
        }

        /* ---- Q&A ---- */
        .tripinfo__qa {
            border-top: 1px solid var(--ti-line);
        }

        .tripinfo__q {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            width: 100%;
            background: none;
            border: 0;
            padding: 18px 2px;
            text-align: left;
            font-size: 17px;
            font-weight: 600;
            color: var(--ti-ink);
            cursor: pointer;
        }

        .tripinfo__q i {
            flex: 0 0 auto;
            font-size: 14px;
            color: #6b7c8b;
            transition: transform .25s ease;
        }

        .tripinfo__qa.open .tripinfo__q i {
            transform: rotate(180deg);
        }

        .tripinfo__a {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows .28s ease;
        }

        .tripinfo__qa.open .tripinfo__a {
            grid-template-rows: 1fr;
        }

        .tripinfo__a > div {
            overflow: hidden;
        }

        .tripinfo__a p {
            margin: 0 0 16px;
            padding-right: 34px;
            font-size: 16px;
            line-height: 1.7;
            color: #4a5563;
        }

        @media (max-width: 991px) {
            .tripinfo__layout {
                grid-template-columns: 1fr;
            }

            .tripinfo__side {
                position: static;
                max-height: none;
                display: flex;
                overflow-x: auto;
                overflow-y: hidden;
                gap: 8px;
                padding: 8px;
            }

            .tripinfo__side-list {
                display: flex;
                gap: 8px;
            }

            .tripinfo__side-list a {
                white-space: nowrap;
            }

            .tripinfo__group {
                padding: 4px 16px 6px;
            }

            .tripinfo__group-head h3 {
                font-size: 21px;
            }

            .tripinfo__q {
                font-size: 16px;
            }
        }
        
#includes .ie-group__head h5 {
    font-size: 21px !important;
    font-weight: 900 !important;
}

				/* ---- Theme tokens ---- */
				.eq-section {
					--eq-primary: #5b93b0;
					--eq-primary-dark: #3d7692;
					--eq-tint: #eef5f9;
					--eq-white: #ffffff;
					--eq-border: #E6EDF2;
					--eq-heading: #1f2b37;
					--eq-text: #6b7885;
					--eq-done: #A8B3BD;
					position: relative;
				}

				/* ---- Outer card ---- */
				.eq-card {
					background: var(--eq-white);
					border: 1px solid var(--eq-border);
					border-radius: 18px;
					padding: 36px;
					box-shadow: 0 20px 60px rgba(16, 40, 70, .07);
				}

				/* ---- Header ---- */
				.eq-head {
					display: flex;
					align-items: flex-start;
					justify-content: space-between;
					flex-wrap: wrap;
					gap: 18px;
				}

				.eq-head__left {
					display: flex;
					align-items: center;
					gap: 16px;
					min-width: 0;
				}

				.eq-head__icon {
					flex: 0 0 auto;
					width: 54px;
					height: 54px;
					display: flex;
					align-items: center;
					justify-content: center;
					border-radius: 16px;
					background: linear-gradient(140deg, var(--eq-primary), var(--eq-primary-dark));
					color: #fff;
					font-size: 21px;
					box-shadow: 0 10px 22px rgba(91, 147, 176, .35);
				}

				.eq-title {
					margin: 0 0 3px;
					font-size: 26px;
					font-weight: 800;
					line-height: 1.25;
					letter-spacing: -.4px;
					color: var(--eq-heading);
				}

				.eq-subtitle {
					margin: 0;
					font-size: 14.5px;
					color: var(--eq-text);
				}

				/* Download button */
				.eq-download {
					display: inline-flex;
					align-items: center;
					gap: 9px;
					padding: 11px 22px;
					border: 1px solid var(--eq-primary);
					border-radius: 50px;
					background: transparent;
					color: var(--eq-primary);
					font-size: 14.5px;
					font-weight: 600;
					white-space: nowrap;
					cursor: pointer;
					transition: background-color .28s ease, color .28s ease, box-shadow .28s ease, transform .28s ease;
				}

				.eq-download i { transition: transform .28s ease; }

				.eq-download:hover {
					background: var(--eq-primary);
					color: #fff;
					box-shadow: 0 12px 24px rgba(91, 147, 176, .32);
					transform: translateY(-1px);
				}

				.eq-download:hover i { transform: translateY(2px); }

				/* ---- Intro copy ---- */
				.eq-intro {
					margin: 22px 0 0;
					font-size: 15.5px;
					line-height: 1.75;
					color: var(--eq-text);
				}

				/* ---- Toolbar: progress + search ---- */
				.eq-toolbar {
					display: flex;
					align-items: center;
					justify-content: space-between;
					flex-wrap: wrap;
					gap: 18px;
					margin-top: 24px;
					padding: 18px 20px;
					background: var(--eq-tint);
					border: 1px solid var(--eq-border);
					border-radius: 14px;
				}

				.eq-progress { flex: 1 1 280px; min-width: 0; }

				.eq-progress__row {
					display: flex;
					align-items: baseline;
					justify-content: space-between;
					gap: 12px;
					margin-bottom: 9px;
				}

				.eq-progress__label {
					font-size: 13px;
					font-weight: 700;
					letter-spacing: .04em;
					text-transform: uppercase;
					color: var(--eq-heading);
				}

				.eq-progress__count {
					font-size: 13px;
					font-weight: 600;
					color: var(--eq-primary-dark);
				}

				.eq-progress__bar {
					height: 7px;
					border-radius: 50px;
					background: #dbe6ed;
					overflow: hidden;
				}

				.eq-progress__fill {
					height: 100%;
					width: 0;
					border-radius: 50px;
					background: linear-gradient(90deg, var(--eq-primary), var(--eq-primary-dark));
					transition: width .45s cubic-bezier(.25, .8, .3, 1);
				}

				.eq-tools {
					display: flex;
					align-items: center;
					gap: 10px;
					flex-wrap: wrap;
				}

				/* Search field */
				.eq-search {
					position: relative;
					display: flex;
					align-items: center;
				}

				.eq-search i {
					position: absolute;
					left: 14px;
					font-size: 13px;
					color: var(--eq-text);
					pointer-events: none;
				}

				.eq-search input {
					width: 220px;
					max-width: 100%;
					padding: 10px 14px 10px 36px;
					border: 1px solid var(--eq-border);
					border-radius: 50px;
					background: #fff;
					font-size: 14px;
					color: var(--eq-heading);
					outline: none;
					transition: border-color .25s ease, box-shadow .25s ease;
				}

				.eq-search input::placeholder { color: #A6B2BC; }

				.eq-search input:focus {
					border-color: var(--eq-primary);
					box-shadow: 0 0 0 3px rgba(91, 147, 176, .15);
				}

				/* Reset button */
				.eq-reset {
					display: inline-flex;
					align-items: center;
					gap: 8px;
					padding: 10px 18px;
					border: 1px solid var(--eq-border);
					border-radius: 50px;
					background: #fff;
					color: var(--eq-text);
					font-size: 14px;
					font-weight: 600;
					cursor: pointer;
					transition: color .25s ease, border-color .25s ease;
				}

				.eq-reset:hover {
					color: var(--eq-primary-dark);
					border-color: var(--eq-primary);
				}

				/* ---- Category grid ---- */
				.eq-grid {
					display: grid;
					grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
					gap: 20px;
					margin-top: 24px;
				}

				.eq-cat {
					display: flex;
					flex-direction: column;
					border: 1px solid var(--eq-border);
					border-radius: 16px;
					background: #fff;
					padding: 20px 20px 8px;
					transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
				}

				.eq-cat:hover {
					border-color: #cfe0ea;
					box-shadow: 0 16px 34px rgba(16, 40, 70, .09);
					transform: translateY(-3px);
				}

				/* Category header */
				.eq-cat__head {
					display: flex;
					align-items: center;
					gap: 12px;
					padding-bottom: 14px;
					border-bottom: 1px dashed var(--eq-border);
				}

				.eq-cat__icon {
					flex: 0 0 auto;
					width: 40px;
					height: 40px;
					display: flex;
					align-items: center;
					justify-content: center;
					border-radius: 12px;
					background: var(--eq-tint);
					color: var(--eq-primary-dark);
					font-size: 16px;
				}

			
.eq-cat__name {
    flex: 1 1 auto;
    margin: 0;
    font-size: 19.5px;
    font-weight: 900;
    color: var(--eq-heading);
    min-width: 0;
}
				/* packed / total pill */
				.eq-cat__count {
					flex: 0 0 auto;
					font-size: 12px;
					font-weight: 700;
					padding: 5px 11px;
					border-radius: 50px;
					background: var(--eq-tint);
					color: var(--eq-primary-dark);
					transition: background-color .3s ease, color .3s ease;
				}

				.eq-cat.is-complete .eq-cat__count {
					background: var(--eq-primary);
					color: #fff;
				}

				/* ---- Items ---- */
				.eq-list {
					margin: 0;
					padding: 6px 0 0;
					list-style: none;
				}

				.eq-item { border-bottom: 1px solid #F3F7F9; }
				.eq-item:last-child { border-bottom: 0; }

				/* Neutralise any global list-marker styling inherited from the site CSS */
				.eq-list > .eq-item::before,
				.eq-list > .eq-item::after { content: none; display: none; }

				.eq-item__label {
					display: flex;
					align-items: flex-start;
					gap: 11px;
					margin: 0;
					padding: 10px 2px;
					font-size: 14.8px;
					line-height: 1.5;
					font-weight: 400;
					color: #4a5563;
					cursor: pointer;
					transition: color .25s ease;
				}

				.eq-item__label:hover { color: var(--eq-heading); }

				/* Native input stays for a11y, visually replaced by the box below */
				.eq-item__input {
					position: absolute;
					opacity: 0;
					width: 0;
					height: 0;
				}

				.eq-item__box {
					flex: 0 0 auto;
					width: 19px;
					height: 19px;
					margin-top: 2px;
					display: flex;
					align-items: center;
					justify-content: center;
					border: 1.5px solid #CBD8E1;
					border-radius: 6px;
					background: #fff;
					color: #fff;
					font-size: 10px;
					transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
				}

				.eq-item__box i { opacity: 0; transform: scale(.6); transition: opacity .2s ease, transform .2s ease; }

				.eq-item__input:focus-visible + .eq-item__box {
					box-shadow: 0 0 0 3px rgba(91, 147, 176, .25);
				}

				/* Checked state */
				.eq-item__input:checked + .eq-item__box {
					background: var(--eq-primary);
					border-color: var(--eq-primary);
				}

				.eq-item__input:checked + .eq-item__box i { opacity: 1; transform: scale(1); }

				.eq-item__input:checked ~ .eq-item__text {
					color: var(--eq-done);
					text-decoration: line-through;
					text-decoration-thickness: 1px;
				}

				/* Search filtering */
				.eq-item.is-hidden,
				.eq-cat.is-hidden { display: none; }

				/* Empty search result */
				.eq-empty {
					display: none;
					margin-top: 24px;
					padding: 30px;
					text-align: center;
					font-size: 15px;
					color: var(--eq-text);
					border: 1px dashed var(--eq-border);
					border-radius: 14px;
				}

				.eq-empty.is-shown { display: block; }

				/* ---- Footnote ---- */
				.eq-note {
					display: flex;
					align-items: flex-start;
					gap: 12px;
					margin-top: 24px;
					padding: 16px 18px;
					border-radius: 14px;
					background: var(--eq-tint);
					font-size: 14.5px;
					line-height: 1.65;
					color: #4a5563;
				}

				.eq-note i {
					flex: 0 0 auto;
					margin-top: 3px;
					color: var(--eq-primary-dark);
				}

				/* ---- Reveal on scroll (staggered) ---- */
				.eq-reveal {
					opacity: 0;
					transform: translateY(28px);
					transition: opacity .6s ease, transform .6s ease;
				}

				.eq-reveal.is-visible {
					opacity: 1;
					transform: translateY(0);
				}

				/* ---- Responsive ---- */
				@media (max-width: 991.98px) {
					.eq-card { padding: 26px; }
					.eq-title { font-size: 22px; }
					.eq-grid { gap: 16px; }
				}

				@media (max-width: 575.98px) {
					.eq-card { padding: 20px 16px; border-radius: 16px; }
					.eq-head { flex-direction: column; align-items: stretch; }
					.eq-head__left { align-items: flex-start; }
					.eq-title { font-size: 20px; }
					.eq-download { width: 100%; justify-content: center; }
					.eq-toolbar { padding: 16px; }
					.eq-tools { width: 100%; }
					.eq-search { flex: 1 1 auto; }
					.eq-search input { width: 100%; }
					.eq-grid { grid-template-columns: 1fr; }
					.eq-intro { font-size: 15px; }
				}

				@media (prefers-reduced-motion: reduce) {
					.eq-reveal { opacity: 1; transform: none; transition: none; }
					.eq-cat, .eq-progress__fill, .eq-item__box { transition: none; }
					.eq-cat:hover { transform: none; }
				}

				/* ---- Print: a clean paper checklist ---- */
				@media print {
					.eq-toolbar, .eq-download, .eq-note { display: none !important; }
					.eq-card { border: 0; box-shadow: none; padding: 0; }
					.eq-grid { display: block; }
					.eq-cat { break-inside: avoid; border: 0; padding: 0 0 14px; }
					.eq-reveal { opacity: 1; transform: none; }
				}
				

				.rm-section {
					--rm-navy: #123a4f;
					--rm-navy-2: #1f2b37;
					--rm-blue: #3d7692;
					--rm-blue-soft: #eef5f9;
					--rm-accent: #e2803c;
					--rm-accent-soft: #fdf1e7;
					--rm-white: #ffffff;
					--rm-border: #dbe6ed;
					--rm-text: #4a5563;
					--rm-muted: #6b7c8b;
					--rm-shadow: 0 24px 60px rgba(18, 58, 79, .12);
					position: relative;
					isolation: isolate;
				}

				/* ---- Outer shell: faded summit photo behind a soft wash ---- */
				.rm-shell {
					position: relative;
					overflow: hidden;
					border-radius: 22px;
					padding: 38px;
					background:
						linear-gradient(180deg, rgba(238, 245, 249, .92) 0%, rgba(255, 255, 255, .88) 55%, rgba(238, 245, 249, .92) 100%),
						url("https://himalayanshepherd.com.np/images/main/Fri-05-56-55-2055536666-EVEREST-REGION.WEBP") center 30% / cover no-repeat;
					border: 1px solid var(--rm-border);
					box-shadow: 0 2px 10px rgba(16, 40, 70, .05);
				}

				/* Soft glow so the card lifts off the photo */
				.rm-shell::after {
					content: "";
					position: absolute;
					inset: auto -10% -55% -10%;
					height: 60%;
					background: radial-gradient(closest-side, rgba(61, 118, 146, .18), rgba(61, 118, 146, 0));
					pointer-events: none;
				}

				/* ---- Header ---- */
				.rm-head {
					margin-bottom: 26px;
					max-width: 640px;
				}

				.rm-title {
					margin: 0 0 10px;
					font-size: 32px;
					font-weight: 800;
					line-height: 1.2;
					letter-spacing: -.6px;
					color: var(--rm-navy);
				}

				.rm-title span {
					position: relative;
					white-space: nowrap;
				}

				.rm-title span::after {
					content: "";
					position: absolute;
					left: 0;
					right: 0;
					bottom: -6px;
					height: 5px;
					border-radius: 4px;
					background: linear-gradient(90deg, var(--rm-accent), rgba(226, 128, 60, .15));
				}

				.rm-sub {
					margin: 0;
					font-size: 15px;
					line-height: 1.65;
					color: var(--rm-text);
				}

				/* ---- Layout: map + rail ---- */
				.rm-grid {
					display: grid;
					grid-template-columns: minmax(0, 1fr) 316px;
					gap: 24px;
					align-items: start;
				}

				/* ---- Map card ---- */
				.rm-card {
					margin: 0;
					background: var(--rm-white);
					border: 1px solid var(--rm-border);
					border-radius: 18px;
					overflow: hidden;
					box-shadow: var(--rm-shadow);
				}

				.rm-card__bar {
					display: flex;
					align-items: stretch;
					justify-content: space-between;
					flex-wrap: wrap;
					background: var(--rm-navy);
					color: var(--rm-white);
				}

				.rm-card__id {
					display: flex;
					align-items: center;
					min-width: 0;
				}

				.rm-card__trip {
					padding: 16px 22px;
					font-size: 17px;
					font-weight: 700;
					line-height: 1.3;
					letter-spacing: -.2px;
				}

				.rm-card__days {
					align-self: stretch;
					display: flex;
					align-items: center;
					gap: 2px;
					padding: 0 22px;
					background: var(--rm-accent);
					font-size: 13px;
					font-weight: 700;
					letter-spacing: 1.4px;
					text-transform: uppercase;
					clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
				}

				.rm-card__days b {
					font-size: 21px;
					font-weight: 800;
					letter-spacing: 0;
				}

				.rm-card__brand {
					display: flex;
					align-items: center;
					gap: 9px;
					padding: 16px 22px;
					font-size: 13px;
					font-weight: 600;
					letter-spacing: .6px;
					text-transform: uppercase;
					color: rgba(255, 255, 255, .82);
				}

				.rm-card__brand i {
					color: var(--rm-accent);
					font-size: 16px;
				}

				/* ---- Map canvas + zoom affordance ---- */
				.rm-canvas {
					position: relative;
					display: block;
					background: var(--rm-blue-soft);
					line-height: 0;
					cursor: zoom-in;
				}

				.rm-canvas img {
					width: 100%;
					display: block;
					transition: transform .6s cubic-bezier(.22, .61, .36, 1);
				}

				.rm-canvas:hover img,
				.rm-canvas:focus-visible img {
					transform: scale(1.03);
				}

				.rm-canvas::before {
					content: "";
					position: absolute;
					inset: 0;
					background: linear-gradient(180deg, rgba(18, 58, 79, 0) 62%, rgba(18, 58, 79, .28) 100%);
					opacity: 0;
					transition: opacity .35s ease;
					pointer-events: none;
				}

				.rm-canvas:hover::before,
				.rm-canvas:focus-visible::before {
					opacity: 1;
				}

				.rm-zoom {
					position: absolute;
					right: 16px;
					bottom: 16px;
					display: inline-flex;
					align-items: center;
					gap: 9px;
					padding: 10px 16px;
					border-radius: 999px;
					background: rgba(255, 255, 255, .94);
					color: var(--rm-navy);
					font-size: 13px;
					font-weight: 600;
					line-height: 1;
					letter-spacing: .2px;
					box-shadow: 0 8px 22px rgba(18, 58, 79, .22);
					transform: translateY(6px);
					opacity: 0;
					transition: opacity .3s ease, transform .3s ease;
				}

				.rm-canvas:hover .rm-zoom,
				.rm-canvas:focus-visible .rm-zoom {
					opacity: 1;
					transform: translateY(0);
				}

				.rm-canvas:focus-visible {
					outline: 3px solid var(--rm-accent);
					outline-offset: -3px;
				}

				/* ---- Legend strip ---- */
				.rm-legend {
					display: flex;
					flex-wrap: wrap;
					gap: 10px 22px;
					padding: 16px 22px;
					border-top: 1px solid var(--rm-border);
					background: linear-gradient(180deg, #fbfdfe, var(--rm-white));
				}

				.rm-key {
					display: inline-flex;
					align-items: center;
					gap: 9px;
					font-size: 13.5px;
					font-weight: 500;
					color: var(--rm-text);
				}

				.rm-key i {
					width: 26px;
					height: 26px;
					display: grid;
					place-items: center;
					border-radius: 50%;
					background: var(--rm-blue-soft);
					color: var(--rm-blue);
					font-size: 12px;
				}

				.rm-key--peak i {
					background: var(--rm-accent-soft);
					color: var(--rm-accent);
				}

				/* ---- Right rail ---- */
				.rm-rail {
					position: sticky;
					top: 110px;
					display: grid;
					gap: 18px;
				}

				.rm-panel {
					background: var(--rm-white);
					border: 1px solid var(--rm-border);
					border-radius: 18px;
					padding: 22px;
					box-shadow: var(--rm-shadow);
				}

				.rm-panel__title {
					margin: 0 0 4px;
					font-size: 18px;
					font-weight: 700;
					letter-spacing: -.2px;
					color: var(--rm-navy);
				}

				.rm-panel__note {
					margin: 0 0 16px;
					font-size: 13px;
					line-height: 1.5;
					color: var(--rm-muted);
				}

				/* ---- Explore list ---- */
				.rm-explore {
					list-style: none;
					margin: 0;
					padding: 0;
					display: grid;
					gap: 10px;
				}

				.rm-explore__item {
					display: flex;
					align-items: center;
					gap: 13px;
					padding: 10px;
					border: 1px solid transparent;
					border-radius: 14px;
					background: #f7fafc;
					color: inherit;
					text-decoration: none;
					transition: background .25s ease, border-color .25s ease, transform .25s ease;
				}

				.rm-explore__item:hover,
				.rm-explore__item:focus-visible {
					background: var(--rm-white);
					border-color: var(--rm-border);
					transform: translateX(3px);
					text-decoration: none;
					color: inherit;
				}

				.rm-explore__thumb {
					flex: 0 0 auto;
					width: 60px;
					height: 56px;
					border-radius: 11px;
					overflow: hidden;
					background: var(--rm-blue-soft);
				}

				.rm-explore__thumb img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					display: block;
					transition: transform .45s ease;
				}

				.rm-explore__item:hover .rm-explore__thumb img {
					transform: scale(1.08);
				}

				.rm-explore__text {
					min-width: 0;
				}

				.rm-explore__text b {
					display: block;
					font-size: 14.5px;
					font-weight: 600;
					line-height: 1.35;
					color: var(--rm-navy-2);
				}

				.rm-explore__text small {
					display: block;
					margin-top: 2px;
					font-size: 12.5px;
					line-height: 1.45;
					color: var(--rm-muted);
				}

				.rm-explore__go {
					margin-left: auto;
					flex: 0 0 auto;
					width: 26px;
					height: 26px;
					display: grid;
					place-items: center;
					border-radius: 50%;
					background: var(--rm-blue-soft);
					color: var(--rm-blue);
					font-size: 11px;
					transition: background .25s ease, color .25s ease;
				}

				.rm-explore__item:hover .rm-explore__go {
					background: var(--rm-accent);
					color: var(--rm-white);
				}

				/* ---- Route facts ---- */
				.rm-facts {
					list-style: none;
					margin: 0 0 18px;
					padding: 0;
				}

				.rm-facts li {
					display: flex;
					align-items: center;
					gap: 12px;
					padding: 11px 0;
					border-bottom: 1px dashed var(--rm-border);
					font-size: 14px;
					color: var(--rm-text);
				}

				.rm-facts li:last-child {
					border-bottom: 0;
					padding-bottom: 0;
				}

				.rm-facts i {
					width: 30px;
					height: 30px;
					flex: 0 0 auto;
					display: grid;
					place-items: center;
					border-radius: 9px;
					background: var(--rm-blue-soft);
					color: var(--rm-blue);
					font-size: 13px;
				}

				.rm-facts b {
					margin-left: auto;
					text-align: right;
					font-weight: 600;
					color: var(--rm-navy-2);
				}

				/* ---- Download button ---- */
				.rm-download {
					display: flex;
					align-items: center;
					justify-content: center;
					gap: 10px;
					width: 100%;
					padding: 13px 18px;
					border: 1px solid var(--rm-navy);
					border-radius: 999px;
					background: transparent;
					color: var(--rm-navy);
					font-size: 14.5px;
					font-weight: 600;
					text-decoration: none;
					transition: background .25s ease, color .25s ease, transform .2s ease;
				}

				.rm-download:hover,
				.rm-download:focus-visible {
					background: var(--rm-navy);
					color: var(--rm-white);
					text-decoration: none;
					transform: translateY(-2px);
				}

				/* ---- Reveal on scroll ---- */
				.rm-reveal {
					opacity: 0;
					transform: translateY(22px);
					transition: opacity .7s ease, transform .7s ease;
				}

				.rm-reveal.is-in {
					opacity: 1;
					transform: none;
				}

				/* ---- Responsive ---- */
				@media (max-width: 1199px) {
					.rm-grid { grid-template-columns: minmax(0, 1fr) 280px; }
				}

				@media (max-width: 991px) {
					.rm-grid { grid-template-columns: 1fr; }
					.rm-rail { position: static; }
				}

				@media (max-width: 767px) {
					.rm-shell { padding: 24px 18px; border-radius: 18px; }
					.rm-title { font-size: 26px; }
					.rm-card__trip { padding: 14px 16px; font-size: 15px; }
					.rm-card__days { padding: 10px 16px; }
					.rm-card__brand { display: none; }
					.rm-zoom { opacity: 1; transform: none; right: 12px; bottom: 12px; padding: 9px 14px; font-size: 12px; }
					.rm-legend { padding: 14px 16px; gap: 8px 16px; }
				}

				@media (prefers-reduced-motion: reduce) {
					.rm-reveal,
					.rm-canvas img,
					.rm-explore__item,
					.rm-explore__thumb img,
					.rm-download { transition: none; }
					.rm-reveal { opacity: 1; transform: none; }
				}
				section#map {
    padding-bottom: 0 !important;
}

.eq-cat__name {

    font-family: 'DM Sans', sans-serif;
}


				/* Soft floating gradient glow sitting behind the card */
				.tv-section::before {
					content: "";
					position: absolute;
					z-index: -1;
					top: -60px;
					left: 50%;
					width: min(760px, 90%);
					height: 320px;
					transform: translateX(-50%);
					background: radial-gradient(closest-side, rgba(91, 147, 176, .22), rgba(91, 147, 176, 0));
					filter: blur(10px);
					animation: tv-float 9s ease-in-out infinite;
					pointer-events: none;
				}

				@keyframes tv-float {
					0%, 100% { transform: translateX(-50%) translateY(0); }
					50%      { transform: translateX(-50%) translateY(-18px); }
				}

				/* ---- Card shell ---- */
				.tv-card {
					background: var(--tv-white);
					border: 1px solid var(--tv-border);
					border-radius: 18px;
					padding: 40px;
					box-shadow: var(--tv-shadow);
				}

				/* ---- Header ---- */
				.tv-head {
					display: flex;
					align-items: center;
					justify-content: space-between;
					flex-wrap: wrap;
					gap: 20px;
					margin-bottom: 28px;
				}

				.tv-head__left {
					display: flex;
					align-items: center;
					gap: 18px;
					min-width: 0;
				}

				.tv-icon {
					flex: 0 0 auto;
					width: 56px;
					height: 56px;
					display: flex;
					align-items: center;
					justify-content: center;
					border-radius: 50%;
					background: var(--tv-primary);
					color: var(--tv-white);
					font-size: 20px;
					box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
				}

				.tv-title {
					margin: 0 0 4px;
					font-size: 27px;
					font-weight: 700;
					line-height: 1.25;
					letter-spacing: -.4px;
					color: var(--tv-heading);
				}

				.tv-subtitle {
					margin: 0;
					font-size: 15px;
					line-height: 1.6;
					color: var(--tv-text);
				}

				/* ---- Outline pill button ---- */
				.tv-btn {
					display: inline-flex;
					align-items: center;
					gap: 10px;
					padding: 12px 26px;
					border: 1px solid var(--tv-border);
					border-radius: 50px;
					background: transparent;
					color: var(--tv-heading);
					font-size: 15px;
					font-weight: 600;
					white-space: nowrap;
					text-decoration: none;
					cursor: pointer;
					transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
				}

				.tv-btn i { transition: transform .3s ease; }

				.tv-btn:hover,
				.tv-btn:focus-visible {
					background: var(--tv-primary);
					border-color: var(--tv-primary);
					color: var(--tv-white);
					text-decoration: none;
					box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
					transform: translateY(-1px);
				}

				.tv-btn:hover i,
				.tv-btn:focus-visible i { transform: translateX(4px); }

				/* ============ Slider ============ */
				.tv-slider {
					position: relative;
					overflow: hidden;      /* clips the off-screen slides */
					border-radius: 16px;
				}

				.tv-track {
					display: flex;
					gap: 20px;
					margin: 0;
					padding: 0;
					list-style: none;
					transition: transform .55s cubic-bezier(.25, .8, .3, 1);
					will-change: transform;
				}

				/* 2 slides per view on desktop; overridden per breakpoint below */
				.tv-slide {
					flex: 0 0 calc((100% - 20px) / 2);
					max-width: calc((100% - 20px) / 2);
				}

				/* ---- Arrows ---- */
				.tv-arrow {
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					z-index: 3;
					width: 44px;
					height: 44px;
					display: flex;
					align-items: center;
					justify-content: center;
					border: 1px solid var(--tv-border);
					border-radius: 50%;
					background: var(--tv-white);
					color: var(--tv-heading);
					font-size: 15px;
					cursor: pointer;
					box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
					transition: background-color .25s ease, color .25s ease, opacity .25s ease, transform .25s ease;
				}

				.tv-arrow--prev { left: 12px; }
				.tv-arrow--next { right: 12px; }

				.tv-arrow:hover {
					background: var(--tv-primary);
					border-color: var(--tv-primary);
					color: var(--tv-white);
				}

				/* Nothing left to scroll in that direction */
				.tv-arrow[disabled] {
					opacity: 0;
					pointer-events: none;
				}

				/* ---- Dots ---- */
				.tv-dots {
					display: flex;
					justify-content: center;
					gap: 8px;
					margin-top: 20px;
				}

				.tv-dot {
					width: 8px;
					height: 8px;
					padding: 0;
					border: 0;
					border-radius: 50px;
					background: #D8D8D8;
					cursor: pointer;
					transition: width .3s ease, background-color .3s ease;
				}

				.tv-dot.is-active {
					width: 26px;
					background: var(--tv-primary);
				}

				/* ---- Video preview tile (16:9) ---- */
				.tv-media {
					position: relative;
					width: 100%;
					aspect-ratio: 16 / 9;
					border-radius: 16px;
					overflow: hidden;
					background: #111;
					cursor: pointer;
					border: 0;
					padding: 0;
					display: block;
				}

				/* Fallback ratio box for browsers without aspect-ratio support */
				@supports not (aspect-ratio: 16 / 9) {
					.tv-media { height: 0; padding-bottom: 56.25%; }
				}

				/* Slides are narrower than a full-width hero, so scale the play button down */
				.tv-slide .tv-play {
					width: 72px;
					height: 72px;
					font-size: 21px;
				}

				/* Per-slide title, sitting over the bottom of the thumbnail */
				.tv-slide__title {
					position: absolute;
					left: 18px;
					right: 18px;
					bottom: 16px;
					z-index: 2;
					text-align: left;
					font-size: 15px;
					font-weight: 600;
					line-height: 1.4;
					color: var(--tv-white);
					text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
				}

				.tv-media__img {
					position: absolute;
					top: 0; left: 0;
					width: 100%;
					height: 100%;
					object-fit: cover;
					transition: transform .6s ease;
				}

				.tv-media__overlay {
					position: absolute;
					top: 0; left: 0; right: 0; bottom: 0;
					background: linear-gradient(180deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .10) 45%, rgba(0, 0, 0, .60) 100%);
					transition: background .6s ease;
				}

				.tv-media:hover .tv-media__img { transform: scale(1.05); }

				.tv-media:hover .tv-media__overlay {
					background: linear-gradient(180deg, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, .22) 45%, rgba(0, 0, 0, .70) 100%);
				}

				/* ---- Badges ---- */
				.tv-badge {
					position: absolute;
					top: 18px;
					display: inline-flex;
					align-items: center;
					gap: 7px;
					font-size: 13px;
					font-weight: 600;
					line-height: 1;
					padding: 9px 15px;
					border-radius: 50px;
					color: var(--tv-white);
					backdrop-filter: blur(6px);
					-webkit-backdrop-filter: blur(6px);
				}

				.tv-badge--label {
					left: 18px;
					background: var(--tv-primary);
					border: 1px solid rgba(255, 255, 255, .18);
				}

				.tv-badge--time {
					right: 18px;
					background: rgba(0, 0, 0, .55);
					border: 1px solid rgba(255, 255, 255, .16);
				}

				/* ---- Glassmorphism play button ---- */
				.tv-play {
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					width: 90px;
					height: 90px;
					display: flex;
					align-items: center;
					justify-content: center;
					border-radius: 50%;
					background: rgba(255, 255, 255, .22);
					border: 1.5px solid rgba(255, 255, 255, .65);
					box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
					backdrop-filter: blur(10px);
					-webkit-backdrop-filter: blur(10px);
					color: var(--tv-white);
					font-size: 26px;
					padding-left: 5px; /* optically centres the triangle */
					transition: transform .4s ease, background-color .4s ease, border-color .4s ease;
					pointer-events: none; /* the whole thumbnail is the click target */
				}

				/* Ripple ring, revealed on hover */
				.tv-play::after {
					content: "";
					position: absolute;
					top: -1.5px; left: -1.5px; right: -1.5px; bottom: -1.5px;
					border-radius: 50%;
					border: 2px solid rgba(255, 255, 255, .55);
					opacity: 0;
				}

				.tv-media:hover .tv-play {
					transform: translate(-50%, -50%) scale(1.1);
					background: var(--tv-primary);
					border-color: var(--tv-primary);
				}

				.tv-media:hover .tv-play::after { animation: tv-ripple 1.6s ease-out infinite; }

				@keyframes tv-ripple {
					0%   { opacity: .8; transform: scale(1); }
					100% { opacity: 0;  transform: scale(1.55); }
				}

				/* ---- Bottom caption ---- */
				.tv-caption {
					max-width: 700px;
					margin: 30px auto 0;
					text-align: center;
				}

				.tv-caption h3 {
					margin: 0 0 10px;
					font-size: 22px;
					font-weight: 700;
					color: var(--tv-heading);
				}

				.tv-caption p {
					margin: 0;
					font-size: 15.5px;
					line-height: 1.75;
					color: var(--tv-text);
				}

				/* ---- Scroll reveal (fade up) ---- */
				.tv-reveal {
					opacity: 0;
					transform: translateY(40px);
					transition: opacity .7s ease, transform .7s ease;
				}

				.tv-reveal.is-visible {
					opacity: 1;
					transform: translateY(0);
				}

				/* ============ Popup player (lightbox modal) ============ */
				.tv-modal {
					position: fixed;
					top: 0; left: 0; right: 0; bottom: 0;
					z-index: 2000;
					display: none;
					align-items: center;
					justify-content: center;
					padding: 24px;
					overflow-y: auto;              /* long viewports/small screens can scroll */
					-webkit-overflow-scrolling: touch;
					background: rgba(12, 14, 18, .82);
					backdrop-filter: blur(6px);
					-webkit-backdrop-filter: blur(6px);
					opacity: 0;
					transition: opacity .3s ease;
				}

				.tv-modal.is-open { display: flex; }
				.tv-modal.is-visible { opacity: 1; }

				/* 16:9 player box, capped to both the viewport width and height */
				.tv-modal__dialog {
					position: relative;
					width: 100%;
					max-width: 960px;
					max-height: calc(100vh - 48px);
					aspect-ratio: 16 / 9;
					margin: auto;
					border-radius: 16px;
					overflow: hidden;
					background: #000;
					box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
					transform: translateY(24px) scale(.96);
					transition: transform .35s cubic-bezier(.2, .8, .3, 1);
				}

				@supports not (aspect-ratio: 16 / 9) {
					.tv-modal__dialog { height: 0; padding-bottom: 56.25%; }
				}

				.tv-modal.is-visible .tv-modal__dialog { transform: translateY(0) scale(1); }

				.tv-modal__frame {
					position: absolute;
					top: 0; left: 0;
					width: 100%;
					height: 100%;
					border: 0;
				}

				/* Close button, sitting just above the player */
				.tv-modal__close {
					position: absolute;
					top: -46px;
					right: 0;
					width: 38px;
					height: 38px;
					display: flex;
					align-items: center;
					justify-content: center;
					border: 0;
					border-radius: 50%;
					background: rgba(255, 255, 255, .14);
					color: #fff;
					font-size: 16px;
					cursor: pointer;
					transition: background-color .25s ease, transform .25s ease;
				}

				.tv-modal__close:hover {
					background: rgba(255, 255, 255, .3);
					transform: rotate(90deg);
				}

				/* Prevents the page behind the popup from scrolling */
				body.tv-modal-open { overflow: hidden; }

				/* ---- Tablet: still 2 per view, tighter chrome ---- */
				@media (max-width: 991.98px) {
					.tv-card { padding: 30px; }
					.tv-title { font-size: 23px; }
					.tv-head { gap: 16px; }
					.tv-track { gap: 16px; }
					.tv-slide {
						flex-basis: calc((100% - 16px) / 2);
						max-width: calc((100% - 16px) / 2);
					}
					.tv-slide .tv-play { width: 62px; height: 62px; font-size: 18px; }
				}

				/* ---- Mobile: 1 slide per view ---- */
				@media (max-width: 767.98px) {
					.tv-track { gap: 12px; }
					.tv-slide {
						flex-basis: 100%;
						max-width: 100%;
					}
					.tv-arrow { width: 38px; height: 38px; font-size: 13px; }
					.tv-arrow--prev { left: 8px; }
					.tv-arrow--next { right: 8px; }
				}

				@media (max-width: 575.98px) {
					.tv-card { padding: 22px 18px; border-radius: 16px; }
					.tv-head { flex-direction: column; align-items: center; text-align: center; }
					.tv-head__left { flex-direction: column; gap: 12px; }
					.tv-title { font-size: 20px; }
					.tv-subtitle { font-size: 14px; }
					.tv-btn { width: 100%; justify-content: center; }
					.tv-media { aspect-ratio: auto; height: 220px; padding-bottom: 0; }
					.tv-modal { padding: 16px; }
					.tv-modal__close { top: 8px; right: 8px; background: rgba(0, 0, 0, .55); }
					.tv-slide .tv-play { width: 56px; height: 56px; font-size: 17px; }
					.tv-badge { font-size: 11.5px; padding: 7px 12px; top: 12px; }
					.tv-badge--label { left: 12px; }
					.tv-badge--time { right: 12px; }
					.tv-slide__title { font-size: 13.5px; left: 14px; right: 14px; bottom: 12px; }
					.tv-caption h3 { font-size: 19px; }
					.tv-caption p { font-size: 14.5px; }
				}

				/* ---- Accessibility: honour reduced-motion preferences ---- */
				@media (prefers-reduced-motion: reduce) {
					.tv-reveal { opacity: 1; transform: none; transition: none; }
					.tv-section::before { animation: none; }
					.tv-media__img,
					.tv-play,
					.tv-btn,
					.tv-btn i { transition: none; }
					.tv-track { transition: none; }
					.tv-media:hover .tv-media__img { transform: none; }
					.tv-media:hover .tv-play::after { animation: none; }
				}
				.tv-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease;
}

.tv-modal__close:hover {
    background: rgba(0, 0, 0, .75);
    transform: rotate(90deg);
}
/* delete this now-redundant block */
.tv-modal__close { top: 8px; right: 8px; background: rgba(0, 0, 0, .55); }


/* ==========================================================================
   01 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· GLOBAL DECOR PRIMITIVES
   ========================================================================== */

/* Every pseudo-element decoration inherits these traits. */
.packages-section::before, .packages-section::after,
.destinations-section::after,
.about-section::before, .about-section::after,
.why-section-premium::before, .why-section-premium::after,
.testimonials-premium::before, .testimonials-premium::after,
.blog-premium-section::before, .blog-premium-section::after,
.faq-premium-section::before, .faq-premium-section::after,
.footer-premium::before, .footer-premium::after,
.premium-hero-slider::before, .premium-hero-slider::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;

    /* --hs-op  = the layer's own target opacity (set per section below)
       --hs-lit = 0/1 reveal multiplier, inherited from the section element.
       Multiplying keeps each layer's 2%ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ6% value intact while still allowing
       a clean fade-in ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â a flat `opacity: 1` reveal would blow them out. */
    opacity: calc(var(--hs-op, 1) * var(--hs-lit, 1));
    transition: opacity 1.4s ease-out;
}

/* Sections need a stacking context for the decor to sit behind. */
.packages-section,
.why-section-premium,
.testimonials-premium,
.blog-premium-section,
.faq-premium-section,
.footer-premium {
    position: relative;
    overflow: hidden;
}

/* Content always wins over decoration ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â no layout change, z-index only. */
.packages-section > .container,
.destinations-section > .container,
.about-section > .container,
.why-section-premium > .container,
.testimonials-premium > .container,
.blog-premium-section > .container,
.faq-premium-section > .container,
.footer-premium > .footer-cta,
.footer-premium > .footer-middle,
.footer-premium > .footer-bottom,
.footer-premium > .lic-strip {
    position: relative;
    z-index: 1;
}

/* Decor reveal ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â JS adds .hs-decor-fade immediately and .hs-lit when the
   section scrolls into view. Set on the section; pseudo-elements inherit it. */
.hs-decor-fade { --hs-lit: 0; }
.hs-decor-fade.hs-lit { --hs-lit: 1; }


/* ==========================================================================
   02 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· KEYFRAMES  (6sÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ20s, all sub-pixel, all GPU-friendly)
   ========================================================================== */
@keyframes hs-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(0, -14px, 0); }
}

@keyframes hs-float-x {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(12px, -10px, 0); }
}

@keyframes hs-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Clouds cross the full hero width ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â deliberately slower than 20s so the
   motion reads as atmosphere rather than animation. */
@keyframes hs-drift {
    from { transform: translate3d(-12%, 0, 0); }
    to   { transform: translate3d(12%, 0, 0); }
}

@keyframes hs-mesh {
    0%, 100% { background-position: 0% 0%, 100% 100%; }
    50%      { background-position: 12% 8%, 88% 92%; }
}

@keyframes hs-twinkle {
    0%, 100% { opacity: .35; }
    50%      { opacity: 1; }
}

@keyframes hs-trail {
    to { stroke-dashoffset: -240; }
}


/* ==========================================================================
   03 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· HERO ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â drifting clouds, soft gradient light, depth vignette
   The slider already layers: bg (z1) ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· overlay ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· content. Decor is
   pointer-events:none so the prev/next buttons stay clickable.
   ========================================================================== */

/* Soft gradient overlay: warm crown light + cool base for depth. */
.premium-hero-slider::before {
    inset: 0;
    z-index: 3;
    background:
        radial-gradient(120% 70% at 50% -10%, rgba(255, 255, 255, .10) 0%, transparent 60%),
        radial-gradient(90% 60% at 50% 115%, rgba(var(--hs-ink), .28) 0%, transparent 65%);
}

/* Two soft cloud banks drifting in opposite directions. */
.premium-hero-slider::after {
    inset: -6% -14%;
    z-index: 3;
    opacity: .5;
    background-image:
        radial-gradient(38% 26% at 22% 26%, rgba(255, 255, 255, .11) 0%, transparent 70%),
        radial-gradient(30% 20% at 68% 18%, rgba(255, 255, 255, .09) 0%, transparent 72%),
        radial-gradient(44% 22% at 84% 40%, rgba(255, 255, 255, .07) 0%, transparent 70%);
    animation: hs-drift 64s ease-in-out infinite alternate;
}

/* Hero particle canvas, injected by JS. */
.hs-hero-particles {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .55;
}

/* Keep hero copy and controls above every decor layer. */
.premium-hero-slider .hero-slide-content { position: relative; z-index: 6; }
.premium-hero-slider .hero-nav-btn { z-index: 7; }


/* ==========================================================================
   04 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· HERO SEARCH ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â glass depth (no new background)
   ========================================================================== */
/* The hairline is an inset shadow, not a border ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â borders would add 2px to
   the pill's box and nudge everything below it. */
.hero-search .search-inner {
    box-shadow:
        inset 0 0 0 1px rgba(var(--hs-sky-bright), .10),
        0 18px 46px rgba(var(--hs-ink), .14),
        0 2px 8px rgba(var(--hs-ink), .06);
    transition: box-shadow .45s ease, transform .45s ease;
}
.hero-search .search-inner:focus-within {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px rgba(var(--hs-sky-bright), .18),
        0 24px 58px rgba(var(--hs-sky), .18),
        0 2px 10px rgba(var(--hs-ink), .07);
}


/* ==========================================================================
   05 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· PACKAGES ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â topographic contours + mountain outline corner
   Section had no background rule at all (plain white).
   ========================================================================== */
.packages-section {
    background-color: var(--white, #ffffff);
    /* Gradient mesh: two barely-there pools of colour. */
    background-image:
        radial-gradient(58% 44% at 8% 4%, rgba(var(--hs-sky-bright), .045) 0%, transparent 62%),
        radial-gradient(52% 40% at 96% 90%, rgba(var(--hs-orange), .035) 0%, transparent 64%);
    background-repeat: no-repeat;
    animation: hs-mesh 20s ease-in-out infinite;
}

/* Topographic contour rings ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â seamless, built from repeating radial gradients
   at three centres so the spacing reads as a real contour map. */
.packages-section::before {
    inset: 0;
    --hs-op: var(--hs-o-soft);
    background-image:
        repeating-radial-gradient(circle at 14% 22%, transparent 0 26px, rgba(var(--hs-teal), 1) 26px 27px),
        repeating-radial-gradient(circle at 78% 68%, transparent 0 34px, rgba(var(--hs-teal), 1) 34px 35px),
        repeating-radial-gradient(circle at 46% 108%, transparent 0 46px, rgba(var(--hs-sky), 1) 46px 47px);
    -webkit-mask-image: radial-gradient(120% 90% at 50% 50%, #000 30%, transparent 78%);
            mask-image: radial-gradient(120% 90% at 50% 50%, #000 30%, transparent 78%);
}

/* Mountain peak outline, bottom-right corner. */
.packages-section::after {
    right: -40px;
    bottom: 0;
    width: 620px;
    height: 260px;
    --hs-op: var(--hs-o-mid);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 260'><g fill='none' stroke='rgba(3,105,161,1)' stroke-width='2.5' stroke-linejoin='round'><path d='M0 258 L128 96 L196 168 L286 44 L372 148 L436 104 L520 190 L620 118'/><path d='M60 258 L168 148 L226 200 L316 108'/><path d='M258 74 L286 44 L318 82 L296 88 L280 72 Z' stroke-width='2'/></g></svg>");
    background-size: contain;
    background-position: right bottom;
    transform: translate3d(
        calc(var(--hs-mx) * 10px),
        calc(var(--hs-my) * 6px + var(--hs-sy) * 26px),
        0);
}


/* ==========================================================================
   06 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· DESTINATIONS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â curved landscape waves + compass watermark
   Keeps main.css's existing ::before (radial circle, top-right) intact.
   ========================================================================== */
.destinations-section {
    /* background-color #f8f9fb from main.css is preserved. */
    /* background-image:
        radial-gradient(70% 50% at 4% 100%, rgba(var(--hs-sky-bright), .05) 0%, transparent 60%),
        url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' preserveAspectRatio='none'><g fill='none' stroke='rgba(20,116,164,0.5)' stroke-width='2'><path d='M0 168 C 240 96, 420 208, 720 150 S 1200 78, 1440 132'/><path d='M0 196 C 260 128, 460 232, 760 178 S 1220 110, 1440 162'/><path d='M0 140 C 220 70, 400 176, 700 118 S 1180 44, 1440 100'/></g></svg>"); */
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, center bottom;
    background-size: auto, 100% 220px;
}

/* Compass watermark, slow rotation. */
.destinations-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
    left: -70px;
    top: 12%;
    width: 300px;
    height: 300px;
    --hs-op: var(--hs-o-soft);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='rgba(3,105,161,1)' stroke-width='2'><circle cx='100' cy='100' r='94'/><circle cx='100' cy='100' r='74'/><circle cx='100' cy='100' r='30'/><path d='M100 6v20M100 174v20M6 100h20M174 100h20'/></g><path fill='rgba(3,105,161,1)' d='M100 34 L112 100 L100 166 L88 100 Z'/><path fill='rgba(3,105,161,0.45)' d='M34 100 L100 88 L166 100 L100 112 Z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    animation: hs-spin 120s linear infinite;
}


/* ==========================================================================
   07 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· ABOUT ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â large mountain silhouette + floating dots
   main.css ::before was a white polygon on a white background (invisible),
   so it is repurposed here rather than duplicated.
   ========================================================================== */
.about-section {
    background-image:
        radial-gradient(60% 46% at 92% 8%, rgba(var(--hs-gold), .05) 0%, transparent 62%),
        radial-gradient(56% 42% at 2% 92%, rgba(var(--hs-sky-bright), .045) 0%, transparent 64%);
    background-repeat: no-repeat;
}

/* Big ridge line behind the imagery. */
.about-section::before {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 100%;
    --hs-op: .1;
    background-image: url("https://www.jasonweissphotography.com/images/xl/everest-alpenglow-kala-patthar-panorama.jpg");
    background-size: cover;
    background-position: center bottom;
    transform: translate3d(calc(var(--hs-mx) * -8px), calc(var(--hs-sy) * -20px), 0);
}

/* Floating dot cluster ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â three sizes, staggered drift. */
.about-section::after {
    right: 4%;
    top: 10%;
    width: 320px;
    height: 320px;
    --hs-op: var(--hs-o-max);
    background-image:
        radial-gradient(circle, rgba(var(--hs-sky), 1) 3px, transparent 3.5px),
        radial-gradient(circle, rgba(var(--hs-orange), 1) 2px, transparent 2.5px);
    background-size: 58px 58px, 34px 34px;
    background-position: 0 0, 17px 17px;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 12%, transparent 68%);
            mask-image: radial-gradient(circle at 50% 50%, #000 12%, transparent 68%);
    animation: hs-float-x 16s ease-in-out infinite;
}


/* ==========================================================================
   08 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· FEATURES / WHY ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â route map behind cards, alternating card gradients
   ========================================================================== */
.why-section-premium {
    /* background-color #FAFAFA from main.css preserved. */
    background-image:
        radial-gradient(64% 50% at 50% -6%, rgba(var(--hs-sky-bright), .05) 0%, transparent 64%);
    background-repeat: no-repeat;
}

/* Dotted route map with pins ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â sits behind the card grid. */
.why-section-premium::before {
    inset: 0;
    --hs-op: .2;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 620'><g fill='none' stroke='rgba(3,105,161,1)' stroke-width='3' stroke-linecap='round' stroke-dasharray='1 18'><path d='M-20 470 C 200 330, 360 520, 560 400 S 940 250, 1180 356 S 1400 300, 1460 232'/><path d='M-20 210 C 220 128, 420 258, 660 176 S 1080 92, 1460 168'/></g><g fill='rgba(3,105,161,1)'><path d='M560 372 a16 16 0 0 1 16 16 c0 12-16 30-16 30 s-16-18-16-30 a16 16 0 0 1 16-16 z m0 10 a7 7 0 1 0 0 14 a7 7 0 0 0 0-14 z'/><path d='M1180 328 a16 16 0 0 1 16 16 c0 12-16 30-16 30 s-16-18-16-30 a16 16 0 0 1 16-16 z m0 10 a7 7 0 1 0 0 14 a7 7 0 0 0 0-14 z'/></g></svg>");
    background-size: contain;
    background-position: bottom left;
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/055/189/121/small/hiker-pointing-to-the-sky-while-standing-on-snowy-mountain-peak-with-transparent-background-free-png.png);
    width: 24%;
}

/* Alternating very-soft card gradients. Base card styling untouched. */
.why-premium-card {
    position: relative;
    background-image: linear-gradient(158deg, rgba(var(--hs-sky-bright), .05) 0%, rgba(255, 255, 255, 0) 58%);
    box-shadow: inset 0 0 0 1px rgba(var(--hs-sky-bright), .10);
    transition: transform .4s cubic-bezier(.2, .7, .3, 1), box-shadow .4s ease;
}
.why-premium-card:nth-child(even) {
    background-image: linear-gradient(158deg, rgba(var(--hs-orange), .045) 0%, rgba(255, 255, 255, 0) 58%);
}
.why-premium-card:hover {
    transform: translateY(-6px);
    box-shadow:
        inset 0 0 0 1px rgba(var(--hs-sky-bright), .22),
        0 22px 48px rgba(var(--hs-ink), .10);
}


/* ==========================================================================
   09 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· TESTIMONIALS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â passport stamp, ticket perforation, paper texture
   ========================================================================== */
.testimonials-premium {
    /* background #fff from main.css preserved. */
    background-image:
        /* paper weave */
        repeating-linear-gradient(45deg, rgba(var(--hs-ink), .012) 0 1px, transparent 1px 7px),
        repeating-linear-gradient(-45deg, rgba(var(--hs-ink), .012) 0 1px, transparent 1px 7px),
        /* ticket perforation band, top */
        radial-gradient(circle at 50% 0, rgba(var(--hs-ink), .05) 0 3px, transparent 3.5px);
    background-size: auto, auto, 26px 26px;
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat-x;
}

/* Passport stamp, rotated, top-right. */
.testimonials-premium::before {
    right: 3%;
    top: 8%;
    width: 220px;
    height: 220px;
    --hs-op: var(--hs-o-max);
    transform: rotate(-14deg);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='rgba(234,101,57,1)' stroke-width='4'><circle cx='100' cy='100' r='88' stroke-dasharray='10 9'/><circle cx='100' cy='100' r='72'/></g><g fill='rgba(234,101,57,1)'><path d='M52 122 L82 78 L100 102 L122 68 L148 122 Z'/><rect x='58' y='134' width='84' height='5' rx='2.5'/><rect x='72' y='146' width='56' height='4' rx='2'/></g></svg>");
    background-size: contain;
    animation: hs-float 18s ease-in-out infinite;
}

/* Second, fainter stamp bottom-left for balance. */
.testimonials-premium::after {
    left: 2%;
    bottom: 6%;
    width: 170px;
    height: 170px;
    --hs-op: var(--hs-o-soft);
    transform: rotate(11deg);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='16' y='40' width='168' height='120' rx='10' fill='none' stroke='rgba(3,105,161,1)' stroke-width='4' stroke-dasharray='9 8'/><g fill='none' stroke='rgba(3,105,161,1)' stroke-width='4' stroke-linecap='round'><path d='M40 78h58M40 100h44M40 122h70'/><circle cx='146' cy='100' r='22'/><path d='M146 84v16l11 8'/></g></svg>");
    background-size: contain;
}


/* ==========================================================================
   10 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· BLOGS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â topographic map + compass
   ========================================================================== */
.blog-premium-section {
    /* background #FAFAFA from main.css preserved. */
    background-image:
        radial-gradient(56% 44% at 96% 6%, rgba(var(--hs-sky-bright), .05) 0%, transparent 62%);
    background-repeat: no-repeat;
}

.blog-premium-section::before {
    inset: 0;
    --hs-op: var(--hs-o-soft);
    background-image:
        repeating-radial-gradient(circle at 84% 18%, transparent 0 30px, rgba(var(--hs-teal), 1) 30px 31px),
        repeating-radial-gradient(circle at 18% 76%, transparent 0 24px, rgba(var(--hs-teal), 1) 24px 25px);
    -webkit-mask-image: radial-gradient(110% 100% at 50% 50%, #000 24%, transparent 76%);
            mask-image: radial-gradient(110% 100% at 50% 50%, #000 24%, transparent 76%);
}

.blog-premium-section::after {
    left: 3%;
    top: 8%;
    width: 230px;
    height: 230px;
    --hs-op: var(--hs-o-soft);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='rgba(3,105,161,1)' stroke-width='2.5'><circle cx='100' cy='100' r='92'/><circle cx='100' cy='100' r='66'/><path d='M100 8v18M100 174v18M8 100h18M174 100h18'/></g><path fill='rgba(3,105,161,1)' d='M100 40 L110 100 L100 160 L90 100 Z'/><path fill='rgba(234,101,57,0.7)' d='M40 100 L100 90 L160 100 L100 110 Z'/></svg>");
    background-size: contain;
    animation: hs-spin 150s linear infinite reverse;
}


/* ==========================================================================
   11 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· FAQ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â mountain silhouette transition into the footer
   ========================================================================== */
.faq-premium-section {
    /* background #F8F9FA from main.css preserved. */
    background-image:
        radial-gradient(60% 40% at 12% 10%, rgba(var(--hs-sky-bright), .045) 0%, transparent 62%);
    background-repeat: no-repeat;
}

/* Ridge sitting in the section's existing bottom padding ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â no height added. */
.faq-premium-section::after {
    left: 0;
    right: 0;
    bottom: -227px;
    height: 91%;
    --hs-op: var(--hs-o-max);
    background-image: url("https://media.nepaleverestbasecamp.com/uploads/fullbanner/how-long-does-it-take-to-climb-mount-everest-banner.webp");
    background-size: 100% 100%;
    background-position: center bottom;
}

/* Faint airplane flight path crossing the FAQ. */
.faq-premium-section::before {
    right: 0;
    top: 6%;
    width: 60%;
    height: 200px;
    --hs-op: var(--hs-o-mid);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'><path d='M10 176 C 150 150, 240 60, 420 40' fill='none' stroke='rgba(3,105,161,1)' stroke-width='3' stroke-linecap='round' stroke-dasharray='2 14'/><path fill='rgba(3,105,161,1)' transform='translate(408 14) rotate(-24)' d='M2 20 L38 6 L46 0 L52 4 L44 14 L52 40 L46 44 L34 24 L18 32 L18 42 L12 44 L8 32 L0 26 Z'/></svg>");
    background-size: contain;
    background-position: right top;
    transform: translate3d(calc(var(--hs-mx) * 14px), calc(var(--hs-sy) * -24px), 0);
}



.footer-premium {
    /* background #081426 from main.css preserved. */
    background-image:
        radial-gradient(70% 50% at 50% 0%, rgba(var(--hs-sky-bright), .055) 0%, transparent 62%);
    background-repeat: no-repeat;
}

/* Star field + constellation lines across the upper footer. */
/*.footer-premium::before {*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 52px;*/
/*    height: 240px;*/
/*    opacity: .3;*/
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 240' preserveAspectRatio='none'><path fill='rgba(255,255,255,0.05)' d='M0 240 L170 92 L266 156 L404 44 L520 132 L628 78 L772 170 L900 96 L1042 162 L1180 70 L1310 140 L1440 60 L1440 240 Z'/><path fill='rgba(255,255,255,0.04)' d='M0 240 L120 158 L240 200 L392 128 L520 190 L664 140 L804 208 L946 150 L1096 206 L1240 146 L1380 196 L1440 168 L1440 240 Z'/></svg>");*/
/*    background-size: 100% 100%;*/
/*    background-position: center bottom;*/

/*}*/

/* Layered dark skyline along the footer base. */
.footer-premium::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    opacity: .5;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 240' preserveAspectRatio='none'><path fill='rgba(255,255,255,0.05)' d='M0 240 L170 92 L266 156 L404 44 L520 132 L628 78 L772 170 L900 96 L1042 162 L1180 70 L1310 140 L1440 60 L1440 240 Z'/><path fill='rgba(255,255,255,0.04)' d='M0 240 L120 158 L240 200 L392 128 L520 190 L664 140 L804 208 L946 150 L1096 206 L1240 146 L1380 196 L1440 168 L1440 240 Z'/></svg>");
    background-size: 100% 100%;
    background-position: center bottom;
}


.pkg-card,
.blog-premium-card {
    transition: transform .45s cubic-bezier(.2, .7, .3, 1), box-shadow .45s ease;
}
.pkg-card:hover,
.blog-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 56px rgba(var(--hs-ink), .13), 0 4px 14px rgba(var(--hs-ink), .05);
}

/* Slow image zoom on hover. */
.pkg-img-wrap img,
.blog-premium-card img,
.dest-tile img {
    transition: transform 1.1s cubic-bezier(.2, .7, .3, 1);
    will-change: transform;
}
.pkg-card:hover .pkg-img-wrap img,
.blog-premium-card:hover img,
.dest-tile:hover img {
    transform: scale(1.06);
}

/* Soft button glow. */
.hero-btn-primary,
.btn-glass {
    transition: transform .35s ease, box-shadow .45s ease;
}
.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(var(--hs-orange), .34);
}
.btn-glass:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(var(--hs-sky-bright), .26);
}

/* Gradient hairline above the footer skyline. */
.faq-illustration {
    box-shadow: 0 24px 54px rgba(var(--hs-ink), .14);
}



@media (max-width: 991px) {
    .packages-section::after { width: 420px; height: 180px; }
    .destinations-section::after { width: 210px; height: 210px; left: -80px; }
    .about-section::after { width: 220px; height: 220px; }
    .blog-premium-section::after { width: 160px; height: 160px; }
    .testimonials-premium::before { width: 150px; height: 150px; }
    .testimonials-premium::after { display: none; }
    .faq-premium-section::before { width: 80%; }
    .footer-premium::after { height: 170px; }
}

@media (max-width: 767px) {
    /* Anything large enough to crowd the copy is removed outright. */
    .packages-section::after,
    .destinations-section::after,
    .about-section::after,
    .blog-premium-section::after,
    .testimonials-premium::before,
    .faq-premium-section::before {
        display: none;
    }

    /* Keep only the flat, full-width layers. */
    .packages-section::before,
    .blog-premium-section::before { --hs-op: var(--hs-o-ghost); }
    .about-section::before { height: 42%; --hs-op: var(--hs-o-soft); }
    .faq-premium-section::after { height: 90px; }
    .footer-premium::before { height: 260px; }
    .footer-premium::after { height: 120px; }
    .hs-hero-particles { display: none; }
}


/* ==========================================================================
   15 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· ACCESSIBILITY & PRINT
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .packages-section,
    .premium-hero-slider::after,
    .destinations-section::after,
    .about-section::after,
    .testimonials-premium::before,
    .blog-premium-section::after,
    .footer-premium::before {
        animation: none !important;
    }
    .hs-decor-fade::before,
    .hs-decor-fade::after { transition: none; }
    .pkg-card:hover,
    .blog-premium-card:hover,
    .why-premium-card:hover,
    .hero-btn-primary:hover,
    .btn-glass:hover { transform: none; }
    .pkg-card:hover .pkg-img-wrap img,
    .blog-premium-card:hover img,
    .dest-tile:hover img { transform: none; }
}

@media print {
    .packages-section::before, .packages-section::after,
    .destinations-section::after,
    .about-section::before, .about-section::after,
    .why-section-premium::before,
    .testimonials-premium::before, .testimonials-premium::after,
    .blog-premium-section::before, .blog-premium-section::after,
    .faq-premium-section::before, .faq-premium-section::after,
    .footer-premium::before, .footer-premium::after,
    .hs-hero-particles {
        display: none !important;
    }
}
.why-section-premium {
    position: relative; /* needed so ::before positions relative to this section */
    overflow: hidden;
}

.why-section-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: var(--hs-op, .2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/055/189/121/small/hiker-pointing-to-the-sky-while-standing-on-snowy-mountain-peak-with-transparent-background-free-png.png);
    width: 24%;
    pointer-events: none;
    z-index: 0;
}

/* keep your real content above the decorative image */
.why-section-premium > .container {
    position: relative;
    z-index: 1;
}

/* mouse-enter animation: sway left / right a few times */
.why-section-premium:hover::before {
    animation: hikerSway 2s ease-in-out;
}

@keyframes hikerSway {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-14px); }
    40%  { transform: translateX(10px); }
    60%  { transform: translateX(-6px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
}


/* Premium Team Member CSS */
.team-member-premium-section {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fafafa;
    position: relative;
    padding: 60px 30px;
    border-radius: 30px;
    overflow: hidden;
    color: #111111;
}

/* Abstract Background Circles */
.team-member-premium-section::before,
.team-member-premium-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
}

.team-member-premium-section::before {
    width: 400px;
    height: 400px;
    background: rgba(45, 92, 166, 0.05);
    top: -100px;
    right: -100px;
}

.team-member-premium-section::after {
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.03);
    bottom: -50px;
    left: -50px;
}

/* Wrapper */
.team-member-premium-wrapper {
    position: relative;
    z-index: 1;
}

/* Animations */
@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUpwards {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-img-col {
    animation: slideFromLeft 0.8s ease forwards;
}

.premium-info-col {
    animation: slideFromRight 0.8s ease forwards;
}

/* Left Image Card */
.premium-img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    border: 4px solid #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.premium-img-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

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

.premium-img-card:hover img {
    transform: scale(1.05);
}

.premium-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-img-card:hover .premium-img-overlay {
    opacity: 1;
}

.premium-badge-bottom {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.premium-img-card:hover .premium-badge-bottom {
    transform: translateY(0);
    opacity: 1;
}

.premium-badge-top {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #111;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Right Info Card */
.premium-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.premium-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.premium-label-small {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.premium-heading {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
}

.premium-accent-line {
    width: 60px;
    height: 4px;
    background-color: #2d5ca6;
    /* accent */
    border-radius: 2px;
    margin-bottom: 25px;
}

.premium-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 35px;
}

/* Info Rows */
.premium-info-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeUpwards 0.5s ease forwards;
}

.premium-info-row:nth-child(1) {
    animation-delay: 0.2s;
}

.premium-info-row:nth-child(2) {
    animation-delay: 0.3s;
}

.premium-info-row:nth-child(3) {
    animation-delay: 0.4s;
}

.premium-info-row:nth-child(4) {
    animation-delay: 0.5s;
}

.premium-info-row:nth-child(5) {
    animation-delay: 0.6s;
}

.premium-info-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #2d5ca6;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.premium-info-row:hover::before {
    transform: scaleY(1);
}

.premium-info-row:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: transparent;
}

.premium-info-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f4f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.premium-info-row:hover .premium-info-icon {
    transform: scale(1.1) rotate(5deg);
}

.premium-info-content {
    display: flex;
    flex-direction: column;
}

.premium-info-label {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    margin-bottom: 4px;
}

.premium-info-value {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* Buttons */
.premium-actions {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    opacity: 0;
    animation: fadeUpwards 0.5s ease forwards 0.8s;
}

.premium-btn {
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.premium-btn-primary {
    background: #111;
    color: #fff;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.2);
}

.premium-btn-primary:hover {
    background: #2d5ca6;
    color: #fff;
    box-shadow: 0 12px 25px rgba(45, 92, 166, 0.3);
    transform: translateY(-3px);
}

.premium-btn-secondary {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.premium-btn-secondary:hover {
    border-color: #111;
    background: #fafafa;
    transform: translateY(-3px);
}

.premium-btn-icon {
    margin-left: 8px;
    font-size: 16px;
}
.team-detail-description p {
    font-size: 17px;
}

/* Responsive */
@media (max-width: 991px) {
    .premium-img-card {
        height: 400px;
        margin-bottom: 30px;
    }

    .premium-heading {
        font-size: 36px;
    }

    .premium-info-value {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .team-member-premium-section {
        padding: 40px 15px;
    }

    .premium-img-card {
        height: 360px;
    }

    .premium-info-card {
        padding: 25px;
    }

    .premium-heading {
        font-size: 32px;
        text-align: center;
    }

    .premium-label-small {
        text-align: center;
    }

    .premium-accent-line {
        margin: 0 auto 25px;
    }

    .premium-description {
        text-align: center;
    }

    .premium-actions {
        flex-direction: column;
    }

    .premium-btn {
        width: 100%;
    }
        .team-member-premium-section {
        padding: 8px;
    }
        .premium-info-value {
        font-size: 17px;
    }
}


 .lic-strip {
    --lic-bg: #0e1c26;
    --lic-panel: rgba(255, 255, 255, .055);
    --lic-panel-hover: rgba(255, 255, 255, .095);
    --lic-border: rgba(255, 255, 255, .14);
    --lic-accent: #e2803c;
    --lic-white: #ffffff;
    --lic-muted: rgba(255, 255, 255, .62);
    background: var(--lic-bg);
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 34px 0 30px;
}

.lic-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.lic-head__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(226, 128, 60, .16);
    color: var(--lic-accent);
    font-size: 18px;
}

.lic-head__text h4 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: var(--lic-white);
}

.lic-head__text p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--lic-muted);
}

/* ---- Credential cards ---- */
.lic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.lic-card {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    text-align: left;
    padding: 15px 16px;
    border: 1px solid var(--lic-border);
    border-radius: 14px;
    background: var(--lic-panel);
    color: var(--lic-white);
    font: inherit;
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.lic-card:hover,
.lic-card:focus-visible {
    background: var(--lic-panel-hover);
    border-color: rgba(226, 128, 60, .55);
    transform: translateY(-2px);
}

.lic-card:focus-visible {
    outline: 2px solid var(--lic-accent);
    outline-offset: 2px;
}

.lic-card__icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: var(--lic-accent);
    font-size: 15px;
}

.lic-card__body {
    min-width: 0;
}

.lic-card__label {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--lic-muted);
}

.lic-card__no {
    display: block;
    margin: 3px 0 2px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    color: var(--lic-white);
    word-break: break-word;
}

.lic-card__by {
    display: block;
    font-size: 11.5px;
    line-height: 1.45;
    color: var(--lic-muted);
}

/* ---- Copy affordance ---- */
.lic-card__copy {
    margin-left: auto;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    color: var(--lic-muted);
    font-size: 12px;
    transition: background .25s ease, color .25s ease;
}

.lic-card:hover .lic-card__copy {
    background: var(--lic-accent);
    color: #fff;
}

.lic-card.is-copied {
    border-color: rgba(226, 128, 60, .75);
}

.lic-card.is-copied .lic-card__copy {
    background: var(--lic-accent);
    color: #fff;
}

.lic-flash {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(4px);
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--lic-accent);
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.lic-cell {
    position: relative;
}

.lic-cell.is-copied .lic-flash {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.lic-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .lic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    .lic-strip { padding: 26px 0 24px; }
    .lic-grid { grid-template-columns: 1fr; }
    .lic-head { align-items: flex-start; }
    .lic-card__no { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .lic-card,
    .lic-card__copy,
    .lic-flash { transition: none; }
}
span.lic-card__copy {
display: none;
}

/* ================= SECTION ================= */
.guides{
  position:relative;
  padding-inline:30px;
  background:linear-gradient(180deg,#fff 0%,var(--g-cream) 55%,#fff 100%);
  overflow:hidden;
}
/* soft topo-style blob */
.guides::before{
  content:"";
  position:absolute;
  top:-120px; right:-140px;
  width:420px; height:420px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(232,133,61,.14),transparent 65%);
  pointer-events:none;
}

/* ---------- Left intro ---------- */
.guides-eyebrow{
  display:inline-flex; align-items:center; gap:.65rem;
  font-size:.75rem; font-weight:600; letter-spacing:.18em;
  text-transform:uppercase; color:var(--g-orange);
  margin-bottom:1rem;
}
.guides-eyebrow::before{
  content:""; width:34px; height:2px; background:var(--g-orange); border-radius:2px;
}

.guides-title{
  font-size:clamp(2.1rem,4vw,3rem);
  font-weight:700; line-height:1.15; color:var(--g-ink);
  margin-bottom:1.1rem;
}
.guides-title span{ color:var(--g-orange); }

.guides-intro{
  font-size:1.0625rem; line-height:1.95; color:var(--g-body);
  max-width:36ch; margin-bottom:1.75rem;
}

.btn-guides{
  --bs-btn-padding-y:.9rem; --bs-btn-padding-x:2rem;
  display:inline-flex; align-items:center; gap:.6rem;
  margin-top:.5rem;
  background:var(--g-orange); color:#fff; border:0; border-radius:50px;
  font-weight:500; box-shadow:0 10px 22px rgba(232,133,61,.32);
  transition:background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.btn-guides:hover,.btn-guides:focus{
  background: #6baa3a;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(232,133,61,.4);
}
.btn-guides svg{ width:16px;height:16px;transition:transform .25s ease; }
.btn-guides:hover svg{ transform:translateX(4px); }

/* ---------- Slider shell ---------- */
.guides-slider{
  position:relative;
  border:1px solid var(--g-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 60px rgba(21,32,38,.09);
  padding:2.75rem 2.75rem 1.75rem;
}
.guideSwiper{ overflow:hidden; }

/* ---------- Card ---------- */
.g-card{ display:flex; flex-wrap:nowrap; align-items:center; gap:2.25rem; }
.g-card__body{ flex:1 1 320px; min-width:0; }

.g-card__role{
  display:inline-block;
  background:var(--g-orange-soft); color:#fff;
  font-size:.75rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase;
  padding:.4rem .85rem; border-radius:50px; margin-bottom:.9rem;
}
.g-card__name{
  font-size:clamp(1.6rem,2.6vw,1.7rem); font-weight:700;
  color:var(--g-ink); margin-bottom:.75rem;
}
.g-card__meta{
  display:flex; flex-wrap:wrap; gap:.5rem .6rem; margin-bottom:1.15rem;
}
.g-chip{
  display:inline-flex; align-items:center; gap:.4rem;
  font-size:.8125rem; font-weight:500; color:var(--g-body);
  background:#f4f6f7; border:1px solid var(--g-line);
  padding:.35rem .75rem; border-radius:50px;
}
.g-chip svg{ width:14px;height:14px;color:var(--g-orange); }

.g-card__text{
  position:relative;
  font-size:1rem; line-height:1.95; color:var(--g-body);
  margin-bottom:1.5rem; padding-left:1.15rem;
  border-left:3px solid var(--g-orange-soft);
  display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;
}

.g-card__link{
  display:inline-flex; align-items:center; gap:.45rem;
  color:var(--g-orange); font-weight:600; text-decoration:none;
  transition:gap .25s ease,color .25s ease;
}
.g-card__link:hover{ color:var(--g-orange-dk); gap:.8rem; }
.g-card__link svg{ width:16px;height:16px; }

/* ---------- Photo with offset frame ---------- */
.g-card__media{
  position:relative; flex:0 0 262px; max-width:262px;
}
.g-card__media::after{      /* orange offset frame */
  content:""; position:absolute; inset:14px -14px -14px 14px;
  border:2px solid var(--g-orange); border-radius:18px; z-index:0;
  transition:inset .35s ease;
}
.g-card:hover .g-card__media::after{ inset:10px -10px -10px 10px; }

.g-card__photo{
  position:relative; z-index:1;
  border-radius:18px; overflow:hidden;
  aspect-ratio:1/1.15; background:#eef1f2;
  box-shadow:0 16px 34px rgba(21,32,38,.16);
}
.g-card__photo img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .6s ease;
}
.g-card:hover .g-card__photo img{ transform:scale(1.06); }

/* summit badge on photo */
.g-card__badge{
  position:absolute; z-index:2; left:50%; bottom:-16px; transform:translateX(-50%);
  display:inline-flex; align-items:center; gap:.4rem; white-space:nowrap;
  background:#fff; color:var(--g-ink);
  font-size:.75rem; font-weight:600;
  padding:.5rem .9rem; border-radius:50px;
  box-shadow:0 8px 20px rgba(21,32,38,.16);
}
.g-card__badge svg{ width:14px;height:14px;color:var(--g-orange); }

/* ---------- Controls (dots only) ---------- */
.guides-controls{
  display:flex; align-items:center; justify-content:center;
  margin-top:2rem; padding-top:1.35rem;
  border-top:1px solid var(--g-line);
}
.guides-dots.swiper-pagination{ position:static; }
.guides-dots .swiper-pagination-bullet{
  width:9px; height:9px; margin:0 5px !important;
  background:#c9d0d3; opacity:1; border-radius:50px;
  transition:background .25s ease,width .25s ease;
}
.guides-dots .swiper-pagination-bullet-active{
  background:var(--g-orange); width:26px;
}

/* ---------- Responsive ---------- */
@media (max-width:1199.98px){
  .g-card__media{ flex:0 0 220px; max-width:220px; }
}
@media (max-width:991.98px){
  .guides{ padding:64px 0; }
  .guides-intro{ max-width:none; }
  .guides-slider{ padding:2rem 2rem 1.5rem; }
}
@media (max-width:575.98px){
  .guides-slider{ padding:1.5rem 1.35rem 1.25rem; border-radius:18px; }
  .g-card{ flex-direction:column-reverse; gap:2.25rem; }
  .g-card__media{ flex:0 0 auto; max-width:100%; width:100%; align-self:center; }
  .g-card__media::after{ inset:12px -12px -12px 12px; }
  .g-card__photo{ aspect-ratio:16/12; }
  .g-card__text{ -webkit-line-clamp:6; }
}
/* ==========================================
   Himalayan Shepherd Premium Footer Stylesheet
   ========================================== */



/* Footer Container */
.hs-footer {
  background-color: #06152d;
  color: var(--color-text-light);
  font-family: var(--font-family-primary);
  position: relative;
  overflow: hidden;
  padding: 85px 0 1px 0;
  border-top: 4px solid var(--color-green-accent);
  z-index: 1;

  /* Layered background treatments: Contours, Glow, Navy Gradient, and Panoramic Himalaya Image */
  background-image:
    /* Topographic contour overlay */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cpath d='M0 100 Q 100 80, 200 130 T 400 100 M0 200 Q 150 150, 250 250 T 400 200 M0 300 Q 80 320, 200 280 T 400 320' fill='none' stroke='rgba%2830, 90, 168, 0.04%29' stroke-width='1.2'/%3E%3C/svg%3E"),
    /* Soft glow overlay */
    radial-gradient(circle at 15% 150px, rgba(107, 170, 58, 0.15) 0%, rgba(6, 21, 45, 0) 50%),
    /* Deep navy overlays for text readability (88%-92%) */
    linear-gradient(to bottom, rgba(6, 21, 45, 0.88) 0%, rgba(6, 21, 45, 0.93) 100%),
    /* Majestic Himalayan Mountain photograph */
    url('file:///Users/sachin/.gemini/antigravity-ide/brain/8549cac1-7602-4061-9597-990934fb8d1d/himalaya_footer_1786377043761.png');
  background-size: 400px 400px, 600px 600px, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, 0 0, center center, center var(--footer-bg-y, 30%);
  background-image: url(https://himalayanshepherd.com.np/images/main/Mon-02-37-26-406654197-Everest%20Baese%20Camp%20trek.webp);
  background-size: cover;
}

/* Subtle Stars Overlay */
.hs-footer-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Ccircle cx='15' cy='25' r='0.6' fill='rgba%28255,255,255,0.3%29'/%3E%3Ccircle cx='80' cy='45' r='0.8' fill='rgba%28255,255,255,0.4%29'/%3E%3Ccircle cx='140' cy='20' r='0.4' fill='rgba%28255,255,255,0.2%29'/%3E%3Ccircle cx='175' cy='75' r='0.7' fill='rgba%28255,255,255,0.3%29'/%3E%3Ccircle cx='35' cy='115' r='0.5' fill='rgba%28255,255,255,0.25%29'/%3E%3Ccircle cx='105' cy='155' r='0.9' fill='rgba%28255,255,255,0.5%29'/%3E%3Ccircle cx='165' cy='135' r='0.4' fill='rgba%28255,255,255,0.2%29'/%3E%3C/svg%3E");
  background-repeat: repeat;
  z-index: -2;
  pointer-events: none;
  opacity: 0.5;
}

/* Nepal Mini Route Map Background Illustration */
.hs-footer-map-bg {
  position: absolute;
  right: 5%;
  bottom: 12%;
  width: 450px;
  height: 250px;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M50 200 L 150 180 L 250 210 L 380 170 L 480 220 L 580 190 L 680 205 L 750 180' stroke-dasharray='5,5'/%3E%3Ccircle cx='50' cy='200' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='150' cy='180' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='250' cy='210' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='380' cy='170' r='6' fill='%23fff' stroke='%236BAA3A' stroke-width='3'/%3E%3Ccircle cx='480' cy='220' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='580' cy='190' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='680' cy='205' r='5' fill='%236BAA3A'/%3E%3Ccircle cx='750' cy='180' r='5' fill='%236BAA3A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  pointer-events: none;
}

/* Animated Mountain Mist */
.hs-mist-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.hs-mist {
  position: absolute;
  width: 200%;
  height: 100%;
  background: repeat-x url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='400' viewBox='0 0 1000 400'%3E%3Cfilter id='blur'%3E%3CfeGaussianBlur stdDeviation='35'/%3E%3C/filter%3E%3Cpath d='M-100 260 Q 150 190, 400 250 T 900 230 T 1200 260 L 1200 400 L -100 400 Z' fill='rgba%2830, 90, 168, 0.05%29' filter='url%28%23blur%29'/%3E%3C/svg%3E");
  background-size: 1000px 400px;
}

.hs-mist-1 {
  bottom: 0;
  opacity: 0.7;
  animation: moveMist 45s linear infinite;
}

.hs-mist-2 {
  bottom: 40px;
  opacity: 0.5;
  animation: moveMist 75s linear infinite reverse;
}

@keyframes moveMist {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Falling Snow Particles */
.hs-snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hs-snow-particle {
  position: absolute;
  top: -10px;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.6;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    transform: translateY(100vh) translateX(60px);
    opacity: 0;
  }
}

/* Mountain Silhouette Overlay at Bottom (with horizon glow effect) */
.hs-mountain-silhouette {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 146px;
  background-image:

    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,200 L0,150 L150,110 L250,130 L350,70 L420,110 L500,95 L650,165 L760,110 L880,145 L980,80 L1100,145 L1200,105 L1200,200 Z' fill='%23030a16'/%3E%3C/svg%3E"),;
  background-position: bottom;
  z-index: -2;
  pointer-events: none;
}

/* Prayer Flags at Top with Subtle Sway Animation */
.hs-prayer-flags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='24' viewBox='0 0 240 24'%3E%3Cpath d='M0 0 L240 0 M0 0 Q 12 12, 24 4 L 24 0 M24 0 Q 36 12, 48 4 L 48 0 M48 0 Q 60 12, 72 4 L 72 0 M72 0 Q 84 12, 96 4 L 96 0 M96 0 Q 108 12, 120 4 L 120 0 M120 0 Q 132 12, 144 4 L 144 0 M144 0 Q 156 12, 168 4 L 168 0 M168 0 Q 180 12, 192 4 L 192 0 M192 0 Q 204 12, 216 4 L 216 0 M216 0 Q 228 12, 240 4 L 240 0' fill='none' stroke='rgba%28255,255,255,0.05%29' stroke-width='1'/%3E%3Cpath d='M0 0 Q 12 12, 24 4 L 24 0 Z' fill='%231f77b4' opacity='0.35'/%3E%3Cpath d='M24 0 Q 36 12, 48 4 L 48 0 Z' fill='%23ff7f0e' opacity='0.35'/%3E%3Cpath d='M48 0 Q 60 12, 72 4 L 72 0 Z' fill='%232ca02c' opacity='0.35'/%3E%3Cpath d='M72 0 Q 84 12, 96 4 L 96 0 Z' fill='%23d62728' opacity='0.35'/%3E%3Cpath d='M96 0 Q 108 12, 120 4 L 120 0 Z' fill='%239467bd' opacity='0.35'/%3E%3Cpath d='M120 0 Q 132 12, 144 4 L 144 0 Z' fill='%231f77b4' opacity='0.35'/%3E%3Cpath d='M144 0 Q 156 12, 168 4 L 168 0 Z' fill='%23ff7f0e' opacity='0.35'/%3E%3Cpath d='M168 0 Q 180 12, 192 4 L 192 0 Z' fill='%232ca02c' opacity='0.35'/%3E%3Cpath d='M192 0 Q 204 12, 216 4 L 216 0 Z' fill='%23d62728' opacity='0.35'/%3E%3Cpath d='M216 0 Q 228 12, 240 4 L 240 0 Z' fill='%239467bd' opacity='0.35'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 240px 24px;
  z-index: 2;
  opacity: 0.8;
  transform-origin: top center;
  animation: flagSway 8s ease-in-out infinite;
}

@keyframes flagSway {

  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(0.4deg) translateY(1px);
  }
}

/* Brand Column & Glow */
.hs-logo-container {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.hs-logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, var(--color-green-glow) 0%, rgba(107, 170, 58, 0) 70%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.hs-footer-logo {
  max-height: 85px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
}

.hs-brand-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-bottom: 25px;
}

/* Social Icons */
.hs-social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.hs-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text-light);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition-smooth);
  text-decoration: none;
  font-size: 0.95rem;
}

.hs-social-btn:hover {
  background: var(--color-green-accent);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 0 15px var(--color-green-accent);
  border-color: var(--color-green-accent);
}

/* Badges */
.hs-gov-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hs-badge-icon {
  font-size: 1.2rem;
  color: var(--color-green-accent);
}

.hs-badge-text {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.3;
}

/* Links & Headers */
.hs-footer-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.hs-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-green-accent);
}

.hs-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-footer-links li {
  margin-bottom: 12px;
}

.hs-footer-link {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
  display: inline-block;
  position: relative;
}

.hs-footer-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-green-accent);
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.hs-footer-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.hs-footer-link:hover::after {
  transform: scaleX(1);
}

/* Contact Column details */
.hs-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.hs-contact-icon {
  color: var(--color-green-accent);
  margin-top: 3px;
  width: 16px;
  text-align: center;
}

.hs-contact-item a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.hs-contact-item a:hover {
  color: #ffffff;
}

/* WhatsApp Button */
.hs-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #25d366;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
  margin-top: 15px;
}

.hs-whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

/* Trust Badges Bar (Glassmorphism design) */
.hs-trust-badges-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
  margin-top: 40px;
}

.hs-trust-badge-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition-smooth);
  box-shadow: 0 8px 32px 0 rgba(6, 21, 45, 0.3);
}

.hs-trust-badge-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(107, 170, 58, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 rgba(107, 170, 58, 0.15);
}

.hs-trust-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(107, 170, 58, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green-accent);
  font-size: 1.25rem;
}

.hs-trust-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hs-trust-desc {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin: 0;
}

/* Newsletter Area */
.hs-newsletter-box {
  background: rgba(3, 10, 22, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hs-newsletter-text h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #fff;
}

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

.hs-newsletter-form {
  display: flex;
  width: 100%;
  max-width: 450px;
  position: relative;
}

.hs-newsletter-input {
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px 0 0 6px;
  padding: 12px 18px;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  transition: var(--transition-smooth);
}

.hs-newsletter-input:focus {
  border-color: var(--color-green-accent);
  background: rgba(255, 255, 255, 0.08);
}

.hs-newsletter-btn {
  background: var(--color-green-accent);
  color: #fff;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 0 24px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.hs-newsletter-btn:hover {
  background: #5d9531;
  box-shadow: 0 4px 12px rgba(107, 170, 58, 0.3);
}

.hs-newsletter-msg {
  display: none;
  font-size: 0.8rem;
  color: var(--color-green-accent);
  margin-top: 8px;
  width: 100%;
}

/* Bottom Footer (Copyright & Sub-links) */
.hs-bottom-footer {
  border-top: 1px solid rgb(255 255 255 / 50%);
  padding: 25px 0;
  margin-top: 40px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.hs-bottom-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-bottom-link {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.hs-bottom-link:hover {
  color: #ffffff;
}

.hs-bottom-nepal-tag {
  text-align: right;
}

/* Scroll-to-Top Button */
.hs-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-green-accent);
  color: #ffffff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition-smooth), opacity 0.3s, visibility 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hs-scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hs-scroll-top:hover {
  background: #5d9531;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(107, 170, 58, 0.4);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hs-newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hs-newsletter-form {
    max-width: 100%;
  }

  .hs-bottom-nepal-tag {
    text-align: left;
    margin-top: 10px;
  }

  .hs-trust-badges-bar .col-md-3 {
    margin-bottom: 15px;
  }
}

/* License Info inside Trust Badge Card */
.hs-license-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
  margin-top: 8px;
}

.hs-license-info {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  cursor: help;
  display: block;
  line-height: 1.3;
}

.hs-license-info strong {
  color: #ffffff;
}
footer.hs-footer::before {
    content: "";
    background-color: #06152dd9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.numItem {
    font-size: 20px;
    color: white;
}
.hs-bottom-nepal-tag {
    color: #bacce8;
}


/* ---- Overlay ---- */
  .inquire-overlay{
    position: fixed;
    inset: 0;
    background: rgba(16,60,93,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 24px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
  }
  .inquire-overlay.active{ opacity:1; visibility:visible; }
 
  /* ---- Modal ---- */
  .inquire-modal{
    position:relative;
    width:100%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y:auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 30px 70px rgba(16,60,93,0.35);
    transform: translateY(18px) scale(.98);
    opacity:0;
    transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .4s ease;
  }
  .inquire-overlay.active .inquire-modal{
    transform: translateY(0) scale(1);
    opacity:1;
  }
 
  /* thin scrollbar for polish */
  .inquire-modal::-webkit-scrollbar{ width:6px; }
  .inquire-modal::-webkit-scrollbar-thumb{ background: var(--color-line); border-radius:6px; }
 
  /* ---- Header band ---- */
  .inquire-header{
    position:relative;
    padding: 38px 46px 30px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color:#fff;
    overflow:hidden;
  }
  .inquire-header::after{
    content:"";
    position:absolute;
    right:-40px; top:-60px;
    width:220px; height:220px;
    border:1px solid rgba(255,255,255,0.16);
    border-radius:50%;
  }
  .inquire-header::before{
    content:"";
    position:absolute;
    right:20px; bottom:-90px;
    width:160px; height:160px;
    border:1px solid rgba(255,255,255,0.12);
    border-radius:50%;
  }
  .inquire-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-green-accent);
    font-weight: 600;
    margin: 0 0 10px;
}
  .inquire-title{
    font-size: 34px;
    font-weight:600;
    line-height:1.15;
    margin:0;
    max-width: 420px;
  }
  .inquire-sub{
    margin: 10px 0 0;
    font-size: 13.5px;
    color: rgba(255,255,255,0.78);
    max-width: 400px;
    line-height:1.5;
  }
 
  .inquire-close{
    position:absolute;
    top:20px; right:20px;
    width:36px; height:36px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.08);
    color:#fff;
    font-size:16px;
    line-height:1;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: background .2s ease, transform .2s ease;
  }
  .inquire-close:hover{ background: rgba(255,255,255,0.2); transform: rotate(90deg); }
 
  /* ---- Body / form ---- */
  .inquire-body{
    padding: 34px 46px 40px;
  }
 
  .field{
    position: relative;
    margin-bottom: 22px;
  }
  .field label{
    display:block;
    font-size: 12px;
    font-weight:600;
    letter-spacing: .5px;
    color: var(--color-secondary);
    margin-bottom: 7px;
  }
  .field label .req{ color: var(--color-gold); margin-left:2px; }
 
  .field input,
  .field select,
  .field textarea{
    width:100%;
    padding: 12px 14px;
    font-size: 14px;
    color: #1B2733;
    background: #FAF8F4;
    border: 1px solid #E3E0D8;
    border-radius: 3px;
    outline:none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  }
  .field input::placeholder,
  .field textarea::placeholder{ color:#9AA3AC; }
 
  .field input:focus,
  .field select:focus,
  .field textarea:focus{
    border-color: var(--color-primary);
    background:#fff;
    box-shadow: 0 0 0 3px rgba(35,81,145,0.12);
  }
 
  .field textarea{ resize: vertical; min-height: 90px; }
 
  .field select{
    appearance:none;
    -webkit-appearance:none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23235191' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat:no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor:pointer;
  }
 
  .row-2{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
 
  .field-error{
    display:none;
    font-size: 11.5px;
    color: #B3432B;
    margin-top: 6px;
  }
  .field.invalid input,
  .field.invalid select{
    border-color:#B3432B;
    background: #FDF4F1;
  }
  .field.invalid .field-error{ display:block; }
 
  .inquire-submit{
    width:100%;
    margin-top: 8px;
    padding: 15px;
    border:none;
    border-radius: 3px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color:#fff;
    font-size: 13px;
    font-weight:600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor:pointer;
    transition: box-shadow .25s ease, transform .25s ease;
  }
  .inquire-submit:hover{
    box-shadow: 0 12px 28px rgba(16,60,93,0.35);
    transform: translateY(-1px);
  }
  .inquire-submit:active{ transform: translateY(0); }
 
  .inquire-note{
    margin: 14px 0 0;
    font-size: 11.5px;
    color:#8993A0;
    text-align:center;
    line-height:1.5;
  }
 
  /* success state */
  .inquire-success{
    display:none;
    text-align:center;
    padding: 30px 10px 10px;
  }
  .inquire-success.active{ display:block; }
  .inquire-success .check{
    width:56px; height:56px;
    margin: 0 auto 18px;
    border-radius:50%;
    background: rgba(35,81,145,0.08);
    display:flex; align-items:center; justify-content:center;
  }
  .inquire-success h3{
    font-size: 26px;
    color: var(--color-secondary);
    margin: 0 0 8px;
  }
  .inquire-success p{
    font-size: 13.5px;
    color:#6B7480;
    max-width: 320px;
    margin: 0 auto;
    line-height:1.6;
  }
  .inquire-form.hidden{ display:none; }
 
  @media (max-width: 560px){
    .inquire-header{ padding: 30px 26px 26px; }
    .inquire-title{ font-size: 26px; }
    .inquire-body{ padding: 26px 26px 30px; }
    .row-2{ grid-template-columns: 1fr; gap:0; }
  }
  
  
  
  .form-row{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 22px;
  }
  .field{
    flex: 1 1 260px;
    min-width: 0;
  }
  .field--full{
    flex: 1 1 100%;
  }
 
  /* ---- Section heading ---- */

  .section-heading:first-child{ margin-top: 0; }
  .section-heading .num{
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: var(--forest);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-heading h4{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    color: var(--forest-dark);
    margin: 0;
  }
  .section-heading .rule{
    flex: 1;
    height: 1px;
    background: var(--line);
  }
 
  /* ---- Field label / inputs ---- */
  .field label{
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--forest-dark);
    margin-bottom: 9px;
  }
  .field label i{
    color: var(--sand);
    font-size: 13px;
  }
 
  .field input,
  .field select,
  .field textarea{
    width: 100%;
    padding: 13px 15px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .field input::placeholder,
  .field textarea::placeholder{ color: #A2A196; }
 
  .field input:focus,
  .field select:focus,
  .field textarea:focus{
    border-color: var(--forest);
    box-shadow: 0 0 0 3px rgba(47,77,58,0.12);
  }
 
  .field select{
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%232F4D3A' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    cursor: pointer;
  }
 
  .field textarea{ resize: vertical; min-height: 120px; }
 
  .field-error{
    display: block;
    font-size: 12px;
    color: var(--error);
    margin-top: 6px;
    min-height: 15px;
  }
 
  /* ---- Next traveller button ---- */
  .nexttraveller{
    text-align: right;
    margin-top: 8px;
  }
  .nexttraveller a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border: 1px solid var(--forest);
    border-radius: 30px;
    color: var(--forest-dark) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
  }
  .nexttraveller a:hover{
    background: var(--forest);
    color: #fff !important;
  }
 
  /* ---- Booking conditions ---- */
  .booking-conditions{
    margin-top: 52px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
  }
  .booking-conditions h5{
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--forest-dark);
    margin: 0 0 10px;
  }
  .booking-conditions p{
    font-size: 13.5px;
    line-height: 1.7;
    color: #5C6259;
    max-width: 640px;
    margin: 0 0 20px;
  }
 
  .rform{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .rform input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1.5px solid var(--forest);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0;
    flex: 0 0 19px;
  }
  .rform input[type="radio"]:checked::after{
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--forest);
  }
  .rform label{
    font-size: 14px;
    color: var(--ink);
    margin: 0;
    cursor: pointer;
  }
 
  .contact-us{ text-align: left; }
  .contact-us button{
    appearance: none;
    border: none;
    padding: 16px 44px;
    background: linear-gradient(135deg, var(--forest), var(--forest-dark));
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    cursor: pointer;
    transition: box-shadow .25s ease, transform .25s ease;
  }
  .contact-us button:hover{
    box-shadow: 0 14px 30px rgba(27,42,32,0.28);
    transform: translateY(-1px);
  }
 
  @media (max-width: 640px){
    .booking-form-block{ padding: 32px 18px; }
    .form-row{ gap: 0; margin-bottom: 0; }
    .field{ flex: 1 1 100%; margin-bottom: 20px; }
    .section-heading{ margin: 40px 0 20px; }
  }
  
  .tm-container::before {
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    left:0;
    bottom:0;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(238, 242, 246, 0.92), rgba(238, 242, 246, 0.92)), url(https://images.unsplash.com/photo-1575819719798-83d97dd6949c?fm=jpg&q=60&w=1600&auto=format&fit=crop);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
  
  .tm-wrap{
    --color-primary: #235191;
    --color-secondary: #103C5D;
    --tm-paper: #FFFFFF;
    --tm-line: rgba(35,81,145,0.16);
    --tm-line-soft: rgba(35,81,145,0.22);
    --tm-tint: rgba(35,81,145,0.06);
    --tm-label: rgba(16,60,93,0.55);
    --tm-placeholder: rgba(16,60,93,0.35);
 
    max-width: 875px;
    margin: 0 auto;
    background: var(--tm-paper);
    border: 1px solid var(--tm-line);
    box-shadow: 0 30px 60px rgba(16,60,93,0.14);
    color: var(--color-secondary);
  }
  .tm-wrap *{ box-sizing: border-box; }
 
  /* ---- Ticket-style header ---- */
  .tm-head {
    padding: 54px 48px 36px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgba(35, 81, 145, 0.82), rgba(16, 60, 93, 0.90)), url(https://images.unsplash.com/photo-1575819719798-83d97dd6949c?fm=jpg&q=70&w=1400&auto=format&fit=crop);
    background-size: cover;
    background-position: center;
}
  .tm-eyebrow{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 12px;
  }
  .tm-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 8px;
    color: #fff;
  }
  .tm-sub{
    font-size: 13.5px;
    color: var(--tm-label);
    margin: 0;
    max-width: 440px;
    line-height: 1.6;
  }
 
  /* perforated divider like a ticket stub */
  .tm-perf{
    display: flex;
    align-items: center;
    padding: 0 48px;
    background: var(--tm-tint);
  }
  .tm-perf::before, .tm-perf::after{
    content:"";
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #EEF2F6;
    border: 1px solid var(--tm-line);
    flex: 0 0 auto;
  }
  .tm-perf-line{
    flex: 1;
    height: 0;
    border-top: 1.5px dashed var(--tm-line-soft);
    margin: 0 -1px;
  }
 
  /* ---- Trail / waypoints ---- */
  .tm-trail{
    position: relative;
    padding: 38px 48px 8px 90px;
    background:#fff;
  }
  .tm-trail::before{
    content: "";
    position: absolute;
    left: 60px;
    top: 44px;
    bottom: 46px;
    width: 0;
    border-left: 2px dashed var(--tm-line-soft);
  }
 
  .tm-waypoint{
    position: relative;
    margin-bottom: 30px;
  }
  .tm-waypoint:last-child{ margin-bottom: 0; }
 
  .tm-marker{
    position: absolute;
    left: -60px;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--tm-paper);
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .tm-waypoint h4{
    font-style: italic;
    font-weight: 500;
    font-size: 21px;
    margin: 4px 0 20px;
    color: var(--color-secondary);
  }
 
  /* ---- Field grid ---- */
  .tm-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
  }
  .tm-row:last-child{ margin-bottom: 0; }
 
  .tm-field{ flex: 1 1 220px; min-width: 0; }
  .tm-field--full{ flex: 1 1 100%; }
 
  .tm-label{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--tm-label);
    margin-bottom: 8px;
  }
  .tm-label .tm-optional{
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--tm-placeholder);
    text-transform: none;
    font-style: italic;
  }
 
  .tm-field input,
  .tm-field select, .tm-field textarea{
    width: 100%;
    padding: 12px 4px;
    font-size: 14.5px;
    color: var(--color-secondary);
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--tm-line-soft);
    outline: none;
    border-radius: 0;
    transition: border-color .2s ease;
  }
  .tm-field input::placeholder{ color: var(--tm-placeholder); }
 
  .tm-field input:focus,
  .tm-field select:focus{
    border-bottom-color: var(--color-primary);
  }
 
  .tm-field select{
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23235191' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 26px;
    cursor: pointer;
  }
 
  .tm-field-error{
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 6px;
    min-height: 14px;
  }
  .tm-field textarea {
    resize: vertical;
    min-height: 90px;
    line-height: 1.6;
}
 
  /* ---- Footer / submit ---- */
  .tm-footer{
    padding: 5px 48px 44px;
  }
  .tm-submit{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 16px;
    border: none;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow .2s ease, transform .2s ease;
  }
  .tm-submit:hover{ box-shadow: 0 14px 30px rgba(16,60,93,0.32); transform: translateY(-1px); }
 
  .tm-footnote{
    text-align: center;
    font-size: 11px;
    color: var(--tm-placeholder);
    margin: 14px 0 0;
  }
 
  @media (max-width: 600px){
    .tm-head, .tm-perf, .tm-footer{ padding-left: 26px; padding-right: 26px; }
    .tm-trail{ padding-left: 62px; padding-right: 26px; }
    .tm-trail::before{ left: 32px; }
    .tm-marker{ left: -46px; width: 32px; height: 32px; font-size: 11px; }
    .tm-title{ font-size: 28px; }
    .tm-row{ gap: 0; }
    .tm-field{ flex: 1 1 100%; margin-bottom: 18px; }
  }

img.webHouseLogo {
    width: 115px;
    margin-right: 25px;
    filter: brightness(0) invert(1);
}


.tf{
  --tf-green:#1b7a4b;
  --tf-green-dark:#145c38;
  --tf-ink:#16211c;
  --tf-body:#5b6b63;
  --tf-line:#e2e8e4;
  --tf-bg:#f6f9f7;
  --tf-card:#ffffff;
  --tf-radius:14px;
  --tf-shadow:0 2px 10px rgba(16,40,28,.06);
  --tf-shadow-lg:0 14px 34px rgba(16,40,28,.13);

  background:var(--tf-bg);
  color:var(--tf-ink);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  padding:56px 0 72px;
}
.tf *{box-sizing:border-box;}
.tf-container{max-width:1200px;margin:0 auto;padding:0 20px;}

/* ---------- heading ---------- */
.tf-head{text-align:center;max-width:640px;margin:0 auto 34px;}
.tf-eyebrow{
  display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--tf-green);font-weight:700;margin-bottom:10px;
}
.tf-head h2{font-size:36px;line-height:1.2;margin:0 0 10px;font-weight:700;}
.tf-head h2 em{font-style:italic;color:var(--color-primary);}
.tf-head p{margin:0;color:var(--tf-body);font-size:16px;line-height:1.6;}

/* ---------- filter panel ---------- */
.tf-panel{
  background:var(--tf-card);border:1px solid var(--tf-line);
  border-radius:var(--tf-radius);box-shadow:var(--tf-shadow);
  padding:24px 24px 8px;margin-bottom:22px;
}
.tf-row{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px 22px;
}
.tf-field label{
  display:block;font-size:12px;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;color:var(--tf-body);margin-bottom:7px;
}
.tf-field select{
  width:100%;appearance:none;-webkit-appearance:none;
  border:1px solid var(--tf-line);border-radius:9px;background:#fff;
  padding:11px 38px 11px 13px;font-size:14.5px;color:var(--tf-ink);
  font-family:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6b63' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
.tf-field select:focus{
  outline:none;border-color:var(--tf-green);
  box-shadow:0 0 0 3px rgba(27,122,75,.13);
}

/* chip row (quick activity picker) */
.tf-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px;}
.tf-chip{
  border:1px solid var(--tf-line);background:#fff;color:var(--tf-body);
  border-radius:999px;padding:8px 17px;font-size:14px;font-weight:600;
  cursor:pointer;font-family:inherit;transition:all .15s;
}
.tf-chip:hover{border-color:var(--tf-green);color:var(--tf-green);}
/*.tf-chip.is-active{background:var(--tf-green);border-color:var(--tf-green);color:#fff;}*/

.tf-chip.is-active {
    background: #1f4c95;
    border-color: #1f4c95;
    color:#fff;
}
/* ---------- results bar ---------- */
.tf-bar{
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:12px;margin:0 2px 18px;
}
.tf-count{font-size:15px;color:var(--tf-body);}
.tf-count strong{color:var(--tf-ink);font-size:17px;}
.tf-bar-right{display:flex;align-items:center;gap:12px;}
.tf-reset{
  background:none;border:none;color:var(--tf-green);font-weight:600;
  font-size:14px;cursor:pointer;font-family:inherit;text-decoration:underline;
  text-underline-offset:3px;padding:0;
}
.tf-sort{
  border:1px solid var(--tf-line);border-radius:9px;background:#fff;
  padding:9px 13px;font-size:14px;font-family:inherit;color:var(--tf-ink);cursor:pointer;
}

/* ---------- cards ---------- */
.tf-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:26px;
}
.tf-card{
  background:var(--tf-card);border:1px solid var(--tf-line);
  border-radius:var(--tf-radius);overflow:hidden;display:flex;flex-direction:column;
  transition:transform .22s ease,box-shadow .22s ease;
}
.tf-card:hover{transform:translateY(-5px);box-shadow:var(--tf-shadow-lg);}
.tf-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#dfe7e3;}
.tf-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.tf-card:hover .tf-card-media img{transform:scale(1.06);}
.tf-badge{
  position:absolute;top:12px;left:12px;background:rgba(27,122,75,.94);color:#fff;
  font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  padding:5px 11px;border-radius:6px;
}
.tf-price{
  position:absolute;bottom:12px;right:12px;background:#fff;color:var(--tf-ink);
  font-size:15px;font-weight:700;padding:6px 12px;border-radius:8px;
  box-shadow:0 2px 8px rgba(0,0,0,.16);
}
.tf-price span{font-size:11px;font-weight:600;color:var(--tf-body);}

.tf-card-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1;}
.tf-region{
  font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  color:var(--tf-green);margin-bottom:7px;
}
.tf-card-body h3{font-size:18px;line-height:1.35;margin:0 0 14px;font-weight:700;}
.tf-card-body h3 a{color:inherit;text-decoration:none;}
.tf-card-body h3 a:hover{color:var(--tf-green);}

.tf-meta{
  display:flex;flex-wrap:wrap;gap:8px 16px;font-size:13.5px;color:var(--tf-body);
  padding-top:14px;border-top:1px solid var(--tf-line);margin-top:auto;
}
.tf-meta span{display:inline-flex;align-items:center;gap:6px;}
.tf-meta svg{width:15px;height:15px;flex:none;stroke:var(--tf-green);}

.tf-btn{
  display:block;text-align:center;margin-top:16px;background:var(--tf-green);color:#fff;
  text-decoration:none;font-weight:600;font-size:14.5px;padding:11px 16px;
  border-radius:9px;transition:background .18s;
}
.tf-btn:hover{background:var(--tf-green-dark);}

/* ---------- empty state / custom CTA ---------- */
.tf-empty{
  display:none;text-align:center;background:var(--tf-card);border:1px dashed var(--tf-line);
  border-radius:var(--tf-radius);padding:52px 24px;
}
.tf-empty.is-shown{display:block;}
.tf-empty h3{font-size:22px;margin:0 0 8px;}
.tf-empty p{color:var(--tf-body);margin:0 auto 22px;max-width:440px;line-height:1.6;}

.tf-cta{
  margin-top:38px;background:linear-gradient(135deg,var(--tf-green),var(--tf-green-dark));
  border-radius:var(--tf-radius);padding:36px 32px;color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;
}
.tf-cta h3{margin:0 0 6px;font-size:23px;}
.tf-cta p{margin:0;opacity:.9;font-size:15px;}
.tf-cta-btn{
  background:#fff;color:var(--tf-green-dark);text-decoration:none;font-weight:700;
  padding:13px 26px;border-radius:9px;white-space:nowrap;font-size:15px;transition:transform .15s;
}
.tf-cta-btn:hover{transform:translateY(-2px);}

/* ============================================================
   CUSTOMIZE TRIP — modal popup form
   ============================================================ */
.tf-modal{
  --tf-green:#1b7a4b;
  --tf-green-dark:#145c38;
  --tf-ink:#16211c;
  --tf-body:#5b6b63;
  --tf-line:#e2e8e4;
  --tf-bg:#f6f9f7;
  --tf-card:#ffffff;
  --tf-red:#c0392b;

  position:fixed;inset:0;z-index:99999;display:none;
  align-items:flex-start;justify-content:center;
  padding:28px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;
  background:rgba(12,28,20,.55);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--tf-ink);
}
.tf-modal *{box-sizing:border-box;}
.tf-modal.is-open{display:flex;}
body.tf-noscroll{overflow:hidden;}

.tf-modal-dialog{
  position:relative;width:100%;max-width:740px;margin:auto;
  background:var(--tf-card);border-radius:16px;overflow:hidden;
  box-shadow:0 26px 64px rgba(0,0,0,.32);
  animation:tfPop .22s cubic-bezier(.2,.7,.3,1);
}
@keyframes tfPop{from{opacity:0;transform:translateY(16px) scale(.985);}to{opacity:1;transform:none;}}
@media (prefers-reduced-motion:reduce){.tf-modal-dialog{animation:none;}}

.tf-modal-head{
  background:linear-gradient(135deg,var(--tf-green),var(--tf-green-dark));
  color:#fff;padding:24px 58px 24px 28px;
}
.tf-modal-head h3{margin:0 0 5px;font-size:22px;line-height:1.25;font-weight:700;}
.tf-modal-head p{margin:0;font-size:14px;line-height:1.5;opacity:.92;}
.tf-modal-close{
  position:absolute;top:17px;right:17px;width:34px;height:34px;border:none;
  border-radius:50%;background:rgba(255,255,255,.18);color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:background .15s;
}
.tf-modal-close svg{width:16px;height:16px;stroke:#fff;stroke-width:2.4;fill:none;}
.tf-modal-close:hover{background:rgba(255,255,255,.34);}

.tf-modal-body{padding:24px 28px 28px;}

/* summary of what they picked up top */
.tf-summary{
  display:none;flex-wrap:wrap;align-items:center;gap:8px;
  background:var(--tf-bg);border:1px solid var(--tf-line);border-radius:10px;
  padding:11px 14px;margin-bottom:20px;font-size:13px;color:var(--tf-body);
}
.tf-summary.is-shown{display:flex;}
.tf-summary b{color:var(--tf-ink);font-weight:700;}
.tf-tag{
  background:#fff;border:1px solid var(--tf-line);border-radius:999px;
  padding:4px 12px;color:var(--tf-green);font-weight:600;font-size:12.5px;
}

.tf-flash{
  background:#e8f5ee;border:1px solid #bfe0cd;color:var(--tf-green-dark);
  border-radius:10px;padding:13px 15px;margin-bottom:18px;font-size:14px;font-weight:600;
}

.tf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px;}
.tf-full{grid-column:1 / -1;}

.tf-f label{
  display:block;font-size:12.5px;font-weight:700;color:var(--tf-ink);margin-bottom:6px;
}
.tf-f label i{color:var(--tf-red);font-style:normal;margin-left:2px;}
.tf-f input,.tf-f select,.tf-f textarea{
  width:100%;border:1px solid var(--tf-line);border-radius:9px;background:#fff;
  padding:11px 13px;font-size:14.5px;font-family:inherit;color:var(--tf-ink);
  transition:border-color .15s,box-shadow .15s;
}
.tf-f select{
  appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:38px;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6b63' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
.tf-f textarea{resize:vertical;min-height:96px;line-height:1.55;}
.tf-f input::placeholder,.tf-f textarea::placeholder{color:#a6b2ac;}
.tf-f input:focus,.tf-f select:focus,.tf-f textarea:focus{
  outline:none;border-color:var(--tf-green);box-shadow:0 0 0 3px rgba(27,122,75,.13);
}
.tf-f .tf-hint{display:block;margin-top:5px;font-size:12px;color:var(--tf-body);}
.tf-f .tf-err{display:block;margin-top:5px;font-size:12.5px;font-weight:600;color:var(--tf-red);}
.tf-f.has-error input,.tf-f.has-error select,.tf-f.has-error textarea{border-color:var(--tf-red);}

.tf-modal-foot{
  display:flex;align-items:center;justify-content:flex-end;gap:12px;
  margin-top:24px;padding-top:20px;border-top:1px solid var(--tf-line);flex-wrap:wrap;
}
.tf-note{margin-right:auto;font-size:12.5px;color:var(--tf-body);max-width:290px;line-height:1.45;}
.tf-cancel{
  background:none;border:1px solid var(--tf-line);border-radius:9px;
  padding:12px 22px;font:inherit;font-size:14.5px;color:var(--tf-body);cursor:pointer;
  transition:border-color .15s,color .15s;
}
.tf-cancel:hover{border-color:var(--tf-body);color:var(--tf-ink);}
.tf-submit{
  background:var(--tf-green);border:none;border-radius:9px;
  padding:13px 30px;font:inherit;font-size:15px;font-weight:700;color:#fff;
  cursor:pointer;transition:background .18s,opacity .18s;
}
.tf-submit:hover{background:var(--tf-green-dark);}
.tf-submit[disabled]{opacity:.65;cursor:default;}

/* ---------- responsive ---------- */
@media (max-width:640px){
  .tf{padding:38px 0 52px;}
  .tf-head h2{font-size:27px;}
  .tf-panel{padding:20px 18px 4px;}
  .tf-grid{grid-template-columns:1fr;gap:20px;}
  .tf-cta{flex-direction:column;text-align:center;padding:30px 22px;}

  .tf-modal{padding:0;}
  .tf-modal-dialog{max-width:none;min-height:100%;border-radius:0;}
  .tf-modal-head{padding:20px 54px 20px 20px;}
  .tf-modal-head h3{font-size:19px;}
  .tf-modal-body{padding:20px;}
  .tf-form-grid{grid-template-columns:1fr;gap:15px;}
  .tf-modal-foot{flex-direction:column-reverse;align-items:stretch;}
  .tf-note{margin:6px 0 0;max-width:none;text-align:center;}
  .tf-cancel,.tf-submit{width:100%;}
}

.tf-modal-head p , .tf-cta p{
    color: white;
}

a#tfCustomLink:hover {
    color: var(--tf-green-dark);
}
.tf-badge {

    background: #1f4c95;

}
.tf-cta {
    margin-top: 38px;
    background: linear-gradient(135deg, #1f4c95, #1f4c95);
    border-radius: var(--tf-radius);
    padding: 36px 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}
