.elementor-15661 .elementor-element.elementor-element-e7d4e17{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-061a1f6 *//* FedWed hero – full CSS override aligned to MP */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter+Tight:wght@800&display=swap');

/* Base: Inter for everything in the hero */
.hero,
.hero * {
  box-sizing: border-box !important;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Force Inter Tight on the main hero headline, including gradient span */
.hero-title,
.hero-title span,
.hero-title .hero-gradient {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

/* Section wrapper */
.hero {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 80px !important;
  padding-bottom: 3rem !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #faf5ff 0%, #ffffff 50%, #fef3f2 100%) !important;
}

/* Background orbs + stars */
.hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.hero-orb-1 {
  position: absolute !important;
  top: 10% !important;
  right: 10% !important;
  width: 500px !important;
  height: 500px !important;
  background: radial-gradient(circle, rgba(123,103,168,0.15) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  filter: blur(60px) !important;
  animation: float 8s ease-in-out infinite !important;
}

.hero-orb-2 {
  position: absolute !important;
  bottom: 10% !important;
  left: 10% !important;
  width: 400px !important;
  height: 400px !important;
  background: radial-gradient(circle, rgba(215,46,93,0.12) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  filter: blur(60px) !important;
  animation: float 10s ease-in-out infinite reverse !important;
}

.hero-orb-3 {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px !important;
  height: 600px !important;
  background: radial-gradient(circle, rgba(249,172,47,0.08) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  filter: blur(80px) !important;
}

.hero-star {
  position: absolute !important;
  width: 3px !important;
  height: 3px !important;
  background: #7b67a8 !important;
  border-radius: 50% !important;
  opacity: 0.4 !important;
  animation: twinkle 3s infinite !important;
}

/* Content wrapper */
.hero-content {
  position: relative !important;
  z-index: 10 !important;
  text-align: center !important;
  max-width: 1280px !important;
  padding: 0 1.5rem !important;
  margin: 0 auto !important;
}

/* Badge pill */
.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.4rem 0.85rem !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 9999px !important;
  margin-bottom: 1.75rem !important;
  font-size: 0.8rem !important;
  color: #6b7280 !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(7,7,7,0.05) !important;
}

.hero-badge span {
  font-weight: 500 !important;
}

/* Multi‑colour animated dot */
.hero-badge-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  animation: heroDotGlow 3s linear infinite !important;
}

@keyframes heroDotGlow {
  0% {
    background-color: #d72e5d;
    box-shadow: 0 0 0 0 rgba(215,46,93,0.0);
  }
  25% {
    background-color: #7b67a8;
    box-shadow: 0 0 8px 0 rgba(123,103,168,0.7);
  }
  50% {
    background-color: #ff7913;
    box-shadow: 0 0 8px 0 rgba(255,121,19,0.7);
  }
  75% {
    background-color: #f9ac2f;
    box-shadow: 0 0 8px 0 rgba(249,172,47,0.7);
  }
  100% {
    background-color: #d72e5d;
    box-shadow: 0 0 0 0 rgba(215,46,93,0.0);
  }
}

/* Title + gradient word */
.hero-title {
  font-size: clamp(2.5rem, 8vw, 4.5rem) !important;
  line-height: 1.1 !important;
  margin-bottom: 1.4rem !important;
  color: #111827 !important;
}

.hero-gradient {
  background: linear-gradient(135deg, #7b67a8, #d72e5d, #ff7913) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Subtitle */
.hero-subtitle {
  font-size: 1.2rem !important;
  color: #6b7280 !important;
  max-width: 42rem !important;
  margin: 0 auto 2.25rem !important;
  line-height: 1.7 !important;
}

/* CTA layout wrapper */
.hero-ctas {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  align-items: stretch !important;
  justify-content: center !important;
}

/* Ensure hero CTA labels are not uppercase */
.hero-ctas .btn-primary,
.hero-ctas .btn-tertiary,
.hero-ctas .btn-secondary {
  text-transform: none !important;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  width: 100% !important;
  justify-content: center !important;
}

/* In case Elementor wraps text in spans */
.hero-ctas .btn-primary span,
.hero-ctas .btn-tertiary span,
.hero-ctas .btn-secondary span {
  text-transform: none !important;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  width: 100% !important;
  justify-content: center !important;
}

/* Row for Events + Courses */
.hero-ctas-row {
  display: flex !important;
  gap: 0.75rem !important;
}

/* Generic arrow/icon */
.icon {
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
}

/* Primary CTA – Join FedWed */
.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  background: linear-gradient(135deg, #7b67a8, #9b87c8) !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(123,103,168,0.25) !important;
  transition: all 0.3s !important;
  width: 100% !important;
  justify-content: center !important;
}

.btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(123,103,168,0.35) !important;
}

.btn-primary .icon {
  width: 20px !important;
  height: 20px !important;
}

/* Events button – red/pink accent */
.btn-tertiary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 1rem 1.75rem !important;
  border-radius: 9999px !important;
  border: 2px solid rgba(215, 46, 93, 0.18) !important;
  background: #ffffff !important;
  color: #070707 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
  box-shadow: 0 4px 10px rgba(215, 46, 93, 0.12) !important;
}

.btn-tertiary .icon {
  width: 20px !important;
  height: 20px !important;
  stroke: #d72e5d !important;
  stroke-width: 1.8 !important;
  fill: none !important;
}

.btn-tertiary:hover {
  background: linear-gradient(135deg, #d72e5d, #ff7913) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(215, 46, 93, 0.35) !important;
  transform: translateY(-1px) !important;
}

/* Ensure Events icon turns white on hover */
.btn-tertiary:hover .icon {
  stroke: #ffffff !important;
  fill: none !important;
}

/* Secondary CTA – Courses */
.btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  background: #ffffff !important;
  border: 2px solid #e5e7eb !important;
  color: #070707 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

.btn-secondary .icon {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  stroke: none !important;
  fill: #f9ac2f !important;
}

.btn-secondary:hover {
  border-color: #7b67a8 !important;
  background: #faf5ff !important;
}

/* Desktop: all three buttons on one equal-width row */
@media (min-width: 640px) {
  .hero-ctas {
    flex-direction: row !important;
    gap: 1rem !important;
    max-width: 44rem !important;
    margin: 0 auto !important;
  }

  .hero-ctas .btn-primary,
  .hero-ctas .btn-tertiary,
  .hero-ctas .btn-secondary {
    width: 100% !important;
    justify-content: center !important;
  }

  .hero-ctas .btn-primary,
  .hero-ctas .btn-tertiary,
  .hero-ctas .btn-secondary {
    flex: 1 1 0 !important; /* equal widths */
  }

  /* We don't need the inner row on desktop; keep it but don't rely on it */
  .hero-ctas-row {
    gap: 1rem !important;
    width: 100% !important;
  }
}

/* Mobile: line 1 = Join, line 2 = Events/Courses equal widths */
@media (max-width: 639px) {
  .hero {
    padding-top: 60px !important;
  }

  .hero-badge {
    font-size: 0.78rem !important;
    padding: 0.35rem 0.8rem !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
    margin-bottom: 1.1rem !important;
  }

  .hero-subtitle {
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.85rem !important;
  }

  .hero-ctas {
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 auto !important;
    flex-direction: column !important;
    gap: 0.65rem !important;
    align-items: stretch !important;
  }

  /* Line 1: Join */
  .hero-ctas .btn-primary {
    width: 100% !important;
    font-size: 1rem !important;
    padding: 0.9rem 1.4rem !important;
  }

  /* Line 2: Events + Courses */
  .hero-ctas-row {
    display: flex !important;
    gap: 0.65rem !important;
    width: 100% !important;
  }

  .hero-ctas-row .btn-tertiary,
  .hero-ctas-row .btn-secondary {
    flex: 1 1 0 !important;
    width: 100% !important;
    font-size: 0.98rem !important;
    padding: 0.85rem 1.1rem !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
    border-width: 1px !important;
  }

  .hero-ctas-row .btn-tertiary .icon,
  .hero-ctas-row .btn-secondary .icon {
    width: 16px !important;
    height: 16px !important;
  }
}

/* Orbit graphic */
.hero-orbit-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 480px !important;
  margin: 2rem auto 0 !important;
  aspect-ratio: 1 / 1 !important;
}

.hero-orbit-wrapper svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.orbit-label {
  position: absolute !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #9ca3af !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  opacity: 0.6 !important;
}

.orbit-label-learn {
  top: 8% !important;
  right: 10% !important;
}

.orbit-label-connect {
  bottom: 12% !important;
  left: 8% !important;
}

.orbit-label-create {
  top: 45% !important;
  left: 2% !important;
}

.orbit-label-grow {
  bottom: 8% !important;
  right: 12% !important;
}

/* Fade-in – keep visible (JS only adds .visible) */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out !important;
}

.fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Animations */
@keyframes pulse {
  0%, 100% { opacity: 1 !important; }
  50% { opacity: 0.5 !important; }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.3 !important; }
  50% { opacity: 1 !important; }
}

@keyframes float {
  0%, 100% { transform: translateY(0) !important; }
  50% { transform: translateY(-20px) !important; }
}

/* Desktop: all three buttons, one equal-width row */
@media (min-width: 640px) {
  .hero-ctas {
    flex-direction: row !important;
    gap: 1rem !important;
    max-width: 44rem !important;
    margin: 0 auto !important;
  }

  /* Treat all three as direct children on desktop */
  .hero-ctas .btn-primary,
  .hero-ctas .btn-tertiary,
  .hero-ctas .btn-secondary {
    flex: 1 1 0 !important;
    width: 100% !important;
    justify-content: center !important;
    font-size: 1.05rem !important;
    padding: 0.9rem 1.6rem !important;
  }

  /* Flatten out the inner row so it doesn't nest weirdly */
  .hero-ctas-row {
    display: contents !important;
  }
}

/* Mobile: line 1 Join, line 2 Events/Courses equal widths */
@media (max-width: 639px) {
  .hero {
    padding-top: 56px !important;
  }

  .hero-badge {
    font-size: 0.75rem !important;
    padding: 0.3rem 0.75rem !important;
    margin-bottom: 1.1rem !important;
  }

  .hero-ctas {
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 auto !important;
    flex-direction: column !important;
    gap: 0.6rem !important;
    align-items: stretch !important;
  }

  /* Row 1: Join FedWed full width */
  .hero-ctas .btn-primary {
    width: 100% !important;
    font-size: 1rem !important;
    padding: 0.85rem 1.3rem !important;
  }

  /* Row 2: Events + Courses */
  .hero-ctas-row {
    display: flex !important;
    gap: 0.6rem !important;
    width: 100% !important;
  }

  .hero-ctas-row .btn-tertiary,
  .hero-ctas-row .btn-secondary {
    flex: 1 1 0 !important;
    width: 100% !important;
    font-size: 0.96rem !important;
    padding: 0.8rem 1rem !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
    border-width: 1px !important;
  }

  .hero-ctas-row .btn-tertiary .icon,
  .hero-ctas-row .btn-secondary .icon {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 639px) {
  /* Larger hero title on mobile */
  .hero-title {
    font-size: clamp(2.4rem, 9vw, 2.9rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 1.2rem !important;
  }
}/* End custom CSS */