/* Header Logo Sub-Badge */
.logo-sub-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: #7c3aed;
  margin-top: 1px;
  letter-spacing: -0.2px;
  display: block;
}

#header .nav-link,
#header .logo h1 a,
#header .btn-ask,
#header .nav-link i {
  color: #01036f !important;
}

#header.header-transparent {
  background: rgba(255,255,255,0.2) !important;
  backdrop-filter: blur(10px);
}
#header.header-scrolled {
  background: #ffffff !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08) !important;
}

html, body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  background-image: 
    radial-gradient(1200px 800px at 88% 10%, rgba(139,47,224,.06), transparent 60%),
    radial-gradient(1000px 600px at 6% 90%, rgba(47,75,243,.05), transparent 60%);
  background-attachment: fixed;
}

/* Typography Enhancements */
.text-primary-gradient {
  background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/* ======= Hero Split Section ======= */
.hero-split {
  padding: 170px 0 70px 0;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.hero-split .container {
  position: relative;
  z-index: 2;
}

.hero-text-area {
  padding-inline-end: 30px;
}
html[dir="ltr"] .hero-text-area {
  padding-inline-end: 0;
  padding-inline-start: 30px;
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  margin-bottom: 22px;
}

.hero-subtitle {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 540px;
}

/* Single CTA Button */
.hero-cta-single {
  margin-bottom: 35px;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: #fff !important;
  padding: 15px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 24px rgba(37, 117, 252, 0.35);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary-custom:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px rgba(106, 17, 203, 0.45);
}

/* Horizontal 3-Column Stats Card */
.hero-stats-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(106, 17, 203, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.85);
  max-width: 520px;
}

.stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.stat-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 6px;
}

.stat-num-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.stat-num {
  font-size: 1.55rem;
  font-weight: 800;
  color: #1e1b4b;
  line-height: 1;
}

.stat-unit {
  font-size: 0.82rem;
  font-weight: 700;
  color: #7c3aed;
}

.stat-sublabel {
  font-size: 0.72rem;
  color: #64748b;
  margin-top: 3px;
  font-weight: 500;
  white-space: nowrap;
}

.stat-divider {
  width: 1px;
  height: 42px;
  background: #e2e8f0;
  margin: 0 6px;
}

/* ==========================================================================
   Hero Visual Area - 3D Event Stage Showcase
   ========================================================================== */
.hero-image-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stage-showcase-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Orbit Rings & Dotted Matrix */
.stage-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, 0.3);
  pointer-events: none;
}

.stage-orbit-ring.ring-1 {
  width: 450px;
  height: 450px;
  top: 15px;
  right: 15px;
  animation: spinSlow 35s linear infinite;
}

.stage-orbit-ring.ring-2 {
  width: 330px;
  height: 330px;
  top: 75px;
  right: 75px;
  animation: spinSlow 25s linear infinite reverse;
}

.stage-decor-dots {
  position: absolute;
  width: 50px;
  height: 80px;
  right: 5px;
  bottom: 90px;
  background-image: radial-gradient(rgba(124, 58, 237, 0.45) 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  pointer-events: none;
}

/* 3 Vertical Floating Process Cards on the Left */
.stage-process-col {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  width: 150px;
}

html[dir="ltr"] .stage-process-col {
  left: auto;
  right: -15px;
}

.stage-v-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 28px rgba(106, 17, 203, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.stage-v-card:hover {
  transform: translateX(4px) scale(1.03);
  box-shadow: 0 16px 36px rgba(106, 17, 203, 0.2);
  border-color: #c084fc;
}

.svc-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12) 0%, rgba(59, 130, 246, 0.15) 100%);
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 4px;
}

.stage-v-card h5 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 2px 0;
}

.stage-v-card p {
  font-size: 0.64rem;
  color: #64748b;
  margin: 0;
  line-height: 1.25;
}

/* Card Float Animations */
.card-idea { animation: floatCard1 6s ease-in-out infinite; }
.card-planning { animation: floatCard2 6.5s ease-in-out infinite 0.8s; }
.card-execution { animation: floatCard3 6.2s ease-in-out infinite 1.5s; }

/* 3D Event Stage Centerpiece */
.stage-3d-scene {
  position: relative;
  width: 350px;
  height: 380px;
  margin-right: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
}

html[dir="ltr"] .stage-3d-scene {
  margin-right: 0;
  margin-left: -30px;
}

/* Overhead Stage Lighting Truss & Spotlights */
.stage-truss-assembly {
  position: absolute;
  top: 15px;
  width: 290px;
  z-index: 6;
}

.truss-metallic-arch {
  width: 270px;
  height: 24px;
  margin: 0 auto;
  border-top: 4px solid #475569;
  border-radius: 135px 135px 0 0;
  background: linear-gradient(90deg, #1e293b, #64748b 50%, #1e293b);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  position: relative;
}

.truss-metallic-arch::after {
  content: '';
  position: absolute;
  inset: 2px 0 auto 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 4px, transparent 4px, transparent 10px);
}

.truss-spotlights-set {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  top: -6px;
}

.truss-lamp {
  width: 12px;
  height: 15px;
  background: #0f172a;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.beam-glow {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 130px;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.45) 0%, rgba(139, 92, 246, 0.25) 50%, transparent 100%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
  filter: blur(2px);
}

/* Single Panoramic Curved LED Backdrop Screen */
.stage-led-single-screen {
  position: absolute;
  bottom: 85px;
  width: 250px;
  height: 215px;
  z-index: 4;
}

.led-screen-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, #1e1b4b 0%, #311042 45%, #0f172a 100%);
  border: 2px solid rgba(192, 132, 252, 0.8);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.5), inset 0 0 35px rgba(56, 189, 248, 0.35);
  overflow: hidden;
  position: relative;
}

.led-inner-graphics {
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 50% 55%, rgba(168, 85, 247, 0.7) 0%, rgba(37, 99, 235, 0.5) 50%, transparent 80%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 8px, rgba(255,255,255,0.06) 9px, transparent 10px);
  animation: ledPulse 4s ease-in-out infinite alternate;
}

@keyframes ledPulse {
  0% { opacity: 0.85; filter: brightness(1); }
  100% { opacity: 1; filter: brightness(1.25); }
}

.led-stage-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(0deg, rgba(56, 189, 248, 0.45) 0%, transparent 100%);
}

/* Center Speaker Podium Stand */
.stage-podium-structure {
  position: absolute;
  bottom: 78px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.podium-goosenecks {
  display: flex;
  gap: 8px;
}

.mic-left, .mic-right {
  width: 2px;
  height: 14px;
  background: #94a3b8;
  border-radius: 2px;
  position: relative;
}

.mic-left::after, .mic-right::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -2px;
  width: 6px;
  height: 4px;
  background: #38bdf8;
  border-radius: 2px;
  box-shadow: 0 0 6px #38bdf8;
}

.podium-console {
  width: 36px;
  height: 8px;
  background: #0f172a;
  border: 1px solid #60a5fa;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
}

.podium-shaft {
  width: 14px;
  height: 42px;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-radius: 2px;
  box-shadow: inset 0 0 4px #000;
}

/* Refined 3D Multi-Layered Glowing Stage Platform */
.stage-3d-platform-floor {
  position: relative;
  width: 310px;
  height: 85px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.stage-deck-upper {
  position: absolute;
  bottom: 22px;
  width: 300px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #334155 0%, #0f172a 75%, #020617 100%);
  border: 2px solid #a855f7;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.7), inset 0 2px 10px rgba(255, 255, 255, 0.4);
  z-index: 2;
  overflow: hidden;
}

.deck-gloss-surface {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 60%);
  pointer-events: none;
}

.deck-neon-edge {
  position: absolute;
  bottom: 2px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: #38bdf8;
  box-shadow: 0 0 12px #38bdf8;
}

.stage-deck-front-base {
  position: absolute;
  bottom: 0px;
  width: 306px;
  height: 38px;
  border-radius: 0 0 153px 153px / 0 0 38px 38px;
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  border-bottom: 3px solid #38bdf8;
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.75), 0 15px 35px rgba(0,0,0,0.4);
  z-index: 1;
}

.base-neon-line {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(168, 85, 247, 0.6);
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
}

.stage-ambient-floor-glow {
  position: absolute;
  bottom: -15px;
  width: 320px;
  height: 45px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.35) 0%, rgba(56, 189, 248, 0.25) 50%, transparent 70%);
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}

/* Floating 3D Glossy Spheres */
.stage-floating-ball {
  position: absolute;
  border-radius: 50%;
  z-index: 8;
}

.ball-purple-top {
  width: 48px;
  height: 48px;
  top: 35px;
  right: 15px;
  background: radial-gradient(circle at 30% 30%, #c084fc, #7c3aed, #3b0764);
  box-shadow: inset 0 -4px 10px rgba(0,0,0,0.3), 0 15px 30px rgba(124, 58, 237, 0.35);
  animation: floatBall 6s ease-in-out infinite;
}

.ball-blue-bottom {
  width: 65px;
  height: 65px;
  bottom: -10px;
  right: 160px;
  background: radial-gradient(circle at 30% 30%, #60a5fa, #2563eb, #1e3a8a);
  box-shadow: inset 0 -5px 12px rgba(0,0,0,0.3), 0 15px 30px rgba(37, 99, 235, 0.4);
  animation: floatBall 7s ease-in-out infinite 1s;
}

.ball-cyan-mid {
  width: 24px;
  height: 24px;
  top: 36%;
  right: 45px;
  background: radial-gradient(circle at 30% 30%, #67e8f9, #06b6d4, #164e63);
  box-shadow: 0 8px 18px rgba(6, 182, 212, 0.4);
  animation: floatBall 5s ease-in-out infinite 0.5s;
}

@keyframes floatBall {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-split {
    padding: 175px 0 40px 0;
  }
  .hero-text-area {
    text-align: center;
    padding-inline-end: 0;
    margin-bottom: 25px;
  }
  html[dir="ltr"] .hero-text-area {
    text-align: center;
    padding-inline-start: 0;
  }
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .hero-cta-single {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .hero-stats-card {
    display: none !important;
  }
  .stage-showcase-wrapper {
    transform: scale(0.9);
  }
}

@media (max-width: 576px) {
  .hero-split {
    padding: 180px 0 25px 0;
  }
  .hero-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .hero-cta-single {
    margin-bottom: 0;
  }
  .hero-stats-card {
    display: none !important;
  }
  .stage-showcase-wrapper {
    height: 350px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-top: -10px;
  }
}

/* ======= New Services Section ======= */
.evt-services {
  position: relative;
  padding: 120px 24px 140px;
  overflow: visible !important;
  background-color: transparent;
  --blue:#2F4BF3;
  --indigo:#4B36E6;
  --purple:#8B2FE0;
  --magenta:#C93BC0;
  --ink:#0E1436;
  --muted:#6E7591;
  --line:#EDEBF7;
  --grad:linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
  --grad-text:linear-gradient(100deg,#2575fc 0%,#6a11cb 55%,#C93BC0 100%);
  --shadow-s:0 4px 18px rgba(30,25,90,.06);
  --shadow-m:0 18px 44px rgba(47,45,120,.10);
  --shadow-l:0 26px 60px rgba(106, 17, 203,.18);
  --r:26px;
  z-index: 10;
}
.evt-wrap {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 2;
  display: grid; grid-template-columns: .85fr 1.25fr; gap: 64px; align-items: center;
}
/* ---------- DECOR ---------- */
.evt-arc { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.evt-arc ellipse { fill: none; stroke: rgba(120,90,220,.16); stroke-width: 1; }
.evt-orb { position: absolute; border-radius: 50%; z-index: 1; pointer-events: none; filter: saturate(1.1); }
.evt-orb-blue {
  width: 96px; height: 96px; top: 96px; left: 6%;
  background: radial-gradient(circle at 32% 28%, #7FA6FF, #2575fc 65%, #122ea8);
  box-shadow: 0 18px 40px rgba(37, 117, 252, 0.35);
  animation: float-interactive 9s ease-in-out infinite;
}
.evt-orb-purple {
  width: 150px; height: 150px; bottom: 60px; left: 2%;
  background: radial-gradient(circle at 34% 26%, #C79BFF, #6a11cb 62%, #4A128F);
  box-shadow: 0 26px 60px rgba(106, 17, 203, 0.32);
  animation: float-interactive 11s ease-in-out infinite reverse;
}
.evt-orb-pink {
  width: 56px; height: 56px; top: 38%; left: 44%;
  background: radial-gradient(circle at 32% 28%, #F49BEA, #C42FB4 65%, #8A1A80);
  box-shadow: 0 14px 30px rgba(196,47,180,.3);
  animation: float-interactive 7.5s ease-in-out infinite;
}
.evt-chip {
  position: absolute; z-index: 3; width: 58px; height: 58px; border-radius: 20px;
  background: #fff; box-shadow: var(--shadow-m);
  display: grid; place-items: center; pointer-events: none;
  animation: float-interactive 8s ease-in-out infinite;
}
.evt-chip svg { width: 24px; height: 24px; }
.evt-chip-1 { top: 64px; left: 30%; color: var(--blue); }
.evt-chip-2 { bottom: 118px; left: 24%; color: var(--magenta); animation-delay: -3s; }

/* ---------- INTRO ---------- */
.evt-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .02em;
  color: var(--purple); background: rgba(139,47,224,.08);
  border: 1px solid rgba(139,47,224,.16);
  padding: 9px 16px; border-radius: 999px; margin: 0 0 22px;
}
.evt-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); display: block; }
.evt-intro h2 {
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.32; margin: 0 0 20px; font-weight: 800; letter-spacing: -.01em; color: var(--ink);
}
.evt-intro h2 span {
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.evt-intro p {
  font-size: 16.5px; line-height: 2.05; color: var(--muted); margin: 0 0 32px; max-width: 42ch;
}
.evt-btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 16px; font-weight: 700; color: #fff; text-decoration: none;
  padding: 17px 34px; border-radius: 999px; background: var(--grad);
  box-shadow: 0 14px 30px rgba(106, 17, 203, .32);
  transition: transform .25s ease, box-shadow .25s ease;
}
.evt-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(106, 17, 203, .42); color:#fff; }
.evt-btn svg { width: 18px; height: 18px; transition: transform .25s ease; }
.evt-btn:hover svg { transform: translateX(-5px); }
html[dir="ltr"] .evt-btn:hover svg { transform: translateX(5px); }

/* ---------- CARDS ---------- */
.evt-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.evt-card {
  position: relative; padding: 34px 30px 30px; border-radius: var(--r);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
  text-align: right;
}
html[dir="ltr"] .evt-card { text-align: left; }
.evt-card:nth-child(2n) { margin-top: 38px; }
.evt-card::before { 
  content: ""; position: absolute; inset: -1px -1px auto; height: 3px;
  background: var(--grad); opacity: 0; transition: opacity .3s ease;
}
.evt-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); border-color: rgba(139,47,224,.22); }
.evt-card:hover::before { opacity: 1; }

.evt-ico {
  width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center;
  margin-bottom: 22px; transition: transform .3s ease, box-shadow .3s ease;
}
.evt-ico svg { width: 26px; height: 26px; }
.evt-card:hover .evt-ico { transform: translateY(-2px) rotate(-4deg); }
.evt-ico.b { background: rgba(47,75,243,.10); color: var(--blue); }
.evt-ico.p { background: rgba(139,47,224,.10); color: var(--purple); }
.evt-ico.m { background: rgba(201,59,192,.10); color: var(--magenta); }
.evt-ico.o { background: rgba(240,120,60,.12); color: #EE7A3C; }

.evt-card h3 { font-size: 20px; margin: 0 0 12px; font-weight: 800; color: var(--ink); }
.evt-card p { font-size: 15px; line-height: 1.95; color: var(--muted); margin: 0; }

.evt-card.feature {
  background: var(--grad); border-color: transparent; color: #fff; box-shadow: var(--shadow-l);
}
.evt-card.feature::after {
  content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%;
  left: -70px; bottom: -90px; background: rgba(255,255,255,.10); pointer-events: none;
}
html[dir="ltr"] .evt-card.feature::after { left: auto; right: -70px; }
.evt-card.feature .evt-ico { background: rgba(255,255,255,.18); color: #fff; }
.evt-card.feature p { color: rgba(255,255,255,.86); }
.evt-card.feature h3 { color: #fff; }

.evt-more {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  font-size: 14px; font-weight: 700; color: var(--purple);
  opacity: 0; transform: translateX(8px); transition: opacity .3s ease, transform .3s ease;
}
html[dir="ltr"] .evt-more { transform: translateX(-8px); }
.evt-card.feature .evt-more { color: #fff; }
.evt-card:hover .evt-more, .evt-card:focus-within .evt-more { opacity: 1; transform: translateX(0); }
.evt-more svg { width: 15px; height: 15px; }
.evt-card a.stretch { position: absolute; inset: 0; border-radius: var(--r); }
.evt-card a.stretch:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }

/* ---------- REVEAL ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.rv.in { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media(max-width:980px){
  .evt-wrap { grid-template-columns: 1fr; gap: 44px; }
  .evt-intro { text-align: center; }
  .evt-intro p { margin-inline: auto; }
  .evt-orb-purple, .evt-orb-pink, .evt-chip { display: none; }
}
@media(max-width:620px){
  .evt-services { padding: 80px 18px 96px; }
  .evt-cards { grid-template-columns: 1fr; gap: 18px; }
  .evt-card:nth-child(2n) { margin-top: 0; }
  .evt-orb-blue { display: none; }
}

/* ======= Creative Feature Section ======= */
.creative-feature-section {
  padding: 60px 0 80px 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.creative-card {
  padding: 20px 0;
  position: relative;
}
/* ======= Creative / Logistics Operations Section ======= */
.creative-feature-section {
  padding: 100px 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.creative-title {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 22px;
  line-height: 1.35;
}

.creative-desc {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.85;
  margin-bottom: 30px;
  max-width: 520px;
}

.btn-gradient-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 36px;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(106, 17, 203, 0.3);
  text-decoration: none;
}

.btn-gradient-custom:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px rgba(106, 17, 203, 0.45);
}

/* ==========================================================================
   3D Smart Event Operations Hub
   ========================================================================== */
.logistics-ops-hub-wrapper {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 490px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Orbit Circles */
.ops-orbit-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(124, 58, 237, 0.22);
  pointer-events: none;
}

.orbit-outer {
  width: 460px;
  height: 460px;
  animation: spinSlow 40s linear infinite;
}

.orbit-inner {
  width: 340px;
  height: 340px;
  border-color: rgba(56, 189, 248, 0.28);
  animation: spinSlow 30s linear infinite reverse;
}

.ops-circuit-lines {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 35%, rgba(139, 92, 246, 0.04) 65%, transparent 75%);
  pointer-events: none;
}

/* Central 3D Dashboard on Glowing Pedestal */
.hub-centerpiece-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hub-tiered-pedestal {
  position: absolute;
  bottom: -32px;
  width: 270px;
  height: 60px;
  z-index: 1;
}

.ped-tier-1 {
  position: absolute;
  bottom: 0;
  width: 270px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #ffffff 0%, #e2e8f0 70%, #cbd5e1 100%);
  box-shadow: 0 15px 35px rgba(106, 17, 203, 0.15), inset 0 2px 6px #fff;
  border: 1.5px solid rgba(255,255,255,0.9);
}

.ped-tier-2 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #f8fafc 0%, #ddd6fe 60%, #c4b5fd 100%);
  box-shadow: 0 0 25px rgba(139, 92, 246, 0.3), inset 0 1px 4px #fff;
  border: 1.5px solid rgba(255,255,255,0.8);
}

.ped-tier-3 {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #ffffff 0%, #ede9fe 100%);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
  border: 1.5px solid rgba(255,255,255,0.9);
}

/* Control Hub Circular Screen */
.hub-main-dashboard {
  position: relative;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff 0%, #f5f3ff 60%, #e0e7ff 100%);
  border: 3px solid #38bdf8;
  box-shadow: 0 0 35px rgba(56, 189, 248, 0.45), 0 15px 40px rgba(106, 17, 203, 0.18), inset 0 0 20px rgba(255,255,255,0.8);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  overflow: hidden;
  transform: translateY(-15px);
  transition: transform 0.4s ease;
}

.hub-main-dashboard:hover {
  transform: translateY(-18px) scale(1.02);
}

.hub-screen-glare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
  border-radius: 112px 112px 0 0;
  pointer-events: none;
}

.hub-screen-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hub-header-title {
  font-size: 0.76rem;
  font-weight: 800;
  color: #1e1b4b;
  margin: 0 0 8px;
  text-align: center;
}

/* Charts Row */
.hub-charts-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 8px;
}

.hub-chart-bar-box {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 26px;
  padding: 0 4px;
}

.bar-col {
  width: 4px;
  border-radius: 2px;
}

.b1 { height: 10px; background: #60a5fa; }
.b2 { height: 18px; background: #38bdf8; }
.b3 { height: 24px; background: #7c3aed; }
.b4 { height: 15px; background: #a855f7; }
.b5 { height: 20px; background: #2563eb; }

.hub-chart-donut-box {
  width: 30px;
  height: 30px;
}

.donut-chart-svg {
  width: 100%;
  height: 100%;
}

.donut-ring {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 4;
}

.donut-segment {
  fill: none;
  stroke: #7c3aed;
  stroke-width: 4;
  stroke-linecap: round;
}

/* Checklist Task Rows */
.hub-tasks-rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 90%;
  margin-bottom: 8px;
}

.hub-task-row {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.75);
  border-radius: 6px;
  padding: 2px 5px;
}

.hub-task-check {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: rgba(124, 58, 237, 0.15);
  color: #7c3aed;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-task-bar {
  height: 4px;
  border-radius: 3px;
}

.w-80 {
  width: 68%;
  background: linear-gradient(90deg, #7c3aed, #38bdf8);
}

.w-60 {
  width: 52%;
  background: linear-gradient(90deg, #a855f7, #60a5fa);
}

.hub-task-status-pill {
  font-size: 10px;
  margin-inline-start: auto;
  display: flex;
  align-items: center;
}

.done { color: #10b981; }
.in-prog { color: #3b82f6; }

/* Timeline Milestone Nodes */
.hub-timeline-nodes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.hub-timeline-nodes .node {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 6px #38bdf8;
}

.hub-timeline-nodes .node-line {
  width: 16px;
  height: 2px;
  background: #60a5fa;
}

/* 6 Floating Satellite Module Cards */
.ops-satellite-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 14px 30px rgba(106, 17, 203, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 6;
  min-width: 110px;
  transition: all 0.3s ease;
}

.ops-satellite-card:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(106, 17, 203, 0.2);
  border-color: #38bdf8;
}

.ops-sc-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 4px;
}

.icon-purple { background: rgba(124, 58, 237, 0.12); color: #7c3aed; }
.icon-blue { background: rgba(37, 99, 235, 0.12); color: #2563eb; }
.icon-indigo { background: rgba(79, 70, 229, 0.12); color: #4f46e5; }
.icon-cyan { background: rgba(6, 182, 212, 0.12); color: #0891b2; }
.icon-purple-light { background: rgba(168, 85, 247, 0.12); color: #9333ea; }
.icon-blue-light { background: rgba(56, 189, 248, 0.15); color: #0284c7; }

.ops-sc-text h5 {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 1px;
  white-space: nowrap;
}

.ops-sc-text p {
  font-size: 0.62rem;
  color: #64748b;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
}

/* Card Positions on the Radial Orbit */
.pos-top {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: floatCard1 6s ease-in-out infinite;
}

.pos-top-right {
  top: 70px;
  right: -5px;
  animation: floatCard2 6.5s ease-in-out infinite 0.5s;
}

.pos-bottom-right {
  bottom: 70px;
  right: -5px;
  animation: floatCard3 6.2s ease-in-out infinite 1s;
}

.pos-bottom {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: floatCard1 6.8s ease-in-out infinite 1.5s;
}

.pos-bottom-left {
  bottom: 70px;
  left: -5px;
  animation: floatCard2 6.3s ease-in-out infinite 0.8s;
}

.pos-top-left {
  top: 70px;
  left: -5px;
  animation: floatCard3 6.6s ease-in-out infinite 1.2s;
}

/* Floating 3D Glossy Spheres */
.ops-sphere {
  position: absolute;
  border-radius: 50%;
  z-index: 4;
}

.sphere-1 {
  width: 26px;
  height: 26px;
  top: 38%;
  right: 28px;
  background: radial-gradient(circle at 30% 30%, #38bdf8, #0284c7);
  box-shadow: 0 8px 16px rgba(2, 132, 199, 0.35);
  animation: floatBall 5s ease-in-out infinite;
}

.sphere-2 {
  width: 32px;
  height: 32px;
  bottom: 35px;
  right: 80px;
  background: radial-gradient(circle at 30% 30%, #c084fc, #7c3aed);
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.35);
  animation: floatBall 6s ease-in-out infinite 1s;
}

.sphere-3 {
  width: 22px;
  height: 22px;
  bottom: 38%;
  left: 35px;
  background: radial-gradient(circle at 30% 30%, #a855f7, #6b21a8);
  box-shadow: 0 6px 14px rgba(107, 33, 168, 0.3);
  animation: floatBall 5.5s ease-in-out infinite 0.6s;
}

/* Responsive adjustments for Logistics Hub */
@media (max-width: 991px) {
  .creative-feature-section {
    padding: 70px 0;
  }
  .creative-feature-section .text-side {
    text-align: center;
    margin-bottom: 40px;
  }
  .creative-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .logistics-ops-hub-wrapper {
    transform: scale(0.9);
  }
}

@media (max-width: 576px) {
  .creative-title {
    font-size: 28px;
  }
  .creative-desc {
    font-size: 15px;
  }
  .logistics-ops-hub-wrapper {
    height: 430px;
    transform: scale(0.74);
    transform-origin: center center;
  }
}
/* ---------- WORKS SECTION ---------- */
.evt-works {
  --blue:#2F4BF3;
  --purple:#8B2FE0;
  --magenta:#C93BC0;
  --ink:#0E1436;
  --muted:#6E7591;
  --line:#EDEBF7;
  --bg:#FBFAFF;
  --grad:linear-gradient(105deg,#2F4BF3 0%,#5B34E8 45%,#8B2FE0 100%);
  --grad-text:linear-gradient(100deg,#2F4BF3 0%,#8B2FE0 55%,#C93BC0 100%);
  --grad-img:linear-gradient(120deg,#3B2E9E 0%,#5B34E8 40%,#1E7FE0 100%);
  --shadow-s:0 4px 18px rgba(30,25,90,.06);
  --shadow-m:0 18px 44px rgba(47,45,120,.12);
  --r:26px;

  position: relative; padding: 118px 0 130px; overflow: hidden;
  background-color: transparent;
}
.evt-works .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.evt-works .arc { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.evt-works .arc ellipse { fill: none; stroke: rgba(120,90,220,.13); stroke-width: 1; }

/* ---------- HEADER ---------- */
.evt-works .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.evt-works .head h2 { font-size: clamp(30px,3.6vw,46px); line-height: 1.3; margin: 0 0 16px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); }
.evt-works .bar { display: block; width: 64px; height: 4px; border-radius: 99px; background: var(--grad); margin-bottom: 18px; }
.evt-works .head p { font-size: 16.5px; line-height: 1.95; color: var(--muted); margin: 0; max-width: 50ch; }

/* ---------- ARROWS ---------- */
.evt-works .nav { display: flex; gap: 10px; flex: 0 0 auto; }
.evt-works .nav button {
  width: 52px; height: 52px; border-radius: 50%; cursor: pointer; background: #fff;
  border: 1px solid var(--line); color: var(--purple); display: grid; place-items: center;
  box-shadow: var(--shadow-s);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, opacity .25s ease;
}
.evt-works .nav button:hover:not(:disabled) { background: var(--grad); color: #fff; border-color: transparent; transform: translateY(-3px); box-shadow: 0 14px 28px rgba(75,54,230,.28); }
.evt-works .nav button:disabled { opacity: .35; cursor: default; }
.evt-works .nav button:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.evt-works .nav svg { width: 19px; height: 19px; }
html[dir="ltr"] .evt-works .nav button svg { transform: scaleX(-1); }

/* ---------- SCROLLER ---------- */
.evt-works .rail { position: relative; }
.evt-works .rail::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 90px; pointer-events: none;
  background: linear-gradient(to left, rgba(255,255,255,0), #ffffff);
}
html[dir="ltr"] .evt-works .rail::after { left: auto; right: 0; background: linear-gradient(to right, rgba(255,255,255,0), #ffffff); }

.evt-works .scroller {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 24px 26px; margin: 0 -24px; scroll-padding-inline: 24px;
  scrollbar-width: none; -ms-overflow-style: none; overscroll-behavior-x: contain;
}
.evt-works .scroller::-webkit-scrollbar { display: none; }
.evt-works .scroller:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 20px; }

.evt-works .item {
  flex: 0 0 clamp(272px,31%,360px); scroll-snap-align: start;
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 14px 14px 4px; box-shadow: var(--shadow-s); text-align: right;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease, border-color .35s ease;
  display: flex; flex-direction: column;
}
html[dir="ltr"] .evt-works .item { text-align: left; }
.evt-works .item:hover { transform: translateY(-10px); box-shadow: var(--shadow-m); border-color: rgba(139,47,224,.22); }

.evt-works .thumb { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16/11; background: linear-gradient(120deg,#3B2E9E 0%,#5B34E8 40%,#1E7FE0 100%); }
.evt-works .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.evt-works .item:hover .thumb img { transform: scale(1.06); }
.evt-works .tag {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  font: 700 12.5px/1 "Tajawal",sans-serif; color: var(--ink);
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: 8px 14px; border-radius: 999px; box-shadow: 0 6px 16px rgba(14,20,54,.14);
}
html[dir="ltr"] .evt-works .tag { right: auto; left: 14px; }
.evt-works .meta { padding: 20px 8px 22px; flex: 1; display: flex; flex-direction: column; }
.evt-works .meta h3 { font-size: 18.5px; margin: 0 0 8px; font-weight: 800; line-height: 1.5; color: var(--ink); }
.evt-works .meta p { font-size: 14.5px; color: var(--muted); margin: 0 0 14px; line-height: 1.8; }
.evt-works .foot { margin-top: auto; display: flex; align-items: center; justify-content: flex-start; border-top: 1px solid var(--line); padding-top: 14px; }
.evt-works .stage { font: 500 13px/1 "Tajawal",sans-serif; color: var(--muted); }
.evt-works .client { font: 700 13px/1 "Tajawal",sans-serif; color: var(--purple); }

/* ---------- PROGRESS ---------- */
.evt-works .track { height: 4px; border-radius: 99px; background: var(--line); margin-top: 6px; overflow: hidden; }
.evt-works .track i { display: block; height: 100%; border-radius: 99px; background: var(--grad); width: 34%; transition: transform .15s linear; transform-origin: right; }
html[dir="ltr"] .evt-works .track i { transform-origin: left; }

@media(max-width:760px){
  .evt-works { padding: 80px 0 92px; }
  .evt-works .head { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 32px; }
  .evt-works .bar { display: none; }
  .evt-works .nav { align-self: flex-end; }
  .evt-works .item { flex-basis: min(80vw,320px); }
  .evt-works .rail::after { display: none; }
}

/* ======= National Day Section ======= */
.national-day-section {
  padding: 110px 0 90px;
  background-color: #fcfdfc;
  background-image: 
    radial-gradient(1000px 600px at 15% 50%, rgba(5, 150, 105, 0.05), transparent 70%),
    radial-gradient(800px 500px at 85% 60%, rgba(217, 119, 6, 0.04), transparent 60%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(5, 150, 105, 0.08);
  border-bottom: 1px solid rgba(5, 150, 105, 0.08);
}

.text-saudi-green {
  background: linear-gradient(135deg, #059669 0%, #006C35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #006C35;
  display: inline-block;
}

.nd-visual-side {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nd-showcase-container {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* Arched Gold Trim Frame & Stage Image */
.nd-frame-arch {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 25px 60px rgba(0, 108, 53, 0.16), 0 10px 25px rgba(0, 0, 0, 0.08);
  background: #022c15;
}

.nd-stage-main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/11;
  transform: scale(1.01);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nd-frame-arch:hover .nd-stage-main-img {
  transform: scale(1.04);
}

.nd-frame-overlay {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 35px rgba(0,0,0,0.3);
  pointer-events: none;
}

/* Floating Cards on Top of Image */
.nd-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(0, 108, 53, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 5;
  max-width: 190px;
  transition: all 0.3s ease;
}

.nd-floating-card:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 36px rgba(0, 108, 53, 0.22);
}

.nd-card-planning {
  top: -16px;
  right: 15px;
  animation: floatCard1 6s ease-in-out infinite;
}

.nd-card-execution {
  top: -16px;
  left: 15px;
  animation: floatCard2 6.5s ease-in-out infinite 0.8s;
}

html[dir="ltr"] .nd-card-planning {
  right: auto;
  left: 15px;
}
html[dir="ltr"] .nd-card-execution {
  left: auto;
  right: 15px;
}

.nd-fc-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.nd-fc-text h5 {
  font-size: 0.82rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1px;
}

.nd-fc-text p {
  font-size: 0.62rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.25;
}

/* Bottom Left 23 September Luxury Emblem Badge */
.nd-medal-badge {
  position: absolute;
  bottom: -22px;
  left: -12px;
  z-index: 6;
}

html[dir="ltr"] .nd-medal-badge {
  left: auto;
  right: -12px;
}

.medal-gold-ring {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d97706 0%, #fef3c7 40%, #b45309 70%, #f59e0b 100%);
  padding: 4px;
  box-shadow: 0 15px 35px rgba(0, 108, 53, 0.3), 0 0 20px rgba(245, 158, 11, 0.35);
}

.medal-inner-green {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #059669 0%, #065f46 60%, #022c15 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  border: 1.5px solid rgba(254, 243, 199, 0.6);
}

.medal-day-num {
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.medal-month-name {
  font-size: 0.7rem;
  font-weight: 700;
  color: #fde68a;
  letter-spacing: 0.3px;
}

.medal-emblem-swords {
  font-size: 9px;
  color: #fde68a;
  margin-top: 1px;
}

/* Right Content Area */
.nd-content-side {
  padding-right: 35px;
}
html[dir="ltr"] .nd-content-side {
  padding-right: 0;
  padding-left: 35px;
}

.nd-badge-capsule {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.22);
  color: #047857;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.nd-flag-icon {
  font-size: 14px;
}

.nd-title {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  margin-bottom: 18px;
}

.nd-desc {
  font-size: 16.5px;
  color: #4b5563;
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 520px;
}

.nd-cta-wrap {
  margin-bottom: 30px;
}

.btn-nd-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #059669 0%, #047857 60%, #065f46 100%);
  color: #ffffff !important;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.35);
  transition: all 0.3s ease;
}
.btn-nd-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px rgba(5, 150, 105, 0.45);
}

/* Countdown Timer */
.nd-countdown-wrapper {
  margin-top: 10px;
}

.nd-timer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.nd-timer-diamond {
  width: 5px;
  height: 5px;
  background: #059669;
  transform: rotate(45deg);
}

.nd-timer-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #374151;
  margin: 0;
}

.nd-timer-cards-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nd-time-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.9);
  min-width: 78px;
  text-align: center;
}

.nd-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  display: block;
}

.nd-unit {
  font-size: 0.72rem;
  color: #6b7280;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nd-unit i {
  color: #059669;
  font-size: 0.75rem;
}

.nd-colon {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9ca3af;
}

/* Bottom 4 Strengths / Features Bar */
.nd-bottom-features-bar {
  margin-top: 60px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(0, 108, 53, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.85);
}

.nd-feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: center;
}

.nd-fp-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.08);
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.nd-fp-text {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.nd-fp-text strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #111827;
}

.nd-fp-text span {
  font-size: 0.72rem;
  color: #6b7280;
  font-weight: 500;
}

.nd-fp-divider {
  width: 1px;
  height: 35px;
  background: #e2e8f0;
  margin: 0 8px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .nd-floating-card {
    display: none !important;
  }
  .nd-content-side {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
  .nd-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .nd-cta-wrap {
    display: flex;
    justify-content: center;
  }
  .nd-timer-header {
    justify-content: center;
  }
  .nd-timer-cards-row {
    justify-content: center;
  }
  .nd-bottom-features-bar {
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
  }
  .nd-feature-pill {
    flex: 1 1 45%;
    justify-content: flex-start;
  }
  .nd-fp-divider {
    display: none;
  }
}

@media (max-width: 576px) {
  .nd-floating-card {
    display: none !important;
  }
  .nd-title {
    font-size: 28px;
  }
  .nd-desc {
    font-size: 14.5px;
  }
  .nd-time-box {
    min-width: 65px;
    padding: 10px 12px;
  }
  .nd-num {
    font-size: 1.4rem;
  }
  .nd-feature-pill {
    flex: 1 1 100%;
  }
}

/* ======= Clean Contact Section ======= */
.contact-clean {
  padding: 100px 0;
  background-color: transparent;
  position: relative;
}

.contact-wrap {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
}

.contact-info-side {
  background: linear-gradient(135deg, #1e1b4b, #3b0764);
  color: #fff;
  padding: 50px;
  flex: 1;
  position: relative;
  overflow: hidden;
  text-align: right;
}
html[dir="ltr"] .contact-info-side { text-align: left; }

.contact-info-side h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info-side p {
  color: #cbd5e1;
  margin-bottom: 40px;
}

.contact-info-side .contact-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-row i {
  font-size: 24px;
  margin-inline-end: 15px;
  color: #a78bfa;
}

/* Decor inside contact */
.contact-info-side::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.contact-form-side {
  padding: 50px;
  flex: 1.5;
  background: #ffffff;
}

.contact-form-side .form-control {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.contact-form-side .form-control:focus {
  border-color: #6a11cb;
  background: #fff;
  box-shadow: none;
}

.btn-submit-clean {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  transition: background 0.3s ease;
}
.btn-submit-clean:hover {
  background: #1d4ed8;
}

@media (max-width: 991px) {
  .contact-wrap { flex-direction: column; }
  .contact-info-side { padding: 30px 20px; text-align: center; }
  html[dir="ltr"] .contact-info-side { text-align: center; }
  .contact-info-side .contact-row { justify-content: center; }
  .contact-form-side { padding: 30px 20px; }
  .horizontal-card .text-col { padding: 30px 20px; }
  .hero-title { font-size: 28px; }
  .hero-split { padding: 120px 0 60px 0; text-align: center; }
  .hero-text-area { padding-inline-end: 0; padding-inline-start: 0; margin-bottom: 40px; }
  .hero-buttons { justify-content: center; }
  .shape-sphere { right: 5%; top: -10px; width: 60px; height: 60px; }
}

@media (max-width: 767px) {
  .creative-feature-section { padding: 40px 0; text-align: center; }
  .creative-card { padding: 30px 15px; text-align: center; }
  .creative-card h2, .creative-card h3, .creative-card p { text-align: center !important; }
  .creative-title { font-size: 24px !important; line-height: 1.4; margin-bottom: 15px; }
  .img-half-left, .img-half-right { height: 200px; }
  .contact-clean { padding: 60px 0; }
  .contact-info-side h3 { font-size: 26px; }
  .hero-split { padding: 100px 0 50px 0; }
  .hero-title { font-size: 24px; }
  .hero-subtitle { text-align: center; margin: 0 auto 20px; }
  .hero-sphere-1 { width: 80px; height: 80px; bottom: -10px; right: -10px; }
  .hero-sphere-2 { width: 50px; height: 50px; top: -5px; left: -5px; }
  .hero-sphere-3 { width: 35px; height: 35px; right: -15px; }
  .hero-icon-fly { width: 40px; height: 40px; font-size: 18px; }
  .h-icon-1 { right: -5px; }
  .h-icon-2 { left: -10px; }
  .evt-works .head { text-align: center; align-items: center; }
  .evt-works .head h2, .evt-works .head p { text-align: center; margin-inline: auto; }
}
