.elementor-162 .elementor-element.elementor-element-26ae568{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b212282 *//* ═══════════════════════════════════════
   HEADER / NAVIGATION — PREMIUM
   ═══════════════════════════════════════ */

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background: rgba(11, 17, 32, 0.95) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

/* ── Scrolled State ── */
.s-header.scrolled {
  background: rgba(8, 12, 24, 0.98) !important;
  border-bottom-color: rgba(59, 130, 246, 0.12);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5),
              0 0 60px rgba(59, 130, 246, 0.03);
}

/* ── Header Inner Glow Line ── */
.s-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.15), rgba(34, 197, 94, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.s-header.scrolled::after {
  opacity: 1;
}

/* ── Header Wrap ── */
.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ═══════════════════════════════════════
   LOGO — PREMIUM
   ═══════════════════════════════════════ */

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-logo:hover {
  transform: translateX(2px);
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(34, 197, 94, 0.08));
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  transition: all 0.4s ease;
  position: relative;
}

.logo-icon::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(34, 197, 94, 0.2));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  filter: blur(6px);
}

.header-logo:hover .logo-icon::before {
  opacity: 1;
}

.header-logo:hover .logo-icon {
  border-color: rgba(59, 130, 246, 0.35);
  transform: rotate(-5deg) scale(1.05);
}

.logo-text {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.logo-text b {
  background: linear-gradient(135deg, #3b82f6, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* ═══════════════════════════════════════
   DESKTOP NAV — PREMIUM
   ═══════════════════════════════════════ */

.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  position: relative;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: 0.2px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* ── Hover Glow Dot ── */
.nav-link::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 4px;
  height: 4px;
  background: #3b82f6;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.nav-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* ── Active Underline ── */
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 22px;
}

/* ═══════════════════════════════════════
   HEADER ACTIONS — PREMIUM
   ═══════════════════════════════════════ */

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* ── Login Ghost ── */
.header-btn-ghost {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.header-btn-ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

/* ── Start Free — PREMIUM CTA ── */
.header-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: 1px solid rgba(96, 165, 250, 0.3);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2px;
}

/* ── Shimmer Effect ── */
.header-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}

.header-btn-primary:hover::before {
  left: 100%;
}

/* ── Outer Glow on Hover ── */
.header-btn-primary::after {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #3b82f6, #22c55e);
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
  filter: blur(10px);
  transition: opacity 0.4s ease;
}

.header-btn-primary:hover::after {
  opacity: 0.4;
}

.header-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.45),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
  border-color: rgba(96, 165, 250, 0.5);
}

.btn-arrow {
  transition: transform 0.3s ease;
  font-size: 15px;
}

.header-btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

/* ═══════════════════════════════════════
   HAMBURGER — PREMIUM
   ═══════════════════════════════════════ */

.header-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  padding: 11px;
  transition: all 0.3s ease;
}

.header-hamburger:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(59, 130, 246, 0.2);
}

.ham-line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: center;
}

.header-hamburger.active .ham-line-1 {
  transform: rotate(45deg) translate(5px, 5px);
  background: #60a5fa;
}

.header-hamburger.active .ham-line-2 {
  opacity: 0;
  transform: translateX(15px);
}

.header-hamburger.active .ham-line-3 {
  transform: rotate(-45deg) translate(5px, -5px);
  background: #22c55e;
}

/* ═══════════════════════════════════════
   MOBILE MENU — PREMIUM
   ═══════════════════════════════════════ */

.mobile-menu {
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background: rgba(8, 12, 24, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  padding: 16px 24px 28px;
  opacity: 0;
  transform: translateY(-12px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.mobile-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* ── Mobile Nav ── */
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}

.mobile-link {
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}

.mobile-link:hover {
  color: #ffffff;
  background: rgba(59, 130, 246, 0.06);
  border-left-color: #3b82f6;
  padding-left: 22px;
}

/* ── Mobile Buttons ── */
.mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-btn-ghost {
  display: block;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.mobile-btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.mobile-btn-primary {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: 1px solid rgba(96, 165, 250, 0.3);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.mobile-btn-primary:hover {
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  .header-nav,
  .header-actions {
    display: none !important;
  }

  .header-hamburger {
    display: flex !important;
  }

  .mobile-menu {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-wrap {
    height: 64px;
    padding: 0 16px;
  }

  .logo-text {
    font-size: 18px;
  }

  .logo-icon {
    width: 36px;
    height: 36px;
  }

  .mobile-menu {
    top: 64px;
  }
}

/* ═══ BODY PADDING FOR FIXED HEADER ═══ */
body {
  padding-top: 76px !important;
}

@media (max-width: 480px) {
  body {
    padding-top: 64px !important;
  }
}/* End custom CSS */