/* ============================================================
   VEXO ELEMENTOR WIDGETS - Frontend Styles
   ============================================================ */

:root {
    --vexo-primary: #1f7a5a;
    --vexo-primary-dark: #0a4531;
    --vexo-accent: #ee9b00;
    --vexo-accent-dark: #cf8600;
    --vexo-bg: #f6f6f3;
    --vexo-card: #ffffff;
    --vexo-text: #292929;
    --vexo-text-soft: #717171;
    --vexo-border: rgba(15, 57, 43, 0.12);
    --vexo-shadow: 0 18px 36px rgba(21, 35, 29, 0.09);
    --vexo-shadow-soft: 0 8px 20px rgba(27, 43, 35, 0.08);
    --vexo-radius-lg: 30px;
    --vexo-radius-md: 22px;
    --vexo-radius-sm: 16px;
}

html {
    scroll-behavior: smooth;
}

.elementor-widget-container {
    width: 100%;
}

/* Sitewide: kill blue link hover */
body a:hover,
body a:focus,
body a:active {
    color: inherit;
}
.vexo-ele-tag,
.vexo-ele-tag:hover,
.vexo-ele-tag:focus,
.vexo-ele-tag:visited {
    color: #fff !important;
}

.vexo-ele-section {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    padding: 88px 0;
}

.vexo-ele-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 22px;
    border: 1.5px solid var(--vexo-primary);
    border-radius: 999px;
    background: #fff;
    color: var(--vexo-primary);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.vexo-ele-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.vexo-ele-section-head > div:first-child {
    max-width: 860px;
}

.vexo-ele-heading {
    margin: 20px 0 0;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: clamp(28px, 2.6vw, 40px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    max-width: 26ch;
}

.vexo-ele-heading span {
    color: var(--vexo-primary);
}

.vexo-ele-action {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.vexo-ele-action > span:not(.vexo-ele-action-icon) {
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0 26px;
    border: 1.5px solid var(--vexo-primary);
    border-radius: 14px;
    background: #fff;
    line-height: 1;
}

.vexo-ele-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1.5px solid var(--vexo-primary);
    border-radius: 999px;
    background: var(--vexo-primary);
    color: #fff;
    box-shadow: 0 6px 14px rgba(31, 122, 90, 0.22);
    transition: transform 0.25s ease, background 0.25s ease;
}

.vexo-ele-action-icon svg {
    width: 30px !important;
    height: 30px !important;
}

.vexo-ele-action:hover .vexo-ele-action-icon {
    transform: translateY(-2px);
    background: var(--vexo-primary-dark);
}

.vexo-ele-action-icon svg,
.vexo-ele-package-card svg,
.vexo-ele-destination-card svg,
.vexo-ele-footer svg,
.vexo-ele-search-wrap svg,
.vexo-ele-stars svg,
.vexo-ele-contact-links svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.vexo-ele-empty-state {
    grid-column: 1 / -1;
    padding: 32px;
    border-radius: var(--vexo-radius-md);
    background: #fff;
    color: var(--vexo-text-soft);
    text-align: center;
    box-shadow: var(--vexo-shadow-soft);
}

/* ========== NAVBAR ========== */
.vexo-ele-navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    padding: 34px 48px;
    transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Solid white nav (Figma style) when not transparent */
.vexo-ele-navbar[data-transparent="no"] {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    padding: 22px 48px;
}
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-nav-links a,
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-outline-btn,
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-navbar-socials a {
    color: #1a1a1a;
}
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-outline-btn {
    border-color: #2C5A3F;
    color: #2C5A3F;
}
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-outline-btn:hover {
    background: #2C5A3F;
    color: #ffffff;
}
.vexo-ele-navbar[data-transparent="no"] .vexo-ele-mobile-toggle span {
    background: #1a1a1a;
}

.vexo-ele-navbar.is-scrolled {
    position: fixed;
    background: rgba(8, 36, 28, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 30px rgba(8, 21, 16, 0.22);
}

body.admin-bar .vexo-ele-navbar.is-scrolled {
    top: 32px;
}

.vexo-ele-navbar-inner {
    width: min(1320px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
}

.vexo-ele-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.vexo-ele-logo {
    max-height: 48px;
}

.vexo-ele-logo img,
.vexo-ele-navbar .vexo-ele-logo img,
.vexo-ele-navbar-inner .vexo-ele-logo img {
    display: block !important;
    height: 48px !important;
    width: auto !important;
    max-width: 200px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.vexo-ele-logo-text {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.vexo-ele-navbar-menu {
    justify-self: center;
}

.vexo-ele-nav-links {
    display: flex;
    align-items: center;
    gap: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vexo-ele-nav-links a {
    position: relative;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.vexo-ele-nav-links li.is-current a {
    font-weight: 700;
}

.vexo-ele-navbar-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.vexo-ele-navbar-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vexo-ele-navbar-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.vexo-ele-navbar-socials a:hover {
    opacity: 0.82;
    transform: translateY(-1px);
}

.vexo-ele-navbar-socials svg {
    width: 22px;
    height: 22px;
}

.vexo-ele-navbar-socials img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.vexo-ele-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.84);
    border-radius: 18px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.vexo-ele-outline-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.vexo-ele-mobile-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.vexo-ele-mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}

.vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* ========== HERO ========== */
.vexo-ele-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.vexo-ele-hero-slider,
.vexo-ele-hero-slide {
    position: absolute;
    inset: 0;
}

.vexo-ele-hero-slider {
    z-index: 0;
    overflow: hidden;
}

.vexo-ele-hero-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.035);
    transition: opacity 1s ease, transform 7s ease;
}

.vexo-ele-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.vexo-ele-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.vexo-ele-hero-content {
    position: relative;
    z-index: 2;
    width: min(1100px, calc(100% - 64px));
    margin: 0 auto;
    padding: 120px 0 80px;
    text-align: center;
}

.vexo-ele-hero-title {
    margin: 0;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vexo-ele-hero-title span {
    color: var(--vexo-accent);
}

.vexo-ele-hero-subtitle {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.65;
}

.vexo-ele-hero-search {
    width: min(900px, 100%);
    margin: 30px auto 0;
}

.vexo-ele-hero.is-compact-banner {
    min-height: 120px !important;
    background-position: center center;
}

.vexo-ele-hero.is-compact-banner .vexo-ele-hero-content {
    width: min(1180px, calc(100% - 96px));
    padding: 0;
}

.vexo-ele-search-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 6px 6px 6px 22px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 22px 44px rgba(6, 20, 16, 0.18);
    overflow: hidden;
}

.vexo-ele-search-icon {
    color: #9e9e9e;
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.vexo-ele-search-input {
    width: 100%;
    height: 100%;
    min-height: 48px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}

.vexo-ele-search-input:focus,
.vexo-ele-search-input:active,
.vexo-ele-search-input:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Kill any Elementor/theme border on inputs inside the search wrap */
.vexo-ele-search-wrap input,
.vexo-ele-search-wrap input[type="text"],
.vexo-ele-search-wrap input[type="search"] {
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.vexo-ele-search-input::placeholder {
    color: #a4a4a4;
}

.vexo-ele-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--vexo-accent);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
    box-shadow: 0 8px 20px rgba(238, 155, 0, 0.32);
}

.vexo-ele-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 34px;
    border: 0;
    border-radius: 18px;
    background: var(--vexo-accent);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.vexo-ele-search-btn:hover,
.vexo-ele-primary-btn:hover {
    background: var(--vexo-accent-dark);
    transform: translateY(-1px);
}

.vexo-ele-popular-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vexo-ele-tag-label {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

@keyframes vexo-pill-enter {
    0%   { opacity: 0; transform: translateY(14px) scale(0.92); filter: blur(6px); }
    60%  { opacity: 1; transform: translateY(-2px) scale(1.02); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes vexo-pill-shine {
    0%   { transform: translateX(-120%) skewX(-20deg); }
    100% { transform: translateX(220%) skewX(-20deg); }
}

@keyframes vexo-pill-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
}

.vexo-ele-tag {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 11px 26px;
    min-width: 96px;
    min-height: 40px;
    border: none;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow:
        inset 0 0 50px rgba(0, 0, 0, 0.30),
        inset 0 -2px 8px rgba(0, 0, 0, 0.20),
        0 18px 40px rgba(0, 0, 0, 0.25);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, background, box-shadow;
    transition:
        background 0.3s ease,
        transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.3s ease;
    animation: vexo-pill-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vexo-ele-tag > * {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Figma gradient stroke border (top-left bright → transparent → bottom-right semi-bright) */
.vexo-ele-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    padding: 2px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0)   30%,
        rgba(255, 255, 255, 0)   70%,
        rgba(255, 255, 255, 0.5) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
}

/* Shine sweep overlay (separate layer) */
.vexo-ele-tag::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0)    0%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0)    100%
    );
    transform: translateX(-120%) skewX(-20deg);
    pointer-events: none;
    z-index: 1;
}

.vexo-ele-tag:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 50px rgba(0, 0, 0, 0.32),
        inset 0 -2px 8px rgba(0, 0, 0, 0.22),
        0 22px 46px rgba(0, 0, 0, 0.30);
}

.vexo-ele-tag:hover > * {
    transform: scale(1.02);
}

.vexo-ele-tag:hover::after {
    animation: vexo-pill-shine 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.vexo-ele-tag:active {
    transform: translateY(-1px) scale(0.98);
    transition: transform 0.12s ease-out;
}

.vexo-ele-tag.is-active {
    background: rgba(255, 255, 255, 0.20);
    color: #FFFFFF;
    box-shadow:
        inset 0 0 50px rgba(0, 0, 0, 0.32),
        inset 0 -2px 8px rgba(0, 0, 0, 0.22),
        0 22px 46px rgba(0, 0, 0, 0.32);
    animation:
        vexo-pill-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both,
        vexo-pill-float 4.5s ease-in-out 0.8s infinite;
}

/* staggered entrance for sibling pills */
.vexo-ele-tag:nth-child(1) { animation-delay: 0.05s; }
.vexo-ele-tag:nth-child(2) { animation-delay: 0.15s; }
.vexo-ele-tag:nth-child(3) { animation-delay: 0.25s; }
.vexo-ele-tag:nth-child(4) { animation-delay: 0.35s; }
.vexo-ele-tag:nth-child(5) { animation-delay: 0.45s; }
.vexo-ele-tag:nth-child(6) { animation-delay: 0.55s; }

@media (prefers-reduced-motion: reduce) {
    .vexo-ele-tag,
    .vexo-ele-tag.is-active {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
    .vexo-ele-tag:hover { transform: none; }
}

/* ========== FEATURE STEPS ========== */
.vexo-ele-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.vexo-ele-feature-card {
    position: relative;
    min-height: 300px;
    padding: 36px 32px 32px;
    border: 1.5px solid rgba(15, 57, 43, 0.07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(12, 40, 32, 0.04), 0 16px 40px rgba(12, 40, 32, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.vexo-ele-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vexo-primary) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vexo-ele-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(12, 40, 32, 0.06), 0 28px 56px rgba(12, 40, 32, 0.12);
    border-color: rgba(31, 122, 90, 0.14);
}

.vexo-ele-feature-card:hover::before {
    opacity: 1;
}

.vexo-ele-feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vexo-primary) 0%, var(--vexo-primary-dark) 100%);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(31, 122, 90, 0.30);
}

.vexo-ele-feature-card h3 {
    margin: 28px 0 14px;
    padding-right: 30px;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.vexo-ele-feature-card p {
    margin: 0;
    color: var(--vexo-text-soft);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

/* ========== PACKAGE CARDS ========== */
.vexo-ele-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.vexo-ele-package-grid,
.vexo-ele-destination-grid {
    display: grid;
    gap: 28px;
}

.vexo-ele-package-grid.cols-2,
.vexo-ele-destination-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vexo-ele-package-grid.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===== BENTO DESTINATION LAYOUT (nested flex) ===== */
.vexo-ele-destination-bento {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    width: 100% !important;
    height: 670px !important;
    grid-template-columns: none !important;
}

.vexo-ele-destination-bento .bento-col-left {
    flex: 23.5 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    min-width: 0;
}

.vexo-ele-destination-bento .bento-col-right {
    flex: 76.5 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    min-width: 0;
}

.vexo-ele-destination-bento .bento-row-top {
    flex: 40.7 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    min-height: 0;
}

.vexo-ele-destination-bento .bento-row-bottom {
    flex: 59.3 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    min-height: 0;
}

.vexo-ele-destination-bento .bento-col-left > .vexo-ele-destination-card:nth-child(1),
.vexo-ele-destination-bento .bento-col-left > .vexo-ele-mosaic-tile:nth-child(1) { flex: 62.8; }
.vexo-ele-destination-bento .bento-col-left > .vexo-ele-destination-card:nth-child(2),
.vexo-ele-destination-bento .bento-col-left > .vexo-ele-mosaic-tile:nth-child(2) { flex: 37.2; }
.vexo-ele-destination-bento .bento-row-top > .vexo-ele-destination-card:nth-child(1),
.vexo-ele-destination-bento .bento-row-top > .vexo-ele-mosaic-tile:nth-child(1) { flex: 56; }
.vexo-ele-destination-bento .bento-row-top > .vexo-ele-destination-card:nth-child(2),
.vexo-ele-destination-bento .bento-row-top > .vexo-ele-mosaic-tile:nth-child(2) { flex: 44; }
.vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-destination-card:nth-child(1),
.vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-mosaic-tile:nth-child(1) { flex: 65.4; }
.vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-destination-card:nth-child(2),
.vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-mosaic-tile:nth-child(2) { flex: 34.6; }

.vexo-ele-destination-bento .vexo-ele-destination-card,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    flex-shrink: 0;
    min-width: 0;
    background: #0b2c21;
    box-shadow: none;
}

.vexo-ele-destination-bento .vexo-ele-destination-card .card-image,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vexo-ele-destination-bento .vexo-ele-destination-card .card-image img,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vexo-ele-destination-bento .vexo-ele-destination-card:hover .card-image img,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile:hover img {
    transform: scale(1.05);
}

.vexo-ele-destination-bento .vexo-ele-destination-card .card-image::after,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.42) 34%, rgba(0,0,0,0.05) 66%);
    pointer-events: none;
}

.vexo-ele-destination-bento .vexo-ele-destination-card .card-content,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile span {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 0;
    z-index: 3;
}

.vexo-ele-destination-bento .vexo-ele-destination-card h3,
.vexo-ele-destination-bento .vexo-ele-mosaic-tile span {
    margin: 0;
    color: #fff !important;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 850px) {
    .vexo-ele-destination-bento {
        flex-direction: column;
        height: auto;
    }
    .vexo-ele-destination-bento .bento-col-left,
    .vexo-ele-destination-bento .bento-col-right,
    .vexo-ele-destination-bento .bento-row-top,
    .vexo-ele-destination-bento .bento-row-bottom {
        flex: none;
        width: 100%;
    }
    .vexo-ele-destination-bento .bento-row-top,
    .vexo-ele-destination-bento .bento-row-bottom {
        flex-direction: column;
    }
    .vexo-ele-destination-bento .vexo-ele-destination-card,
    .vexo-ele-destination-bento .vexo-ele-mosaic-tile {
        height: 250px;
        flex: none !important;
    }
    .vexo-ele-destination-bento .bento-col-left > .vexo-ele-destination-card:nth-child(1),
    .vexo-ele-destination-bento .bento-col-left > .vexo-ele-mosaic-tile:nth-child(1),
    .vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-destination-card:nth-child(1),
    .vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-mosaic-tile:nth-child(1) {
        height: 350px;
    }
}

.vexo-ele-package-grid.cols-4,
.vexo-ele-destination-grid.cols-4,
.vexo-ele-package-grid:not(.cols-2):not(.cols-3),
.vexo-ele-destination-grid:not(.cols-2):not(.cols-3) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vexo-ele-package-card,
.vexo-ele-destination-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(15, 57, 43, 0.06);
    border-radius: 22px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(12, 40, 32, 0.06), 0 24px 52px rgba(12, 40, 32, 0.12) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vexo-ele-package-card:hover,
.vexo-ele-destination-card:hover,
.vexo-ele-mosaic-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(12, 40, 32, 0.08), 0 36px 72px rgba(12, 40, 32, 0.18) !important;
}

.vexo-ele-package-card .card-image,
.vexo-ele-destination-card .card-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.vexo-ele-destination-card .card-image {
    height: 270px;
}

.vexo-ele-package-card .card-image img,
.vexo-ele-destination-card .card-image img,
.vexo-ele-mosaic-tile img,
.vexo-ele-contact-image img,
.vexo-ele-about-visual img,
.vexo-ele-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vexo-ele-package-card .card-content,
.vexo-ele-destination-card .card-content {
    padding: 18px 18px 20px;
}

.vexo-ele-package-card .card-location,
.vexo-ele-destination-card .card-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vexo-primary);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.vexo-ele-package-card h3,
.vexo-ele-destination-card h3 {
    margin: 10px 0 0;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
}

.vexo-ele-destination-card h3 {
    font-size: 20px;
}

.vexo-ele-package-card .card-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 8px;
    color: #7c7c7c;
    font-size: 14px;
}

.vexo-ele-package-card .card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vexo-ele-package-card .card-meta .is-rating {
    color: #8a7f63;
}

.vexo-ele-package-card .card-meta .is-rating svg {
    color: var(--vexo-accent);
}

.vexo-ele-package-card .card-divider {
    height: 1px;
    margin: 16px 0 12px;
    background: rgba(28, 28, 28, 0.22);
}

.vexo-ele-package-card .card-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vexo-ele-package-card .card-price strong {
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.vexo-ele-package-card .card-price small {
    color: #7a7a7a;
    font-size: 15px;
}

.vexo-ele-package-card .card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    border-radius: 10px;
    background: var(--vexo-primary);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

/* ========== FILTERS ========== */
.vexo-ele-filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 30px;
}

.vexo-ele-filter-select,
.vexo-ele-filter-search {
    min-height: 56px;
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(31, 122, 90, 0.16);
    border-radius: 16px;
    background: #fff;
    color: var(--vexo-text);
    font-size: 15px;
    box-shadow: var(--vexo-shadow-soft);
}

.vexo-ele-loading {
    padding: 24px 0 32px;
    color: var(--vexo-text-soft);
    text-align: center;
}

.vexo-ele-load-more {
    margin-top: 30px;
    text-align: center;
}

/* ========== DESTINATION MOSAIC ========== */
.vexo-ele-destination-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 172px;
    grid-auto-flow: dense;
    gap: 20px;
}

.vexo-ele-mosaic-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #1f7a5a 0%, #0a4531 100%);
    box-shadow: 0 10px 30px rgba(12, 40, 32, 0.12);
    grid-column: span 4;
    grid-row: span 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vexo-ele-mosaic-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.62) 100%);
    z-index: 1;
}

.vexo-ele-mosaic-tile span {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Cycling pattern every 6 tiles - fills 12 cols cleanly every cycle */
.vexo-ele-mosaic-tile:nth-child(6n+1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-mosaic-tile:nth-child(6n+2) { grid-column: span 5; grid-row: span 2; }
.vexo-ele-mosaic-tile:nth-child(6n+3) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-mosaic-tile:nth-child(6n+4) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-mosaic-tile:nth-child(6n+5) { grid-column: span 6; grid-row: span 1; }
.vexo-ele-mosaic-tile:nth-child(6n+6) { grid-column: span 6; grid-row: span 1; }

/* Exact tile-count layouts — no leftover gaps */
.vexo-ele-destination-mosaic[data-tile-count="1"] .vexo-ele-mosaic-tile { grid-column: span 12; grid-row: span 3; }

.vexo-ele-destination-mosaic[data-tile-count="2"] .vexo-ele-mosaic-tile { grid-column: span 6; grid-row: span 2; }

.vexo-ele-destination-mosaic[data-tile-count="3"] .vexo-ele-mosaic-tile { grid-column: span 4; grid-row: span 2; }

.vexo-ele-destination-mosaic[data-tile-count="4"] .vexo-ele-mosaic-tile:nth-child(1),
.vexo-ele-destination-mosaic[data-tile-count="4"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 6; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="4"] .vexo-ele-mosaic-tile:nth-child(3),
.vexo-ele-destination-mosaic[data-tile-count="4"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 6; grid-row: span 1; }

.vexo-ele-destination-mosaic[data-tile-count="5"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="5"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 8; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="5"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="5"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="5"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 4; grid-row: span 1; }

/* 6 tiles: [4col 2row][5col 2row][3col 1row] / [_____][_____][3col 1row] / [6col][6col] */
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 6; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="6"] .vexo-ele-mosaic-tile:nth-child(6) { grid-column: span 6; grid-row: span 1; }

/* 7 tiles: [4col 2row][4col 1row][4col 1row] / [_____][4col 1row][4col 1row] / [6col][6col] */
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(6) { grid-column: span 6; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="7"] .vexo-ele-mosaic-tile:nth-child(7) { grid-column: span 6; grid-row: span 1; }

/* 8 tiles: [4col 2row][5col 2row][3col 1row][3col 1row] / [6col][6col][6col][6col] */
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(6) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(7) { grid-column: span 5; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="8"] .vexo-ele-mosaic-tile:nth-child(8) { grid-column: span 12; grid-row: span 1; }

/* 9 tiles */
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(7) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(8) { grid-column: span 6; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="9"] .vexo-ele-mosaic-tile:nth-child(9) { grid-column: span 6; grid-row: span 1; }

/* 10 tiles: [4+5+3] / [cont+cont+3] / [4+4+4] / [cont+cont+cont] / [4+4+4] */
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(1) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(3) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(4) { grid-column: span 3; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(5) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(7) { grid-column: span 4; grid-row: span 2; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(8) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(9) { grid-column: span 4; grid-row: span 1; }
.vexo-ele-destination-mosaic[data-tile-count="10"] .vexo-ele-mosaic-tile:nth-child(10) { grid-column: span 4; grid-row: span 1; }

/* ========== ABOUT ========== */
.vexo-ele-about-block {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    align-items: center;
    gap: 54px;
}

.vexo-ele-about-block.is-reversed {
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
}

.vexo-ele-about-block.is-reversed .vexo-ele-about-copy {
    order: 2;
}

.vexo-ele-about-block.is-reversed .vexo-ele-about-visual {
    order: 1;
}

.vexo-ele-about-description {
    margin-top: 18px;
    color: var(--vexo-text);
    font-size: 20px;
    line-height: 1.42;
}

.vexo-ele-about-description p + p {
    margin-top: 14px;
}

.vexo-ele-about-points {
    margin-top: 26px;
    display: grid;
    gap: 22px;
}

.vexo-ele-about-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
}

.vexo-ele-about-point-number {
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.vexo-ele-about-point h3 {
    margin: 0;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.vexo-ele-about-point p {
    margin: 6px 0 0;
    color: var(--vexo-text);
    font-size: 19px;
    line-height: 1.42;
}

.vexo-ele-about-visual img {
    width: 100%;
    max-width: 600px;
}

/* ========== TESTIMONIALS ========== */
.vexo-ele-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.vexo-ele-testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 480px;
    padding: 36px 32px 32px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--vexo-shadow);
}

.vexo-ele-testimonial-card.is-featured {
    background: var(--vexo-primary);
    color: #fff;
}

.vexo-ele-stars {
    display: inline-flex;
    gap: 6px;
    color: var(--vexo-primary);
}

.vexo-ele-testimonial-card.is-featured .vexo-ele-stars {
    color: #fff;
}

.vexo-ele-testimonial-text {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 28px 0;
    color: inherit;
    font-size: 18px;
    font-style: italic;
    line-height: 1.52;
}

.vexo-ele-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.vexo-ele-testimonial-author img {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
}

.vexo-ele-testimonial-author strong {
    display: block;
    color: inherit;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.vexo-ele-testimonial-author span {
    display: block;
    margin-top: 4px;
    color: inherit;
    opacity: 0.85;
    font-size: 15px;
}

/* ========== GALLERY ========== */
.vexo-ele-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.vexo-ele-gallery-item {
    display: block;
    width: 100%;
    height: 450px;
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    cursor: pointer;
    box-shadow: var(--vexo-shadow);
}

.vexo-ele-gallery-item.is-wide {
    grid-column: 1 / -1;
    height: 450px;
}

/* ========== CONTACT ========== */
.vexo-ele-contact-intro {
    width: min(980px, 100%);
    margin-bottom: 34px;
}

.vexo-ele-heading,
.vexo-ele-contact-subtitle,
.vexo-ele-feature-card,
.vexo-ele-package-card,
.vexo-ele-destination-card,
.vexo-ele-gallery-item,
.vexo-ele-testimonial-card,
.vexo-ele-contact-form-wrap,
.vexo-ele-contact-image,
.vexo-ele-about-copy,
.vexo-ele-action,
.vexo-ele-cta-wrap,
.vexo-ele-faq-item,
.vexo-ele-search-wrap,
.vexo-ele-filter-wrap,
.vexo-ele-footer-col,
.vexo-pkg-card,
.vexo-pkg-list-section,
.vexo-pkg-hero-overlay,
.vexo-pkg-title-block,
.vexo-pkg-about {
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        color 0.28s ease;
}

.vexo-motion-fade {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    transition-delay: var(--vexo-motion-delay, 0ms);
    will-change: opacity, transform;
}

.vexo-motion-fade.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.vexo-ele-contact-subtitle {
    margin: 18px 0 0;
    color: var(--vexo-text);
    font-size: 20px;
    line-height: 1.44;
}

.vexo-ele-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: start;
}

.vexo-ele-contact-form-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 22px 24px;
    border-radius: 28px;
    background: #f2f2f0;
}

.vexo-ele-contact-form-wrap .wpcf7-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.vexo-ele-contact-form-wrap .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.vexo-ele-contact-form-wrap .row + .row,
.vexo-ele-contact-form-wrap .col + .row {
    margin-top: 14px;
}

.vexo-ele-contact-form-wrap .col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vexo-ele-contact-form-wrap p {
    margin: 0;
}

.vexo-ele-contact-form-wrap label {
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.vexo-ele-contact-form-wrap input,
.vexo-ele-contact-form-wrap textarea,
.vexo-ele-contact-form-wrap select,
.vexo-ele-contact-form-wrap .wpcf7-select {
    width: 100%;
    min-height: 58px;
    padding: 13px 22px;
    border: 0;
    border-radius: 22px;
    background: #fff;
    color: var(--vexo-text);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(18, 49, 37, 0.04);
    appearance: none;
    -webkit-appearance: none;
}

.vexo-ele-contact-form-wrap select,
.vexo-ele-contact-form-wrap .wpcf7-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23292929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    padding-right: 50px;
    cursor: pointer;
}

.vexo-ele-contact-form-wrap textarea {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 180px;
    resize: vertical;
}

.vexo-ele-contact-form-wrap .submit-btn {
    margin-top: 6px;
}

.vexo-ele-contact-form-wrap .row.is-full,
.vexo-ele-contact-form-wrap .row:has(> .col:only-child) {
    grid-template-columns: 1fr;
}

.vexo-ele-contact-form-wrap .row > .col:only-child {
    grid-column: 1 / -1;
}

.vexo-ele-contact-form-wrap .wpcf7-submit {
    min-width: 220px;
    min-height: 58px;
    padding: 14px 30px;
    border: 0;
    border-radius: 18px;
    background: var(--vexo-primary);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.vexo-ele-contact-form-wrap .wpcf7-form.init .wpcf7-response-output {
    display: none;
}

.vexo-ele-contact-form-wrap .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    min-height: 0;
}

.vexo-ele-contact-form-wrap .wpcf7-spinner {
    margin: 18px 0 0 14px;
}

.vexo-ele-contact-image {
    height: auto;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: none;
}

.vexo-ele-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vexo-ele-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.vexo-ele-contact-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--vexo-primary-dark);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

/* ========== FOOTER ========== */
.vexo-ele-footer {
    width: 100%;
    background: var(--vexo-primary);
    color: #fff;
    margin-top: 0;
}

.vexo-ele-footer-inner {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    padding: 78px 0 72px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.8fr));
    gap: 48px;
}

.vexo-ele-footer h2,
.vexo-ele-footer h3 {
    margin: 0;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.vexo-ele-footer h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.05;
}

.vexo-ele-footer h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
}

.vexo-ele-footer-brand p,
.vexo-ele-footer-contact li,
.vexo-ele-footer-col li a,
.vexo-ele-footer-col li {
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    line-height: 1.46;
}

.vexo-ele-footer-brand p {
    max-width: 400px;
    margin: 18px 0 0;
}

.vexo-ele-footer-socials {
    display: flex;
    gap: 18px;
    margin-top: 26px;
}

.vexo-ele-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
}

.vexo-ele-footer-socials svg {
    width: 42px;
    height: 42px;
}

.vexo-ele-footer-socials img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.vexo-ele-footer-credit {
    margin-top: 36px;
}

.vexo-ele-credit-badges {
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
}

.vexo-ele-credit-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    color: var(--vexo-primary);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.vexo-ele-footer-credit small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 17px;
    line-height: 1.35;
}

.vexo-ele-footer-col ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.vexo-ele-footer-col li + li {
    margin-top: 10px;
}

.vexo-ele-footer-col a {
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
}

/* ========== LIGHTBOX ========== */
.vexo-lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(5, 11, 9, 0.92);
    cursor: pointer;
}

.vexo-lightbox-overlay img {
    max-width: min(1200px, 96vw);
    max-height: 92vh;
    border-radius: 20px;
}

.vexo-lightbox-overlay button {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1180px) {
    .vexo-ele-navbar {
        padding-inline: 28px;
    }

    .vexo-ele-logo img {
        height: 42px;
    }

    .vexo-ele-nav-links {
        gap: 28px;
    }

    .vexo-ele-package-grid.cols-4,
    .vexo-ele-destination-grid.cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vexo-ele-package-grid.cols-3,
    .vexo-ele-destination-grid.cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vexo-ele-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vexo-ele-testimonial-grid,
    .vexo-ele-gallery-grid,
    .vexo-ele-contact-grid,
    .vexo-ele-footer-inner,
    .vexo-ele-about-block,
    .vexo-ele-about-block.is-reversed {
        grid-template-columns: 1fr;
    }

    /* Mosaic: collapse to 2-column grid at tablet */
    .vexo-ele-destination-mosaic,
    .vexo-ele-destination-mosaic[data-tile-count] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
    }

    .vexo-ele-destination-mosaic .vexo-ele-mosaic-tile,
    .vexo-ele-destination-mosaic[data-tile-count] .vexo-ele-mosaic-tile,
    .vexo-ele-mosaic-tile:nth-child(n) {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .vexo-ele-footer-brand p {
        max-width: none;
    }

    .vexo-ele-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vexo-ele-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 940px) {
    .vexo-ele-section {
        width: min(100%, calc(100% - 40px));
        padding: 64px 0;
    }

    .vexo-ele-navbar-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .vexo-ele-navbar-menu {
        position: fixed;
        top: var(--vexo-menu-top, 80px);
        left: 16px;
        right: 16px;
        display: none;
        padding: 24px;
        border-radius: 22px;
        background: rgba(8, 36, 28, 0.96);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: var(--vexo-shadow);
        z-index: 9999;
    }

    .vexo-ele-navbar-menu.is-open {
        display: block;
    }

    .vexo-ele-nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .vexo-ele-outline-btn {
        display: none;
    }

    .vexo-ele-navbar-socials {
        display: none;
    }

    .vexo-ele-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vexo-ele-hero-content {
        width: min(100%, calc(100% - 40px));
        padding-top: 170px;
        padding-bottom: 72px;
    }

    .vexo-ele-search-wrap {
        grid-template-columns: 1fr auto;
        gap: 8px;
        min-height: 0;
        padding: 10px 10px 10px 20px;
        border-radius: 999px;
    }

    .vexo-ele-search-icon {
        display: none;
    }

    .vexo-ele-search-btn {
        min-height: 54px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .vexo-ele-primary-btn {
        width: 100%;
    }

    .vexo-ele-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 32px;
    }

    .vexo-ele-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vexo-ele-filters,
    .vexo-ele-contact-form-wrap .row,
    .vexo-ele-package-grid.cols-2,
    .vexo-ele-package-grid.cols-3,
    .vexo-ele-package-grid.cols-4,
    .vexo-ele-destination-grid.cols-2,
    .vexo-ele-destination-grid.cols-3,
    .vexo-ele-destination-grid.cols-4,
    .vexo-ele-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vexo-ele-gallery-item,
    .vexo-ele-gallery-item.is-wide {
        height: 260px;
        grid-column: auto;
    }

    .vexo-ele-destination-mosaic,
    .vexo-ele-destination-mosaic[data-tile-count] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 200px;
    }

    .vexo-ele-destination-mosaic .vexo-ele-mosaic-tile,
    .vexo-ele-destination-mosaic[data-tile-count] .vexo-ele-mosaic-tile,
    .vexo-ele-mosaic-tile:nth-child(n) {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .vexo-ele-about-block,
    .vexo-ele-about-block.is-reversed {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .vexo-ele-about-block .vexo-ele-about-visual,
    .vexo-ele-about-block.is-reversed .vexo-ele-about-visual {
        order: -1;
    }

    .vexo-ele-about-block .vexo-ele-about-copy,
    .vexo-ele-about-block.is-reversed .vexo-ele-about-copy {
        order: 2;
    }

    .vexo-ele-footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 60px 0 52px;
    }

    .vexo-ele-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .vexo-ele-contact-grid {
        grid-template-columns: 1fr;
    }

    .vexo-ele-contact-image {
        display: none;
    }
}

@media (max-width: 640px) {
    .vexo-ele-section {
        width: min(100%, calc(100% - 32px));
        padding: 52px 0;
    }

    .vexo-ele-navbar {
        padding: 18px 16px;
    }

    .vexo-ele-logo img {
        height: 36px !important;
    }

    body.admin-bar .vexo-ele-navbar.is-scrolled {
        top: 46px;
    }

    .vexo-ele-pill {
        min-height: 40px;
        padding: 8px 16px;
        font-size: 13px;
    }

    .vexo-ele-heading {
        font-size: clamp(26px, 7vw, 38px);
    }

    .vexo-ele-contact-intro {
        margin-bottom: 22px;
    }

    .vexo-ele-contact-intro .vexo-ele-heading {
        font-size: clamp(24px, 6.5vw, 32px);
        line-height: 1.12;
    }

    .vexo-ele-contact-subtitle {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.55;
    }

    .vexo-ele-hero-content {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .vexo-ele-hero-title {
        font-size: clamp(28px, 8vw, 42px);
    }

    .vexo-ele-hero-subtitle {
        font-size: 15px;
    }

    /* Full-width search on small screens */
    .vexo-ele-search-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 24px;
    }

    .vexo-ele-search-btn {
        width: 100%;
        border-radius: 14px;
        min-height: 52px;
    }

    .vexo-ele-feature-card,
    .vexo-ele-package-card,
    .vexo-ele-destination-card,
    .vexo-ele-testimonial-card,
    .vexo-ele-contact-form-wrap {
        border-radius: 18px;
    }

    .vexo-ele-feature-card {
        min-height: 0;
        padding: 26px 22px 24px;
    }

    .vexo-ele-feature-card h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .vexo-ele-package-card h3,
    .vexo-ele-destination-card h3 {
        font-size: 18px;
    }

    .vexo-ele-package-card .card-image,
    .vexo-ele-destination-card .card-image {
        height: 200px;
    }

    .vexo-ele-package-grid.cols-2,
    .vexo-ele-package-grid.cols-3,
    .vexo-ele-package-grid.cols-4,
    .vexo-ele-destination-grid.cols-2,
    .vexo-ele-destination-grid.cols-3,
    .vexo-ele-destination-grid.cols-4 {
        grid-template-columns: 1fr;
    }

    .vexo-ele-package-card .card-meta {
        gap: 10px;
        font-size: 13px;
    }

    .vexo-ele-package-card .card-price strong {
        font-size: 20px;
    }

    .vexo-ele-footer h2 {
        font-size: 26px;
    }

    .vexo-ele-footer h3 {
        font-size: 20px;
    }

    .vexo-ele-footer-inner {
        grid-template-columns: 1fr;
        padding: 48px 0 40px;
        gap: 32px;
    }

    .vexo-ele-tag {
        min-width: 0;
        min-height: 42px;
        padding: 9px 18px;
        font-size: 13px;
    }

    .vexo-ele-tag-label {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .vexo-ele-popular-tags {
        gap: 8px;
    }

    .vexo-ele-dest-tabs {
        width: 100%;
        display: flex;
    }

    .vexo-ele-dest-tab {
        flex: 1;
        padding: 9px 8px;
        font-size: 13px;
    }

    .vexo-ele-filter-pill {
        padding: 9px 16px;
        font-size: 13px;
    }

    .vexo-ele-filter-pill-row {
        gap: 8px;
    }

    .vexo-ele-about-description {
        font-size: 16px;
    }

    .vexo-ele-about-point h3 {
        font-size: 17px;
    }

    .vexo-ele-about-point p {
        font-size: 14px;
    }

    .vexo-ele-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .vexo-ele-testimonial-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .vexo-ele-testimonial-text {
        font-size: 15px;
        margin: 18px 0 22px;
    }

    .vexo-ele-gallery-grid {
        grid-template-columns: 1fr;
    }

    .vexo-ele-gallery-item,
    .vexo-ele-gallery-item.is-wide {
        height: 240px;
        grid-column: auto;
    }

    .vexo-ele-destination-mosaic,
    .vexo-ele-destination-mosaic[data-tile-count] {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }

    .vexo-ele-contact-form-wrap {
        padding: 22px;
    }

    .vexo-ele-contact-form-wrap .row {
        grid-template-columns: 1fr;
    }

    .vexo-ele-contact-form-wrap input,
    .vexo-ele-contact-form-wrap textarea {
        min-height: 54px;
        padding: 14px 20px;
        font-size: 16px;
        border-radius: 20px;
    }

    .vexo-ele-contact-form-wrap textarea {
        min-height: 150px;
    }

    .vexo-ele-contact-form-wrap .wpcf7-submit {
        width: 100%;
        min-height: 54px;
        font-size: 17px;
    }

    .vexo-ele-filters {
        grid-template-columns: 1fr;
    }

    .vexo-ele-section-head {
        gap: 16px;
        margin-bottom: 24px;
    }

    .vexo-ele-dest-hero-title {
        font-size: 30px !important;
    }

    .vexo-ele-faq-item {
        padding: 2px 16px;
    }

    .vexo-ele-faq-question {
        font-size: 15px;
        padding: 14px 0;
    }

    .vexo-ele-faq-answer {
        font-size: 14px;
    }
}

/* ========== Single Destination / Package Hero ========== */
.vexo-ele-dest-hero {
    position: relative;
    min-height: 460px;
    padding: 120px 8% 60px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 0;
}
.vexo-ele-dest-hero-inner {
    max-width: 780px;
}
.vexo-ele-pill-light {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.vexo-ele-dest-hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.05;
    margin: 16px 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.vexo-ele-dest-hero-tag {
    font-size: 20px;
    opacity: 0.9;
    max-width: 620px;
}
.vexo-ele-dest-about {
    padding: 60px 8%;
}
.vexo-ele-dest-about-body {
    max-width: 860px;
    font-size: 16px;
    line-height: 1.8;
    color: #3a4a44;
    margin-top: 18px;
}
.vexo-ele-dest-packages {
    padding: 60px 8%;
    background: #f7faf9;
}

.single-vexo_destination .vexo-pkg-hero-overlay {
    min-height: 520px;
    background-size: cover;
    background-position: center;
}

.single-vexo_destination .vexo-pkg-hero-overlay-title {
    font-size: clamp(52px, 5vw, 76px);
    line-height: 1;
}

.single-vexo_destination .vexo-pkg-hero-overlay-sub {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(17px, 1.45vw, 22px);
}

.single-vexo_destination .vexo-pkg-about {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto !important;
    padding: 64px 0 48px;
    border-top: 0;
    border-bottom: 1px solid #dfe6e2;
}

.single-vexo_destination .vexo-pkg-about h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
}

.single-vexo_destination .vexo-pkg-about-body {
    max-width: 860px;
    color: #44554e;
    font-size: 18px !important;
    line-height: 1.72 !important;
}

.single-vexo_destination .vexo-pkg-about-body p {
    margin: 0;
}

.single-vexo_destination .vexo-ele-dest-packages {
    width: min(1180px, calc(100% - 64px));
    padding: 62px 0 76px;
}

.single-vexo_destination .elementor-widget-vexo_destination_packages {
    background: #f7faf9;
}

.single-vexo_destination .vexo-ele-dest-packages .vexo-ele-section-head {
    margin-bottom: 34px;
}

.single-vexo_destination .vexo-ele-dest-packages .vexo-ele-heading {
    margin-top: 16px;
}

.single-vexo_destination .vexo-ele-dest-packages .vexo-ele-package-grid {
    align-items: stretch;
}

.single-vexo_destination .vexo-ele-dest-packages .vexo-ele-package-card {
    min-height: 100%;
}

.single-vexo_destination .vexo-ele-dest-packages .card-image {
    height: 250px;
}
.vexo-ele-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #7b8a85;
    font-size: 16px;
}

@media (max-width: 768px) {
    .vexo-ele-dest-hero {
        min-height: 360px;
        padding: 100px 6% 40px;
    }
    .vexo-ele-dest-hero-title {
        font-size: 42px;
    }
    .vexo-ele-dest-hero-tag {
        font-size: 16px;
    }
    .vexo-ele-dest-about,
    .vexo-ele-dest-packages {
        padding: 40px 6%;
    }
}

/* ========== Filter Pill Chips ========== */
.vexo-ele-filter-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.vexo-ele-filter-pill {
    background: #fff;
    border: 1.5px solid #e5ece9;
    color: #2f3d38;
    border-radius: 999px;
    padding: 10px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}
.vexo-ele-filter-pill:hover {
    border-color: var(--vexo-primary, #0c6b54);
    color: var(--vexo-primary, #0c6b54);
}
.vexo-ele-filter-pill.is-active {
    background: var(--vexo-primary, #0c6b54);
    color: #fff;
    border-color: var(--vexo-primary, #0c6b54);
    box-shadow: 0 4px 12px rgba(12, 107, 84, 0.25);
}

/* ========== Destination Tabs (Home) ========== */
.vexo-ele-dest-tabs {
    display: inline-flex;
    gap: 6px;
    background: #f1f5f3;
    padding: 6px;
    border-radius: 999px;
    margin: 16px 0 28px;
}
.vexo-ele-dest-tab {
    background: transparent;
    border: 0;
    color: #3a4a44;
    padding: 10px 22px;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.vexo-ele-dest-tab.is-active {
    background: var(--vexo-primary, #0c6b54);
    color: #fff;
    box-shadow: 0 4px 12px rgba(12, 107, 84, 0.2);
}
.vexo-ele-dest-tabs-wrap [data-dest-panel] {
    display: none;
}
.vexo-ele-dest-tabs-wrap [data-dest-panel="all"] {
    display: grid;
}
.vexo-ele-dest-tabs-wrap:has(.vexo-ele-dest-tab.is-active[data-target="international"]) [data-dest-panel="all"],
.vexo-ele-dest-tabs-wrap:has(.vexo-ele-dest-tab.is-active[data-target="domestic"]) [data-dest-panel="all"] {
    display: none;
}
.vexo-ele-dest-tabs-wrap:has(.vexo-ele-dest-tab.is-active[data-target="international"]) [data-dest-panel="international"],
.vexo-ele-dest-tabs-wrap:has(.vexo-ele-dest-tab.is-active[data-target="domestic"]) [data-dest-panel="domestic"] {
    display: grid;
}

/* ========== Gallery Overlay ========== */
.vexo-ele-gallery-item {
    position: relative;
    overflow: hidden;
}
.vexo-ele-gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 18px 16px;
    background: linear-gradient(180deg, rgba(6, 28, 22, 0) 0%, rgba(6, 28, 22, 0.78) 70%, rgba(6, 28, 22, 0.92) 100%);
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.vexo-ele-gallery-item:hover .vexo-ele-gallery-overlay,
.vexo-ele-gallery-item:focus-visible .vexo-ele-gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}
.vexo-ele-gallery-location {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}
.vexo-ele-gallery-caption {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

/* ========== Layout Fixes / Elementor Control Targets ========== */
.vexo-ele-action > span:not(.vexo-ele-action-icon) {
    min-height: 56px;
    padding: 0 26px;
}

.vexo-ele-action-icon {
    width: 56px;
    height: 56px;
}

.vexo-ele-action-icon svg {
    width: 30px !important;
    height: 30px !important;
}

.vexo-ele-package-grid {
    align-items: stretch;
}

.vexo-ele-package-card {
    height: 100%;
}

.vexo-ele-package-card .card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.vexo-ele-package-card .card-meta {
    min-height: 20px;
}

.vexo-ele-package-card .card-divider {
    width: 100%;
    margin-top: auto;
}

.vexo-ele-package-card .card-price,
.vexo-ele-package-card .card-button {
    flex: 0 0 auto;
}

.vexo-ele-package-card .card-button {
    line-height: 1.2;
}

.vexo-ele-load-more .vexo-ele-primary-btn {
    background: var(--vexo-primary);
}

.vexo-ele-load-more .vexo-ele-primary-btn:hover,
.vexo-ele-load-more .vexo-ele-primary-btn:focus {
    background: var(--vexo-primary-dark);
}

.vexo-ele-gallery-item {
    line-height: 0;
}

.vexo-ele-gallery-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.vexo-ele-gallery-item:hover img,
.vexo-ele-gallery-item:focus-visible img {
    transform: scale(1.03);
}

.vexo-ele-gallery-overlay {
    line-height: 1.25;
}

@media (max-width: 767px) {
}

/* ========== Single Package Separators / Image Fallback Surfaces ========== */
.single-vexo_package .elementor-widget-vexo_package_about,
.single-vexo_package .elementor-widget-vexo_package_highlights,
.single-vexo_package .elementor-widget-vexo_package_itinerary,
.single-vexo_package .elementor-widget-vexo_package_inclusions,
.single-vexo_package .elementor-widget-vexo_package_gallery,
.single-vexo_package .elementor-widget-vexo_package_related,
.vexo-pkg-about,
.vexo-pkg-highlights,
.vexo-pkg-gallery,
.vexo-pkg-related {
    border-top: 1px solid #dfe6e2;
    padding-top: 34px;
}

.single-vexo_package .elementor-widget-vexo_package_about:first-child,
.vexo-pkg-about:first-child {
    border-top: 0;
    padding-top: 0;
}

.vexo-pkg-card-img,
.vexo-gallery-item {
    background-color: #eef3f0;
}

.vexo-pkg-gallery .vexo-gallery-grid,
.vexo-gallery-grid {
    gap: 16px;
}

.vexo-pkg-gallery .vexo-gallery-item {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* ========== FAQ Accordion ========== */
.vexo-ele-faq-section {
    padding: 60px 0;
}
.vexo-ele-faq-subtitle {
    margin-top: 12px;
    color: #4a5a55;
    font-size: 16px;
    max-width: 620px;
}
.vexo-ele-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 920px;
    margin: 24px auto 0;
}
.vexo-ele-faq-item {
    background: #fff;
    border: 1px solid #e5ece9;
    border-radius: 14px;
    padding: 4px 22px;
    box-shadow: 0 2px 8px rgba(12, 40, 32, 0.04);
    transition: box-shadow 0.2s ease;
}
.vexo-ele-faq-item[open] {
    box-shadow: 0 6px 20px rgba(12, 40, 32, 0.08);
    border-color: var(--vexo-primary, #0c6b54);
}
.vexo-ele-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    list-style: none;
    cursor: pointer;
    padding: 18px 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #0c2820;
}
.vexo-ele-faq-question::-webkit-details-marker {
    display: none;
}
.vexo-ele-faq-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--vexo-primary, #0c6b54);
    position: relative;
    transition: transform 0.3s ease;
}
.vexo-ele-faq-icon::before,
.vexo-ele-faq-icon::after {
    content: '';
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.vexo-ele-faq-icon::before {
    width: 12px;
    height: 2px;
}
.vexo-ele-faq-icon::after {
    width: 2px;
    height: 12px;
    transition: transform 0.2s ease;
}
.vexo-ele-faq-item[open] .vexo-ele-faq-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
}
.vexo-ele-faq-answer {
    padding: 0 0 20px;
    color: #43544e;
    font-size: 15px;
    line-height: 1.7;
}
.vexo-ele-faq-answer p:last-child {
    margin-bottom: 0;
}

/* ========== Rich Content (Privacy / Terms) ========== */
.vexo-ele-rich-section {
    padding: 60px 0;
}
.vexo-ele-rich-updated {
    margin-top: 8px;
    color: #7b8a85;
    font-size: 14px;
}
.vexo-ele-rich-body {
    max-width: 860px;
    margin: 24px auto 0;
    color: #2f3d38;
    font-size: 16px;
    line-height: 1.75;
}
.vexo-ele-rich-body h2,
.vexo-ele-rich-body h3 {
    font-family: 'Manrope', sans-serif;
    color: #0c2820;
    margin: 28px 0 12px;
}
.vexo-ele-rich-body h2 { font-size: 24px; }
.vexo-ele-rich-body h3 { font-size: 19px; }
.vexo-ele-rich-body p { margin: 0 0 14px; }
.vexo-ele-rich-body ul,
.vexo-ele-rich-body ol {
    margin: 0 0 14px 22px;
    padding: 0;
}
.vexo-ele-rich-body li { margin: 6px 0; }
.vexo-ele-rich-body a {
    color: var(--vexo-primary, #0c6b54);
    text-decoration: underline;
}


/* ========== Search Quick-Filter Glass Pills ========== */
.vexo-ele-search-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 18px auto 0;
    max-width: 900px;
}
.vexo-ele-search-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    min-width: 128px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.30),
        inset 0 -1px 0 rgba(0, 0, 0, 0.10);
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
}
.vexo-ele-search-pill:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
}
.vexo-ele-search-pill.is-active {
    background: rgba(181, 201, 75, 0.45);
    border-color: rgba(181, 201, 75, 0.85);
    color: #ffffff;
    box-shadow:
        0 10px 28px rgba(112, 132, 40, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

@media (max-width: 640px) {
    .vexo-ele-search-pills {
        gap: 10px;
    }
    .vexo-ele-search-pill {
        padding: 10px 22px;
        min-width: 0;
        font-size: 15px;
    }
}

/* ============================================================
   KASHMIR ITINERARY PAGE — Figma template
   ============================================================ */

.vexo-pkg-hero-overlay {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #143728;
    padding: 130px 24px 90px;
    text-align: center;
    color: #ffffff;
    margin-top: -110px;
    padding-top: 260px;
}
.vexo-pkg-hero-overlay-inner {
    max-width: 880px;
    margin: 0 auto;
}
.vexo-pkg-hero-overlay-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 4.4vw, 56px);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0 0 18px;
}
.vexo-pkg-hero-overlay-sub {
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 640px) {
    .vexo-pkg-hero-overlay {
        padding: 160px 18px 70px;
        margin-top: -90px;
    }
}

.vexo-pkg-title-block {
    background: #ffffff;
    padding: 70px 24px 30px;
    text-align: center;
}
.vexo-pkg-title-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.vexo-pkg-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
}
.vexo-pkg-title-sub {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #5a5a5a;
    margin: 0;
    line-height: 1.55;
}

/* Image + booking card */
.vexo-pkg-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 0;
    max-width: 1180px;
    margin: 24px auto 56px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}
.vexo-pkg-card-img {
    min-height: 360px;
    background-size: cover;
    background-position: center;
}
.vexo-pkg-card-img-empty {
    background: #e9e9e9;
}
.vexo-pkg-card-body {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.vexo-pkg-card-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: clamp(26px, 2.4vw, 34px);
    color: #1a1a1a;
    margin: 0 0 6px;
}
.vexo-pkg-card-sub {
    font-size: 17px;
    color: #4a4a4a;
    margin: 0;
}
.vexo-pkg-card-meta {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0;
}
.vexo-pkg-card-price {
    font-size: 16px;
    color: #4a4a4a;
    margin: 4px 0 18px;
}
.vexo-pkg-card-price strong {
    color: #1a1a1a;
    font-weight: 700;
}
.vexo-pkg-card-btn {
    display: inline-block;
    background: #2C5A3F;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 56px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 18px rgba(44, 90, 63, 0.25);
}
.vexo-pkg-card-btn:hover {
    background: #234A33;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(44, 90, 63, 0.30);
}

.vexo-pkg-option-block {
    max-width: 1180px;
    margin: 0 auto 40px;
}

.vexo-pkg-option-block + .vexo-pkg-option-block {
    border-top: 1px solid #dfe3e0;
    padding-top: 22px;
}

.vexo-pkg-option-section {
    margin-bottom: 0;
}

.single-vexo_package .elementor-widget-vexo_package_card,
.single-vexo_package .elementor-widget-vexo_package_itinerary,
.single-vexo_package .elementor-widget-vexo_package_inclusions,
.single-vexo_package .elementor-widget-vexo_package_gallery,
.single-vexo_package .elementor-widget-vexo_package_related {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 34px;
    padding-bottom: 34px;
}

.single-vexo_package .elementor-widget-vexo_package_gallery:empty,
.single-vexo_package .elementor-widget-vexo_package_related:empty {
    display: none;
}

/* Bullet 2-col list section (itinerary, inclusions, exclusions) */
.vexo-pkg-list-section {
    max-width: 1180px;
    margin: 0 auto 36px;
    padding: 0 24px;
    padding-bottom: 32px;
}
.vexo-pkg-list-section + .vexo-pkg-list-section {
    border-top: 1px solid #e6e6e6;
    padding-top: 32px;
}
.vexo-pkg-list-section h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1a1a1a;
    margin: 0 0 18px;
}
.vexo-pkg-list-subheading {
    margin: 22px 0 12px;
    color: #1a1a1a;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.vexo-pkg-list-miniheading {
    margin: 18px 0 10px;
    color: var(--vexo-primary);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.vexo-pkg-list-cols {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 60px;
}
.vexo-pkg-list-cols li {
    position: relative;
    break-inside: avoid;
    padding: 6px 0 6px 18px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a;
}
.vexo-pkg-list-cols li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2a2a2a;
}
.vexo-pkg-list-empty {
    color: #777;
    font-style: italic;
}

@media (max-width: 820px) {
    .vexo-pkg-card {
        grid-template-columns: 1fr;
    }
    .vexo-pkg-card-img {
        min-height: 240px;
    }
    .vexo-pkg-card-body {
        padding: 28px 24px;
    }
    .vexo-pkg-list-cols {
        columns: 1;
    }
}

/* ========== Final Mobile Layout Corrections ========== */
@media (max-width: 767px) {
    .vexo-ele-mobile-toggle {
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        width: 46px !important;
        height: 46px !important;
        flex: 0 0 46px !important;
    }

    .vexo-ele-mobile-toggle span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        opacity: 1 !important;
    }

    .vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }

    .vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0 !important;
    }

    .vexo-ele-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }

    .vexo-ele-navbar-menu {
        top: var(--vexo-menu-top, 74px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 24px 20px 28px !important;
        border-radius: 0 0 22px 22px !important;
        position: fixed !important;
        box-sizing: border-box !important;
    }

    .vexo-ele-package-grid,
    .vexo-ele-package-grid.cols-2,
    .vexo-ele-package-grid.cols-3,
    .vexo-ele-package-grid.cols-4,
    .vexo-ele-package-grid:not(.cols-2):not(.cols-3),
    .vexo-ele-filter-grid,
    .vexo-ele-destination-grid,
    .vexo-ele-destination-grid.cols-2,
    .vexo-ele-destination-grid.cols-3,
    .vexo-ele-destination-grid.cols-4 {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 22px !important;
    }

    .vexo-ele-package-card,
    .vexo-ele-destination-card {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
    }

    .vexo-ele-package-card .card-image,
    .vexo-ele-destination-card .card-image {
        height: 220px !important;
    }

    .vexo-ele-package-card .card-content,
    .vexo-ele-destination-card .card-content {
        padding: 18px 18px 20px !important;
        gap: 12px !important;
    }

    .vexo-ele-package-card h3,
    .vexo-ele-destination-card h3 {
        margin-top: 6px !important;
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    .vexo-ele-package-card .card-button {
        width: 100% !important;
        min-height: 54px !important;
    }

    .vexo-ele-destination-bento {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        gap: 16px !important;
    }

    .vexo-ele-destination-bento .bento-col-left,
    .vexo-ele-destination-bento .bento-col-right,
    .vexo-ele-destination-bento .bento-row-top,
    .vexo-ele-destination-bento .bento-row-bottom {
        display: flex !important;
        flex: none !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 16px !important;
        min-width: 0 !important;
    }

    .vexo-ele-destination-bento .vexo-ele-destination-card,
    .vexo-ele-destination-bento .vexo-ele-mosaic-tile,
    .vexo-ele-destination-bento .bento-col-left > .vexo-ele-mosaic-tile:nth-child(1),
    .vexo-ele-destination-bento .bento-col-left > .vexo-ele-mosaic-tile:nth-child(2),
    .vexo-ele-destination-bento .bento-row-top > .vexo-ele-mosaic-tile:nth-child(1),
    .vexo-ele-destination-bento .bento-row-top > .vexo-ele-mosaic-tile:nth-child(2),
    .vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-mosaic-tile:nth-child(1),
    .vexo-ele-destination-bento .bento-row-bottom > .vexo-ele-mosaic-tile:nth-child(2) {
        flex: none !important;
        width: 100% !important;
        height: 230px !important;
        min-width: 0 !important;
    }

    .vexo-ele-destination-bento .vexo-ele-mosaic-tile span {
        left: 18px !important;
        right: 18px !important;
        bottom: 18px !important;
        font-size: 20px !important;
    }

    .vexo-ele-gallery-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .vexo-ele-gallery-item,
    .vexo-ele-gallery-item.is-wide {
        width: 100% !important;
        height: 240px !important;
        grid-column: auto !important;
        overflow: hidden !important;
    }

    .vexo-ele-gallery-item img {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
    }

    .vexo-ele-footer-inner {
        display: flex !important;
        flex-direction: column !important;
        width: min(100%, calc(100% - 32px)) !important;
        padding: 44px 0 38px !important;
        gap: 30px !important;
    }

    .vexo-ele-footer-brand {
        order: 4 !important;
        padding-top: 8px !important;
    }

    .vexo-ele-footer-col:nth-of-type(1) {
        order: 1 !important;
    }

    .vexo-ele-footer-col:nth-of-type(2) {
        order: 2 !important;
    }

    .vexo-ele-footer-col:nth-of-type(3) {
        order: 3 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .vexo-motion-fade,
    .vexo-motion-fade.is-visible,
    .vexo-ele-heading,
    .vexo-ele-contact-subtitle,
    .vexo-ele-feature-card,
    .vexo-ele-package-card,
    .vexo-ele-destination-card,
    .vexo-ele-gallery-item,
    .vexo-ele-testimonial-card,
    .vexo-ele-contact-form-wrap,
    .vexo-ele-contact-image,
    .vexo-ele-about-copy,
    .vexo-ele-action,
    .vexo-ele-cta-wrap,
    .vexo-ele-faq-item,
    .vexo-ele-search-wrap,
    .vexo-ele-filter-wrap,
    .vexo-ele-footer-col,
    .vexo-pkg-card,
    .vexo-pkg-list-section,
    .vexo-pkg-hero-overlay,
    .vexo-pkg-title-block,
    .vexo-pkg-about {
        opacity: 1 !important;
        transform: none !important;
        transition-duration: 0.01ms !important;
        animation: none !important;
    }
}
