.elementor-24429 .elementor-element.elementor-element-2883494{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f8e1bef */html,
body {
  margin: 0;
  padding: 0;
}

.soltan-soon-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(153, 0, 0, 0.24), transparent 32%),
    radial-gradient(circle at bottom right, rgba(84, 89, 95, 0.22), transparent 35%),
    linear-gradient(135deg, #0b0b0b 0%, #151515 45%, #0b0b0b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  color: #ffffff;
  font-family: inherit;
}

.soon-bg-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.7;
}

.soon-shape-1 {
  width: 280px;
  height: 280px;
  background: rgba(153, 0, 0, 0.24);
  top: 8%;
  left: 7%;
  animation: floatShape 6s ease-in-out infinite;
}

.soon-shape-2 {
  width: 240px;
  height: 240px;
  background: rgba(84, 89, 95, 0.24);
  bottom: 10%;
  right: 9%;
  animation: floatShape 7s ease-in-out infinite reverse;
}

.soon-card {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  padding: 46px 38px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.soon-logo {
  margin-bottom: 18px;
}

.soon-logo img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  margin-bottom: 10px;
  background: rgba(153, 0, 0, 0.14);
  border: 1px solid rgba(153, 0, 0, 0.48);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.soon-lottie-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px auto 12px;
}

.soon-lottie-wrap lottie-player {
  width: min(100%, 360px);
  height: 260px;
  display: block;
}

.soon-subtitle {
  max-width: 580px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
}

.soon-divider {
  position: relative;
  width: min(100%, 420px);
  height: 2px;
  margin: 30px auto;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  overflow: hidden;
}

.soon-divider span {
  position: absolute;
  top: -1px;
  left: -70px;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: #990000;
  box-shadow: 0 0 16px rgba(153, 0, 0, 0.8);
  animation: driveLine 2.6s ease-in-out infinite;
}

.soon-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.soon-whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 280px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #990000, #54595F);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(153, 0, 0, 0.32);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pulseBtn 2.3s infinite;
}

.soon-whatsapp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.7s ease;
}

.soon-whatsapp:hover::before {
  left: 130%;
}

.soon-whatsapp:hover {
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 42px rgba(153, 0, 0, 0.45);
}

.wa-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  animation: iconBounce 1.8s infinite;
}

.soon-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.soon-info-box {
  display: block;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.soon-info-box:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(153, 0, 0, 0.42);
}

.soon-info-box strong {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.soon-info-box span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

@keyframes driveLine {
  0% {
    left: -80px;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes pulseBtn {
  0% {
    box-shadow: 0 14px 36px rgba(153, 0, 0, 0.26);
  }

  50% {
    box-shadow: 0 14px 46px rgba(153, 0, 0, 0.42);
  }

  100% {
    box-shadow: 0 14px 36px rgba(153, 0, 0, 0.26);
  }
}

@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  45% {
    transform: translateY(-2px) rotate(-4deg);
  }

  70% {
    transform: translateY(1px) rotate(4deg);
  }
}

@keyframes floatShape {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@media (max-width: 767px) {
  .soltan-soon-page {
    padding: 22px 14px;
  }

  .soon-card {
    padding: 34px 20px;
    border-radius: 24px;
  }

  .soon-logo img {
    max-width: 220px;
  }

  .soon-badge {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .soon-lottie-wrap lottie-player {
    width: min(100%, 380px);
    height: 210px;
  }

  .soon-subtitle {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .soon-divider {
    margin: 26px auto;
  }

  .soon-whatsapp {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
    font-size: 15px;
  }

  .soon-info {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}/* End custom CSS */