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;
}

table {
    max-width: 100%;
}


.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;
    }
    span{
        color: #FFD700;
    }
    .blog-para-new p{
        margin-bottom: 16px;
    }
    .exchangepartner-img-new img{
        width: 52px;
        height: 26px;
    }
    .list-ticknew {
  list-style: none;
  padding-left: 0;
}

.list-ticknew li::before {
  content: "✓"; 
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
}
.more-para-color{
    color: #FFD700 !important;
}
.list-passid li{
    list-style: none;
}

.get-idbtn{
padding-top: 10px;
    padding-bottom: 10px;
}

.menu-sectionnewmain {
      padding: 0 0 20px 0;
    }
    .menu-iconnew {
      color: #FFD700;
      font-weight: 500;
      text-align: center;
      font-size: 14px;
      transition: transform 0.3s;
      align-items: center;
          display: flex;
    gap: 10px;
    }
    .menu-iconnew img{
        width: 18px;
        height: 18px;
    }
     .menu-iconnew:hover {
      transform: scale(1.05);
    }
    .whatsapp-link {
      text-decoration: none;
      color: inherit;
    }
    .footer-only-btnnewsize{
        font-size: 22px;
    }
    
    .new-overlay-color{
        background-image: linear-gradient(224deg, #ffe038ad 48%, #000000 36%) !important;
    }
    .new-overlay-color-onlycolor{
        background:  #ffe038ad !Important;
    }
    .heading-id-box-new{
        font-size: 21px;
    }
    .list-ticknew li{
        text-align: center;
    }
    .list-passid li{
        text-align: center;
    }
    .table-img-content {
        border: 2px solid #FFD700;
            padding: 14px 0 0;
    border-radius: 10px;
    }
    
    .marquee-container {
      width: 100%;
      overflow: hidden;
      background: black;
    }

    .marquee-text {
      display: inline-block;
      white-space: nowrap;
      animation: marquee 15s linear infinite;
      font-size: 16px;
      color: white;
      padding: 1rem 0;
    }

    @keyframes marquee {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    
    .new-icon-lord-onlysize img{
        width: 64px;
        height: 64px;
    }
    
    .lordexchbenfit-hover img {
  transition: transform 0.3s ease-in-out;
}

.lordexchbenfit-hover:hover img {
  transform: scale(1.1); /* zoom in */
}

.new-overlay-colorgoexch{
    background-image: linear-gradient(329deg, #ffe038ad 47%, #00001A 56%) !important;
}
.new-overlay-colorskyexch{
    background-image: linear-gradient(245deg, #efcb0aba 41%, #ffb703d9 49%, #000012 78%) !important;
}
.new-overlay-colortigerexch{
background-image:linear-gradient(140deg, #000012 0%, #ffe0388f 27%, #ffb703 50% 46%, #000012 100%) !important;
}
.new-overlay-colorradheexch{
background-image: linear-gradient(40deg, #000012 10%, #ffb703ba 45%, #ffe0388a 65%, #000012 100%) !important;
}

strong{
        color: #FFD700;
}

p{
    margin-bottom: 10px;
}

.gold-table-container table {
    width: 100% !important;
    /*max-width: 700px;*/
    border-collapse: separate !important;
    border-spacing: 0;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
    margin: 20px auto;
  }

  /* Remove default margin and add padding to p inside td */
 .gold-table-container table td p {
    margin: 0;
    padding: 12px 15px;
    font-size: 15px;
    color: black !Important;
    line-height: 1.3;
  }

  /* Header row style */
.gold-table-container table tbody tr:first-child td {
    background-color: #FFD700 !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    padding: 16px 15px !important;
    box-shadow: inset 0 -3px 6px rgba(0,0,0,0.15);
  }

  /* Remove double borders between header cells */
 .gold-table-container table tbody tr:first-child td + td {
    border-left: none !important;
  }

  /* Body row border and background */
 .gold-table-container table tbody tr:not(:first-child) td {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #b8860b !important; /* darker gold */
    background-color: #fff8dc;
    transition: background-color 0.3s ease;
  }

  /* Zebra striping for even rows */
 .gold-table-container table tbody tr:not(:first-child):nth-child(even) td {
    background-color: #fff3b3;
  }

  /* Hover effect for body rows */
 .gold-table-container table tbody tr:not(:first-child):hover td {
    background-color: #ffec80 !important;
    color: #000;
    cursor: default;
  }

  /* Responsive text scaling */
  @media (max-width: 600px) {
    .gold-table-container table td p {
      font-size: 13px;
      padding: 8px 10px;
    }

   .gold-table-container table tbody tr:first-child td {
      font-size: 14px;
      padding: 12px 10px !important;
    }
    
  .tableClass{
      width: 100% !Important;
      overflow: scroll;
  }
  }
  
  .scroll-table{
      width: 100%;
      overflow: auto;
  }
  
  .scroll-table p strong{
      color: black !important;
  }