.elementor-kit-7{--e-global-color-primary:#0AAEA0;--e-global-color-secondary:#077A70;--e-global-color-text:#1A2C2B;--e-global-color-accent:#4ECDC4;--e-global-color-ag_teal:#0AAEA0;--e-global-color-ag_dark:#077A70;--e-global-color-ag_light:#4ECDC4;--e-global-color-ag_text:#1A2C2B;--e-global-color-ag_muted:#5A7A79;--e-global-color-ag_bg_soft:#F5FAFA;--e-global-color-ag_white:#FFFFFF;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:600;--e-global-typography-ag_display-font-family:"Fraunces";--e-global-typography-ag_display-font-weight:700;--e-global-typography-ag_body-font-family:"Plus Jakarta Sans";--e-global-typography-ag_body-font-weight:400;--e-global-typography-ag_label-font-family:"Plus Jakarta Sans";--e-global-typography-ag_label-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Fix site-header container height ─────────────────────── */
.elementor-element-site-header {
  height: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-element-site-header > .e-con-inner {
  padding: 0 !important;
  height: 0 !important;
}

/* ── Hero: hide YouTube title/controls bar ────────────────── */
.elementor-element-hero-video-full iframe {
  top: calc(50% - 30px) !important;
}

/* ── Hero desktop: center content ────────────────────────── */
@media (min-width: 769px) {
  .elementor-element-hero-video-full > div:first-child {
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 80px !important;
  }
  .elementor-element-hero-video-full > div:first-child > div:last-child {
    max-width: 700px !important;
  }
  .elementor-element-hero-video-full h1 {
    font-size: clamp(2.5rem, 4vw, 4.5rem) !important;
  }
}

/* ── Categories desktop 6-col ────────────────────────────── */
@media (min-width: 769px) {
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

/* ── Tour cards row: fix on desktop ─────────────────────── */
@media (min-width: 1024px) {
  div[style*="display:flex;gap:16px;overflow-x:auto"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    overflow-x: visible !important;
    padding: 4px !important;
    margin: 20px 0 0 !important;
  }
  div[style*="display:flex;gap:16px;overflow-x:auto"] > div {
    flex: none !important;
    width: 100% !important;
  }
}

/* ── Why us desktop: 2 cols ─────────────────────────────── */
@media (min-width: 769px) {
  div[style*="display:flex;flex-direction:column;gap:20px;margin-top:24px"] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
}

/* ── Steps desktop: 3 cols ──────────────────────────────── */
@media (min-width: 769px) {
  div[style*="display:flex;flex-direction:column;gap:0;margin-top:24px"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 32px !important;
  }
  div[style*="display:flex;flex-direction:column;gap:0;margin-top:24px"] > div {
    border-bottom: none !important;
  }
}

/* ── Header: ensure always on top ───────────────────────── */
#ag-header { z-index: 99999 !important; }/* End custom CSS */