body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  header {
      background-color: #000000;
      padding: 15px 30px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      position: relative;
      z-index: 1000;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: bold;
      color: #f5c038;
    }

    .nav-links {
      display: flex;
      gap: 30px;
    }

    .nav-links a {
      text-decoration: none;
      color: #ffffff;
      font-size: 1rem;
      transition: color 0.3s ease;
    }

    .nav-links a:hover {
      color: #f5c038;
    }

    /* Hamburger Styles */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger span {
      width: 25px;
      height: 3px;
      background: #333;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    /* Mobile Menu */
    .mobile-menu {
      display: none;
      flex-direction: column;
      gap: 20px;
      background: #070707;
      position: absolute;
      top: 70px;
      right: 30px;
      padding: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
    }

    .mobile-menu a {
      font-size: 1rem;
      color: #ffffff;
      text-decoration: none;
      
    }

    .mobile-menu a:hover {
      color: #f3f3f3;
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .mobile-menu.show {
        display: flex;
      }
    }
    .footer {
    background-color: #000000;
    color: #333;
    padding: 40px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
  }

  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }

  .footer-column {
    flex: 1 1 220px;
  }

  .footer-logo {
    color: #d2df25;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .footer-column h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: white;

  }

  .footer-column p {
   color: white;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin-bottom: 8px;
   
  }

  .footer-column ul li a {
    color: #fafafa;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-column ul li a:hover {
    color: #b9aa21;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 10px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #ddd;
    margin-top: 30px;
  }

  /* Responsive Footer */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
    }

    .footer-column {
      flex: 1 1 100%;
    }
  }
   .banner {
    width: 100%;
    overflow: hidden;
  }

  .banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

    .hero-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      /* padding: 40px 20px; */
      max-width: 1200px;
      margin: auto;
      
    }

    .hero-content {
      flex: 1;
      min-width: 300px;
      padding: 20px;
    }

    .hero-content h1 {
      color: #f5c057;
      font-size: 2.2rem;
      margin-bottom: 20px;
    }

    .hero-content p {
      margin-bottom: 15px;
      color: white;
      line-height: 28px;
      font-size: 17px;
    }

    .cta-button {
      background-color: #00b894;
      color: white;
      padding: 12px 25px;
      border: none;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
      display: inline-block;
      margin-top: 10px;
    }

    .cta-button:hover {
      background-color: #019170;
    }

    .hero-image {
      flex: 1;
      min-width: 300px;
      padding: 20px;
    }

    .hero-image img {
      width: 100%;
      border-radius: 8px;
      display: block;
    }

    @media (max-width: 768px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }

      .hero-content, .hero-image {
        padding: 10px;
      }

      .hero-content h1 {
        font-size: 1.5rem;
      }
    }
    .features-section {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2rem;
  color: #f5c057;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-card {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 1rem;
  color: #333;
  line-height: 25px;
}

 .steps-section {
      padding: 40px 0px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .steps-section h2 {
      text-align: center;
      color: #f5d36c;
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 25px;
    }

    .steps-section p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 6px;
      color: #dcdcdc;
    }

    .step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .step img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 3px;
    }

    .step h3 {
      font-size: 16px;
      color: #ffffff;
      margin: 0 0 5px 0;
    }

    .step-content {
      max-width: 900px;
    }

    ul {
      padding-left: 20px;
      margin-top: 10px;
      color: #dcdcdc;
    }

    ul li {
      margin-bottom: 6px;
    }

    a {
      color: #f5d36c;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }
    .cta-button-container {
  text-align: center;
  margin: 40px 0;
}

.cta-button {
  display: inline-block;
  background-color: #1a8f78;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #157362;
}
  .mahadev-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
      text-align: center;
    }

    .mahadev-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #f6d676;
      margin-bottom: 10px;
    }

    .mahadev-section p.subtitle {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 50px;
    }

    .steps-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .step-card {
      background-color: #fff;
      color: #000;
      padding: 25px 20px;
      width: 100%;
      max-width: 360px;
      border-radius: 10px;
     /* clip-path: polygon(0 0, 83% 0px, 100% 50%, 82% 100%, 0% 100%); */
      clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
      transition: transform 0.3s ease;
    
    }
    /* .step-card:hover {
      transform: translateY(-5px);
    } */

    .step-card .step-title {
      background-color: #f7c600;
      display: inline-block;
      padding: 6px 14px;
      border-radius: 6px;
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 15px;
    }

    .step-card p {
      font-size:1.05rem;
      line-height: 1.8;
      color: #000;
    }

    @media (max-width: 768px) {
      .step-card {
        max-width: 100%;
      }
    }

      .benefits-section {
      background-color: #ffc400;
      padding: 60px 20px;
    }

    .benefits-container {
      max-width: 1100px;
      margin: 0 auto;
    }

    .benefits-container h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #000;
      margin-bottom: 30px;
    }

    .benefits-container h3 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .benefits-container p {
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .benefits-container h2 {
        font-size: 2rem;
      }
    }
    .listing {
      color: #000;
    }

   .yelow {
    font-size: 10px;
   }

    .betting-wrapper {
      padding: 40px 20px;
    }

    .betting-heading {
      font-size: 33px;
      margin-bottom: 10px;
      color: white;
      text-align: center;
    }

    .betting-subtext {
      font-size: 17px;
      font-weight: bold;
      color: #ddd;
      margin-bottom: 40px;
      padding-top: 15px;
      text-align:center;
      line-height: 25px;
    }
    

    
    .betting-subtexting {
      font-size: 16px;
      font-weight: bold;
      color: #ddd;
      margin-bottom: 40px;
      padding-top: 15px;
      text-align:center;
      line-height: 26px;
    }

    .betting-guide-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .betting-step-card {
      background-color: #111;
      border: 1px solid #f5e16b;
      border-radius: 10px;
      padding: 25px 20px;
      width: 300px;
      box-shadow: 0 0 12px #f5e16b;
      transition: transform 0.3s ease;
      line-height: 25px;
    }

    .betting-step-card:hover {
      transform: scale(1.02);
    }

    .betting-step-title {
      color: white;
      font-size: 20px;
      margin-bottom: 12px;
      font-weight: bold;
    }

    .betting-step-description {
      color: #ccc;
      font-size: 16px;
      line-height: 2;
    }


    .betting-guide-containers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 35px;
    }

      .mahadev-heading {
      font-size: 28px;
      color: #f5e16b;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
    }

    .mahadev-section-wrapper {
      max-width: 1200px;
      margin: 0 auto 50px auto;
    }

    .mahadev-text {
      color: #ccc;
      font-size: 17px;
      line-height: 23px;
    }

    .mahadev-download-list,
    .mahadev-feature-list {
      padding-left: 20px;
      color: #ddd;
      font-size: 16px;
    }

    .mahadev-feature-list {
      list-style: none;
      padding-left: 0;
    }

 
    .mahadev-footer-note {
      text-align: center;
      color: #ccc;
      font-size: 16px;
      margin-top: 30px;
      padding: 0 10px;
    }

    a {
      color: #f5e16b;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

      /* .cricbuzz-button {
      margin-top: 20px;
      background-color: #00aa77;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      text-decoration: none;
      line-height: 55px;
    } */
.cricbuzz-button {
  margin-top: 20px;
  background-color: #00aa77;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  align-self: flex-start;
}

.cricbuzz-button:hover {
  background-color: #009066;
}

.betting-step-cards {
  background-color: #111;
  border: 1px solid #f5e16b;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 0 12px #f5e16b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px; /* adjust height as needed */
}
.card-inner {
  flex-grow: 1;
}

  .why-choose-section {
      max-width: 1200px;
      margin: 0 auto;
    }

    .why-choose-title {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      color: #f5e16b;
      margin-bottom: 30px;
    }

    .why-choose-list {
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
    }

    .why-choose-list li {
      margin-bottom: 15px;
      font-size: 15px;
      color: #ddd;
    }

    .why-choose-list li::before {
      content: "📨";
      margin-right: 10px;
      color: #f5e16b;
    }

    .why-choose-paragraph {
      color: #ccc;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .cta-line {
      font-size: 14px;
      color: #ffd700;
      margin-top: 10px;
    }

    .cta-line::before {
      content: "✦";
      margin-right: 8px;
      color: #f5e16b;
    }

    .cta-line .emoji {
      margin-left: 6px;
    }

       .payment-section {
      text-align: center;
      max-width: 1200px;
      margin: auto;
    }

    .payment-section h2 {
      font-size: 22px;
      color: #f5e16b;
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 50px;
    }

    .payment-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #ccc;
      max-width: 1200px;
      margin: 0 auto 40px;
      line-height: 23px;
    }

    .payment-section p span {
      color: #f5e16b;
      font-weight: bold;
    }

    .payment-icons {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .payment-option {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 120px;
    }

    .payment-option img {
      width: 100px;
      height: auto;
      border-radius: 8px;
      background-color: #fff;
      padding: 10px;
    }

    .payment-label {
      margin-top: 10px;
      color: #ccc;
      font-size: 14px;
    }
      @media screen and (max-width: 600px) {
    .step {
      flex-direction: column;
      align-items: flex-start;
    }

    .step img {
      margin-bottom: 10px;
    }

    .steps-section {
      padding: 25px 15px;
    }

    .step-content h3 {
      font-size: 15px;
    }

    .step-content p, .step-content ul {
      font-size: 13px;
    }

    .cta-button {
      width: 100%;
      padding: 14px;
    }
  }


    @media (max-width: 600px) {
    .mahadev-section-wrapper {
      padding: 15px 10px;
    }

    .mahadev-heading {
      font-size: 20px;
    }

    .mahadev-text {
      font-size: 14px;
    }

    .mahadev-download-list {
      font-size: 14px;
      padding-left: 20px;
    }
  }

   @media screen and (max-width: 600px) {
    .why-choose-section {
      padding: 15px 15px;
    }

    .why-choose-title {
      font-size: 20px;
    }

    .why-choose-list li {
      font-size: 14px;
      padding-left: 15px;
    }

    .why-choose-paragraph,
    .cta-line {
      font-size: 14px;
    }

    .emoji {
      font-size: 16px;
    }
  }

   @media (max-width: 600px) {
    .payment-section {
      padding: 15px 15px;
    }

    .payment-section h2 {
      font-size: 20px;
    }

    .payment-section p {
      font-size: 14px;
      text-align: justify;
    }

    .payment-option {
      width: 120px;
      padding: 10px;
    }

    .payment-option img {
      width: 60px;
    }

    .payment-label {
      font-size: 13px;
    }
  }


  .faq-section {
  background: #222;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.faq-title {
  font-size: 24px;
  color: #f5e16b;
  margin-bottom: 20px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffc923;
  border: 1px solid #f0c000;
}

.faq-item {
  border-bottom: 1px solid #f5e16b;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  background-color: #ffc923;
  color: #000;
}

.faq-question:hover {
  background-color: #f5e16b;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fff2b3;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.faq-answer p {
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-question {
    font-size: 15px;
    padding: 12px 16px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 12px 16px;
  }
}


.keyword-links {
  text-align: center;
  padding: 20px;
  background-color: #111;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.keyword-links a {
  color: #ffc107; /* Yellow color */
  text-decoration: none;
  font-weight: bold;
  margin: 0 4px;
}

.keyword-links a:hover {
  color: #fff;
  text-decoration: underline;
}
