*{
    margin: 0;
    padding: 0;
}
body {
      background: #f1f1f1;
      font-family: Arial, sans-serif;
    }
    a{
        text-decoration: none !important;
    }
    /* Top Navbar */
    .top-nav {
      background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
      color: #fff;
      padding: 8px 0;
    }
    .top-nav .login-btn {
      background: #d62828;
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 6px 18px;
      margin-left: 5px;
      font-size: 12px;
      border-radius: 10px;
    }
    .logo {
        width: 100px;
    }
    .main-nav {
      background: linear-gradient(180deg, #5f7fdb 0, #0cddff 100%);
      border: 1px solid #fff;
    }
    .main-nav .nav-link {
      color: #000 !important;
      font-weight: 600;
      padding: 0px 0px;
      font-size: 12px;
    }
    .main-nav .nav-link:hover {
      background: red;
      color: #fff !important;
    }
.marquee-box {
      background: linear-gradient(180deg, #2A3A43 27%, #1C282D 83%);
      color: #fff;
      padding: 8px 15px;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
    }
    .marquee-box h4 {
      margin: 0;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
    }
 
    /* Sports Card */
    .sports-card {
      background: #000;
      color: #fff;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
    }
    .sports-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .sports-card .title-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.8);
      padding: 6px 10px;
      font-size: 14px;
      font-weight: bold;
    }
    /* Live Sports List Panel */
    .live-panel {
      background: #000;
      color: #fff;
      height: 180px;
      overflow-y: auto;
      padding: 10px;
      font-size: 14px;
    }
    .live-panel h6 {
      font-weight: bold;
      margin-bottom: 8px;
    }
    .live-panel ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .live-panel ul li {
      padding: 4px 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #333;
    }
    .live-panel .live-tag {
      background: red;
      color: #fff;
      font-size: 12px;
      padding: 2px 5px;
      border-radius: 3px;
      margin-left: 6px;
    }
     .section-header {
      background: #d00000;
      color: #fff;
      font-weight: bold;
      padding: 10px 15px;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .game-card {
      background: #000;
      color: #fff;
      border-radius: 2px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .game-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .game-card .title-bar {
      padding: 6px 10px;
      font-size: 14px;
      background: #000;
      font-weight: 500;
    }
        .game-footer {
      background: #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6px 8px;
      font-size: 14px;
      font-weight: 500;
    }
    .play-btn {
      background: #fff;
      border: none;
      color: #000;
      font-size: 13px;
      font-weight: bold;
      padding: 2px 8px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      gap: 2px;
    }
    .play-btn span {
      font-size: 14px;
      color: red;
    }
     .footer-section {
      background: #f0f0f0;
      padding: 20px 0;
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: #000;
    }
    .footer-box {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      background: #fff;
      margin-bottom: 15px;
    }
    .footer-box img {
      max-height: 60px;
      margin: 0 15px;
    }
    .footer-box p {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
    }
    .footer-note {
      text-align: center;
      font-size: 13px;
      margin-bottom: 8px;
    }
    .footer-email {
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 8px;
    }
    .footer-links {
      text-align: center;
      border-top: 1px solid #999;
      padding-top: 8px;
    }
    .footer-links a {
      color: #000;
      margin: 0 10px;
      font-size: 13px;
      text-decoration: none;
    }
    .footer-links a:hover {
      text-decoration: underline;
    }
    
    .container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
    }
    
      .faq-section {
      max-width: 800px;
      margin: auto;
    }

    .faq-section h2 {
      text-align: center;
      margin-bottom: 30px;
    }

    .accordion {
      background-color: #365d97;
      color: #faf4f4;
      cursor: pointer;
      padding: 16px 20px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 16px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .accordion:hover {
      background-color: #5d7caa;
    }

    .panel {
      padding: 0 20px;
      background-color: #d3c5c5;
      display: none;
      overflow: hidden;
      border-radius: 0 0 5px 5px;
      margin-bottom: 10px;
    }

    .panel p {
      margin: 15px 0;
      color: #333;
    }

    @media only screen and (max-width: 476px){
        .form-control{
            display: none !important;
        }
        .fa-user{
            display: none;
        }
        .navbar{
            display: none;
        }
        .live-panel{
            display: none;
        }
    }
    
   /*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: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 
  footer {
      background-color: #0c062e;
      color: #fff;
      padding: 40px 20px 20px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1 1 220px;
      margin: 20px;
    }

    .footer-column h3 {
      margin-bottom: 10px;
    }

    .footer-column hr {
      width: 50px;
      border: 1px solid #fff;
      margin: 0 0 15px 0;
    }

    .footer-column p,
    .footer-column a,
    .footer-column li {
      font-size: 14px;
      color: #ccc;
      text-decoration: none;
      line-height: 1.7;
    }

    .footer-column ul {
      list-style-type: square;
      padding-left: 20px;
      margin: 0;
    }

    .footer-column a:hover {
      color: #fff;
    }

    .popular-searches {
      max-width: 1200px;
      margin: 30px auto 10px;
      padding-top: 20px;
      border-top: 1px solid #444;
      color: #ccc;
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-bottom {
      text-align: center;
      padding-top: 20px;
      font-size: 13px;
      color: #aaa;
    }

    @media screen and (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-column {
        margin: 10px 0;
      }

      .popular-searches {
        padding: 20px 10px;
      }
    }