*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #0F0F0F;
}
h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
h2, h3{
    color: #FECC01;
    text-transform: uppercase;
    font-size: 30px;
}
p, li{
    color: #fff;
}
.navbar{
    background-color: #000 !important;
    padding: 10px;
}
.logo{
    width: 200px;
}
.navbar-nav{
    margin-left: 150px;
}
.nav-link{
    color: #fff;
}
.nav-link:hover{
    color: #fff;
}
.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}
.get{
    background-image: linear-gradient(187deg, #FFE600 8%, #FF9F00 68%);
    padding: 10px 20px;
    color: #000;
    border: none;
    font-weight: 700;
}
/* header */

.tt{
    margin-top: 20px;
}
.how{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.try{
    color: #FECC01;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.try2{
    color: #FECC01;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.get2{
    background-image: linear-gradient(187deg, #FFE600 8%, #FF9F00 68%);
    padding: 10px 20px;
    color: #000;
    border: none;
    font-weight: 500;
    border-radius: 10px;
}

.card{
    border: 2px solid #FECC01;
    border-radius: 10px;
    padding: 20px;
    width: 350px;
    background-color: transparent;
    padding-bottom: 10px;
    margin-left: 25px;
}
.card img{
    border-radius: 10px;
}
.card p{
    font-size: 20px;
    color: #FECC01;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.what{
    width: 300px;
}
.step{
    background-color: #000;
    padding: 40px;
    text-align: center;
}
.step img{
    width: 200px;
    margin-bottom: 20px;
}
.tip{
    color: #FECC01;
    font-size: 18px;
    text-transform: uppercase;
}
.cry{
    border: 2px solid #FECC01;
    border-radius: 20px;
    padding: 10px;
}
.clear{
    background-color: #fff;
        box-shadow: 0px 0px 22px 0px #F4C823;
        border-radius: 10px;
        padding: 10px;
        width: 260px;
        margin-left: 20px;
        border: 2px solid #FECC01;
}
.clear p{
    color: #000;
}
.why{
    background-color: #000;
    box-shadow: 0px 0px 7px 0px #F4C823;
    border: 2px solid #FECC01;
    border-radius: 10px;
    padding: 20px;
    width: 260px;
    margin-left: 20px;
}
.ee{
    color: #F4C823;
    font-size: 15px;
    margin-top: 10px;
}
.why img{
    width: 100px;
    border-radius: 200px;
}
.swiper{
    background-color: #000;
}

/* footer */
.footer{
background:#0f1113;
color:#fff;
padding:80px 0;
}

.container{
width:90%;
margin:auto;
}

.footer-row{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:40px;
}

.footer-col{
flex:1;
min-width:250px;
}

.logo{
color:#ffcc00;
font-size:36px;
font-weight:700;
margin-bottom:20px;
}

.footer-col h3{
margin-bottom:20px;
font-size:22px;
font-weight:600;
}

.footer-col p{
color:#bbb;
line-height:1.7;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:15px;
}

.footer-col ul li a{
color:#ddd;
text-decoration:none;
transition:0.3s;
}

.footer-col ul li a:hover{
color:#ffcc00;
}

.social-icons{
margin-top:30px;
display:flex;
gap:15px;
}

.social-icons a{
width:45px;
height:45px;
border:1px solid #555;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
transition:0.3s;
}

.social-icons a:hover{
background:#ffcc00;
color:#000;
border-color:#ffcc00;
}

.subscribe-box{
display:flex;
margin-top:20px;
background:#fff;
border-radius:40px;
overflow:hidden;
}

.subscribe-box input{
flex:1;
border:none;
padding:15px 20px;
outline:none;
}

.subscribe-box button{
background:#ffcc00;
border:none;
width:70px;
cursor:pointer;
}

.subscribe-box button i{
font-size:18px;
}

/* Responsive */

@media(max-width:768px){
.footer-row{
flex-direction:column;
}
}
/* footer */

          /*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*/ 
 @media only screen and (max-width: 476px){
    .navbar-nav{
        margin-left: 0px;
    }
    h2, h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25px;
    }
    p{
        text-align: justify;
    }
    .tip{
        text-align: center;
    }
    .get{
        display: none;
    }
    .get2{
        margin-bottom: 20px;
    }
    .card {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .clear {
        width: 47%;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .clear p{
        text-align: start;
        font-size: 15px;
    }
    .why {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .try{
        font-size: 17px;
        margin-top: 20px;
    }
    #oddsTable{
        margin-left: 0px !important;
        width: 100% !important;
        
    }
    .faq-section{
        padding: 10px;
    }
 }
.section-form{
    background:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px 10px;
}

.login-container{
    background:#fff;
    padding:15px;
    border-radius:8px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    width:100%;
    max-width:350px;
}

.form-title{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
    color: #000;
}

.icon-container1{
    position:relative;
    width:100%;
    margin-bottom:12px;
}

.icon-container1 input{
    width:100%;
    padding:12px;
    padding-right:40px;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:14px;
}

.icon-container1 i{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    color:#000;
}

.login-container button{
    width:100%;
    padding:12px;
    border:none;
    border-radius:5px;
   background-image: linear-gradient(187deg, #FFE600 8%, #FF9F00 68%);
    color:#000;
    font-weight: 700;
    font-size:15px;
    cursor:pointer;
    margin-top:8px;
}

.demo-btn{
    background:#000;
}

.recaptcha-text{
    font-size:12px;
    text-align:center;
    margin-top:10px;
}

/* Mobile optimization */
@media(max-width:480px){

.login-container{
    padding:12px;
}

.icon-container1 input{
    font-size:13px;
}

.login-container button{
    font-size:14px;
}

}

.emoji{
    width: 30px;
}
#oddsTable{
     width: 98%;
     margin-left: 10px;
  overflow-x: auto;       
  -webkit-overflow-scrolling: touch; 
}
   #livetable table {
      width: 100%;
      border-collapse: collapse;
      background:#4474FF ;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
#livetable table td, table th {
    color: white;
}


    th, td {
    color:white;
      padding: 12px 15px;
      border: 1px solid #ddd;
      text-align: center;
    }
    tr{
        background-color: #d7a20f;
    }
    th {
      background-color: #4474FF;
      color: white;
    }

    td:first-child {
      text-align: left;
    }

    .yellow-row {
      background-color: #000 !important;
      color:white !important;
    }

    .live-row td {
      background-color: #425a35;
      border: none;
      padding: 10px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
    }

    .live-gif {
      width: 80px;
      vertical-align: middle;
      margin-right: 10px;
    }
    .live-row td {
        color:white;
    }
.faq-section {
    width: 100%;
    padding: 40px;
    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: 1px solid #F4C823;
    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;
  }
