body { margin: 0; padding: 0; }
    .top-bar {
      padding: 10px 20px;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    .logo { max-height: 100px; }
    
    .right-menu {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      white-space: nowrap;
    }
    .gradient-nav {
        background: #FF6F08;
        background: linear-gradient(90deg, rgba(255, 111, 8, 1) 35%, rgba(7, 26, 92, 1) 65%);
    }
    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
      padding: 10px 8px;
      transition: background 0.2s ease;
    }
    .navbar-nav .nav-link:hover {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
    }
    .nav-divider {
      color: #fff;
      padding: 0 5px;
      display: flex;
      align-items: center;
    }
    .about-section {
      background: url('img/bg1.png') center/cover no-repeat;
      min-height: 100%;
      background-size: cover;
      padding: 60px 20px;
      padding-bottom:0px;
    }
    .about-section h2 {
      color: #f26522;
      font-weight: bold;
    }
    .about-section p {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #333;
      text-align: justify;
    }
 .matches-section {
      padding: 20px;
     
      background-size: cover;
    }
    .matches-section h2 {
      color: #f26522;
      font-weight: bold;
      margin-bottom: 30px;
    }
    .swiper-slide {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      color: white;
      text-align: left;
      height: 280px;
      display: flex;
      align-items: end;
      transition: transform 0.5s ease-in-out;
    }
    .slide-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      filter: brightness(0.6);
      z-index: 1;
    }
    .slide-content {
      position: relative;
      z-index: 2;
      padding: 20px;
    }
    .slide-title {
      font-size: 1.25rem;
      font-weight: bold;
    }
    .slide-desc {
      font-size: 1rem;
      margin-top: 4px;
    }
    .read-more {
      font-size: 0.9rem;
      color: #add8ff;
      margin-top: 10px;
      display: inline-block;
    }
    .swiper-controls {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }
    .swiper-controls i {
      font-size: 24px;
      color: #001f5f;
      cursor: pointer;
    }


    .championship-section {
      background: url('img/bg02.png') center/cover no-repeat;
      min-height: 100%;
      background-size: cover;
      padding: 0px;
      padding-bottom:20px;
      
    }
    .championship-heading {
      color: #f26522;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.1;
    }
    .championship-box {
      padding: 0;
      background: none;
      height: 100%;
    }
    .championship-box p {
      margin: 15px 0;
    }
    .championship-box a.btn {
      background: #001f5f;
      color: #fff;
      font-size: 0.9rem;
      padding: 8px 16px;
      border-radius: 5px;
    }
    .video-thumb {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
    }
    .swiper-controls {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }
    .swiper-controls i {
      font-size: 24px;
      color: #001f5f;
      cursor: pointer;
    }
    iframe.video-embed {
      width: 100%;
      height: 280px;
      border-radius: 20px;
      border: none;
    }
    
     .league-structure-section {
      padding: 40px 20px;
      background: url('https://storage.googleapis.com/a1aa/image/bg-lines-pattern.png') no-repeat center center;
      background-size: cover;
      position: relative;
    }

    .league-structure-section h2 {
      color: #f26522;
      font-weight: 700;
      font-size: 1.75rem;
      margin-bottom: 10px;
    }

    .league-structure-section p.intro {
      font-size: 1.1rem;
      margin-bottom: 40px;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
    }

    .slide-gradient {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(to bottom right, rgba(255, 102, 0, 0.8), rgba(0, 0, 139, 0.8));
      z-index: 1;
    }

    .slide-content {
      position: relative;
      z-index: 2;
      color: white;
      padding: 20px;
      height: 100%;
     
    }

    .slide-content h5 {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .slide-content p, .slide-content ul {
      font-size: 18px;
      line-height: 1.5;
      margin: 0;
    }

    .swiper-controls {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .swiper-controls i {
      font-size: 24px;
      color: #001f5f;
      margin: 0 10px;
      cursor: pointer;
    }

.faq-section {
      padding: 60px 20px;
      background: url('img/last-bg.png') no-repeat center center;
      background-size: cover;
    }

    .faq-section h2 {
      font-weight: 700;
      font-size: 2rem;
      text-align: center;
      color: #102b87;
    }
button, select {
    text-transform: none;
    border-radius: 5px;
    background: rebeccapurple;
}

    .faq-section p.subtitle {
      text-align: center;
      margin-bottom: 40px;
      font-size: 1.1rem;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    
    
    /* privacy policy css*/
    
    .league-combined-section {
  background: url('https://sli.co.in/img/bckimg-right.png') no-repeat right center;
  background-size: contain;
  background-color: #fff;
  padding: 60px 20px;
}

.league-content {
  padding-left: 40px;
}

.league-title {
  color: #ff6c00;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.league-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
}

.league-content p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.combined-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 60px 0 40px;
  text-align: center;
  color: #222;
}

.feature-box {
  background: linear-gradient(150deg, #ff8000, #3c1f94);
  border-radius: 16px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.feature-box p {
  font-size: 18px;
  margin: 0;
}

.feature-box i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


    

    @media (min-width: 992px) {
      .faq-grid {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
      }
    }

    .accordion-item {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
      border: 2px solid #102b87;
      overflow: hidden;
    }

    .accordion-button {
      padding: 1rem 1.25rem;
      font-weight: 600;
      background-color: #fff;
      border: none;
      border-radius: 0;
      transition: all 0.3s ease;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #102b87;
    }

    .accordion-button.collapsed::after {
      content: "\25BC";
      font-size: 1rem;
      transform: rotate(0deg);
      transition: transform 0.3s ease;
    }
    .accordion-item:first-of-type .accordion-button{
        
    }

    .accordion-button:not(.collapsed) {
      background-color: #102b87;
      color: white;
    }

    .accordion-button:not(.collapsed)::after {
      content: "\25B2";
      font-size: 1rem;
    }

    .accordion-body {
      padding: 1rem 1.25rem;
      background-color: #f1f1f1;
      color: #333;
    }
    
    .footer {
      background: #FF6F08;
background: linear-gradient(90deg, rgba(255, 111, 8, 1) 35%, rgba(7, 26, 92, 1) 65%);
      color: white;
      padding: 40px 20px;
    }
    .footer h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .footer p, .footer a {
      margin: 0 0 10px;
      color: white;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .btn-subscribe {
      background: white;
      color: #001f5f;
      font-weight: 600;
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 0.9rem;
      margin-top: 10px;
    }
  
    .footer h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .footer p, .footer a {
      margin: 0 0 10px;
      color: white;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .btn-subscribe {
      background: white;
      color: #071a5c;
      font-weight: 600;
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 0.9rem;
      margin-top: 10px;
    }

    @media (max-width: 991.98px) {
        .event-icon {
    display:none;
}
      .nav-divider { display: none !important; }
      .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: linear-gradient(to right, #f26522, #1e2a78);
        text-align: center;
        z-index: 999;
      }
      .navbar-nav {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
      }
      .navbar-nav .nav-item {
        width: 100%;
        padding: 5px 0;
      }
      .navbar-nav .nav-link {
        width: 100%;
        text-align: center;
        padding: 10px 0;
      }
      .navbar-nav .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
      }
    }
    .navbar-toggler {
      border: none;
      box-shadow: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler:hover {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 4px;
    }
    .banner {
      width: 100%;
      overflow: hidden;
    }
    .banner img {
    padding: 25px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px!important;
}



@media (max-width: 768px) {
  .league-combined-section {
    background: none;
    padding: 40px 15px;
  }

  .league-content {
    padding-left: 0;
  }

  .league-title,
  .league-heading {
    text-align: center;
  }

  .league-content p {
    font-size: 16px;
    text-align: justify;
  }

  .combined-title {
    margin: 40px 0 30px;
    font-size: 1.5rem;
  }

  .feature-box {
    padding: 20px 15px;
  }
}