.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0303fc0:#8FD0FF;--e-global-color-60ccbdb:#0D107E;--e-global-color-b2331c2:#071A33;--e-global-color-8712a36:#F3FAFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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 .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 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');

:root{
  --fly-ink:#071b33;
  --fly-ink2:#0b2a4a;
  --fly-sky:#8fd0ff;
  --fly-sky2:#4da3ff;
  --fly-line:#eaf1f8;
  --fly-card:#ffffff;
  --fly-soft:#f6f9fc;
  --fly-shadow: 0 14px 34px rgba(11,42,74,0.10);
  --fly-shadow2: 0 18px 44px rgba(11,42,74,0.12);
}

/* =========================
ANTI PINK (Elementor/theme)
========================= */
.fly-header,
.fly-header *{
  accent-color: var(--fly-sky2) !important;
}
.fly-header a:hover,
.fly-header a:focus,
.fly-header a:active{
  color: var(--fly-ink) !important;
}
.fly-header .elementor-button:hover,
.fly-header .elementor-button:focus{
  background: none !important;
}
.fly-header a,
.fly-header button{
  -webkit-tap-highlight-color: transparent !important;
}
.fly-header ::selection{
  background: rgba(143,208,255,.35) !important;
  color: var(--fly-ink) !important;
}

/* HEADER */
.fly-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--fly-card);
  border-bottom: 1px solid var(--fly-line);
  font-family: Montserrat, system-ui,-apple-system,Segoe UI,Roboto,Arial;
  overflow: visible !important;
}

.fly-header-inner{
  max-width: 1600px; /* ✅ FIXED: was 1500 */
  width: 100%;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  overflow: visible !important;
}

/* LOGO — smaller so menu has space */
.fly-logo{
  flex: 0 1 auto;
  min-width: 0;
  max-width: 260px;
}
.fly-logo-link{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none !important;
  color: var(--fly-ink) !important;
  min-width: 0;
}
.fly-logo img{
  height: 62px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display:block;
}
.fly-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  min-width: 0;
}
.fly-logo-name{
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.fly-logo-tag{
  font-size: 13px;
  font-weight: 800;
  opacity: .7;
  white-space: nowrap;
}

/* DESKTOP NAV */
.fly-nav{
  flex: 1 1 auto;
  min-width: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
}
.fly-nav a{
  white-space: nowrap;
  text-decoration:none !important;
  color: rgba(7,27,51,0.86) !important;
  font-weight: 800;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 12px;
  position: relative;
  transition: background .2s ease, color .2s ease, transform .15s ease;
}
.fly-nav a:hover{
  background: rgba(143,208,255,.16) !important;
}
.fly-nav a[aria-current="page"]{
  background: rgba(7,27,51,.06) !important;
  color: var(--fly-ink) !important;
}

/* RIGHT */
.fly-right{
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  gap: 12px;
  white-space: nowrap;
}

/* BUTTON (desktop + mobile same) */
.fly-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration:none !important;
  line-height: 1;
  user-select:none;
}
.fly-primary{
  color:#fff !important;
  background: linear-gradient(180deg, #0f2e55, #081f3b) !important;
  border: 1px solid rgba(79,163,255,0.35) !important;
  box-shadow: var(--fly-shadow) !important;
}
.fly-primary:hover,
.fly-primary:focus{
  background: linear-gradient(180deg, #123a6a, #071a33) !important;
  border-color: rgba(79,163,255,0.55) !important;
  transform: translateY(-1px);
}

/* USER (admin) pill */
.fly-user{ position: relative; }
.fly-user-btn{
  border: 1px solid rgba(11,42,74,0.10) !important;
  background: #fff !important;
  color: var(--fly-ink) !important;
  box-shadow: 0 10px 24px rgba(11,42,74,0.06) !important;
}
.fly-user-btn:hover{ background: rgba(143,208,255,.12) !important; }
.fly-user-btn .fly-caret{
  display:inline-block;
  margin-left: 6px;
  opacity:.6;
  transform: translateY(-1px);
}

/* USER DROPDOWN (white, no pink) */
.fly-user-drop{
  position:absolute;
  right:0;
  top: calc(100% + 10px);
  width: 240px;
  background:#fff;
  border: 1px solid rgba(11,42,74,.10);
  border-radius: 16px;
  box-shadow: var(--fly-shadow2);
  overflow:hidden;
  display:none;
  z-index: 99999;
}
.fly-user.is-open .fly-user-drop{ display:block; }
.fly-user-drop a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 14px;
  font-weight: 900;
  color: var(--fly-ink) !important;
  text-decoration:none !important;
}
.fly-user-drop a:hover{ background: rgba(143,208,255,.18) !important; }

/* =========================
TRANSLATEPRESS — ALIGN FIX
✅ pushes the language item UP a little to match menu baseline
========================= */
.fly-lang{ display:flex; align-items:center; }

/* global wrapper alignment */
.fly-lang .trp-language-switcher,
.fly-lang .trp-language-switcher *{
  line-height: 1 !important;
}

/* current language button: remove extra vertical offset + lift slightly */
.fly-lang .trp-language-switcher > div{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 8px 10px !important;

  display:inline-flex !important;
  align-items:center !important;

  vertical-align: middle !important;
  transform: translateY(-2px); /* ✅ KEY: push "English" up */
}

/* current language link */
.fly-lang .trp-ls-shortcode-current-language,
.fly-lang .trp-ls-shortcode-current-language a{
  display:inline-flex !important;
  align-items:center !important;
  gap: 8px !important;
  color: rgba(7,27,51,.92) !important;
  text-decoration:none !important;
  vertical-align: middle !important;
}

.fly-lang img{
  width: 18px !important;
  height: 12px !important;
  border-radius: 3px !important;
  object-fit: cover !important;
}

/* LANGUAGE DROPDOWN — CLEAN WHITE ONLY (no hover color, no arrow) */
.fly-lang .trp-ls-shortcode-language{
  z-index: 99999 !important;
  background: #ffffff !important;
  border: 1px solid rgba(11,42,74,.10) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: var(--fly-shadow2) !important;
}
.fly-lang .trp-ls-shortcode-language a{
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: rgba(7,27,51,.92) !important;
  background: #ffffff !important;
  text-decoration: none !important;
}
.fly-lang .trp-ls-shortcode-language a:hover{
  background: #ffffff !important;
  color: rgba(7,27,51,.92) !important;
}

/* remove arrow from CURRENT language button */
.fly-lang .trp-language-switcher > div::after,
.fly-lang .trp-language-switcher::after,
.fly-lang .trp-language-switcher::before{
  display:none !important;
}

/* MOBILE CONTROLS */
.fly-mobile-right{
  display:none;
  align-items:center;
  gap: 10px;
  margin-left: auto;
}
.fly-menu-toggle,
.fly-close-toggle{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(11,42,74,0.10);
  background: #fff;
  box-shadow: 0 10px 26px rgba(11,42,74,0.06);
  cursor: pointer;
  padding: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
  z-index: 50;
}
.fly-menu-toggle:hover,
.fly-close-toggle:hover{
  background: rgba(143,208,255,.14) !important;
}
.fly-close-toggle,
.fly-close-toggle:hover,
.fly-close-toggle:focus{
  background: rgba(143,208,255,.14) !important;
  border-color: rgba(11,42,74,0.10) !important;
}
.fly-close-toggle{ display:none; }

/* burger */
.fly-burger{ width: 22px; height: 16px; position: relative; }
.fly-burger i{
  position:absolute; left:0; width:100%; height:2.5px;
  background: var(--fly-ink2); border-radius: 99px;
}
.fly-burger i:nth-child(1){ top:0; }
.fly-burger i:nth-child(2){ top:6.5px; }
.fly-burger i:nth-child(3){ top:13px; }

/* X */
.fly-x{ width: 18px; height: 18px; position: relative; }
.fly-x:before,
.fly-x:after{
  content:""; position:absolute; left:50%; top:50%;
  width: 18px; height: 2.5px; background: var(--fly-ink2);
  border-radius: 99px; transform-origin:center;
}
.fly-x:before{ transform: translate(-50%,-50%) rotate(45deg); }
.fly-x:after{ transform: translate(-50%,-50%) rotate(-45deg); }

/* MOBILE MENU */
.fly-mobile{
  display:none;
  border-top: 1px solid var(--fly-line);
  background:
    radial-gradient(900px 220px at 10% 0%, rgba(143,208,255,0.18), transparent 60%),
    linear-gradient(180deg, #ffffff, #fbfdff);
  padding: 12px 14px 16px;
}
.fly-header.is-open .fly-mobile{ display:block; }
.fly-header.is-open .fly-menu-toggle{ display:none; }
.fly-header.is-open .fly-close-toggle{ display:flex; }

/* mobile nav items */
.fly-mobile-nav{ display:grid; gap: 10px; }
.fly-mobile-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(11,42,74,0.08);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 10px 20px rgba(11,42,74,0.05);
  font-weight: 900;
  color: var(--fly-ink) !important;
  text-decoration:none !important;
}
.fly-mobile-nav a:hover{ background: rgba(143,208,255,.16) !important; }

/* mobile account area */
.fly-mobile-account{ margin-top: 12px; display:grid; gap: 10px; }

/* accordion for logged-in user on mobile */
.fly-acc{
  border: 1px solid rgba(11,42,74,0.08);
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(11,42,74,0.05);
  overflow:hidden;
}
.fly-acc summary{
  list-style:none;
  cursor:pointer;
  padding: 12px 14px;
  font-weight: 900;
  color: var(--fly-ink);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.fly-acc summary::-webkit-details-marker{ display:none; }
.fly-acc summary:hover{ background: rgba(143,208,255,.16) !important; }
.fly-acc .fly-acc-links a{
  display:block;
  padding: 12px 14px;
  text-decoration:none !important;
  font-weight: 900;
  color: var(--fly-ink) !important;
  border-top: 1px solid rgba(11,42,74,0.06);
}
.fly-acc .fly-acc-links a:hover{ background: rgba(143,208,255,.18) !important; }

/* =========================
RESPONSIVE (IMPORTANT FIX)
========================= */
@media (max-width: 980px){
  .fly-nav, .fly-right{ display:none; }
  .fly-mobile-right{
    display:flex;
    flex: 1 1 auto;
    margin-left: 0;
    justify-content: flex-end;
  }

  .fly-header-inner{ gap: 10px; }

  .fly-logo img{ height: 56px; max-width: 150px; }
  .fly-logo{ max-width: 240px; }
  .fly-logo-tag{ display:none; }

  .fly-lang-mobile{
    position: static !important;
    margin: 0 auto !important;
    max-width: 140px !important;
    z-index: 5;
  }

  .fly-lang-mobile .trp-language-switcher{ font-size:12px !important; }

  /* ✅ mobile: keep same "push up" but smaller */
  .fly-lang-mobile .trp-language-switcher > div{
    padding: 6px 8px !important;
    gap: 6px !important;
    transform: translateY(-1px) !important; /* ✅ aligns with hamburger/logo */
  }

  .fly-lang-mobile img{ width:16px !important; height:11px !important; }
}

@media (max-width: 420px){
  .fly-logo-text{ display:flex !important; line-height:1.0 !important; }
  .fly-logo-name{ font-size:12px !important; font-weight:900 !important; }
  .fly-logo-tag{
    display:block !important;
    font-size:11px !important;
    font-weight:800 !important;
    opacity:.70 !important;
  }

  .fly-logo img{ height: 52px; max-width: 135px; }
  .fly-logo{ max-width: 200px !important; }

  .fly-lang-mobile{ max-width: 120px !important; }
  .fly-lang-mobile .trp-language-switcher > div{
    padding:5px 7px !important;
    transform: translateY(-1px) !important;
  }
}

/* Fix language dropdown - remove individual borders */
.fly-lang .trp-ls-shortcode-language a {
  border-radius: 0 !important;
}

/* Add rounded corners only to first and last items */
.fly-lang .trp-ls-shortcode-language a:first-child {
  border-radius: 12px 12px 0 0 !important;
}

.fly-lang .trp-ls-shortcode-language a:last-child {
  border-radius: 0 0 12px 12px !important;
}

/* Remove gaps between items */
.fly-lang .trp-ls-shortcode-language a {
  margin: 0 !important;
  border: none !important;
}

/* Add separator lines instead */
.fly-lang .trp-ls-shortcode-language a:not(:last-child) {
  border-bottom: 1px solid rgba(11,42,74,0.08) !important;
}

/* Fix mobile language dropdown width
.fly-lang-mobile .trp-ls-shortcode-language {
  width: auto !important;
  min-width: 120px !important;
  max-width: 140px !important;
  left: auto !important;
  right: 0 !important;
}

.fly-lang-mobile .trp-ls-shortcode-language a {
  padding: 8px 10px !important;
  font-size: 11px !important;
}
 */
 
 /* Match OrbitMobile header spacing */
.fly-header-inner {
  max-width: 1600px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 14px 40px !important; /* Increased from 18px to 40px */
  box-sizing: border-box !important;
}

/* Add more breathing room between sections */
.fly-logo {
  margin-right: 20px !important;
}

.fly-nav {
  margin: 0 auto !important; /* Center the navigation */
}

.fly-right {
  margin-left: 20px !important;
}

/* Reduce gap between language switcher and user menu */
.fly-right {
  gap: 8px !important; /* Reduced from 12px */
}

/* Style the user menu button - rounded with light blue background */
.fly-user-btn,
[class*="flydata_user_menu"] a,
[class*="flydata_user_menu"] button,
.fly-right .elementor-shortcode a,
.fly-right .elementor-shortcode button {
  border-radius: 999px !important; /* Fully rounded like a pill */
  background: rgba(143, 208, 255, 0.12) !important; /* Very light blue */
  padding: 10px 16px !important;
  border: 1px solid rgba(143, 208, 255, 0.25) !important;
  transition: all 0.2s ease !important;
}

/* Hover state for user menu */
.fly-user-btn:hover,
[class*="flydata_user_menu"] a:hover,
[class*="flydata_user_menu"] button:hover,
.fly-right .elementor-shortcode a:hover,
.fly-right .elementor-shortcode button:hover {
  background: rgba(143, 208, 255, 0.20) !important;
  border-color: rgba(143, 208, 255, 0.40) !important;
  transform: translateY(-1px) !important;
}

/* Make sure text stays dark */
.fly-user-btn,
[class*="flydata_user_menu"] a,
[class*="flydata_user_menu"] button,
.fly-right .elementor-shortcode a,
.fly-right .elementor-shortcode button {
  color: #071b33 !important;
  font-weight: 800 !important;
}

/* Adjust gap between nav items to match OrbitMobile */
.fly-nav {
  gap: 18px !important; /* Increased from 14px */
}

/* Responsive adjustments */
@media (max-width: 1600px) {
  .fly-header-inner {
    padding: 14px 30px !important;
  }
}

@media (max-width: 1200px) {
  .fly-header-inner {
    padding: 14px 24px !important;
  }
}

@media (max-width: 980px) {
  .fly-header-inner {
    padding: 14px 18px !important;
  }
}/* End custom CSS */