/* General Reset */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Layout */
.promo {
  width: 1330px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.left {
  padding-right: 24px;
}
.logo {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 1px;
  background: #000;
  border-radius: 0px;
  padding: 10px;
  line-height: 1.1;
}
.sub {
  margin: 20px 0 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.title {
  margin: 0;
  font-weight: 800;
  font-size: 64px;
  line-height: 0.95;
  background: linear-gradient(180deg, #ffd56a, #ff7f50);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
}
.desc {
  color: #fff;
  margin-top: 14px;
  margin: 10px 0 40px 0;
  font-weight: bold;
}
.cta {
  margin-top: 24px;
  border: none;
  padding: 14px 26px;
  background: #ff6a3a;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 8px 0 #c9481f, 0 12px 24px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cta:active {
  transform: translateY(2px);
  box-shadow: 0 6px 0 #c9481f, 0 8px 16px rgba(0, 0, 0, 0.3);
}
.result {
  margin-top: 14px;
  font-weight: 600;
  color: #aef0ff;
  min-height: 24px;
  display: none;
}
/* Wheel */
.right {
  display: flex;
  justify-content: center; 
}
.wheel-wrap {
  position: relative;
  width: 630px;
  height: 630px;
  /* max-width: 100%; */
}
.pointer {
  position: absolute;
  top: -40px;
  left: 0;
  width: 90px;
  height: 90px;
  z-index: 5;
  right: 0;
  margin: 0 auto;
}
.pointer img {
  max-width: 100%;
}
.wheel {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: transform 4.5s cubic-bezier(0.17, 0.67, 0.32, 1.02);
  /*background: conic-gradient(#ff3d00 0deg 72deg, #00ff88 72deg 144deg, #ffee00 144deg 216deg, #62c1f5 216deg 288deg, #ff5fa8 288deg 360deg);*/
}
.labels {
  list-style: none;
  margin: 0;
  padding: 0;
}
.labels li {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.labels li span {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.hub {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #222 0%, #111 60%, #000 100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.08), 0 12px 24px rgba(0, 0, 0, 0.3);
}
/* Responsive tweaks */
@media (max-width: 950px) {
  .promo {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .left {
    padding-right: 0;
  }
  .wheel-wrap {
    margin: 20px auto 0;
  }
}
/* Modal base */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 2, 20, 0.6);
  backdrop-filter: blur(2px);
  z-index: 100;
}
.modal.show {
  display: flex;
}
.modal-card {
  position: relative;
  width: 600px;
  padding: 40px;
  border-radius: 60px;
  background: #faf8ffb0;
  color: #1e1540;
  text-align: center;
  border: solid 5px #fff;
  box-shadow: #ffffffad 0px 0px 30px 0px;
  max-width: 100%;
}
.modal-close {
  position: absolute;
  right: -20px;
  top: -10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.modal-close img {
  width: 60px;
}
.modal-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 800;
  color: #231a49;
}
.modal-sub {
  margin: 0 0 22px;
  color: #4a4372;
  font-weight: 600;
}
/* Phone input */
.phone-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffffad;
  border-radius: 15px;
  padding: 18px 16px;
  margin: 0 auto 24px;
  width: 560px;
  max-width: 100%;
  border: solid 5px #fff;
}
.phone-input .dial {
  font-weight: 600;
  color: #231a49;
  font-size: 25px;
  border-right: solid 3px #221543;
  padding: 0 10px 0 0px;
}
#phoneField {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 25px;
  font-weight: 700;
  color: #231a49;
}
/* Gradient CTA with splash */
.modal-cta {
  position: relative;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  border: 0;
  padding: 16px 20px;
  border-radius: 28px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #1e1540;
  cursor: pointer;
  background: linear-gradient(90deg, #FB4385, #fcd951, #fcd951);
}
.modal-cta::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: url('https://d1jn2enfuoclby.cloudfront.net/assets/img/sp2.svg') no-repeat center / contain;
}
section.left .modal-cta::after {
  z-index: -1;
}
/* OTP inputs */
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
}
.otp {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #231a49;
  border-radius: 16px;
  border: 4px solid #fff;
  background: #ffffff8a;
}
.otp:focus {
  outline: none;
  border-color: #fb587e;
  box-shadow: 0 0 0 3px rgb(252 217 81 / 0%);
}
ul.labels img {
  max-width: 100%;
}
section.left .modal-cta {
  width: max-content;
  padding-right: 60px;
  padding-left: 60px;
}
h1.title img {
  width: 400px;
  max-width: 100%;
}
.logo img {
  width: 100px;
}
 
 
/* Result modal specific */
.discount {
  font-size: 64px;
  font-weight: 800;
  color: #231a49;
  margin: 10px 0 18px;
}
.code-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eeeaf9;
  border-radius: 16px;
  padding: 18px 30px;
  margin: 0 auto 24px;
  /* width: 560px; */
  width: max-content;
  gap: 20px;
}
#codeText {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 1px;
  color: #231a49;
}
.copy-btn {
  margin-left: auto;
  border: 0px solid #c7bff3;
  background: transparent;
  color: #231a49;
  border-radius: 10px;
  cursor: pointer;
}
.modal-cta.pulse i {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 10px;
}
.copy-btn:active {
  transform: translateY(1px);
}
/* Pulsating CTA effect */
.pulse {
  animation: pulseGlow 2s ease-in-out infinite;
  position: relative;
}
.pulse::before {
  content: "🎁";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 216, 76, 0.6);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(255, 216, 76, 0.0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 216, 76, 0.0);
  }
}
.holi-container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.holi-title {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 4px;
  background: linear-gradient(45deg, #ff0080, #00f7ff, #ffee00, #00ff88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
}
/* Particle Style */
.particle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  animation: explode 1s ease-out forwards;
}
.labels:before {
    content: "";
    background-image: url("https://d1jn2enfuoclby.cloudfront.net/assets/img/roll.png");
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes explode {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(0.3);
    opacity: 0;
  }
}
.hide-w {
  display: none
}
.hide-m {
  display: block
}
.body-bg {
    background-image: url("https://d1jn2enfuoclby.cloudfront.net/assets/img/bg.jpg");
    background-size: cover;
    background-position: right center;
    background-image: none;
}

video.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.wheel-wrap .-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    width: 150px;
    height: 150px;
    margin: auto;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
	cursor: pointer;
}
@media screen and (max-width: 990px) {
  .hide-m {
    display: none
  }
  .hide-w {
    display: block
  }
  html, body {
    height: auto;
  }
  .title {
    display: flex;
    justify-content: center;
  }
  .modal-sub {
    font-size: 20px;
  }
  .wheel-wrap {
    overflow: hidden;
  }
  body {
    overflow: visible;
  }
	.body-bg {
		background-image: none;
}
	video.bg-video {
    width: 100%;
    height: 100%;
}
.wheel-wrap { 
  width: 400px;
  height: 400px; 
}
.hub {
  width: 100px;
  height: 100px;
}
.wheel-wrap .-cta {
  width: 100px;
  height: 100px;
  font-size: 20px;
  line-height: 20px;
}
.desc {
  margin: 10px 0 0px 0;
}main.promo {
  padding: 20px;
}
.title { 
  padding: 0 50px;
}
.logo img {
  width: 80px;
}
.sub {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
}
main.promo {
  padding: 20px;
  gap: 10px;
}
.modal {
  padding: 0 20px;
}
.modal-close img {
  width: 40px;
}
.modal-title {
  margin: 0;
  font-size: 25px; 
  line-height: normal;
}
.modal-sub {
  font-size: 16px;
}
.modal-card {
  padding: 20px;
}
.modal-cta::after {
  display: none;;
}
.phone-input .dial {
  font-size: 18px;
}
#phoneField {
  font-size: 18px;
  width: 100%;
}
.modal-cta {
  padding: 10px 20px;
  font-weight: 800;
  font-size: 20px;
}
.discount {
  font-size: 40px;
}
#codeText {
  font-size: 20px;
}
.modal-cta.pulse i {
  display: none;
}
.pulse::before {
  display: none;
}
.code-box {
  border-radius: 16px;
  padding: 10px 20px;
}
}
img{max-width: 100%;}

@media screen and (max-width:450px) {
  .wheel-wrap {
      width: 350px;
      height: 350px;
  }
}

@media screen and (max-width:400px) {
  .wheel-wrap {
      width: 300px;
      height: 300px;
  }
}