.elementor-161 .elementor-element.elementor-element-e2c39c9{--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;}body.elementor-page-161:not(.elementor-motion-effects-element-type-background), body.elementor-page-161 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C3C3C3;}/* Start custom CSS for html, class: .elementor-element-2242d6b *//* ================== BASE ================== */
.skye-pill-header {
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: top .25s ease;
}

/* ================== PILL ================== */
.pill-nav {
  background: #020617;
  border-radius: 999px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: min(1100px, 92%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  transition: padding .25s ease, box-shadow .25s ease;
}

/* ================== LOGO ================== */
.pill-logo {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 10px;
}

.pill-logo span {
  color: #3B7DC2;
}

/* ================== DESKTOP LINKS ================== */
.pill-links {
  display: flex;
  gap: 26px;
  flex: 1;
  justify-content: center;
}

.pill-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}

.pill-links a:hover {
  color: #ffffff;
}

/* ================== CTA ================== */
.pill-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #ffffff;
  color: #020617;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
}

/* ================== HAMBURGER ================== */
.pill-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 6px;
}

.pill-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
  transition: transform .25s ease, opacity .25s ease;
}

/* ================== MOBILE MENU ================== */
.pill-mobile-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 420px);
  background: #020617;
  border-radius: 20px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.6);
}

.pill-mobile-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 6px;
}

/* ================== STICKY STATE ================== */
.skye-pill-header.is-sticky {
  top: 12px;
}

.skye-pill-header.is-sticky .pill-nav {
  padding: 10px 16px;
  box-shadow: 0 16px 32px rgba(0,0,0,0.6);
}

/* ================== MOBILE ================== */
@media (max-width: 900px) {
  .pill-links {
    display: none;
  }

  .pill-hamburger {
    display: block;
  }
}/* End custom CSS */