/* Start custom CSS for html, class: .elementor-element-50c0de2 */@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@500;600;700&family=Montserrat:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ==============================================================
   MAKHAN SMOOTH INERTIA ENGINE & COSMIC PALETTE
   ============================================================== */
:root {
  --m-ease-butter: cubic-bezier(0.16, 1, 0.3, 1); /* Apple / Awwwards Gold Standard */
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #020810;
}

.m-smooth-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #020810;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #ffffff;
  user-select: none;
}

/* ==============================================================
   FIXED GLASS HEADER & CLOCKS
   ============================================================== */
.m-glass-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.m-navbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px clamp(16px, 4vw, 56px);
  background: rgba(4, 9, 20, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-logo a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(13px, 1.1vw, 19px);
  letter-spacing: 0.22em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.m-logo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8, 0 0 20px #0284c7;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.m-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

.m-nav-link {
  background: transparent;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(11px, 0.85vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 9999px;
  transition: all 0.3s;
}

.m-nav-link:hover, .m-nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.m-btn-enter {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #ffffff;
  border: 1px solid rgba(192, 132, 252, 0.4);
  border-radius: 9999px;
  background: rgba(147, 51, 234, 0.2);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.35);
  padding: 10px 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.m-btn-enter:hover {
  background: #9333ea;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.8);
  transform: translateY(-1px);
}

/* LIVE WORLD CLOCKS */
.m-clocks-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 5px 16px;
  background: rgba(2, 6, 16, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 10px;
  font-family: monospace;
  color: #94a3b8;
}

.m-clock-chip strong { color: #38bdf8; }
.m-clock-chip.active { color: #ffffff; font-weight: 600; }
.m-clock-chip .flg { margin-right: 2px; }

/* ==============================================================
   LEFT 90-DEGREE ROTATED TEXT
   ============================================================== */
.m-scroll-badge {
  position: fixed;
  left: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.m-scroll-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

.m-scroll-txt {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.45);
}

/* ==============================================================
   RIGHT ELECTRIC ENERGY GLOW TRACK & DOTS
   ============================================================== */
.m-energy-nav {
  position: fixed;
  right: clamp(16px, 3.5vw, 44px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 95;
  display: flex;
  align-items: center;
}

.m-energy-track {
  position: absolute;
  right: 6px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}

.m-energy-glow-beam {
  width: 100%;
  height: 25%;
  background: #38bdf8;
  box-shadow: 0 0 14px #38bdf8, 0 0 24px #0284c7;
  border-radius: 9999px;
  transition: transform 0.8s var(--m-ease-butter), background 0.5s ease, box-shadow 0.5s ease;
}

.m-nav-dots-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.m-nav-dot-item {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 0;
}

.m-dot-label {
  font-size: 11px;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.3s;
  order: 1;
}

.m-dot-num {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.3s;
  order: 2;
}

.m-dot-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(2, 6, 16, 0.9);
  order: 3;
  transition: all 0.4s var(--m-ease-butter);
}

.m-nav-dot-item.active .m-dot-label { color: #ffffff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); }
.m-nav-dot-item.active .m-dot-num { color: #ffffff; font-weight: bold; }
.m-nav-dot-item.active .m-dot-circle {
  background: radial-gradient(circle, #ffffff 0%, var(--corridor-neon, #38bdf8) 50%, var(--corridor-glow, #0284c7) 100%);
  border-color: #ffffff;
  box-shadow: 0 0 14px 2px var(--corridor-neon, #38bdf8);
  transform: scale(1.25);
}

/* ==============================================================
   MAKHAN SMOOTH SLIDE CANVASES & VIBRANT ATMOSPHERES
   ============================================================== */
.m-slides-canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-slide {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: clamp(24px, 8vw, 110px);
  padding-right: clamp(24px, 8vw, 110px);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.98);
  transition: transform 0.9s var(--m-ease-butter), opacity 0.8s ease, visibility 0.8s ease;
  background: var(--slide-bg);
}

.m-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.m-slide-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.m-slide-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: saturate(1.2) contrast(1.1);
  transform: scale(1.08);
  transition: transform 12s ease-out;
}

.m-slide.active .m-slide-backdrop {
  transform: scale(1);
}

.m-slide-ambient-orb {
  position: absolute;
  top: 20%;
  right: 5%;
  width: clamp(350px, 45vw, 750px);
  height: clamp(350px, 45vw, 750px);
  border-radius: 50%;
  filter: blur(80px);
  animation: float-orb 10s ease-in-out infinite alternate;
}

@keyframes float-orb {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-30px, 40px); }
}

.m-slide-inner {
  position: relative;
  z-index: 10;
  max-width: 700px;
  text-align: left;
}

/* EYEBROW PILL */
.m-corridor-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(4, 9, 20, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 11px;
  font-family: monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.m-orb-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

.m-sub-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(14px, 1.35vw, 20px);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 4px;
  font-weight: 500;
}

/* GIANT TYPOGRAPHY (ANTON WITH ATTRACTIVE NEON GRADIENTS) */
.m-giant-title {
  font-family: 'Anton', 'Cinzel', sans-serif;
  font-size: clamp(62px, 10.5vw, 150px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.text-cyan-glow {
  background: linear-gradient(180deg, #ffffff 20%, #7dd3fc 65%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px rgba(56, 189, 248, 0.35));
}

.text-violet-glow {
  background: linear-gradient(180deg, #ffffff 20%, #e879f9 65%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px rgba(192, 132, 252, 0.35));
}

.text-gold-glow {
  background: linear-gradient(180deg, #ffffff 20%, #fde047 65%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px rgba(251, 191, 36, 0.35));
}

.text-emerald-glow {
  background: linear-gradient(180deg, #ffffff 20%, #6ee7b7 65%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px rgba(52, 211, 153, 0.35));
}

.m-slide-desc {
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: #cbd5e1;
  max-width: 540px;
  margin: 0 0 32px;
}

/* CTAs */
.m-slide-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.m-btn-glow {
  padding: 16px 36px;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-cyan { background: #0284c7; box-shadow: 0 0 24px rgba(2, 132, 199, 0.5); }
.btn-cyan:hover { background: #0369a1; box-shadow: 0 0 36px rgba(56, 189, 248, 0.8); transform: translateY(-2px); }

.btn-violet { background: #9333ea; box-shadow: 0 0 24px rgba(147, 51, 234, 0.5); }
.btn-violet:hover { background: #7e22ce; box-shadow: 0 0 36px rgba(192, 132, 252, 0.8); transform: translateY(-2px); }

.btn-gold { background: #d97706; box-shadow: 0 0 24px rgba(217, 119, 6, 0.5); }
.btn-gold:hover { background: #b45309; box-shadow: 0 0 36px rgba(251, 191, 36, 0.8); transform: translateY(-2px); }

.btn-emerald { background: #059669; box-shadow: 0 0 24px rgba(5, 150, 105, 0.5); }
.btn-emerald:hover { background: #047857; box-shadow: 0 0 36px rgba(52, 211, 153, 0.8); transform: translateY(-2px); }

.m-btn-glass {
  padding: 16px 30px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}

.m-btn-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
}

.m-slide-counter {
  position: absolute;
  right: -80px;
  bottom: 0;
  font-family: monospace;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
}

/* ==============================================================
   RESPONSIVE DESIGN (MOBILE / TABLET / DESKTOP)
   ============================================================== */
@media (max-width: 1024px) {
  .m-scroll-badge { display: none; }
  .m-dot-label { display: none; }
  .m-slide-counter { right: 0; bottom: -40px; }
}

@media (max-width: 767px) {
  .m-nav-links { display: none; }
  .m-navbar { min-height: 58px; padding: 8px 16px; }
  .m-slide { padding-left: 18px; padding-right: 18px; }
  .m-giant-title { font-size: 58px; }
  .m-energy-nav { right: 12px; }
  .m-dot-num { display: none; }
  .m-nav-dots-wrap { gap: 20px; }
  .m-energy-track { right: 5px; }
}

/* ==============================================================
   MODALS & POPUPS STYLES
   ============================================================== */
.m-modal-backdrop {
  position: fixed; inset: 0; z-index: 99999; background: rgba(2, 6, 16, 0.85);
  backdrop-filter: blur(12px); display: none; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box;
}
.m-modal-backdrop.active { display: flex; }
.m-modal-card {
  position: relative; background: #ffffff; border-radius: 28px; max-width: 600px; width: 100%;
  padding: 32px 28px; box-sizing: border-box; color: #0b1b2b; max-height: 90vh; overflow-y: auto; text-align: left;
}
.m-modal-close {
  position: absolute; top: 18px; right: 18px; background: #f1f5f9; border: none; width: 34px; height: 34px;
  border-radius: 50%; font-size: 16px; color: #64748b; cursor: pointer;
}
.m-modal-close:hover { background: #0b1b2b; color: #fff; }

.m-modal-pill { display: inline-flex; font-size: 11px; font-family: monospace; text-transform: uppercase; color: #0284c7; font-weight: 600; margin-bottom: 6px; }
.m-modal-title { font-family: 'Cinzel', serif; font-size: 24px; font-weight: 600; color: #0b1b2b; margin: 0 0 6px; }
.m-modal-subtitle { font-size: 13px; font-weight: 300; color: #64748b; margin: 0 0 16px; }

.m-field { margin-bottom: 14px; }
.m-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.m-label { display: block; font-size: 11px; font-family: monospace; text-transform: uppercase; color: #64748b; font-weight: 600; margin-bottom: 6px; }
.m-input { width: 100%; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 12px; background: #f8fafc; font-size: 13px; box-sizing: border-box; }

.m-format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 500px) { .m-format-grid { grid-template-columns: repeat(3, 1fr); } }
.m-format-card { border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px; cursor: pointer; background: #fff; }
.m-format-card.active { border-color: #0284c7; background: #f0f9ff; }
.m-format-icon { font-size: 18px; }
.m-format-name { font-size: 12px; font-weight: 600; color: #0b1b2b; }
.m-format-desc { font-size: 10px; color: #64748b; font-family: monospace; }

.m-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.m-choice-card { border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; cursor: pointer; background: #fff; }
.m-choice-card.active { border-color: #0284c7; background: #f0f9ff; }
.m-choice-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.m-choice-name { font-size: 13px; font-weight: 600; color: #0b1b2b; }
.m-choice-radio { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.m-choice-card.active .m-choice-radio { background: #0284c7; }
.m-choice-desc { font-size: 11px; color: #64748b; font-family: monospace; }

.m-submit-btn {
  width: 100%; padding: 15px; border-radius: 9999px; background: #0b1b2b; color: #fff;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border: none; cursor: pointer; margin-top: 10px;
}
.m-submit-btn:hover { background: #0284c7; }

.m-step-bar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; margin-bottom: 14px; border-bottom: 1px solid #f1f5f9; }
.m-step-indicator { font-size: 11px; font-family: monospace; text-transform: uppercase; color: #0284c7; font-weight: 600; }
.m-step-dots { display: flex; gap: 6px; }
.m-dot { width: 8px; height: 8px; border-radius: 50%; background: #e2e8f0; }
.m-dot.active { background: #0284c7; }
.m-step-view { display: none; }
.m-step-view.active { display: block; }
.m-step-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.m-next-btn { padding: 11px 24px; border-radius: 9999px; background: #0b1b2b; color: #fff; font-size: 11px; font-weight: 600; border: none; cursor: pointer; text-transform: uppercase; }
.m-back-btn { background: transparent; border: none; font-size: 12px; color: #64748b; cursor: pointer; }

.m-info-box { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 12px; padding: 10px; font-size: 12px; color: #0369a1; margin: 12px 0; }
.m-summary-strip { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 12px; padding: 10px; font-size: 11px; font-family: monospace; color: #0369a1; margin-bottom: 12px; }
.m-secure-note { text-align: center; font-size: 11px; font-family: monospace; color: #94a3b8; margin-top: 10px; }

.m-success-icon { width: 48px; height: 48px; border-radius: 50%; background: #e0f2fe; color: #0284c7; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: bold; margin: 0 auto 12px; }
.m-success-tag { font-size: 11px; font-family: monospace; color: #0284c7; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.m-summary-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 14px; font-size: 12px; font-family: monospace; text-align: left; line-height: 1.7; margin-bottom: 18px; }
.m-modal-return { padding: 12px 24px; border-radius: 9999px; border: 1px solid #cbd5e1; background: #fff; color: #475569; font-size: 11px; font-weight: 600; cursor: pointer; text-transform: uppercase; }/* End custom CSS */