  .article {
      color: #ffffff;
      padding-left: 20px;
      margin: 50px auto;
      background: #000000e8;
  }

  .article h1,
  .article h2,
  .article h3 {
      color: #ffd900;
  }

  .article a {
      color: #007bff;
  }

  .article p,
  .article ul,
  .article ol {
      color: #a8a8a8;
  }

  .article a:hover {
      color: #ffd900;
  }

  /* Ikon */
  .fa-bar-chart,
  .fa-clock {
      color: #ffa700 !important;
      padding-right: 15px;
      font-size: 15px;
  }

  .rtp-table {
      width: 100%;
      border-collapse: collapse;
      font-family: 'Arial', sans-serif;
      font-size: 14px;
      margin: 20px 0;
      background-color: #1e1e1e;
      color: #fff;
      border: 1px solid #333;
  }

  .rtp-table thead {
      background-color: #ffcc00;
      color: #000;
  }

  .rtp-table th,
  .rtp-table td {
      padding: 12px 10px;
      border: 1px solid #333;
      text-align: left;
  }

  .rtp-table tbody tr:nth-child(even) {
      background-color: #2c2c2c;
  }

  .rtp-table .gacor {
      color: #00ff88;
      font-weight: bold;
  }

  .rtp-table .normal {
      color: #ff8800;
  }

  .pola1,
  .pola2,
  .pola3 {
      height: 10px;
  }

  .flexi {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      bottom: 13px;
      font-size: 10px;
  }

  .flexi b {
      right: 5px;
      position: relative;
  }

  .bold0 {
      position: relative;
      left: 5px;
  }

  .bold2 {
      position: relative;
      left: 1px;
      bottom: 7px;
  }

  .bold1 {
      display: flex;
      justify-content: flex-start;
      position: relative;
      bottom: 13px;
      font-size: 11px;
      flex-wrap: nowrap;
      flex-direction: row-reverse;

  }

  .bold1 b {
      color: #ffc800;


  }

  .bold1 a {
      color: red
  }

  .fa-solid.fa-check,
  .fa-solid.fa-times {
      font-size: 10px;
      /* Atur ukuran */
      margin: 0 3px;
      /* Jarak antar ikon */
      vertical-align: middle;

      border-radius: 50px;
      border: 2px solid;
      font-weight: bold;
  }

  /* Warna ikon sesuai arti */
  .fa-check {
      color: green;
      width: 9px;
      height: 9px;
  }

  .fa-times {
      color: rgb(255, 38, 0);
      width: 8px;
      height: 9px;

  }

  /* Pola & Text */
  .pola {
      font-size: 11px;
  }

  .fa-rocket,
  .fa-solid,
  .fas {
      float: right;
      margin-right: 10px;
  }

  .percent {
      height: 15px;
      display: flex;
      background-color: #e9ecef;
      border-radius: 18px;
      width: 98%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
  }

  .percent p {
      font-size: 12px;
      font-weight: bold;
      color: black;
      margin: 0;
      position: absolute;
      right: 60px;
      /* Jarak dari kanan */
      top: 50%;
      transform: translateY(-50%);
  }

  /* Bar Strip Style */
  .percent-bar {
      position: relative;
      height: 100%;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      transition: width 0.6s ease-in-out;
      background-size: 1rem 1rem;
      background-image: linear-gradient(135deg,
              rgba(255, 255, 255, 0.05) 25%,
              transparent 25%,
              transparent 50%,
              rgba(255, 255, 255, 0.05) 50%,
              rgba(255, 255, 255, 0.05) 75%,
              transparent 75%,
              transparent);
      animation: progress-bar-stripes 5s linear infinite;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  /* Warna Bar */
  .green {
      background: linear-gradient(to right, #2bff00, #1e9400);
  }

  .yellow {
      background: linear-gradient(to right, #ffb300, #ff8800);
      color: #222;
  }

  .red {
      background: linear-gradient(to right, #f8163b, #920000);
  }

  /* Animasi */
  @keyframes progress-bar-stripes {
      0% {
          background-position: 0 0;
      }

      100% {
          background-position: 10rem 0;
      }
  }

  /* Layout */
  .d-grid {
      background: #000;
      border-radius: 10px;
      width: 100%;
      max-width: 130px;
      margin-right:15px;
      margin: 0;
  }

  .jamBg {
      border-radius: 10px;
      padding-left: 5px;
  }

  .gameitem img {
      box-shadow: 4px 5px 15px 3px #000;
      width: 130px;
      border-radius: 10px;
      margin: 10px auto;

  }

  figcaption {
      text-align: center;
      color: #ffffff;
      font-size: 13px;
      margin: 10px;
      bottom: 20px;
      position: relative;
  }

  .gameitem {
     width: 100%;
      margin: auto;
      display: flex;
      height: 200px;
      flex-direction: row;
      justify-content: space-around;
      border-radius: 10px;
      align-items: center;
      box-shadow: 0px 0px 8px 2px #000;
      
  }

  /* Grid Area RTP */
  .RTPslotarea {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    column-gap: 20px;
    row-gap: 10px;
    margin: auto;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    position: relative;
      
  }

  /* Responsive */

  @media (max-width: 768px) {
      .RTPslotarea {
          grid-template-columns: repeat(2, 1fr);
          gap: 2px;
          column-gap: 5px;
          row-gap: 10px;
          width: 100%;
          margin: 20px auto
      }

      .d-grid {
          bottom: 20px;
          position: relative;
          max-width: 180px;
      }

      figcaption {
          font-size: 11px;
      }

      .gameitem {
          flex-direction: column;
          width: 90%;

          height: auto;
          border-radius: 10px;
      }

      .container1 {
          width: 100% !important;
      }

      .container img {
          width: 100% !important;

      }
.gameitem img {
    width: 100%;
}
.jackpot-currency {
    font-size: 25px !important;
    color: #ffffff;
}
#jackpot_value {
    font-size: 25px !important;
    color: #ffcc00;
}
.jacpot-collums{
    line-height: 3 !important;
}
  }

  /* Jam Gacor */
  .jamgacor {
      display: flex;
      flex-direction: row-reverse;
      align-content: stretch;
      flex-wrap: nowrap;
      background-color: #000;
      color: #fff;
      align-items: center;
      justify-content: space-between;
      font-size: 11px;

  }

  .pola img {

      width: 30px;
  }

  .flexpola {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-evenly;
  }

  body {
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      background-color: #000;
      margin: auto;
      background: url(/image/bg-rtp-rajabos.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 0%;
  }

  hr {
      height: 1px;
      /* ketebalan garis */
      border: none;
      /* hilangkan border bawaan */
      background-color: #e9ecef;
      /* warna garis */
      /* jarak atas bawah opsional */
  }

  .star-rating {
      display: flex;
      align-items: center;
      font-family: Arial, sans-serif;
      height: 30px;

      margin: auto;
      justify-content: space-between;
  }

  .stars {
      position: relative;
      display: inline-block;
      color: #e0e0e0;
      font-size: 20px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      padding-left: 20px;
  }

  .stars .overlay {
      position: absolute;
      top: 0;
      left: 0;
      white-space: nowrap;
      overflow: hidden;
      color: gold;
      /* Warna bintang terisi */
      pointer-events: none;
      padding-left: 20px;
  }

  .rating-text {
      margin-left: 8px;
      font-size: 14px;
      color: #c4c4c4;
  }

  .search-input {
    border: none !important;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, box-shadow 0.3s ease;
    display: block;
    position: relative;
    width: 50%;
    margin: auto;
  }

  .search-input:focus {
      border-color: #007bff;
      box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
  }

  .button {
      display: flex;
      justify-content: space-between;

  }

  .button a {
      width: 100%;
      height: 50px;
      margin: 10px auto;

      color: #ffffff;
      font-size: 18px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      text-decoration: none;
      border: 2px solid #0000009e;
      flex-direction: row;
      font-weight: 800;
  }

  .container img {
      display: block;
      /* ubah dari inline ke block agar bisa pakai margin auto */
      width: 70%;
      margin: 0 auto;
  }

  .container1 {
      background-color: #00000079;
      width: 80%;
      margin: auto;
  }

  .logo img {
      width: 150px;
      height: 30px;
      margin-left: 20px;
  }


  .flex_button {
      display: flex;
  }

  .logo a {
      background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgba(105, 0, 0, 0.63) 100%);
      color: #ffffff;
      border-radius: 10px;
      height: 30px;
      width: 100px;
      border: none;
      font-size: 16px;
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-right: 20px;
      justify-content: space-evenly;
      flex-wrap: nowrap;
      flex-direction: row-reverse;
  }

  .logo {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: -1px 3px 20px;
      background-color: #000000c4;
  }

  .native {
      display: flex;

      flex-direction: row;
      justify-content: space-evenly;
  }

  .native a {
      width: 100%;
      height: 30px;
      margin: 10px auto;
      background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgba(105, 0, 0, 0.63) 100%);
      border: 2px solid #920000;
      color: #ffffff;
      font-size: 16px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-decoration: none;
  }

  .rtpgame {
      display: flex;
      overflow-y: hidden;
      margin: auto;
      height: 80px;

      width: 100%;
      justify-content: space-evenly;
  }

  .rtpgame img {
      width: 40px;
      height: 40px;
      object-fit: cover;
      border-radius: 10px;
      margin: 10px;
      box-shadow: 0px 0px 8px 2px #afafaf;
      top: 10%;
      position: relative;
  }

  .rtp-slider {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
  }

  .rtpgame img:hover {
      border: solid 1px #ff0000;
      box-shadow: 0px 0px 8px 2px #ff0000;
  }

  /* Tombol Panah */
  .arrow {
      background-color: rgb(255, 0, 0);
      color: rgb(255, 166, 0);
      border: none;
      padding: 25px 3px;
      font-size: 20px;
      cursor: pointer;
      z-index: 2;
  }

  .arrow.left {
      margin-right: 0px;
  }

  .arrow.right {
      margin-left: 0px;
  }

  .arrow:hover {
      background-color: rgba(255, 255, 255, 0.8);
      color: black;
      transition: background-color 0.3s ease, color 0.3s ease;
  }

  .nav-bottom {
      position: fixed;
      bottom: 0;
      display: flex;
      z-index: 11;
      overflow: hidden;
      width: 100%;
      margin: auto;

  }

  .item-nav-bottom {
      background: linear-gradient(0deg, rgb(165, 0, 0) 0%, rgb(65, 0, 0) 100%);
      color: #fff;
      font-weight: bold;
      text-align: center;
      font-size: .8rem;
      width: 100%;
      border-left: solid 2px #000;

  }

  .item-nav-bottom:hover {
      background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgba(105, 0, 0, 0.63) 100%);
  }

  .item-nav-bottom a,
  .item-nav-bottom i {
      top: 10px;
      position: relative;

  }

  a {
      text-decoration: none;
  }

  .btn-login {
      background: linear-gradient(0deg, rgb(110, 110, 110) 0%, rgb(68, 68, 68) 100%);
  }

  .btn-daftar {
      background: linear-gradient(0deg, rgb(165, 0, 0) 0%, rgb(65, 0, 0) 100%);
  }

  .btn-daftar:hover {
      background: linear-gradient(0deg, rgb(68, 68, 68) 0%, rgb(110, 110, 110) 100%);
  }

  .btn-login:hover {
      background: linear-gradient(0deg, rgb(65, 0, 0) 0%, rgb(165, 0, 0) 100%);
  }

  .imgname {
      margin: auto;

  }

  .img-wrapper {
      position: relative;
      width: 200px;
      /* ubah sesuai kebutuhan */
      height: 200px;
      overflow: hidden;
  }

  .slider-container {
      position: relative;
      max-width: 900px;
      margin: auto;
      overflow: hidden;
  }

  .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }

  .slide {
      min-width: 100%;
  }

  .slide img {
      width: 100%;
      display: block;
  }

  .prev,
  .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      font-size: 24px;
      padding: 10px;
      border: none;
      cursor: pointer;
      z-index: 2;
  }

  .prev {
      left: 10px;
  }

  .next {
      right: 10px;
  }

  #scrollTopBtn {
      display: none;
      /* Hidden by default */
      position: fixed;
      bottom: 60px;
      right: 25px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #a50000;
      color: white;
      cursor: pointer;
      height: 30px;
      border-radius: 10%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      transition: opacity 0.3s ease-in-out;
  }

  #scrollTopBtn:hover {
      background-color: #000000;
  }

  #scrollTopBtn .fa-solid {
      padding-left: 13px !important;

      font-size: 13px;
  }

  .running-text-container {
      background-color: rgba(0, 0, 0, 0.86);
      color: #ffcc00;
      padding: 7px 0;
      overflow: hidden;
      position: relative;
      font-weight: bold;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      margin: auto;
  }

  .running-text-container i {
      margin-left: 20px;
      color: #ffcc00;
  }

  .running-text {
      white-space: nowrap;
      display: inline-block;
      padding-left: 100%;
      animation: scrollText 25s linear infinite;
  }

  @keyframes scrollText {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(-100%);
      }
  }

  .slot_demo {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      /* Default 5 kolom */
      gap: 20px;
      padding: 20px;
      justify-items: center;
  }

  @media (max-width: 768px) {
      .slot_demo {
          grid-template-columns: repeat(2, 1fr);
          /* Mobile: 2 kolom */
      }
  }

  .game-box {
      position: relative;
      width: 100%;
      max-width: 248px;
      overflow: hidden;
  }

  .game-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
  }

  /* Tombol play */
  .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 40px;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      padding: 15px 25px;
      border-radius: 50%;
      text-decoration: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 2;
  }

  .game-box:hover .play-btn {
      opacity: 1;
  }

  /* Modal */
  .modal {
      display: none;
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
  }

  .modal-content {
      position: relative;
      margin: auto;
      top: 5%;
      width: 90%;
      height: 90%;
      background-color: #000000e0;
      border: none;
  }

  .modal-content iframe {
      width: 100%;
      height: 100%;
      border: none;
  }

  .close-button {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 28px;
      color: rgb(255, 238, 0) !important;
      cursor: pointer;
      z-index: 1000;
  }

  .slot_demo span {
      color: #ffffff;
  }
     .slotarea .gameitem1 {
        position: relative;
        display: inline-block;
        margin: 10px;
        transition: transform 0.3s ease;
    }

    .slotarea .hover-button {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffcc00;
        color: #000;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        text-decoration: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .slotarea .gameitem1:hover .hover-button {
        opacity: 1;
        pointer-events: auto;
    }

    .slotarea {
        margin: auto
    }
      .button2 {
      display: flex;
      width: 100%;
      align-items: stretch;
      flex-wrap: nowrap;
      margin: auto;
      justify-content: space-evenly;
  }

  .button2 a {
      color: #ffffff;
      position: relative;
      bottom: 5px;
      border: #000000 solid 2px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      font-size: 12px;
  }
  
     .hidden-item {
    display: none;
}
#readmore-btn {
display: block;
margin: 20px auto;
padding: 10px 20px;
background: linear-gradient(0deg, rgb(165, 0, 0) 0%, rgb(65, 0, 0) 100%);
color: #fff;
border: none;
border-radius: 5px;
font-weight: bold;
cursor: pointer;
        }
#readmore-btn:hover{
background: linear-gradient(0deg, #7f000080 0%, #000000 100%);
color:#ffd900;
}
.jackpot-play-text,.jacpot{
  display: flex;
    justify-content: center;
    margin: 10px auto;
}
#jackpot_value{
       font-size: 35px;
    color: #ffcc00;
}
.jackpot-currency{
        font-size: 35px;
    color: #ffffff;
}
.jackpot-play-text{
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
}
.jackpot-play-text label{
    padding-left: 5px;
    color:#ffcc00;
}
.jacpot-collums{
    border: 13px solid #ff0000;
    border-radius: 50px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    text-align: center;
    height: 70px;
    bottom: 0;
    position: relative;
    line-height: 2.5;
    background: #000000;
    border-bottom: 7px solid #8b0000;
    box-shadow: inset 0px 4px 0px 9px #3d3c3c;
    border-top: 7px solid #7b0000;
}
.bg-name{
    background: #050000;
background: linear-gradient(90deg, rgba(5, 0, 0, 1) 0%, rgba(79, 0, 0, 1) 90%, rgba(110, 2, 2, 1) 100%);
}
.game-slider-container {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.game-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 80%;
    margin: auto;
}

.game-slider::-webkit-scrollbar {
    height: 8px;
}

.game-slider::-webkit-scrollbar-thumb {
    background: #ffbf00;
    border-radius: 10px;
}

.game-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.game-slider-arrow.left { left: 0; }
.game-slider-arrow.right { right: 0; }