.elementor-2624 .elementor-element.elementor-element-753de06{--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;}/* Start custom CSS for html, class: .elementor-element-b698b70 *//* =========================================================
   INOVATIX PREMIUM HEADER - CLEAN FINAL
   ========================================================= */

:root{
  --ivx-text:#ffffff;
  --ivx-text-soft:rgba(255,255,255,.74);
  --ivx-line:rgba(255,255,255,.12);

  --ivx-panel:rgba(2,18,76,.96);
  --ivx-card:rgba(255,255,255,.05);
  --ivx-card-hover:rgba(255,255,255,.08);

  --ivx-purple:#8b5cf6;
  --ivx-red:#ff5a4d;
  --ivx-green:#18c37e;

  --ivx-shadow:0 24px 70px rgba(0,0,0,.26);
  --ivx-shadow-soft:0 10px 30px rgba(0,0,0,.16);

  --ivx-wrap:min(1560px, calc(100vw - 28px));
}

/* =========================================================
   GLOBAL
   ========================================================= */
#ivxHeader,
#ivxHeader *{
  box-sizing:border-box;
}

#ivxHeader a,
#ivxHeader button{
  -webkit-tap-highlight-color: transparent;
}

#ivxHeader button{
  font: inherit;
  cursor: pointer;
}

#ivxHeader .ivx-header__inner,
#ivxHeader .ivx-navwrap,
#ivxHeader .ivx-nav,
#ivxHeader .ivx-item{
  overflow: visible;
}

/* =========================================================
   HEADER
   ========================================================= */
#ivxHeader.ivx-header{
  position:fixed;
  top:14px;
  left:0;
  width:100%;
  z-index:99999;
  padding:0;
}

#ivxHeader .ivx-header__inner{
  width:100%;
  position:relative;
}

#ivxHeader .ivx-header__inner::before{
  content:"";
  position:absolute;
  left:50%;
  top:-16px;
  transform:translateX(-50%);
  width:var(--ivx-wrap);
  height:150px;
  border-radius:36px;
  background:
    radial-gradient(700px 180px at 16% 0%, rgba(139,92,246,.20), transparent 58%),
    radial-gradient(900px 240px at 92% 12%, rgba(255,90,77,.18), transparent 55%),
    linear-gradient(180deg, rgba(5,15,45,.86), rgba(5,15,45,.38));
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  pointer-events:none;
  z-index:-1;
}

/* =========================================================
   LOGO
   ========================================================= */
#ivxHeader .ivx-header__logo{
  width:var(--ivx-wrap);
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

#ivxHeader .ivx-header__logo img{
  display:block;
  height:40px;
  width:auto;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.18));
}

/* =========================================================
   NAV WRAP
   ========================================================= */
#ivxHeader .ivx-navwrap{
  width:var(--ivx-wrap);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(1,20,76,.50);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:var(--ivx-shadow-soft);
}

/* =========================================================
   DESKTOP NAV
   ========================================================= */
#ivxHeader .ivx-nav{
  min-width:0;
}

#ivxHeader .ivx-nav__list{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  margin:0;
  padding:0;
}

#ivxHeader .ivx-item{
  position:static;
  min-width:0;
}

#ivxHeader .ivx-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  font-size:14px;
  font-weight:700;
  line-height:1;
  transition:.24s ease;
}

#ivxHeader .ivx-link::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  background:linear-gradient(90deg, #ffffff, #000000);
  opacity:0;
  transform:translateX(5px);
  transition:.24s ease;
  z-index:-1;
}

#ivxHeader .ivx-item:hover > .ivx-link::before,
#ivxHeader .ivx-item.is-open > .ivx-link::before{
  opacity:1;
  transform:translateX(0);
}

#ivxHeader .ivx-item:hover > .ivx-link,
#ivxHeader .ivx-item.is-open > .ivx-link{
  color:#111;
}

#ivxHeader .ivx-link--dd::after{
  content:"";
  width:6px;
  height:6px;
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:rotate(45deg);
  margin-top:-2px;
  transition:.2s ease;
}

#ivxHeader .ivx-item:hover > .ivx-link--dd::after,
#ivxHeader .ivx-item.is-open > .ivx-link--dd::after{
  transform:rotate(-135deg);
}

/* =========================================================
   CTA BUTTONS
   ========================================================= */
#ivxHeader .ivx-cta{
  display:flex;
  align-items:center;
  gap:10px;
}

#ivxHeader .ivx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:.22s ease;
}

#ivxHeader .ivx-btn--wa{
  color:#fff;
  border:1px solid rgba(24,195,126,.35);
  background:rgba(24,195,126,.10);
}

#ivxHeader .ivx-btn--wa:hover{
  background:rgba(24,195,126,.16);
}

#ivxHeader .ivx-btn--panel{
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(90deg, rgba(139,92,246,.96), rgba(255,90,77,.96));
  box-shadow:0 12px 28px rgba(139,92,246,.18);
}

#ivxHeader .ivx-btn--panel:hover{
  transform:translateY(-1px);
}

/* =========================================================
   NORMAL DROPDOWN
   ========================================================= */
#ivxHeader .ivx-dropdown{
  position:absolute;
  left:0;
  top:calc(100% + 14px);
  min-width:260px;
  padding:10px;
  border-radius:18px;
  border:1px solid var(--ivx-line);
  background:rgb(1,20,76);
  box-shadow:var(--ivx-shadow);
  display:none;
  z-index:10020;
}

#ivxHeader .ivx-dropdown a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 12px;
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
}

#ivxHeader .ivx-dropdown a:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

/* =========================================================
   MEGA MENU
   ========================================================= */
#ivxHeader .ivx-mega{
  position:absolute;
  left:50%;
  top:calc(100% + 14px);
  transform:translateX(-50%);
  width:var(--ivx-wrap);
  max-width:var(--ivx-wrap);
  padding:14px;
  border-radius:22px;
  border:1px solid var(--ivx-line);
  background:
    radial-gradient(820px 240px at 12% 0%, rgba(91,33,182,.15), transparent 58%),
    radial-gradient(880px 240px at 90% 12%, rgba(255,91,77,.11), transparent 55%),
    rgb(1,20,76);
  box-shadow:var(--ivx-shadow);
  display:none;
  z-index:10010;
}

#ivxHeader .ivx-mega__grid{
  display:grid;
  gap:14px;
}

#ivxHeader .ivx-mega__grid--3{
  grid-template-columns:1.05fr 1fr 1fr;
}

#ivxHeader .ivx-mega__intro,
#ivxHeader .ivx-col{
  min-width:0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  padding:14px;
}

#ivxHeader .ivx-kicker{
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.65);
}

#ivxHeader .ivx-title{
  margin:8px 0 0;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  color:#fff;
}

#ivxHeader .ivx-desc{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.55;
  color:var(--ivx-text-soft);
}

#ivxHeader .ivx-group-title{
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
  color:#fff;
}

#ivxHeader .ivx-pillrow{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

#ivxHeader .ivx-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}

/* =========================================================
   MEGA CARDS
   ========================================================= */
#ivxHeader .ivx-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  min-height:72px;
  margin-bottom:10px;
  padding:12px 14px;
  padding-right:126px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  text-decoration:none;
  color:#fff;
  transition:.2s ease;
}

#ivxHeader .ivx-card:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  transform:translateY(-1px);
}

#ivxHeader .ivx-card:last-child{
  margin-bottom:0;
}

#ivxHeader .ivx-card__icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.06);
}

#ivxHeader .ivx-card__icon svg{
  width:18px;
  height:18px;
  fill:rgba(255,255,255,.92);
}

#ivxHeader .ivx-card__copy{
  min-width:0;
  flex:1;
}

#ivxHeader .ivx-card__copy strong{
  display:block;
  font-size:14px;
  font-weight:800;
  line-height:1.22;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#ivxHeader .ivx-card__copy small{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.34;
  color:rgba(255,255,255,.73);
  white-space:normal;
  overflow:visible;
}

#ivxHeader .ivx-badges{
  position:absolute;
  top:10px;
  right:10px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}

#ivxHeader .ivx-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  line-height:1;
  color:#fff;
  white-space:nowrap;
}

#ivxHeader .ivx-badge--soon{
  background:rgba(255,90,77,.16);
  border:1px solid rgba(255,90,77,.36);
}

#ivxHeader .ivx-badge--speed{
  background:rgba(139,92,246,.18);
  border:1px solid rgba(139,92,246,.34);
}

/* =========================================================
   OPEN STATES
   ========================================================= */
@media (min-width:1200px){
  #ivxHeader .ivx-item:hover > .ivx-dropdown,
  #ivxHeader .ivx-item:hover > .ivx-mega{
    display:block;
  }
}

#ivxHeader .ivx-item.is-open > .ivx-dropdown,
#ivxHeader .ivx-item.is-open > .ivx-mega{
  display:block;
}

/* =========================================================
   STICKY STATE
   ========================================================= */
#ivxHeader.is-sticky{
  top:10px;
}

#ivxHeader.is-sticky .ivx-navwrap{
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(1,20,76,.62);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:-1px 16px 72px 1px rgba(0,0,0,.28);
}

/* =========================================================
   MOBILE
   ========================================================= */
#ivxHeader .ivx-burger{
  display:none;
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.06);
  padding:0;
}

#ivxHeader .ivx-burger span{
  display:block;
  width:18px;
  height:2px;
  margin:3px auto;
  background:#fff;
  border-radius:999px;
}

#ivxHeader .ivx-mobile{
  display:none;
}

@media (max-width:1450px){
  #ivxHeader .ivx-link{
    font-size:13.5px;
    padding:0 12px;
  }
}

@media (max-width:1360px){
  #ivxHeader .ivx-link{
    font-size:13px;
    padding:0 11px;
  }
  #ivxHeader .ivx-btn{
    font-size:13px;
    padding:0 14px;
  }
}

@media (max-width:1240px){
  #ivxHeader .ivx-mega__grid--3{
    grid-template-columns:1fr 1fr;
  }
  #ivxHeader .ivx-mega__intro{
    grid-column:1 / -1;
  }
}

@media (max-width:1199px){
  #ivxHeader.ivx-header{
    top:8px;
    left:0;
    right:0;
    width:100%;
  }

  #ivxHeader .ivx-header__inner::before{
    height:128px;
  }

  #ivxHeader .ivx-header__logo{
    width:min(100%, calc(100vw - 20px));
    margin:0 auto 8px;
    justify-content:center;
  }

  #ivxHeader .ivx-header__logo img{
    height:34px;
  }

  #ivxHeader .ivx-navwrap{
    width:min(100%, calc(100vw - 20px));
    margin:0 auto;
    grid-template-columns:1fr;
    gap:10px;
    padding:10px 12px;
    border-radius:18px;
  }

  #ivxHeader .ivx-nav{
    display:none;
  }

  #ivxHeader .ivx-cta{
    width:100%;
    justify-content:center;
    gap:8px;
  }

  #ivxHeader .ivx-btn,
  #ivxHeader .ivx-burger{
    min-height:40px;
    height:40px;
  }

  #ivxHeader .ivx-btn{
    padding:0 12px;
    font-size:12px;
  }

  #ivxHeader .ivx-burger{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    min-width:40px;
  }

  #ivxHeader .ivx-burger span{
    width:16px;
    margin:2px auto;
  }

  #ivxHeader .ivx-mobile{
    width:min(100%, calc(100vw - 20px));
    margin:10px auto 0;
    position:relative;
    max-height:calc(100vh - 150px);
    overflow-y:auto;
    border-radius:18px;
    border:1px solid var(--ivx-line);
    background:rgba(1,20,76,.96);
    box-shadow:var(--ivx-shadow);
    z-index:99998;
  }

  #ivxHeader .ivx-mobile__inner{
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:12px;
    max-height:none;
    overflow:visible;
  }

  #ivxHeader .ivx-mobile__group{
    display:block;
  }

  #ivxHeader .ivx-mobile__group > a,
  #ivxHeader .ivx-mobile__toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:46px;
    padding:0 14px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.06);
    background:rgba(255,255,255,.04);
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
  }

  #ivxHeader .ivx-mobile__toggle{
    cursor:pointer;
  }

  #ivxHeader .ivx-mobile__submenu{
    display:none;
    padding:8px 0 0 10px;
  }

  #ivxHeader .ivx-mobile__group.is-open .ivx-mobile__submenu{
    display:block;
  }

  #ivxHeader .ivx-mobile__submenu a{
    display:flex;
    align-items:center;
    min-height:38px;
    padding:0 12px;
    border-radius:12px;
    margin-bottom:6px;
    text-decoration:none;
    color:rgba(255,255,255,.90);
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.05);
    font-size:12.5px;
    font-weight:600;
    line-height:1.3;
  }

  #ivxHeader .ivx-mobile__submenu a:last-child{
    margin-bottom:0;
  }

  #ivxHeader .ivx-mobile__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding-top:8px;
  }

  #ivxHeader .ivx-mobile__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border-radius:14px;
    text-decoration:none;
    color:#fff;
    font-size:13px;
    font-weight:800;
  }

  #ivxHeader .ivx-mobile__btn--wa{
    background:rgba(24,195,126,.12);
    border:1px solid rgba(24,195,126,.28);
  }

  #ivxHeader .ivx-mobile__btn--panel{
    background:linear-gradient(90deg, rgba(139,92,246,.92), rgba(255,90,77,.92));
    border:1px solid rgba(255,255,255,.10);
  }

  #ivxHeader .ivx-dropdown,
  #ivxHeader .ivx-mega{
    display:none !important;
  }

  body{
    padding-top:120px;
  }
}
#ivxHeader .ivx-mega{
  margin-top:-8px;
  padding-top:20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-753de06 */.ivx-header-host{
  background: transparent !important;
  background-color: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ivx-header-host > .elementor-widget-container,
.ivx-header-host .elementor-widget-container{
  background: transparent !important;
  background-color: transparent !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}/* End custom CSS */