 .owl-dots {
  text-align:center;
  margin-top:15px;
}

.owl-dot span {
  width:12px;
  height:12px;
  background:#ccc;
  display:block;
  margin:5px;
  border-radius:50%;
  transition:0.3s;
}

.owl-dot.active span{
  background:#ff0066;
  transform: scale(1.3);
}

.dropdown-menu {
    background-color: #212529 !important; 
    border-radius: 12px !important;      
    border: none !important;            
    padding: 10px 0 !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.3); 
}


.dropdown-item {
    color: #ffffff !important;           
    font-size: 14px;
    padding: 8px 20px !important;
    background: transparent !important;
}

.dropdown-item:hover {
    color: #3b82f6 !important;           
    background-color: transparent !important;
}


.dropdown-toggle::after {
    color: #ffffff;
}
.section-image{
  width: 100%;
  max-width: 520px;   
  height: auto;       
  border-radius: 20px;
  object-fit: cover;
}
.navbar {
  position: relative;
  z-index: 999999;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000000;
}


.hero-images,
.hero-images img,
.main-wheel {
  pointer-events: none;
}

@media (max-width: 768px){
  .section-image{
    max-width: 100%;
    margin-top: 20px;
  }
}

.betting-details-section {
    padding: 60px 0;
    background-color: #fff;
}

.text-blue-custom { 
    color: #5d87ff; 
    font-weight: 600; 
    font-size: 0.9rem; 
    text-transform: uppercase; 
}

.heading-bold { 
    font-weight: 800; 
    font-size: 2.5rem; 
    color: #000; 
    margin-bottom: 20px; 
}

.desc-text p { 
    color: #555; 
    font-size: 1rem; 
    line-height: 1.6; 
}

/* Format Pills */
.format-pill {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px; 
    margin-bottom: 12px;
    font-weight: 600;
    width: fit-content;
}
.bet-banner{
  background: linear-gradient(90deg,#000,#333);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  overflow: visible;}

.banner-img{
  position: absolute;
  left: -40px;           
    top: 50%;
  transform: translateY(-50%);
  max-width: 350px;
}

/* Button */
.btn-yellow{
  background:#ffd400;
  color:#000;
  font-weight:600;
  padding:12px 30px;
  border-radius:30px;
}


@media (max-width: 991px){
  .banner-img{
    position: static;
    transform: none;
    max-width: 100%;
    margin-bottom:20px;
  }
  .bet-banner{
    text-align:center;
  }
}


.pill-test { background-color: #e6fffa; color: #00bdaa; }
.pill-odi { background-color: #ecf2ff; color: #5d87ff; }
.pill-t20 { background-color: #fef5f5; color: #fa896b; }

.player-img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .heading-bold { font-size: 2rem; }
    .betting-details-section { text-align: left; }
}

.custom-cta-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/new.png'); 
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    padding: 70px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin-top: 50px;
    border: 1px solid rgba(255,255,255,0.1);
}

.cta-left-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta-sticker {
    width: 100px; 
    height: auto;
}

.cta-text-main {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.cta-btn-red {
    background: linear-gradient(90deg, #a30033 0%, #ff004c 100%);
    color: white !important;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    white-space: nowrap;
    border: none;
    display: inline-block;
}

.cta-btn-red:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 0, 76, 0.4);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .custom-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        border-radius: 30px;
        gap: 25px;
    }
    .cta-left-content {
        flex-direction: column;
        gap: 15px;
    }
    .cta-text-main {
        font-size: 20px;
    }
    .cta-sticker {
        width: 80px;
    }
}
  .benefit-container{
      max-width: 900px;
      margin: 0 auto;
    }

    .custom-list{
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .custom-list li{
      position: relative;
      padding-left: 25px;
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: 500;
      color: #000;
    }

    .custom-list li::before{
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 6px;
      height: 6px;
      background: #000;
      border-radius: 50%;
    }
     .top-strip{
      background:#000;
      color:#fff;
      border-radius:18px 18px 0 0;
      padding:30px;
    }

    /* Main background */
    .match-section{
      background:#eef4ff;
      border-radius:0 0 22px 22px;
      padding:50px 20px;
    }

    /* 5 column custom */
    .col-5-custom{
      flex: 0 0 20%;
      max-width: 20%;
    }

    @media (max-width: 991px){
      .col-5-custom{
        flex: 0 0 33.333%;
        max-width: 33.333%;
      }
    }

    @media (max-width: 575px){
      .col-5-custom{
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    /* Card design */
    .match-card{
      background:#e2ebfb;
      border-radius:18px;
      padding:25px 15px;
      text-align:center;
      height:100%;
      transition:0.3s;
    }

    .match-card:hover{
      transform:translateY(-6px);
      box-shadow:0 12px 30px rgba(0,0,0,0.15);
    }

    .match-card img{
      max-width:90px;
      margin-bottom:15px;
    }

    .match-card h6{
      font-size:15px;
      font-weight:600;
      margin:0;
    }
    
    .main-heading{
      text-align:center;
      font-weight:700;
      color:black;
      margin-bottom:40px;
    }

    .bet-card{
      background:#fff;
      border-radius:12px;
      box-shadow:0 5px 15px rgba(0,0,0,0.08);
      padding:20px;
      height:100%;
    }

    .bet-card h5{
      color:#ff0066;
      font-weight:600;
      border-bottom:2px solid #eee;
      padding-bottom:10px;
      margin-bottom:15px;
      text-transform:uppercase;
      font-size:16px;
    }

    .bet-card ul{
      list-style:none;
      padding:0;
      margin:0;
    }

    .bet-card ul li{
      padding:8px 0;
      border-bottom:1px solid #eee;
      font-size:15px;
    }

    .bet-card ul li:last-child{
      border-bottom:none;
    }
      .custom-banner {
            background: url('img/cricket2.png') center/cover no-repeat;
            border-radius: 40px; /* Extra rounded corners like image */
            min-height: 200px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.1);
            padding: 20px 40px;
        }

  
    .logo-wrapper img {
            width: 80%;
            filter: brightness(0) invert(1); /* Makes logo white */
        }

        .banner-text {
            color: #ffffff;
            font-size: 26px;
            font-weight: 700;
            line-height: 1.3;
            max-width: 500px;
            margin: 0;
        }

        .cta-button  {
            background: #850529;
            color: white;
            border: none;
            padding: 15px 35px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.3s ease;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
        }

        .cta-button:hover {
            transform: scale(1.05);
            color: white;
            box-shadow: 0 6px 20px rgba(233, 30, 99, 0.5);
        }

        /* Responsive Settings */
        @media (max-width: 991px) {
            .custom-banner {
                padding: 30px;
                text-align: center;
                flex-direction: column;
            }
            .logo-wrapper {
                margin: 0 auto 15px auto;
            }
            .banner-text {
                font-size: 20px;
                margin-bottom: 20px;
            }
        }
      .about-img1{
    border-radius:18px;
    max-width:90%;   /* ← yahan se width control hogi */
    display:block;
    margin:auto;
  }  
.stats-box{
      background:linear-gradient(180deg,#060b3a,#020526);
      border-radius:26px;
      padding:40px 20px;
    }
    .stat-img{
      width:65px;
      margin-bottom:12px;
    }
    .stat-number{
      font-size:36px;
      font-weight:700;
      color:#fff;
    }
    .stat-text{
      color:#dcdcdc;
      font-size:16px;
      margin-top:6px;
    }
    .faq-tag{
  color:#6c63ff;
  font-weight:600;
  letter-spacing:1px;
}
.faq-card{
  background:#fff;
  border-radius:14px;
  border:none;
}
.accordion-item{
  border:none;
  margin-bottom:18px;
}
.accordion-button{
  font-weight:600;
  border-radius:14px !important;
}
.accordion-button:not(.collapsed){
  background:#fff;
  color:#000;
  box-shadow:none;
}
.golf-section {
      background: #eef5ff;
      border-radius: 20px;
      padding-bottom: 50px;
    }

    /* black top bar */
    .golf-header {
      background: #000;
      color: #fff;
      padding: 30px;
      border-radius: 20px 20px 0 0;
    }

    .golf-header h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }

    .golf-header p {
      color: #ddd;
      max-width: 900px;
    }

    /* card */
    .golf-card {
      background: #000;
      color: #fff;
      border-radius: 25px;
      height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
    }

    .golf-card img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    .golf-card p {
      margin: 0;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .golf-card {
        height: 180px;
      }
    }