.elementor-14398 .elementor-element.elementor-element-5bf42acb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-14398{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-14398 .dialog-message{width:83vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-14398 .dialog-close-button{display:flex;}#elementor-popup-modal-14398 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-3276fc1e */:root {
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --dark: #0D0E10;
    --text: #F5F0E8;
    --muted: rgba(245,240,232,0.6);
    --card-w: 280px;
    --card-h: 440px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  #voyage-carousel {
    position: relative; width: 100%; height: 100vh; min-height: 560px;
    overflow: hidden; display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    background: var(--dark);
    font-family: 'DM Sans', sans-serif;
  }
  .v-bg {
    position: absolute; inset: -40px;
    background-size: cover; background-position: center;
    filter: blur(28px) brightness(28%) saturate(80%);
    transition: background-image 0.8s ease; z-index: 0;
  }
  .v-vignette {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, transparent 20%, rgba(13,14,16,0.7) 100%);
    z-index: 1; pointer-events: none;
  }
  .v-eyebrow {
    position: absolute; top: 28px; left: 50%; transform: translateX(-50%);
    z-index: 10; font-size: 10px; letter-spacing: 4px; color: var(--muted);
    text-transform: uppercase; font-weight: 500; white-space: nowrap;
    transition: opacity 0.3s;
  }
  .v-counter {
    position: absolute; top: 28px; right: 36px; z-index: 10;
    font-size: 11px; letter-spacing: 3px; color: var(--muted);
    font-weight: 500; text-transform: uppercase;
  }
  .v-counter span { color: var(--gold); }

  .v-track {
    position: relative; width: 100%; height: var(--card-h);
    z-index: 5; display: flex; justify-content: center; align-items: center;
  }

  .v-card {
    position: absolute; width: var(--card-w); height: var(--card-h);
    border-radius: 16px; background-size: cover; background-position: center;
    transition: transform 0.55s cubic-bezier(0.25,1,0.5,1),
                opacity 0.55s cubic-bezier(0.25,1,0.5,1),
                filter 0.55s ease, box-shadow 0.55s ease;
    cursor: pointer; overflow: hidden; will-change: transform,opacity,filter;
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  }
  .v-card::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(13,14,16,0.55);
    transition: opacity 0.5s ease; z-index: 1; border-radius: 16px;
  }
  .v-card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(13,14,16,0.4) 55%, rgba(13,14,16,0.88) 78%, rgba(13,14,16,0.97) 100%);
    opacity: 0; transition: opacity 0.5s ease; z-index: 2; border-radius: 16px;
  }
  .v-card.active::before { opacity: 0; }
  .v-card.active::after  { opacity: 1; }
  .v-card.active {
    box-shadow: 0 0 0 1px rgba(201,168,76,0.5), 0 24px 64px rgba(0,0,0,0.8), 0 0 80px rgba(201,168,76,0.08);
  }

  .v-body {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 24px 22px 26px; z-index: 3;
    display: flex; flex-direction: column;
    opacity: 0; transform: translateY(10px);
    transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s;
  }
  .v-card.active .v-body { opacity: 1; transform: translateY(0); }

  .v-tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
  .v-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 700; line-height: 1.15; color: var(--text); margin-bottom: 10px; }
  .v-rule { width: 28px; height: 1.5px; background: var(--gold); margin-bottom: 10px; border-radius: 1px; }
  .v-desc { font-size: 12px; line-height: 1.65; color: var(--muted); margin-bottom: 18px; font-weight: 300; }

  .v-actions { display: flex; gap: 8px; }
  .v-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 9px 16px; border-radius: 8px; font-size: 11.5px; font-weight: 600;
    font-family: 'DM Sans', sans-serif; text-decoration: none; border: none;
    cursor: pointer; transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    letter-spacing: 0.3px; white-space: nowrap; flex: 1;
  }
  .v-btn:hover { transform: translateY(-1px); }
  .btn-book { background: var(--gold); color: #0D0E10; box-shadow: 0 4px 16px rgba(201,168,76,0.35); }
  .btn-book:hover { background: var(--gold-light); box-shadow: 0 6px 20px rgba(201,168,76,0.5); }
  .btn-detail { background: rgba(255,255,255,0.1); color: var(--text); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(8px); }
  .btn-detail:hover { background: rgba(255,255,255,0.18); }

  .v-card.active  { transform: translateX(0) scale(1.06); z-index: 6; filter: brightness(1); }
  .v-card.left-1  { transform: translateX(-240px) scale(0.83); z-index: 5; filter: brightness(0.6) saturate(0.7); }
  .v-card.right-1 { transform: translateX(240px)  scale(0.83); z-index: 5; filter: brightness(0.6) saturate(0.7); }
  .v-card.left-2  { transform: translateX(-400px) scale(0.65); z-index: 4; filter: brightness(0.35) saturate(0.5); }
  .v-card.right-2 { transform: translateX(400px)  scale(0.65); z-index: 4; filter: brightness(0.35) saturate(0.5); }
  .v-card.hidden  { transform: scale(0.5); opacity: 0; z-index: 1; pointer-events: none; }
  .v-card.left-1:hover, .v-card.right-1:hover { filter: brightness(0.8) saturate(0.85); }

  .v-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.7); font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; user-select: none; transition: all 0.2s ease; backdrop-filter: blur(12px);
  }
  .v-nav:hover { background: rgba(201,168,76,0.18); border-color: var(--gold); color: var(--gold); }
  .v-nav.prev { left: 32px; }
  .v-nav.next { right: 32px; }

  .v-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 6px; align-items: center; }
  .v-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.3); transition: all 0.3s ease; cursor: pointer; }
  .v-dot.active { width: 20px; border-radius: 2px; background: var(--gold); }

  @media (max-width: 768px) {
    :root { --card-w: 230px; --card-h: 380px; }
    .v-card.left-1  { transform: translateX(-130px) scale(0.83); }
    .v-card.right-1 { transform: translateX(130px)  scale(0.83); }
    .v-card.left-2, .v-card.right-2 { opacity: 0; pointer-events: none; }
    .v-nav.prev { left: 12px; } .v-nav.next { right: 12px; }
    .v-title { font-size: 22px; }
  }/* End custom CSS */