.elementor-9873 .elementor-element.elementor-element-4e41e51{--display:flex;}/* Start custom CSS for html, class: .elementor-element-227da3c *//* ================== ROOT SLIDER BACKGROUND ================== */
.wd-hero-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 90vh;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: #e5e7eb;

  /* Dark premium backdrop (not dull navy) */
  background:
    radial-gradient(circle at top left, #201a3f 0, #050213 40%, #020109 100%);
}

/* Center faint line like reference button shot */
.wd-hero-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(148,163,184,0.45),
    transparent
  );
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

/* ================== SLIDES ================== */
.wd-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .8s ease, transform .8s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wd-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left,
              rgba(15,23,42,0.6), rgba(3,7,18,0.95));
  z-index: 0;
}

.wd-hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

/* ================== INNER WRAPPER ================== */
.wd-hero-inner {
  width: 100%;
  max-width: 1200px;
  padding: clamp(4rem, 8vh, 5.5rem) clamp(1.5rem, 4vw, 3.5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

/* ================== GLASS CARD (SHINY + UNDERGLOW) ================== */
.wd-hero-panel {
  max-width: 720px;
  padding: 2.3rem 2.8rem;
  border-radius: 28px;

  background: rgba(10, 10, 24, 0.9);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border: 1px solid rgba(148, 163, 184, 0.6);

  /* deep + purple glow from bottom */
  box-shadow:
    0 24px 60px rgba(0,0,0,0.9),
    0 0 0 1px rgba(15,23,42,0.9),
    0 32px 80px rgba(126,34,206,0.75);

  position: relative;
  color: #e5e7eb;
}

/* Top edge subtle highlight */
.wd-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.08);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Bottom under-glow – like light coming from below */
.wd-hero-panel::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -42px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(168,85,247,0.95) 0%,
    rgba(59,130,246,0.55) 35%,
    transparent 75%
  );
  filter: blur(10px);
  opacity: 0.95;
  z-index: -1;
}

/* ================== TEXT ELEMENTS ================== */
.wd-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.95rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.7);
  color: #cbd5f5;
}

.wd-hero-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34,197,94,0.9);
}

.wd-hero-panel h1 {
  margin: 1.1rem 0 1rem 0;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #f9fafb;
}

.wd-hero-panel p {
  margin: 0 0 1.6rem 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.wd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.7rem;
}

.wd-hero-tags span {
  font-size: 0.78rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.95);
  border: 1px solid rgba(148,163,184,0.7);
  color: #e0f2fe;
}

/* ================== BUTTONS ================== */
.wd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.wd-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.6rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease,
              box-shadow 0.22s ease,
              background 0.22s ease,
              border-color 0.22s ease,
              color 0.22s ease;
}

/* Primary = Dribbble purple neon glass */
.wd-btn-primary {
  background: radial-gradient(circle at 20% 0%, #f3e8ff 0, #a855f7 35%, #7c3aed 80%);
  color: #f9fafb;
  box-shadow:
    0 0 18px rgba(157, 78, 221, 0.9),
    0 8px 22px rgba(0,0,0,0.7);
}

.wd-btn-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.25);
  mix-blend-mode: screen;
  pointer-events: none;
}

.wd-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 30px rgba(168, 85, 247, 1),
    0 12px 28px rgba(0,0,0,0.9);
}

/* Secondary glass button */
.wd-btn-ghost {
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 10px 26px rgba(0,0,0,0.7);
}

.wd-btn-ghost:hover {
  background: rgba(30,64,175,0.5);
  border-color: rgba(191,219,254,0.9);
}

/* ================== ARROWS ================== */
.wd-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.5);
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  opacity: 0.9;
  backdrop-filter: blur(16px);
  transition: opacity 0.2s ease,
              transform 0.2s ease,
              background 0.2s ease,
              box-shadow 0.2s ease,
              border-color 0.2s ease;
}

.wd-hero-prev { left: 24px; }
.wd-hero-next { right: 24px; }

.wd-hero-nav:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
  background: rgba(46,16,101,0.95);
  border-color: rgba(216,180,254,0.9);
  box-shadow:
    0 0 0 1px rgba(148,163,184,0.7),
    0 0 22px rgba(168,85,247,0.9);
}

/* ================== DOTS ================== */
.wd-hero-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  z-index: 5;
}

.wd-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  padding: 0;
  cursor: pointer;
  transition: all 0.22s ease;
}

.wd-hero-dot.is-active {
  width: 22px;
  border: none;
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}

/* ================== RESPONSIVE ================== */
@media (max-width: 900px) {
  .wd-hero-inner {
    justify-content: center;
  }
  .wd-hero-panel {
    max-width: 100%;
    padding: 1.8rem 1.6rem;
  }
  .wd-hero-panel h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 640px) {
  .wd-hero-slide {
    align-items: flex-end;
  }
  .wd-hero-inner {
    padding: 3rem 1.25rem 4.5rem 1.25rem;
  }
  .wd-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .wd-hero-nav {
    display: none;
  }
  .wd-hero-dots {
    bottom: 18px;
  }
}/* End custom CSS */