*{
    margin: 0;
    padding: 0;
}
body{
background-image: url('img/bg.webp');
font-family:Arial;
}
h2{
    color: #000;
    font-weight: bold;
    font-size: 30px;
}
h3{
    color: #000 !important;
    font-weight: bold;
    font-size: 30px;
}
li{
    color: #000 !important;
}
/* Header */

.top-header{
background:#1e7d63;
padding:15px;
color:white;
}

.logo{
width: 150px;
}


.login{
background:#ffd400;
padding: 10px 20px;
color: #000;
border: none;
border-radius: 10px;
}

.signup{
background:white;
padding: 10px 20px;
color: #000;
border: none;
border-radius: 10px;
}
.login:hover{
background:#ffd400;
}

.signup:hover{
background:white;
}

/* Menu */

.menu-bar{
background:#f5f5f5;
padding:10px;
text-align:center;
}

.menu-bar ul{
list-style:none;
margin:0;
padding:0;
}

.menu-bar li{
display:inline-block;
margin:0 20px;
font-weight:600;
color:#c85c5c;
}


/* Sidebar */

.sidebar{
background:white;
border-radius:6px;
padding:10px;
}

.sidebar ul{
list-style:none;
padding:0;
}

.sidebar li{
padding:10px;
border-bottom:1px solid #eee;
cursor:pointer;
color: #811f0f;
font-weight: 700;
font-size: 14px;
}

/* Betslip */

.betslip{
background:white;
padding:15px;
border-radius:6px;
}

.bet-tabs{
display:flex;
margin-top:10px;
}

.bet-tabs button{
flex:1;
border:none;
padding:10px;
}

.bet-tabs .active{
background:#ffd400;
}
.game-card{
position:relative;
border-radius:10px;
overflow:hidden;
}

.game-card img{
width: 100%;
object-fit:cover;
}

.game-card span{
position:absolute;
top:80%;
left:50%;
transform:translate(-50%,-50%);
color:white;
font-weight:600;
font-size:14px;
padding:5px 12px;
border-radius:20px;
}
.game-scroll{
display:flex;
gap:10px;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:5px;
scrollbar-width:none;
-ms-overflow-style:none;

}
.game-card2{
width: 300px;
position:relative;
border-radius:10px;
overflow:hidden;
flex-shrink:0;
height: 40px;
}

.game-card2 img{
width:100%;
height:60px;
object-fit:cover;
}

.game-card2 span{
position:absolute;
top:50%;
left:20%;
transform:translate(-50%,-50%);
color:#fff;
padding:5px 12px;
border-radius:20px;
font-size:13px;
}
.game-scroll3{
display:flex;
gap:10px;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:5px;
scrollbar-width:none;
-ms-overflow-style:none;

}
.game-card3{
width: 100px;
position:relative;
overflow:hidden;
flex-shrink:0;
height: 40px;
}

.game-card3 img{
width:100%;
height:60px;
object-fit:cover;
}

.game-card3 span{
position:absolute;
top:50%;
left:30%;
transform:translate(-50%,-50%);
color:#fff;
padding:5px 12px;
border-radius:20px;
font-size:13px;
}
.how{
    margin-top: 10px;
    margin-bottom: 10px;
}
.how img{
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.casino-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    background: #ff4500;
    line-height: 26px;
    padding: 8px 10px;
    color: #fff;
    font-weight: 600;
}
.swiper-slide img{
    border-radius: 10px;
    margin-bottom: 5px;
}
/* footer */
.footer-sec{
background:#000;
color:#ccc;
padding:30px 0 30px;
position:relative;
}



.footer-top{
display:flex;
align-items:center;
gap:30px;
margin-top:30px;
flex-wrap:wrap;
}

.footer-logo img{
width:150px;
}

.footer-text{
max-width:700px;
font-size:14px;
line-height:1.6;
}

.payment-row{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:40px;
justify-content:center;
}

.payment-row img{
height:40px;
background:#111;
padding:8px 15px;
border-radius:6px;
border:1px solid #333;
}

.footer-bottom{
text-align:center;
margin-top:20px;
font-size:14px;
color:#777;
}

hr{
border-color:#222;
margin-top:40px;
}
/* footer */

/* Fixed WhatsApp image */
.whatsapp-image {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 999;
  animation: zoomPulse 3s infinite ease-in-out;
}

/* Image animation */
@keyframes zoomPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.whatsapp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 476px){
    .sidebar{
        display: none;
    }
    .top-header{
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    .layout{
        margin-top: 68px;
    }
    .menu-bar{
        display: none;
    }
    .betslip {
        display: none;
    }
    .hack{
        padding: 10px !important;
    }
    .hack h1 {
        margin-top: 20px;
    }
    .great {
    padding: 10px !important;
    }
    .great h2 {
        margin-top: 20px;
    }
    .off{
        width: 95% !important;
        margin-left: 10px !important;
    }
    .trus {
        width: 95% !important;
        margin-left: 10px !important;
    }
    .trus p{
        text-align: center
    }
    .faq-section{
        padding: 10px !important;
    }
    p{
        text-align: justify;
    }
    .logo{
width: 100px;
}
    
}
.tree{
    margin-top: 40px;
}
.hack{
    background-color: #1e7d63;
    padding: 30px;
}
.hack h1{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.hack h3{
    color: #fff !important;
    font-weight: 700;
    font-size: 30px;
}
.hack p{
    color: #fff;
}
.hack li{
    color: #fff !important;
}
.great{
    padding: 30px;
}
.great h2{
    color: #1e7d63;
    font-weight: 700;
    font-size: 30px;
}
.great h3{
    color: #1e7d63 !important;
    font-weight: 700;
    font-size: 30px;
}
.great p{
    color: #000;
}
.off{
    background-color: #1e7d63 !important;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 360px;
}
.off p{
    color: #fff;
}
.off li{
    color: #fff !important;
}
.lot{
    font-size: 20px;
    font-weight: bold;
}
.fly{
    margin-top: 30px;
    margin-bottom: 30px;
}
.why{
    padding: 10px;
    border-radius: 17px 17px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}
.trus{
    background-color: #f4d821;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 360px;
}
.trus img{
    width: 100px;
}
.trus p{
    font-weight: 800;
    padding-top: 20px;
}
/* faq */
 .faq-section {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #026b4f;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
    padding: 10px;
    border-radius: 17px 17px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  }

  .faq-item {
    margin: 15px 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 10px 10px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 15px;
    background-color: #fff;
  }

  .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;
  }
/* faq */