.elementor-8241 .elementor-element.elementor-element-8af61cb{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-6994f7c */body {
  margin: 0;
  font-family: sans-serif;
  background: #0b1d3a;
}

.hero {
  padding: 80px 40px;
  background: radial-gradient(circle at left, #1c3b7a, #0b1d3a);
  color: white;
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* ================= MEDIA ================= */
.hero-media {
  position: relative;
  width: 50%;
}

/* ویدیو */
.video-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 3;
}

.video-box img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  padding: 12px 16px;
  border-radius: 50%;
}

/* ================= بیضی ================= */
.ellipse {
  position: absolute;
  width: 500px;
  height: 350px;
  background: radial-gradient(circle, #5b6cff, transparent 70%);
  border-radius: 50%;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
}

/* ================= خطوط بیضی ================= */
.ellipse-lines {
  position: absolute;
  width: 520px;
  height: 370px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ellipse-lines::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 410px;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 50%;
  top: -20px;
  left: -20px;
}

/* ================= نقطه‌ها ================= */
.dots {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;

  background-image: radial-gradient(#f5b841 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.3;
}

/* ================= CONTENT ================= */
.hero-content {
  width: 50%;
}

.hero-content h1 {
  font-size: 36px;
  line-height: 1.6;
}

.hero-content p {
  margin: 20px 0;
  color: #cbd5e1;
}

.buttons {
  display: flex;
  gap: 10px;
}

.primary {
  background: #f5b841;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
}

.secondary {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
  }

  .hero-media,
  .hero-content {
    width: 100%;
  }

  .ellipse,
  .ellipse-lines,
  .dots {
    display: none;
  }
}/* End custom CSS */