.elementor-15 .elementor-element.elementor-element-a4cfab0{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-45c7705 */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;600;700&display=swap');

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  min-height: 100vh;
  background: #060d1a;
  font-family: 'Rajdhani', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* =============================================
   HERO SECTION
   ============================================= */
.wf-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Background layers */
.wf-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, #0d2a5a 0%, #0a0e1a 60%);
  z-index: 0;
}

.wf-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(#1a3a7a 1px, transparent 1px),
    linear-gradient(90deg, #1a3a7a 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.wf-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #2b7fff 30%, #1a6aee 70%, transparent);
  z-index: 5;
}

/* =============================================
   LAYOUT CONTAINER
   ============================================= */
.wf-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* =============================================
   CONTENT SIDE
   ============================================= */
.wf-content {
  flex: 1;
  max-width: 600px;
}

/* Live badge */
.wf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(30, 80, 180, 0.3);
  border: 0.5px solid rgba(60, 120, 255, 0.4);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 24px;
}

.wf-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a8fff;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

.wf-badge-text {
  font-size: 13px;
  color: #7ab3ff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Headline */
.wf-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 96px;
  line-height: 0.95;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.wf-title span {
  color: #2b7fff;
}

.wf-sub {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #4a6fa0;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.wf-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2b7fff, transparent);
  border-radius: 2px;
  margin-bottom: 22px;
}

/* Feature tags */
.wf-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.wf-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #5a80b0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wf-feature-icon {
  color: #2b7fff;
  font-size: 10px;
}

/* Description */
.wf-desc {
  font-size: 17px;
  color: #8aaad0;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 500px;
}

.wf-desc strong {
  color: #c0d8f8;
  font-weight: 600;
}

/* Buttons */
.wf-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.wf-btn-primary {
  background: #2b7fff;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.wf-btn-primary:hover {
  background: #1a6aee;
  transform: translateY(-2px);
}

.wf-btn-secondary {
  background: transparent;
  color: #7ab3ff;
  border: 1px solid rgba(60, 120, 255, 0.45);
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.wf-btn-secondary:hover {
  background: rgba(30, 80, 180, 0.2);
  transform: translateY(-2px);
}

/* Stats bar */
.wf-stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.08);
}

.wf-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 38px;
  color: #ffffff;
  line-height: 1;
}

.wf-stat-num span {
  color: #2b7fff;
}

.wf-stat-label {
  font-size: 11px;
  color: #4a6fa0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-top: 4px;
}

/* =============================================
   GLOBE SIDE
   ============================================= */
.wf-globe-wrap {
  flex-shrink: 0;
  width: 420px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-globe-wrap svg {
  width: 100%;
  height: 100%;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.6; transform: scale(1.3); }
}

/* =============================================
   RESPONSIVE — TABLET (max-width: 1024px)
   ============================================= */
@media (max-width: 1024px) {
  .wf-inner {
    padding: 60px 40px;
    gap: 30px;
  }

  .wf-title {
    font-size: 72px;
  }

  .wf-globe-wrap {
    width: 320px;
    height: 320px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (max-width: 768px)
   ============================================= */
@media (max-width: 768px) {
  .wf-hero {
    align-items: flex-start;
  }

  .wf-bg {
    background: radial-gradient(ellipse at 50% 30%, #0d2a5a 0%, #0a0e1a 70%);
  }

  .wf-inner {
    flex-direction: column;
    align-items: center;
    padding: 48px 24px 60px;
    gap: 0;
  }

  /* Globe moves to top on mobile */
  .wf-globe-wrap {
    order: -1;
    width: 240px;
    height: 240px;
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .wf-content {
    max-width: 100%;
    text-align: center;
  }

  .wf-badge {
    margin-bottom: 16px;
  }

  .wf-title {
    font-size: 56px;
    letter-spacing: 2px;
  }

  .wf-sub {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .wf-divider {
    margin: 0 auto 18px;
  }

  .wf-features {
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .wf-desc {
    font-size: 16px;
    margin: 0 auto 28px;
  }

  .wf-btns {
    justify-content: center;
    margin-bottom: 36px;
  }

  .wf-btn-primary,
  .wf-btn-secondary {
    padding: 13px 24px;
    font-size: 14px;
  }

  .wf-stats {
    justify-content: center;
    gap: 24px;
    text-align: center;
  }

  .wf-stat-num {
    font-size: 32px;
  }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (max-width: 420px)
   ============================================= */
@media (max-width: 420px) {
  .wf-title {
    font-size: 44px;
  }

  .wf-sub {
    font-size: 17px;
  }

  .wf-btns {
    flex-direction: column;
    align-items: center;
  }

  .wf-btn-primary,
  .wf-btn-secondary {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .wf-stats {
    gap: 20px;
  }

  .wf-globe-wrap {
    width: 200px;
    height: 200px;
  }
}/* End custom CSS */