*{
    margin: 0;
    padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
}
h1, h2, h3, h4{
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
p{
    color: #000;
        font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
li{
    color: #000;
        font-size: 18px;
}
/* Header */
.topbar .nav-link:hover {
  color: #ffc107 !important;
}

/* Sidebar */
.card-header {
  font-size: 1.1rem;
}

.list-group-item {
  font-weight: 500;
  cursor: pointer;
}

.list-group-item:hover {
  background-color: #f1f1f1;
}

/* Banner */
.banner img {
  width: 100%;
  border-radius: 8px;
}

 .swiper {
      width: 100%;
      background-color: #071b32;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      overflow: hidden;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }

    .swiper-slide img:hover {
      transform: scale(1.05);
    }
 /* Main layout row */
    .main-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    /* Left slider */
    .left-slider {
      flex: 1 1 10%;
      background-color: #000;
      height: 200px;
    }
    .left-slider img{
        margin-bottom: 5px;
    }
    /* Right grid */
    .right-grid {
      flex: 1 1 70%;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
    }

    .right-grid img {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    .right-grid img:hover {
      transform: scale(1.05);
    }

    /* Section heading */
    .section-title {
      background: #324b61;
      color: #fff;
      font-size: 20px;
      padding: 8px 15px;
      border-radius: 6px;
      margin: 25px 0 10px;
      font-weight: 600;
      display: inline-block;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .main-row {
        flex-direction: column;
      }
      .right-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
    }

    /* Row layout (Left images + Right banner) */
    .set{
        background-color: #000;
    }
    .main-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: stretch;
      background-color: #000;
    }

    .left-images {
      flex: 1 1 10%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .left-images img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s;
    }

    .left-images img:hover {
      transform: scale(1.05);
    }

    .right-banner {
      flex: 1 1 65%;
      background: #000;
      border-radius: 10px;
      overflow: hidden;
    }

    .right-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Top Fantasy Games Section */
    .game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 15px;
      margin-top: 15px;
    }

    .game-grid img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s;
    }

    .game-grid img:hover {
      transform: scale(1.05);
    }

    /* Category Cards (New Games, Jackpot, etc.) */
    .category-row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
    }

    .category-card {
      background: #232c3b;
      text-align: center;
      padding: 25px 10px;
      border-radius: 10px;
      transition: transform 0.3s, background 0.3s;
      cursor: pointer;
    }

    .category-card:hover {
      transform: translateY(-5px);
      background: #2f3e52;
    }

    .category-card img {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }

    .category-card span {
      font-weight: 600;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .main-row {
        flex-direction: column;
      }
      .left-images {
        grid-template-columns: 1fr 1fr;
      }
      .category-card {
        padding: 15px;
      }
    }
.try{
    margin-top: 40px;
    margin-bottom: 40px;
}
.khelo{
    background-color: #000;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
   table{
      width: 90%;
      margin: auto;
      border-collapse: collapse;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
      margin-top: 30px !important;
      margin-bottom: 30px;
    }
    th, td {
      padding: 12px 15px;
      text-align: left;
            border: 1px solid #000;
    }

    thead {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
.see a{
color: #e70cbb;
text-decoration: none;
}
  .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #1e2a37;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }
    footer {
      background: #000;
      color: #ccc;
      padding: 50px 0 20px;
      font-family: "Poppins", sans-serif;
      border-top: 2px solid #fff;
    }

    .footer-logo img {
      max-width: 160px;
      margin-bottom: 15px;
    }

    .footer-logo p {
      color: #ccc;
      font-size: 14px;
      line-height: 1.7;
    }

    .footer-title {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 18px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin-bottom: 0px;
      margin-top: 0px;
    }

    .footer-links ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      margin-left: 10px;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a.telegram {
      background: #229ED9;
    }

    .social-icons a.instagram {
      background: #E4405F;
    }

    .social-icons a:hover {
      opacity: 0.8;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      margin-top: 30px;
      padding-top: 20px;
    }

    .license-section {
      display: flex;
      align-items: center;
      margin-top: 30px;
      border-top: 1px solid #444;
      padding-top: 20px;
    }

    .license-section img {
      max-width: 150px;
      margin-right: 20px;
    }

    .disclaimer {
      font-size: 13px;
      color: #bbb;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      .license-section {
        flex-direction: column;
        text-align: center;
      }

      .license-section img {
        margin-bottom: 15px;
      }
    }
      /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .float p{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 

    @media only screen and (max-width: 476px){
        .card{
            display: none !important;
        }
        .section-title{
            width: 100%;
        }
        .right-banner{
            margin-bottom: 0px;
        }
        .category-row {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
    }