.elementor-115 .elementor-element.elementor-element-b1b76ff{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-495830b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 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 section, class: .elementor-element-b1b76ff */.site-header{
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
  padding:16px 20px;
  background:rgba(7,12,24,0.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.header-blur{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(124,58,237,0.10), transparent 25%);
  pointer-events:none;
}

.header-container{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand-logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:max-content;
}

.logo-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.10);
  box-shadow:0 14px 30px rgba(0,0,0,0.18);
  transition:transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow:hidden;
}

.logo-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.brand-logo:hover .logo-icon{
  transform:translateY(-3px) scale(1.04) rotate(2deg);
  border-color:rgba(96,165,250,0.35);
  box-shadow:0 20px 36px rgba(37,99,235,0.20);
}

.logo-text-wrap{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.logo-text{
  font-size:28px;
  font-weight:800;
  letter-spacing:-0.8px;
  background:linear-gradient(90deg,#ffffff,#dbeafe,#a78bfa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
}

.logo-subtext{
  font-size:11px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:#94a3b8;
  margin-top:7px;
}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px;
  border-radius:18px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.07);
}

.desktop-nav a{
  position:relative;
  padding:12px 14px;
  border-radius:12px;
  color:#dbe4f3;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:all 0.3s ease;
}

.desktop-nav a:hover{
  color:#ffffff;
  background:rgba(255,255,255,0.06);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  background:linear-gradient(90deg,#2563eb,#7c3aed);
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(37,99,235,0.24);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.header-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(124,58,237,0.28);
}

.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border:none;
  outline:none;
  cursor:pointer;
  border-radius:14px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.10);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  transition:all 0.3s ease;
}

.menu-toggle:hover{
  background:rgba(255,255,255,0.08);
  transform:translateY(-2px);
}

.menu-toggle span{
  width:20px;
  height:2px;
  background:#ffffff;
  border-radius:999px;
  transition:all 0.3s ease;
}

.menu-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
  opacity:0;
}

.menu-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.mobile-menu{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
  background:rgba(7,12,24,0.92);
  border-top:1px solid rgba(255,255,255,0.08);
}

.mobile-menu.open{
  max-height:520px;
}

.mobile-menu-inner{
  padding:16px 20px 22px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mobile-menu a{
  text-decoration:none;
  color:#e2e8f0;
  font-size:15px;
  font-weight:600;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.06);
  transition:all 0.3s ease;
}

.mobile-menu a:hover{
  background:rgba(255,255,255,0.08);
  color:#ffffff;
}

.mobile-menu-btn{
  margin-top:8px;
  justify-content:center;
  text-align:center;
  background:linear-gradient(90deg,#2563eb,#7c3aed) !important;
  border:none !important;
  color:#ffffff !important;
  box-shadow:0 14px 30px rgba(37,99,235,0.24);
}

/* Tablet */
@media (max-width: 1100px){
  .desktop-nav{
    display:none;
  }

  .menu-toggle{
    display:flex;
  }
}

/* Mobile */
@media (max-width: 767px){
  .site-header{
    padding:14px 16px;
  }

  .header-container{
    gap:12px;
  }

  .logo-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:15px;
  }

  .logo-text{
    font-size:22px;
  }

  .logo-subtext{
    font-size:9px;
    letter-spacing:1.4px;
    margin-top:5px;
  }

  .header-cta{
    display:none;
  }

  .menu-toggle{
    width:44px;
    height:44px;
    border-radius:12px;
  }

  .mobile-menu-inner{
    padding:14px 16px 20px;
  }

  .mobile-menu a{
    font-size:14px;
    padding:13px 14px;
  }
}
/* Header CTA button text hover fix */
.header-cta,
.header-cta:link,
.header-cta:visited,
.header-cta:hover,
.header-cta:focus,
.header-cta:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
}
/* Menu toggle button color same as mobile button */

.menu-toggle{
  background:linear-gradient(135deg,#2563eb,#7c3aed) !important;
  border:none !important;
  box-shadow:0 10px 24px rgba(37,99,235,0.25);
}

.menu-toggle:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(124,58,237,0.30);
}

.menu-toggle span{
  background:#ffffff !important;
}/* End custom CSS */