/* 🔥 GLOBAL RESET */
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.about-top {
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
  margin: 30px auto;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  color: white;
}

.about-top h2 {
  margin-bottom: 15px;
  font-size: 28px;
}

.about-top p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}
/* 🔥 BODY */
body {
    margin: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top, #1e3a8a, #020617);
  color: white;

  min-height: 100vh;
  display: flex;
  flex-direction: column;

  overflow-x: hidden;
  overflow-y: auto;
}

/* 🔥 MAIN CONTAINER */
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 20px 10px;
  gap: 35px;
  width: 100%;
}

/* 🔥 HERO CARD */
.card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: auto;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* 🔥 BUTTON */
button {
  min-height: 45px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  border: none;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

/* 🔥 TIMER */
#countdownBox {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  display: inline-block;
}

#timer {
  color: #00ffd5;
  font-weight: bold;
}

/* 🔥 ABOUT SECTION */
.about-section {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.about-text {
  max-width: 600px;
  font-size: 13px;
  line-height: 1.6;
  margin: auto;
}

/* RIGHT IMAGES */
.about-images {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-images img {
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.about-images img:hover {
  transform: scale(1.08) rotate(-2deg);
}
.slider {
  display:flex;
  overflow-x:auto;
  gap:10px;
  padding:10px;
}

.slider img {
  width:120px;
  border-radius:12px;
}

/* 🔥 WHY SECTION */
.why-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* 🔥 WHY CARD */
.why-card {
  width: 100%;
  max-width: 320px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.1);
  margin: auto;
}

.why-card ul {
  margin-top: 15px;
  line-height: 1.8;
  color: #cbd5f5;
}

/* 🔥 TRUSTED TEXT */
.trusted {
  width: 100%;
  text-align: center;
  color: #cbd5f5;
}

/* 🔥 SMALL TEXT */
.small-text {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 10px;
}

/* 🔥 FOOTER */
.footer {
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-top: auto;
}

/* 🔥 FOOTER LINKS */
footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}

footer a:hover {
  text-decoration: underline;
}

/* 🔥 MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .card {
    padding: 25px;
  }

  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .why-card {
    padding: 20px;
  }
}
.prize-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  max-width: 500px;
  margin: 30px auto;
}

.prize-box h2 {
  margin-bottom: 10px;
}

.prize-box p {
  font-size: 16px;
  margin: 5px 0;
}
.policy-container {
  max-width: 700px;
  margin: 60px auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.policy-container h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.policy-container .update {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-bottom: 25px;
}

.policy-container p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

/* Light card */
.contact-box {
  background: #ffffff;
  padding: 40px;
  width: 500px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Heading */
.contact-box h1 {
  margin-bottom: 8px;
  font-size: 28px;
  color: #1a1a1a;
}

.subtitle {
  color: #777;
  margin-bottom: 30px;
}

/* Contact items */
.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 12px;
  transition: 0.3s;
}

.contact-item:hover {
  background: #ffe5d0;
}

/* Icons */
.icon {
  font-size: 20px;
}

/* Text */
.contact-item h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.contact-item p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

.insta-box {
            margin-top: 100px;
            padding: 20px;
            background-color: hsl(241, 82%, 18%);
            display: inline-block;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        a {
            color: hsl(0, 0%, 100%);
            text-decoration: none;
            font-weight: bold;
        }

        a:hover {
            text-decoration: underline;
        }
.pay-btn {
  background: linear-gradient(45deg, #ff7e5f, #feb47b);
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.winners-section {
  padding: 60px 20px;
  text-align: center;
  background: #046a65;
  color: white;
}

.winners-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  color: #ccc;
  margin-bottom: 50px;
}

.winners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.winner-card {
  background: rgba(238, 236, 236, 0.05);
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  transition: 0.3s;
}

.winner-card:hover {
  transform: translateY(-8px);
}

.winner-card img {
  width:100%;
  max-width: 720px;
  height: auto;
  object-fit:cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 15px;
}

.winner-card h3 ,
.winner-card p{
  margin: 5px 0 10px;
}

.desc {
  font-size: 14px;
  color: #ddd;
}

.reason {
  margin-top: 10px;
  font-size: 13px;
  color: #f5c542;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}