.elementor-281 .elementor-element.elementor-element-c5b8d60{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-c5b8d60 *//* =============================== */
/* AUTO HELP GH - GLOBAL HEADER    */
/* =============================== */

:root{
  --ahgh-header-bg:#05070c;
  --ahgh-header-panel:#070b11;
  --ahgh-header-line:rgba(255,255,255,0.08);
  --ahgh-header-accent:#00b4ff;
  --ahgh-header-text:#f4f7fb;
  --ahgh-header-soft:rgba(244,247,251,0.78);
}

/* Wrapper */
.ahgh-header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,#05070c 0%,#05070c 80%,rgba(5,7,12,0.9) 100%);
  border-bottom:1px solid rgba(255,255,255,0.06);
  box-shadow:0 6px 18px rgba(0,0,0,0.65);
}

.ahgh-header__inner{
  max-width:1200px;
  margin:0 auto;
  padding:10px 22px 12px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  color:var(--ahgh-header-text);
}

/* ========== TOP BAR ========== */

.ahgh-header__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  font-size:0.8rem;
  color:var(--ahgh-header-soft);
}

.ahgh-header__top-left,
.ahgh-header__top-right{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.ahgh-header__pill{
  padding:3px 10px;
  border-radius:999px;
  border:1px solid rgba(0,180,255,0.35);
  background:rgba(0,180,255,0.08);
  font-size:0.75rem;
}

.ahgh-header__meta span{
  opacity:0.8;
}

.ahgh-header__link{
  text-decoration:none;
  color:var(--ahgh-header-soft);
}
.ahgh-header__link:hover{
  color:#ffffff;
}

.ahgh-header__divider{
  opacity:0.4;
}

/* ========== MAIN BAR ========== */

.ahgh-header__main{
  display:flex;
  align-items:center;
  gap:22px;
  padding:8px 0 2px;
}

/* Logo / brand */

.ahgh-header__brand{
  flex:0 0 auto;
}

.ahgh-header__logo-link{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:var(--ahgh-header-text);
}

.ahgh-header__logo-mark{
  width:34px;
  height:34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:0.95rem;
  background:radial-gradient(circle at 0 0,#00e0ff 0,#007bff 45%,#0042ff 100%);
  box-shadow:0 0 18px rgba(0,180,255,0.75);
}

.ahgh-header__logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}

.ahgh-header__logo-line1{
  font-size:0.98rem;
  font-weight:600;
}
.ahgh-header__logo-line2{
  font-size:0.72rem;
  opacity:0.8;
}

/* Nav */

.ahgh-header__nav{
  flex:1 1 auto;
}

.ahgh-header__menu{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}

.ahgh-header__menu a{
  position:relative;
  font-size:0.9rem;
  text-decoration:none;
  color:var(--ahgh-header-soft);
  padding:4px 0;
}

.ahgh-header__menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:2px;
  background:var(--ahgh-header-accent);
  border-radius:999px;
  transition:width 0.2s ease-out;
}

.ahgh-header__menu a:hover{
  color:#ffffff;
}

.ahgh-header__menu a:hover::after{
  width:100%;
}

/* Actions */

.ahgh-header__actions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Search */

.ahgh-header__search{
  position:relative;
  max-width:260px;
  width:100%;
}
.ahgh-header__search input[type="search"]{
  width:100%;
  padding:7px 10px 7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(5,7,12,0.9);
  color:var(--ahgh-header-text);
  font-size:0.85rem;
}
.ahgh-header__search input[type="search"]::placeholder{
  color:rgba(236,242,248,0.55);
}
.ahgh-header__search input[type="search"]:focus{
  outline:none;
  border-color:var(--ahgh-header-accent);
  box-shadow:0 0 0 1px rgba(0,180,255,0.4);
}

/* Icon links */

.ahgh-header__icon-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(10,15,22,0.95);
  color:var(--ahgh-header-text);
  font-size:0.95rem;
  transition:
    background 0.16s ease-out,
    border-color 0.16s ease-out,
    transform 0.14s ease-out;
}

.ahgh-header__icon-link:hover{
  background:rgba(0,180,255,0.15);
  border-color:rgba(0,180,255,0.6);
  transform:translateY(-1px);
}

/* Cart badge placeholder */

.ahgh-header__cart{
  padding-right:6px;
}

.ahgh-header__cart-count{
  position:absolute;
  top:-6px;
  right:-4px;
  min-width:16px;
  height:16px;
  padding:0 3px;
  border-radius:999px;
  background:var(--ahgh-header-accent);
  color:#05070c;
  font-size:0.68rem;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Burger */

.ahgh-header__burger{
  display:none;
  width:34px;
  height:34px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(7,11,17,0.95);
  cursor:pointer;
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
}

.ahgh-header__burger span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:var(--ahgh-header-text);
  transition:transform 0.16s ease-out,opacity 0.16s ease-out;
}

.ahgh-header__burger.is-open span:nth-child(1){
  transform:translateY(3px) rotate(45deg);
}
.ahgh-header__burger.is-open span:nth-child(2){
  opacity:0;
}
.ahgh-header__burger.is-open span:nth-child(3){
  transform:translateY(-3px) rotate(-45deg);
}

/* Mobile panel */

.ahgh-header__mobile-panel{
  display:none;
  background:linear-gradient(180deg,#05070c 0%,#070b10 100%);
  border-top:1px solid rgba(255,255,255,0.06);
}

.ahgh-header__mobile-panel.is-open{
  display:block;
}

.ahgh-header__mobile-nav{
  padding:10px 22px 14px;
}

.ahgh-header__mobile-nav ul{
  list-style:none;
  margin:0 0 8px;
  padding:0;
}

.ahgh-header__mobile-nav li{
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.ahgh-header__mobile-nav li:last-child{
  border-bottom:none;
}

.ahgh-header__mobile-nav a{
  display:block;
  padding:8px 0;
  font-size:0.95rem;
  color:var(--ahgh-header-soft);
  text-decoration:none;
}
.ahgh-header__mobile-nav a:hover{
  color:#ffffff;
}

.ahgh-header__mobile-cta{
  margin-top:6px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.ahgh-header__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 14px;
  border-radius:999px;
  background:var(--ahgh-header-accent);
  color:#05070c;
  text-decoration:none;
  font-size:0.85rem;
  font-weight:600;
}

.ahgh-header__secondary-link{
  font-size:0.82rem;
  color:var(--ahgh-header-soft);
  text-decoration:none;
}
.ahgh-header__secondary-link:hover{
  color:#ffffff;
}

/* =============================== */
/* RESPONSIVE                      */
/* =============================== */

@media (max-width:980px){
  .ahgh-header__top{
    display:none;
  }

  .ahgh-header__main{
    gap:12px;
  }

  .ahgh-header__search{
    max-width:180px;
  }
}

@media (max-width:768px){
  .ahgh-header__main{
    justify-content:space-between;
  }

  .ahgh-header__nav{
    display:none;
  }

  .ahgh-header__search{
    display:none;
  }

  .ahgh-header__burger{
    display:inline-flex;
  }
}/* End custom CSS */