/* =========================================================
   New Landing Theme CSS
   Drop-in replacement for the shared theme file
   Style: Modern premium landing / glassmorphism / neon accents
   ========================================================= */

/* -----------------------------
   Theme Variables
----------------------------- */
:root {
  --primary: #7c3aed;
  --primary-dark: #4c1d95;
  --primary-light: #a78bfa;
  --secondary: #06b6d4;
  --secondary-light: #67e8f9;
  --accent: #f59e0b;
  --success: #16a34a;
  --danger: #ef4444;
  --warning: #f97316;

  --bg-1: #070b1a;
  --bg-2: #10172a;
  --bg-3: #1e1b4b;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.75);
  --surface-dark: rgba(15, 23, 42, 0.72);

  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-light: #ffffff;

  --border-light: rgba(255, 255, 255, 0.22);
  --border-dark: rgba(15, 23, 42, 0.12);

  --shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.12);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.22);
  --shadow-lg: 0 28px 80px rgba(7, 11, 26, 0.45);
  --glow-primary: 0 0 32px rgba(124, 58, 237, 0.38);
  --glow-secondary: 0 0 32px rgba(6, 182, 212, 0.32);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --transition: all 0.3s ease;
}

/* -----------------------------
   Global styles for all pages
----------------------------- */
html,
body,
main {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  height: 100vh;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-light);
  background:
    radial-gradient(circle at 12% 18%, rgba(124, 58, 237, 0.55), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(6, 182, 212, 0.45), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(245, 158, 11, 0.22), transparent 28%),
    linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 42%, var(--bg-3) 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 88%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle, rgba(255,255,255,0.72) 0 1px, transparent 1.5px) 0 0 / 90px 90px,
    radial-gradient(circle, rgba(255,255,255,0.42) 0 1px, transparent 1.5px) 40px 60px / 130px 130px;
  opacity: 0.22;
  animation: starFloat 28s linear infinite;
}

/* Modern theme with dynamic background */
.blue-theme-bg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 15%, rgba(124, 58, 237, 0.58), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(6, 182, 212, 0.48), transparent 28%),
    linear-gradient(135deg, #070b1a 0%, #111827 46%, #312e81 100%) !important;
}

.blue-theme-bg::before {
  content: "";
  position: absolute;
  inset: -80px;
  z-index: 0;
  opacity: 0.45;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,0.9) 0 1px, transparent 2px) 0 0 / 80px 80px,
    radial-gradient(circle, rgba(103,232,249,0.75) 0 1px, transparent 2px) 42px 58px / 120px 120px,
    radial-gradient(circle, rgba(167,139,250,0.75) 0 1px, transparent 2px) 130px 270px / 160px 160px;
  animation: twinkleAnimation 18s ease-in-out infinite;
}

.blue-theme-bg::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.35), transparent 68%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
  animation: orbFloat 10s ease-in-out infinite;
}

/* -----------------------------
   Animations
----------------------------- */
@keyframes starFloat {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-120px, -120px, 0); }
}

@keyframes starryNight {
  0% { background-position: 0 0, 40px 60px, 130px 270px; transform: scale(1); }
  25% { background-position: 50px 50px, 90px 110px, 180px 320px; transform: scale(1.02); }
  50% { background-position: 100px 100px, 140px 160px, 230px 370px; transform: scale(1.05); }
  75% { background-position: 150px 150px, 190px 210px, 280px 420px; transform: scale(1.02); }
  100% { background-position: 200px 200px, 240px 260px, 330px 470px; transform: scale(1); }
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; background-size: 400% 400%; filter: hue-rotate(0deg); }
  25% { background-position: 50% 100%; background-size: 300% 300%; filter: hue-rotate(8deg); }
  50% { background-position: 100% 50%; background-size: 400% 400%; filter: hue-rotate(16deg); }
  75% { background-position: 50% 0%; background-size: 300% 300%; filter: hue-rotate(8deg); }
  100% { background-position: 0% 50%; background-size: 400% 400%; filter: hue-rotate(0deg); }
}

@keyframes twinkleAnimation {
  0% { background-position: 0 0, 40px 60px, 130px 270px; filter: blur(0.5px); opacity: 0.3; }
  25% { background-position: 25px 25px, 65px 85px, 155px 295px; filter: blur(0); opacity: 0.55; }
  50% { background-position: 50px 50px, 90px 110px, 180px 320px; filter: blur(0); opacity: 0.8; }
  75% { background-position: 75px 75px, 115px 135px, 205px 345px; filter: blur(0); opacity: 0.55; }
  100% { background-position: 100px 100px, 140px 160px, 230px 370px; filter: blur(0.5px); opacity: 0.3; }
}

@keyframes floatAnimation {
  0% { background-position: 0 0, 40px 60px, 130px 270px, 70px 100px, 30px 200px; transform: translateY(0); }
  25% { background-position: 25px 25px, 65px 85px, 155px 295px, 95px 125px, 55px 225px; transform: translateY(-5px); }
  50% { background-position: 50px 50px, 90px 110px, 180px 320px, 120px 150px, 80px 250px; transform: translateY(0); }
  75% { background-position: 75px 75px, 115px 135px, 205px 345px, 145px 175px, 105px 275px; transform: translateY(5px); }
  100% { background-position: 100px 100px, 140px 160px, 230px 370px, 170px 200px, 130px 300px; transform: translateY(0); }
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 35px) scale(1.08); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes updown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px) rotate(5deg) scale(0.95); }
  100% { transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.055); }
  100% { transform: scale(1); }
}

@keyframes up-down {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes rotateRadar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes buttonShine {
  0% { transform: rotate(30deg) translateY(-120%) scale(1); opacity: 0; }
  25% { transform: rotate(30deg) translateY(-55%) scale(1.1); opacity: 0.5; }
  50% { transform: rotate(30deg) translateY(0%) scale(1.2); opacity: 1; }
  75% { transform: rotate(30deg) translateY(55%) scale(1.1); opacity: 0.5; }
  100% { transform: rotate(30deg) translateY(120%) scale(1); opacity: 0; }
}

@keyframes gradientButton {
  0% { background-position: 0% 50%; box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35); }
  25% { background-position: 50% 75%; box-shadow: 0 10px 26px rgba(6, 182, 212, 0.35); }
  50% { background-position: 100% 50%; box-shadow: 0 12px 30px rgba(245, 158, 11, 0.28); }
  75% { background-position: 50% 25%; box-shadow: 0 10px 26px rgba(6, 182, 212, 0.35); }
  100% { background-position: 0% 50%; box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35); }
}

@keyframes logo-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes preloader-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes sizzle {
  0% { transform: scale(1) rotate(0deg); filter: blur(0); opacity: 1; }
  15% { transform: scale(1.01) rotate(0.5deg); filter: blur(0.2px); opacity: 0.95; }
  30% { transform: scale(0.99) rotate(-0.5deg); filter: blur(0.4px); opacity: 0.9; }
  45% { transform: scale(1.015) rotate(0.3deg); filter: blur(0.3px); opacity: 0.95; }
  60% { transform: scale(0.985) rotate(-0.3deg); filter: blur(0.5px); opacity: 0.9; }
  75% { transform: scale(1.02) rotate(0.2deg); filter: blur(0.2px); opacity: 0.95; }
  90% { transform: scale(0.99) rotate(-0.1deg); filter: blur(0.1px); opacity: 0.98; }
  100% { transform: scale(1) rotate(0deg); filter: blur(0); opacity: 1; }
}

@keyframes rippleEffect {
  0% { transform: scale(0.2) rotate(0deg); opacity: 0.58; border-radius: 50%; }
  20% { transform: scale(0.5) rotate(5deg); opacity: 0.76; border-radius: 48%; }
  40% { transform: scale(1) rotate(10deg); opacity: 0.52; border-radius: 46%; }
  60% { transform: scale(1.5) rotate(5deg); opacity: 0.34; border-radius: 48%; }
  80% { transform: scale(1.8) rotate(0deg); opacity: 0.15; border-radius: 49%; }
  100% { transform: scale(2) rotate(0deg); opacity: 0; border-radius: 50%; }
}

/* -----------------------------
   Logo / Header
----------------------------- */
.logo-container {
  max-width: 250px;
  margin: 18px auto 14px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.logo-container img,
.logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.045);
  filter: drop-shadow(0 12px 26px rgba(103, 232, 249, 0.28));
}

/* -----------------------------
   Loading / Spinner
----------------------------- */
.spinner {
  width: 25px;
  height: 25px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top: 4px solid var(--secondary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  display: inline-block;
}

.loading-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* -----------------------------
   Typography
----------------------------- */
.main h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--secondary-light);
  text-shadow: 0 0 18px rgba(103, 232, 249, 0.28);
}

.service-text {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 19px;
  text-align: center;
  color: var(--text-dark);
  letter-spacing: -0.2px;
}

.text-lg {
  font-size: 18px;
  color: var(--text-dark);
}

.text-right { text-align: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.w-100 { width: 100%; }

form {
  padding: 0;
  margin: 0;
}

/* -----------------------------
   Messages
----------------------------- */
.success-msg,
.success {
  color: var(--success) !important;
}

.error {
  color: var(--danger);
  font-size: 14px;
}

#responseMessage,
#pinResponseMessage {
  color: var(--text-dark);
}

#error-message {
  display: none;
  color: var(--danger);
  font-size: 14px;
  margin-top: 10px;
}

/* -----------------------------
   Decorative Icons
----------------------------- */
.star-icon {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: pulse 1.5s infinite ease-in-out;
  filter: drop-shadow(0 0 16px rgba(245, 158, 11, 0.45));
}

.star-icon-large {
  position: absolute !important;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  animation: pulse 1s infinite ease-in-out;
  filter: drop-shadow(0 0 20px rgba(103, 232, 249, 0.35));
}

.trouphy-icon {
  position: absolute !important;
  left: -50px;
  animation: pulse 1s infinite ease-in-out;
  filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.35));
}

.circle-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 4px solid rgba(103, 232, 249, 0.85);
  position: absolute;
  border-radius: 50px;
  top: 15%;
  right: 0;
  animation: up-down 3s infinite ease-in-out;
  box-shadow: 0 0 18px rgba(103, 232, 249, 0.38);
}

.circle-icon-left {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--accent), var(--warning));
  position: absolute;
  border-radius: 50px;
  top: 25%;
  left: 0;
  animation: up-down 3s infinite ease-in-out;
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.38);
}

.pulse { animation: pulse 0.8s infinite ease-in-out; }
.joystick { animation: updown 6s infinite ease-in-out; }

/* -----------------------------
   Landing Image / Hero Area
----------------------------- */
.img-wrapper {
  background-image:
    radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 36%),
    url("../assets/images/hafltoon-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.img-wrapper::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.25), transparent 65%);
  filter: blur(20px);
  z-index: -1;
}

.img-wrapper img {
  position: relative;
  z-index: 1;
}

.img-container {
  max-width: 390px;
  height: 350px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rotate-eff {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: rotateRadar 12s linear infinite;
  transform-origin: center center;
}

.rotate-eff span {
  width: 215px;
  height: 215px;
  background: radial-gradient(circle, rgba(103, 232, 249, 0.08) 42%, rgba(124, 58, 237, 0.18) 62%, transparent 72%);
  box-shadow: 0 0 35px rgba(103, 232, 249, 0.16);
  position: relative;
  transition: var(--transition);
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
}

.exit-btn {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: inline-block;
  margin: 10px auto;
  color: #ffffff;
  padding: 7px 22px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: var(--glow-secondary);
  transition: var(--transition);
}

.exit-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(6, 182, 212, 0.35);
}

/* -----------------------------
   Cards
----------------------------- */
.glass-card {
  position: relative;
  width: 300px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--text-dark);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.glass-card:hover {
  border-color: rgba(103, 232, 249, 0.45);
  box-shadow: var(--shadow-lg), var(--glow-secondary);
  transform: translateY(-2px);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.32), transparent 45%);
  border-radius: inherit;
  pointer-events: none;
}

.glass-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: var(--text-dark);
}

.glass-card p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-muted);
}

.modern-card {
  position: relative;
  padding: 28px 42px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  width: 100%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  z-index: 1;
  color: var(--text-dark);
  backdrop-filter: blur(20px);
}

.modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(124,58,237,0.12), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(6,182,212,0.16), transparent 30%);
}

.modern-card * {
  color: var(--text-dark);
  position: relative;
  z-index: 1;
}

.modern-card:hover {
  border-color: rgba(103, 232, 249, 0.45);
  box-shadow: var(--shadow-lg), 0 0 35px rgba(124, 58, 237, 0.16);
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.86));
  padding: 30px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(14px);
}

/* -----------------------------
   Form / Inputs
----------------------------- */
.form-control {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--radius-pill);
  padding: 11px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: var(--transition);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-dark);
  -webkit-text-fill-color: var(--text-dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

.form-control:focus {
  border-color: rgba(6, 182, 212, 0.72);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.14), 0 12px 26px rgba(15, 23, 42, 0.10);
  transform: scale(1.012);
  background: rgba(255, 255, 255, 1);
  color: var(--text-dark);
  -webkit-text-fill-color: var(--text-dark);
  outline: none;
}

.form-control::placeholder {
  color: rgba(100, 116, 139, 0.78);
}

.form-control.error {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.form-control:disabled {
  background-color: #f1f5f9;
  border-color: #dbe3ee;
  color: #64748b;
  -webkit-text-fill-color: #64748b;
}

.phone-input {
  height: 56px;
}

.input-group {
  max-width: 100%;
  border-radius: var(--radius-pill);
}

.input-group span {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 48%, var(--secondary) 100%);
  display: inline-block;
  height: 56px;
  min-width: 82px;
  line-height: 56px;
  font-weight: 800;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: var(--radius-pill) 0 0 var(--radius-pill);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28);
}

.input-group .form-control {
  border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
  overflow: hidden;
  color: var(--text-dark);
  -webkit-text-fill-color: var(--text-dark);
}

/* -----------------------------
   Buttons
----------------------------- */
.btn {
  border-radius: var(--radius-pill);
  font-weight: 700;
  transition: var(--transition);
}

.btn-secondary {
  padding: 10px 15px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--text-dark);
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.theme-btn {
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--secondary), var(--primary));
  background-size: 260% auto;
  color: #ffffff;
  transition: var(--transition);
  text-transform: uppercase;
  font-size: 22px;
  padding: 11px 18px;
  border: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.35);
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.theme-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  z-index: -1;
  animation: buttonShine 3.2s linear infinite;
}

.theme-btn:hover {
  background-position: right center;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(6, 182, 212, 0.38), 0 0 30px rgba(124, 58, 237, 0.28);
}

.theme-btn:disabled {
  color: #ffffff;
  background: linear-gradient(to right, #64748b, #94a3b8, #64748b);
  cursor: not-allowed;
  opacity: 0.65;
  animation: none;
  transform: none;
  box-shadow: none;
}

/* -----------------------------
   Misc UI
----------------------------- */
.img-banner {
  margin: 10px auto;
}

.img-banner img {
  width: 100%;
  border-radius: var(--radius-md);
}

.price-point {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 700;
  margin-top: 12px;
}

.down-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--text-dark);
  position: absolute;
  top: 14px;
  right: 8px;
}

/* -----------------------------
   Language Switcher
----------------------------- */
.dropdown.lang-swticher {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  z-index: 100;
}

.lang-swticher .dropdown-button {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
  padding: 8px 25px 8px 8px;
  font-size: 12px;
  text-align: center;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-transform: uppercase;
  min-width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.lang-swticher .dropdown-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
}

.lang-swticher .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  z-index: 10;
  text-align: center;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.lang-swticher .dropdown-content a {
  color: var(--text-dark);
  padding: 8px 12px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  transition: var(--transition);
  background-color: transparent;
}

.lang-swticher .dropdown-content a:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.32);
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* -----------------------------
   Legal Text
----------------------------- */
.legal-text p {
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: var(--text-dark);
  text-align: justify;
}

.legal-text ul {
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: var(--text-dark);
}

/* -----------------------------
   Device Icon
----------------------------- */
.device-icon {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.device-icon svg {
  width: 60px;
  color: var(--text-light);
  transition: transform 0.3s ease, filter 0.3s ease, color 0.3s ease;
}

.device-icon:hover svg {
  color: var(--primary);
  transform: rotate(-10deg) scale(1.1);
  filter: drop-shadow(0 0 8px rgba(124, 58, 237, 0.42));
}

/* -----------------------------
   Progress Bar
----------------------------- */
.user-progressbar {
  display: none;
}

.progressbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto 15px auto;
  position: relative;
}

.step {
  flex: 1;
  position: relative;
}

.number {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  border-radius: 50%;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 12;
  margin: auto;
  /* box-shadow: 0 8px 18px rgba(124, 58, 237, 0.26); */
}

.step.active .number {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-dark) 100%);
  color: #ffffff;
  transform: scale(1.12);
  /* box-shadow: 0 0 20px rgba(6, 182, 212, 0.55); */
}

.label {
  margin-top: 5px;
  font-size: 12px;
  color: var(--text-dark);
  text-align: center;
}

.progressbar .step::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  right: 15px;
  height: 4px;
  width: 100%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  z-index: 0;
  border-radius: var(--radius-pill);
}

.progressbar .step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 25px;
  height: 6px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-dark) 100%);
  z-index: 1;
  border-radius: var(--radius-pill);
}

.progressbar .step:last-child::before,
.progressbar .step:last-child::after {
  content: none;
}

.progressbar .step.active::before,
.progressbar .step.active::after {
  width: 100%;
}

/* -----------------------------
   Preloader
----------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at center, rgba(124, 58, 237, 0.32), transparent 45%),
    rgba(7, 11, 26, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  backdrop-filter: blur(12px);
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-spinner {
  width: 180px;
  height: 180px;
  border: 6px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  border-top-color: var(--secondary);
  border-bottom-color: var(--primary-light);
  animation: preloader-spin 1.5s linear infinite;
  position: absolute;
  box-shadow: 0 0 35px rgba(6, 182, 212, 0.32);
}

.preloader-logo {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
}

.preloader-logo .logo-img {
  width: 150px;
  height: auto;
  object-fit: contain;
  animation: logo-pulse 2s ease-in-out infinite;
}

/* -----------------------------
   Splash
----------------------------- */
#splash {
  display: none;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.splash-container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(6, 182, 212, 0.22), transparent 42%),
    linear-gradient(135deg, var(--bg-1), var(--bg-3));
}

.splash-container img {
  width: 100%;
  margin: auto;
  animation: sizzle 0.6s infinite ease-in-out;
  transform-origin: center;
}

/* -----------------------------
   Ripple Effect
----------------------------- */
.ripple-wrapper {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.ripple {
  width: 200px;
  height: 200px;
  background: rgba(103, 232, 249, 0.28);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  animation: rippleEffect 3s ease-out infinite;
}

.circle1 { animation-delay: 0s; }
.circle2 { animation-delay: 1s; }
.circle3 { animation-delay: 2s; }

/* -----------------------------
   Responsive Design
----------------------------- */
@media (max-width: 1200px) {
  .modern-card {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .modern-card {
    padding: 25px;
  }

  .img-wrapper {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at 20% 10%, rgba(124, 58, 237, 0.42), transparent 32%),
      radial-gradient(circle at 85% 30%, rgba(6, 182, 212, 0.32), transparent 28%),
      linear-gradient(135deg, #070b1a 0%, #111827 55%, #1e1b4b 100%);
    background-size: 400% 400%;
    height: 100vh;
  }

  .radio-option label {
    font-size: 11px;
  }

  .user-progressbar {
    display: block;
  }

  .modern-card {
    padding: 20px;
    border-radius: 22px;
  }

  .main h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .device-icon svg {
    width: 48px;
    color: var(--text-dark);
  }

  .service-text {
    font-size: 16px;
  }

  .logo-container {
    max-width: 200px;
    margin: 5px auto;
    padding: 0 10px;
  }

  .logo-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .bg-style-mobile {
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: center;
    min-height: 600px;
  }

  .progressbar {
    max-width: 220px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"],
  input[type="password"] {
    color: var(--text-dark) !important;
    -webkit-text-fill-color: var(--text-dark) !important;
  }

  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }

  .arrow-container {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    animation: float 3s ease-in-out infinite;
  }

  .arrow-circle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    border: 2px solid var(--secondary);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.28);
  }

  .arrow-circle svg {
    width: 48px;
    height: 48px;
  }

  .pulse {
    animation: pulse 0.8s infinite;
  }

  .device-icon:hover {
    transform: translateY(-5px) !important;
    filter: brightness(1.15);
  }

  .input-group span {
    min-width: 72px;
    font-size: 16px;
  }

  .theme-btn {
    font-size: 19px;
    padding: 11px 16px;
  }
}

/* =========================================================
   Clean Static Update
   Background circles, star/ripple/orb effects and all CSS animations removed
   ========================================================= */

:root {
  --transition: none;
}

html {
  scroll-behavior: auto !important;
}

*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

body {
  background: linear-gradient(135deg, #070b1a 0%, #10172a 48%, #1e1b4b 100%) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

body::before,
body::after,
.blue-theme-bg::before,
.blue-theme-bg::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.blue-theme-bg {
  background: linear-gradient(135deg, #070b1a 0%, #10172a 48%, #1e1b4b 100%) !important;
  background-size: cover !important;
  overflow: hidden;
}

.circle-icon,
.circle-icon-left,
.ripple-wrapper,
.ripple,
.rotate-eff,
.rotate-eff span,
.star-icon,
.star-icon-large,
.trouphy-icon {
  display: none !important;
}

.logo-img:hover,
.theme-btn:hover,
.device-icon:hover,
.device-icon:hover svg,
.form-control:focus {
  transform: none !important;
}

.theme-btn::after {
  content: none !important;
  display: none !important;
}

.preloader-spinner,
.preloader-logo .logo-img,
.splash-container img,
.joystick,
.pulse,
.arrow-container {
  animation: none !important;
  transform: none !important;
}

.img-wrapper {
  background-image: none !important;
}
