.elementor-kit-6{--e-global-color-primary:#1CB4DD;--e-global-color-secondary:#011F28;--e-global-color-text:#3B3E42;--e-global-color-accent:#CFF0FF;--e-global-typography-primary-font-family:"Spline Sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:0px;--e-global-typography-secondary-font-family:"Spline Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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 *//* ── Language Bar ── */
.site-langbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* ── Language Bar: hide on scroll ── */
.site-langbar.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* ── Nav Bar ── */
.site-navbar {
  position: fixed !important;
  top: 40px; /* your language bar height */
  left: 0;
  width: 100%;
  z-index: 9998;
  background: transparent !important;
  transition: background 0.35s ease, box-shadow 0.35s ease, top 0.35s ease;
}

/* ── Nav Bar: scrolled state — moves to top, turns white ── */
.site-navbar.scrolled {
  top: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
}

/* ── Nav Bar: menu text color when scrolled (white background) ── */
.site-navbar.scrolled a,
.site-navbar.scrolled .elementor-nav-menu a,
.site-navbar.scrolled .elementor-item {
  color: #3B3E42 !important;
}


/* ── Account for WordPress admin bar (32px tall) ── */
.admin-bar .site-langbar {
  top: 32px !important;
}

.admin-bar .site-navbar {
  top: calc(32px + 40px) !important; /* admin bar + lang bar height */
}

.admin-bar .site-navbar.scrolled {
  top: 32px !important; /* slides up to just below admin bar */
}

/* ═══════════════════════════════════════════
   MOBILE HEADER — Hide/Show on Scroll
   Targets only #mobile-header, no desktop conflict
═══════════════════════════════════════════ */

@media (max-width: 1024px) {

  #mobile-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    background: transparent !important;
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
    transform: translateY(0);
  }

  /* Account for WordPress admin bar on mobile */
  .admin-bar #mobile-header {
    top: 46px !important; /* WP admin bar is 46px on mobile */
  }

  /* Hide on scroll down */
  #mobile-header.mobile-hidden {
    transform: translateY(-110%);
  }

  /* Scrolled state — solid background */
  #mobile-header.mobile-scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  }

  /* Text/icon color when scrolled */
  #mobile-header.mobile-scrolled a,
  #mobile-header.mobile-scrolled .elementor-item {
    color: #3B3E42 !important;
  }

  /* Push hero content down so it's not hidden behind fixed header */
  /* Adjust 70px to match your actual mobile header height */
  #mobile-header ~ * .elementor-section:first-of-type,
  body:not(.admin-bar) .e-con:first-of-type {
    margin-top: 0 !important;
  }

}/* End custom CSS */