p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    color: white !important;
}
li{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    color: #92949F;
    color: white !important;
}

.img-stickynew{
    position: sticky;
    top: 23px;
}
.upi-logo img{
    /*height: 35px;*/
    /*width: 140px;*/
    border-radius: 10px;
}
.main-header{
    background-color: black;
}

.game-item p{
    height: 130px;
}




.whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1050;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      text-decoration: none;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      animation: bounce 2s infinite;
      transition: transform 0.3s ease-in-out;
      font-size: 28px;
    }

    .whatsapp-btn .whatsapp-text {
      position: absolute;
      top: -30px;
      background-color: #25D366;
      color: white;
      padding: 4px 12px;
      border-radius: 15px;
      font-size: 16px;
      font-weight: 600;
      white-space: nowrap;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-6px);
      }
    }
.whatsapp-btn i {
    font-size: 28px;
}
.disclaimer-section {
      background-color: #000;
      color: #fff;
      padding: 10px 20px;
      font-size: 14px;
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .disclaimer-section span {
      font-weight: 600;
      color: #ffffff;
    }
    .secure-img img{
        height: 55px;
        width: 111px;
    }
    .secure-section{
        display: flex;
        justify-content: space-between;
    }
    .resp-game-img-footer h2{
        font-size: 20px;
    }
    .secure-content{
        max-width: 200px;
    }
    .last-imgmain img{
        /*width: 100%;*/
        height: 75px;
    }
    .last-foter-sec{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }