@charset "UTF-8";
@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  background: #151E25;
  background-size: 100% 100%;
  background-attachment: fixed;
}

a {
  color: #000;
}

p, h4 {
  color: #ffffff;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

.background-mobile {
  position: fixed;
  width: 100%;
}
.background-mobile .thumb img {
  width: 100%;
  height: 100vh;
}

/* ===== HEADER STYLES ===== */
.header-main {
  z-index: 9;
}

.banner-page {
  padding: 1rem 0 !important;
}

body, html {
  background-attachment: fixed !important;
  background-size: 100% 100% !important;
}

.brand-game .brand-game-menu .tabs .item {
  width: 11%;
  margin: 0 3px;
}

.content-banner-sub a {
  color: #FFF;
}

.footer-h4 {
  color: #FFF;
  font-weight: 500;
  line-height: 1.2;
  font-family: inherit;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  display: block;
}

.content-slot li {
  color: #FFFFFF;
}

.menu_header_work {
  margin: 0 5px;
  position: relative;
}
.menu_header_work:after {
  position: absolute;
  top: -23px;
  right: -28px;
  z-index: 11;
  content: "HOT!";
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
  background-color: red;
  line-height: 2rem;
  padding: 0px 2px;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: blinker;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  clip-path: polygon(0% 20%, 100% 20%, 100% 75%, 35% 75%, 20% 90%, 19% 75%, 0% 75%);
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: blinker;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.post-wrap-item {
  width: 100%;
}

.content-creditfree a {
  color: #FCD535;
}

.article-main a {
  color: #ff8200;
}

.modal-dialog {
  margin: auto;
}

.modal-header {
  color: #fff;
  border-bottom: none;
  padding: 1rem 1rem 0;
}

.modal-diamond .post-wrap-item {
  padding-bottom: 1rem;
}

.btn-readmore-popup {
  background: -webkit-gradient(linear, left top, left bottom, from(#A1C521), to(#7CA211));
  background: linear-gradient(180deg, #A1C521 0%, #7CA211 100%);
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: none;
  padding: 2px 10px;
}
.btn-readmore-popup:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform all 0.5s ease-in-out;
  transition: -webkit-transform all 0.5s ease-in-out;
  transition: transform all 0.5s ease-in-out;
  transition: transform all 0.5s ease-in-out, -webkit-transform all 0.5s ease-in-out;
  -webkit-filter: drop-shadow(0 0 0.75rem red);
          filter: drop-shadow(0 0 0.75rem red);
}

.modal-diamond .modal-body::-webkit-scrollbar {
  width: 5px !important;
}
.modal-diamond .modal-body::-webkit-scrollbar-thumb {
  background: #d7ac13 !important;
}
.modal-diamond .modal-body::-webkit-scrollbar-track {
  background: #8d1000 !important;
}

.modal-diamond .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #f40000;
  text-shadow: 0 0 0 #fff;
  opacity: 0.7;
  outline: none;
  padding: 0;
  margin: 0;
}
.modal-diamond .close:hover {
  color: #ff0000;
  opacity: 1;
}

.modal-diamond {
  background: rgba(0, 0, 0, 0.6196078431);
}
.modal-diamond .modal-content .modal-body {
  margin: 0.5rem;
  color: #fff;
  text-align: center;
}
.modal-diamond .modal-content .modal-body a {
  color: #fff;
}
.modal-diamond .modal-content .modal-body a:hover {
  color: gold;
}
.modal-diamond .modal-content .modal-body h4 {
  padding: 10px 0;
}

.header-main .menu-left li {
  padding: 0 1vw;
}

video#myVideo {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
}

.video-main {
  position: relative;
  z-index: 1;
}

.header-main .menu-right, .header-main .menu-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
}

.header-main .menu-right li {
  padding: 0 1.5vw;
}

.bg-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg-mobile img {
  height: 100vh;
}

.popup-fixed .popup-register, .popup-fixed .popup-credit, .popup-fixed .popup-line {
  background: none;
  padding: 0;
  -webkit-filter: drop-shadow(0 0 0.75rem #fc2a54);
          filter: drop-shadow(0 0 0.75rem #fc2a54);
}

.brand-game .brand-game-menu .tabs .item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff70a), to(#ffad61)) !important;
  background: linear-gradient(180deg, #fff70a 0%, #ffad61 100%) !important;
}

.swiper-pagination-bullet {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7B70E), to(#EB6A00)) !important;
  background: linear-gradient(180deg, #E7B70E 0%, #EB6A00 100%) !important;
}

.content-banner-sub h1, .content-banner-sub h2, .content-banner-sub h3, .content-slot h3, .enter-page h1, .enter-page h2, .enter-page h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4731), to(#E17F70));
  background: linear-gradient(180deg, #FF4731 0%, #E17F70 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== MOBILE STYLES ===== */
@media only screen and (max-width: 600px) {
  .brand-game .brand-game-menu .tabs .item {
    width: 20%;
    margin: 5px;
  }
  .style-modal {
    padding: 5px;
  }
  .article-main .thumb {
    width: 100% !important;
  }
  .modal-diamond .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  .modal-diamond .modal-title {
    font-size: 1rem;
  }
  .modal-diamond .modal-content .modal-body h4 {
    font-size: 1rem;
  }
  .btn.btn-readmore-popup {
    font-size: 0.8rem;
  }
  body {
    background: none !important;
  }
  .bg-mobile {
    display: block;
  }
  .header-main .hambergur {
    padding: 0;
  }
  .header-main .contact-header-mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_header_work .contact-mobile-item {
    width: 70px !important;
    margin: 0 !important;
  }
  .menu_header_work {
    margin: 0 5px;
    position: relative;
  }
  .menu_header_work:after {
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 11;
    content: "HOT!";
    color: #fff;
    font-weight: 900;
    font-size: 0.8rem;
    background-color: red;
    line-height: 2rem;
    padding: 0px 2px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    clip-path: polygon(0% 20%, 100% 20%, 100% 75%, 35% 75%, 20% 90%, 19% 75%, 0% 75%);
  }
  .menu_header_work .contact-mobile-item {
    width: 70px !important;
    margin: 0 !important;
  }
  .menu_header_work p {
    font-size: 0.5rem;
  }
}
/* ===== LANDSCAPE MOBILE ===== */
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .header-main .hambergur {
    padding: 0;
  }
  .header-main .contact-header-mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_header_work {
    margin: 0 5px;
    position: relative;
  }
  .menu_header_work .contact-mobile-item {
    width: 70px !important;
    margin: 0 !important;
  }
  .menu_header_work p {
    font-size: 0.5rem;
  }
  .menu_header_work:after {
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 11;
    content: "HOT!";
    color: #fff;
    font-weight: 900;
    font-size: 0.8rem;
    background-color: red;
    line-height: 2rem;
    padding: 0px 2px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    clip-path: polygon(0% 20%, 100% 20%, 100% 75%, 35% 75%, 20% 90%, 19% 75%, 0% 75%);
  }
}
/* ===== RESPONSIVE BREAKPOINTS ===== */
@media only screen and (max-device-width: 1500px) {
  .header-main .menu-left li, .header-main .menu-right li {
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .header-main .menu-right li {
    padding: 0 0.5vw;
  }
  .header-main .menu-left li {
    padding: 0 0.5vw;
  }
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 10px;
  }
  .header-main .menu-right li {
    padding: 0 0.5vw;
  }
  .header-main .menu-left li {
    padding: 0.5vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 2vw;
  }
}
@media only screen and (min-device-width: 900px) and (max-device-width: 1440px) and (orientation: landscape) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 2vw;
  }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 1vw;
  }
  .header-main .menu-left li a, .header-main .menu-right li a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 3vw;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .header-main .menu-right, .header-main .menu-left {
    padding: 0 2vw;
  }
}
/* ===== MOBILE MENU MODAL STYLES ===== */
.mobile-menu-modal-content {
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border: none;
  border-radius: 0;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}

.modal#mobileMenuModal {
  z-index: 9999;
}
.modal#mobileMenuModal .modal-dialog {
  margin: 0;
  height: 100vh;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mobile-menu-modal-header {
  background: transparent;
  border-bottom: 1px solid #FF6B35;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mobile-menu-modal-header .mobile-menu-logo img {
  width: 100px;
}
.mobile-menu-modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 2rem;
  opacity: 1;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-modal-header .close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FF6B35;
}

.mobile-menu-modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}

.mobile-menu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mobile-menu-actions .mobile-menu-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-actions .mobile-menu-btn.mobile-menu-register {
  background: transparent;
  border: 1px solid #FF6B35;
  color: #fff;
}
.mobile-menu-actions .mobile-menu-btn.mobile-menu-register:hover {
  background: #FF6B35;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-actions .mobile-menu-btn.mobile-menu-login {
  background: #FF6B35;
  border: 1px solid #FF6B35;
  color: #fff;
}
.mobile-menu-actions .mobile-menu-btn.mobile-menu-login:hover {
  background: #FF8A65;
  color: #fff;
  text-decoration: none;
}

.mobile-menu-divider {
  height: 1px;
  background: #FF6B35;
  margin: 1rem 0;
}

.mobile-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.mobile-menu-items .mobile-menu-item {
  background: #000;
  border-radius: 8px;
  padding: 1rem 0.8rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.4rem);
          flex: 0 0 calc(50% - 0.4rem);
}
.mobile-menu-items .mobile-menu-item:hover {
  background: #FF6B35;
  color: #fff;
  text-decoration: none;
  border-color: #FF8A65;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* ===== OLD HEADER STYLES (LEGACY) ===== */
.top-header .logo-top {
  width: 11.11%;
}
.top-header .logo-top img {
  width: 50px;
  height: auto;
}

ul {
  padding: 0;
}

.logo-main {
  width: 150px;
  padding-top: 20px;
}
.logo-main img {
  width: 100%;
  height: auto;
}

.main-menu > li {
  padding: 0 30px;
  display: inline-block;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #29313E;
  position: fixed;
  width: 100%;
}
.header-main .hambergur,
.header-main .contact-header-mobile {
  display: none;
}
.header-main .hambergur {
  font-size: 2.5rem;
  color: #ffffff;
  padding: 0 40px 0 0;
}
.header-main .contact-header-mobile {
  text-align: center;
}
.header-main .contact-header-mobile .contact-mobile-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7B70E), to(#EB6A00));
  background: linear-gradient(180deg, #E7B70E 0%, #EB6A00 100%);
  margin: 0 2px;
  padding: 5px 0;
  width: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-main .contact-header-mobile .contact-mobile-item i {
  font-size: 1.2rem;
}
.header-main .contact-header-mobile .contact-mobile-item p {
  font-size: 0.6rem;
}
.header-main .contact-header-mobile .contact-mobile-item:hover {
  -webkit-filter: drop-shadow(0 0 0.3rem #FFC90B);
          filter: drop-shadow(0 0 0.3rem #FFC90B);
}
.header-main .contact-header-mobile .contact-mobile-item:hover i {
  color: #fff;
}
.header-main .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  list-style: none;
}
.header-main .menu-left li {
  padding: 0 2vw;
}
.header-main .menu-left li a {
  color: #fff;
}
.header-main .menu-left li a:hover {
  color: #FFC90B;
}
.header-main .logo-header {
  width: 100px;
  padding: 10px 0;
}
.header-main .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  list-style: none;
}
.header-main .menu-right li {
  padding: 0 2vw;
}
.header-main .menu-right li a {
  color: #fff;
}
.header-main .menu-right li a:hover {
  color: #FFC90B;
}

/* ===== POPUP STYLES ===== */
.popup-fixed {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
  font-size: 2rem;
}
.popup-fixed .btn-close {
  position: absolute;
  top: -10%;
  right: 0;
  color: #c5190c;
  cursor: pointer;
}
.popup-fixed .btn-close:hover {
  color: #ff1100;
}
.popup-fixed .popup-img {
  width: 250px;
  margin: auto;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.closee {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* ===== MOBILE NAVIGATION ===== */
.nav-mobile-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.nav-mobile-box .mobile-wrap-menu {
  padding: 0 30px 0 0;
  background: rgba(0, 0, 0, 0.2549019608);
  height: 100vh;
}
.nav-mobile-box .menu-mobile {
  height: 100vh;
  padding: 1rem 1rem 5rem;
  background: #151E25;
  border-top: none;
  border-right: 2px solid #F3CA81;
  overflow-y: auto;
}
.nav-mobile-box .menu-mobile > li {
  display: inherit;
  padding: 8px 0;
}
.nav-mobile-box .menu-mobile > li a {
  color: #fff;
  font-size: 1.2rem;
}
.nav-mobile-box .menu-mobile > li a:hover {
  color: #FFC90B;
}
.nav-mobile-box .menu-mobile > li + li {
  border-top: 1px solid #F3CA81;
}
.nav-mobile-box .menu-mobile .logo-mobile-box {
  width: 100px;
  margin: auto;
  padding: 2rem 0;
}
.nav-mobile-box .menu-mobile i {
  font-size: 1.5rem;
  color: #c5190c;
  float: right;
}
.nav-mobile-box.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.close-mobile-menu-box {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.header-effect {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
}

/* ===== NEW HEADER STYLES ===== */
.fixed-top {
  background: #0f0f0f;
  z-index: 1040;
}

.header-main {
  background: #0f0f0f;
  padding: 0px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #f15a2c;
}

.logo-main img {
  display: block;
  height: 42px;
  width: auto;
}

.btn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 20px;
}
.btn-header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 12px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-header .btn p {
  margin: 0;
}
.btn-header .btn.btn-login {
  background: #F4512E;
  color: #fff;
  border-color: #F4512E;
}
.btn-header .btn.btn-register {
  background: transparent;
  color: #F4512E;
  border-color: #F4512E;
}

/* ===== MENU ITEMS HEADER ===== */
.menu-items-header {
  list-style: none;
  margin: 0;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .menu-items-header {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    padding: 16px 10px;
  }
  .menu-items-header::-webkit-scrollbar {
    height: 3px;
  }
  .menu-items-header::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .menu-items-header::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
}
.menu-items-header li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-items-header li a {
  color: #FFF;
  text-align: center;
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-items-header li a:hover {
  color: #FFC90B;
}
.menu-items-header li.point-free a {
  pointer-events: none;
}
.menu-items-header .border-right {
  display: none !important;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */
@media (min-width: 880px) {
  .menu-header-main {
    display: block !important;
  }
  .logo-main img {
    height: 100px;
  }
}
@media (max-width: 800px) {
  .menu-header-main {
    display: none !important;
  }
  .header-main {
    padding: 0px 16px;
    border-bottom: 3px solid #F4512E;
  }
  .logo-main img {
    height: 100px;
  }
  .btn-header {
    gap: 12px;
  }
  .btn-header .btn {
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 18px;
  }
}
/* ===== TITLE COMPONENTS ===== */
.title-box-header {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.title-box-header .border-bottom {
  border-bottom: 2px solid #FFB600 !important;
  width: 20%;
  margin: 1rem auto;
}

/* ===== BRAND GAME SECTION ===== */
.brand-game {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  background: rgba(0, 0, 0, 0.3);
}
.brand-game figure {
  margin: 0.5rem 0;
}
.brand-game img {
  width: 90px !important;
}

/* ===== GAME MENU SECTION ===== */
.menu-game-main, .game-page-menu {
  position: relative;
  z-index: 1;
}
.menu-game-main .menu-game-item, .menu-game-main .game-page-menu-items, .game-page-menu .menu-game-item, .game-page-menu .game-page-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.menu-game-main .menu-game-item .menu-game-list, .menu-game-main .menu-game-item .game-page-menu-item, .menu-game-main .game-page-menu-items .menu-game-list, .menu-game-main .game-page-menu-items .game-page-menu-item, .game-page-menu .menu-game-item .menu-game-list, .game-page-menu .menu-game-item .game-page-menu-item, .game-page-menu .game-page-menu-items .menu-game-list, .game-page-menu .game-page-menu-items .game-page-menu-item {
  width: auto;
  min-width: 80px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.menu-game-main .menu-game-item .menu-game-list figure, .menu-game-main .menu-game-item .game-page-menu-item figure, .menu-game-main .game-page-menu-items .menu-game-list figure, .menu-game-main .game-page-menu-items .game-page-menu-item figure, .game-page-menu .menu-game-item .menu-game-list figure, .game-page-menu .menu-game-item .game-page-menu-item figure, .game-page-menu .game-page-menu-items .menu-game-list figure, .game-page-menu .game-page-menu-items .game-page-menu-item figure {
  margin: 0 0 0.5rem 0;
}
.menu-game-main .menu-game-item .menu-game-list figure img, .menu-game-main .menu-game-item .game-page-menu-item figure img, .menu-game-main .game-page-menu-items .menu-game-list figure img, .menu-game-main .game-page-menu-items .game-page-menu-item figure img, .game-page-menu .menu-game-item .menu-game-list figure img, .game-page-menu .menu-game-item .game-page-menu-item figure img, .game-page-menu .game-page-menu-items .menu-game-list figure img, .game-page-menu .game-page-menu-items .game-page-menu-item figure img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===== RESPONSIVE GAME MENU ===== */
@media only screen and (max-width: 768px) {
  .menu-game-main .menu-game-item, .menu-game-main .game-page-menu-items, .game-page-menu .menu-game-item, .game-page-menu .game-page-menu-items {
    gap: 0.5rem;
  }
  .menu-game-main .menu-game-item .menu-game-list, .menu-game-main .menu-game-item .game-page-menu-item, .menu-game-main .game-page-menu-items .menu-game-list, .menu-game-main .game-page-menu-items .game-page-menu-item, .game-page-menu .menu-game-item .menu-game-list, .game-page-menu .menu-game-item .game-page-menu-item, .game-page-menu .game-page-menu-items .menu-game-list, .game-page-menu .game-page-menu-items .game-page-menu-item {
    min-width: 50px;
  }
  .menu-game-main .menu-game-item .menu-game-list figure img, .menu-game-main .menu-game-item .game-page-menu-item figure img, .menu-game-main .game-page-menu-items .menu-game-list figure img, .menu-game-main .game-page-menu-items .game-page-menu-item figure img, .game-page-menu .menu-game-item .menu-game-list figure img, .game-page-menu .menu-game-item .game-page-menu-item figure img, .game-page-menu .game-page-menu-items .menu-game-list figure img, .game-page-menu .game-page-menu-items .game-page-menu-item figure img {
    width: 40px;
    height: 40px;
  }
  .menu-game-main .menu-game-item .menu-game-list::after, .menu-game-main .menu-game-item .game-page-menu-item::after, .menu-game-main .game-page-menu-items .menu-game-list::after, .menu-game-main .game-page-menu-items .game-page-menu-item::after, .game-page-menu .menu-game-item .menu-game-list::after, .game-page-menu .menu-game-item .game-page-menu-item::after, .game-page-menu .game-page-menu-items .menu-game-list::after, .game-page-menu .game-page-menu-items .game-page-menu-item::after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-game-main, .game-page-menu {
    margin-top: 0px;
  }
  .menu-game-main .menu-game-item, .menu-game-main .game-page-menu-items, .game-page-menu .menu-game-item, .game-page-menu .game-page-menu-items {
    gap: 0.3rem;
  }
  .menu-game-main .menu-game-item .menu-game-list, .menu-game-main .menu-game-item .game-page-menu-item, .menu-game-main .game-page-menu-items .menu-game-list, .menu-game-main .game-page-menu-items .game-page-menu-item, .game-page-menu .menu-game-item .menu-game-list, .game-page-menu .menu-game-item .game-page-menu-item, .game-page-menu .game-page-menu-items .menu-game-list, .game-page-menu .game-page-menu-items .game-page-menu-item {
    min-width: 40px;
    padding: 0.6rem;
  }
  .menu-game-main .menu-game-item .menu-game-list figure img, .menu-game-main .menu-game-item .game-page-menu-item figure img, .menu-game-main .game-page-menu-items .menu-game-list figure img, .menu-game-main .game-page-menu-items .game-page-menu-item figure img, .game-page-menu .menu-game-item .menu-game-list figure img, .game-page-menu .menu-game-item .game-page-menu-item figure img, .game-page-menu .game-page-menu-items .menu-game-list figure img, .game-page-menu .game-page-menu-items .game-page-menu-item figure img {
    width: 35px;
    height: 35px;
  }
  .menu-game-main .menu-game-item .menu-game-list::after, .menu-game-main .menu-game-item .game-page-menu-item::after, .menu-game-main .game-page-menu-items .menu-game-list::after, .menu-game-main .game-page-menu-items .game-page-menu-item::after, .game-page-menu .menu-game-item .menu-game-list::after, .game-page-menu .menu-game-item .game-page-menu-item::after, .game-page-menu .game-page-menu-items .menu-game-list::after, .game-page-menu .game-page-menu-items .game-page-menu-item::after {
    font-size: 9px;
  }
}
/* ===== SLOT GAME SECTION ===== */
.slot-main {
  position: relative;
  z-index: 1;
}
.slot-main .slot-bg {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  padding: 2rem;
}
.slot-main .slot-bg .box-game .box-game-item {
  width: 20%;
  padding: 0.5rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.slot-main .slot-bg .box-game .box-game-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 10px #ffe870) invert(5%);
          filter: drop-shadow(0 0 10px #ffe870) invert(5%);
}

.jackpot-main {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.jackpot-main .jackpot-bg {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  padding: 2rem;
}

/*  page-in  */
.wrap-promotion-page {
  margin: 1rem;
}
.wrap-promotion-page .wrap-promotion-page-item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  padding: 2rem;
}
.wrap-promotion-page .wrap-promotion-page-item .col-12 {
  margin: 1rem 0;
}

.wrap-enter-page {
  margin: 1rem;
}
.wrap-enter-page .wrap-enter-page-item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  padding: 2rem;
}
.wrap-enter-page .wrap-enter-page-item h5 {
  color: #fff;
  margin-bottom: 0;
}

.wrap-guide {
  margin: 1rem;
}
.wrap-guide .wrap-guide-item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  padding: 2rem;
}
.wrap-guide .wrap-guide-item .accordion-header {
  background: linear-gradient(92.07deg, #9A00B3 1.62%, #6D36E3 48.17%, #2BC1F0 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrap-guide .wrap-guide-item .accordion-header .icon-guide {
  width: 15%;
  margin: 0 10px;
}
.wrap-guide .wrap-guide-item .accordion-header h4, .wrap-guide .wrap-guide-item .accordion-header i {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.wrap-guide .wrap-guide-item .accordion-body {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
  background: linear-gradient(92.07deg, #9A00B3 1.62%, #6D36E3 48.17%, #2BC1F0 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.wrap-guide .wrap-guide-item .accordion-body p {
  padding: 1rem 1.5rem;
  line-height: 1.8;
}
.wrap-guide .wrap-guide-item .accordion + .accordion {
  margin-top: 1rem;
}
.wrap-guide .wrap-guide-item .accordion-icon {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.wrap-guide .wrap-guide-item .accordion.active .accordion-header {
  background-color: rgb(40, 134, 114);
  color: white;
}
.wrap-guide .wrap-guide-item .accordion.active .accordion-icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ===== Hero Tournament Section ===== */
.hero-tournament {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.hero-tournament::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assets/img/banner.png") center/cover no-repeat;
  opacity: 0.3;
  z-index: 1;
}
.hero-tournament .container {
  position: relative;
  z-index: 2;
}
.hero-tournament .tournament-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.hero-tournament .tournament-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-tournament .tournament-title {
  margin-bottom: 30px;
}
.hero-tournament .tournament-title h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.hero-tournament .tournament-title h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
.hero-tournament .tournament-title h3 {
  font-size: 1.5rem;
  color: #FFD700;
  font-weight: 600;
}
.hero-tournament .tournament-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.hero-tournament .tournament-buttons .btn {
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-tournament .tournament-buttons .btn.btn-tournament-register {
  background: linear-gradient(45deg, #FF6B35, #F7931E);
  color: #fff;
  border: none;
}
.hero-tournament .tournament-buttons .btn.btn-tournament-register:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
          box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}
.hero-tournament .tournament-buttons .btn.btn-tournament-login {
  background: transparent;
  color: #FF6B35;
  border: 2px solid #FF6B35;
}
.hero-tournament .tournament-buttons .btn.btn-tournament-login:hover {
  background: #FF6B35;
  color: #fff;
}
.hero-tournament .tournament-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-tournament .leaderboard {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
}
.hero-tournament .leaderboard .leaderboard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
}
.hero-tournament .leaderboard .leaderboard-item .rank {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFD700;
}
.hero-tournament .leaderboard .leaderboard-item .prize {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4CAF50;
}

/* ===== Section Headers ===== */
.section-header {
  text-align: center;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.section-header .badge-new {
  background: #FF4444;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 15px;
}
.section-header p {
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* ===== Section Popular Games ===== */
.section-popular-games {
  background: #0f0f0f;
  padding: 80px 0;
}
.section-popular-games .games-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.section-popular-games .game-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-popular-games .game-card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
          box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
}
.section-popular-games .game-card .game-thumb {
  position: relative;
  overflow: hidden;
}
.section-popular-games .game-card .game-thumb img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-popular-games .game-card .game-thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.section-popular-games .game-card .game-info {
  padding: 20px;
}
.section-popular-games .game-card .game-info h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-popular-games .game-card .game-info p {
  color: #FFD700;
  font-size: 0.9rem;
  font-weight: 500;
}

/* ===== MOBILE FOOTER MENU ===== */
.menu-footer-fixed {
  position: fixed;
  border-top: 2px solid #FF6B35;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 9;
  padding: 5px 5px;
  display: none;
  -webkit-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
  background: #000;
}
@media only screen and (max-width: 768px) {
  .menu-footer-fixed {
    display: block;
  }
}
.menu-footer-fixed .menu-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.menu-footer-fixed .menu-footer-list .menu-footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.menu-footer-fixed .menu-footer-list .menu-footer-item .thumb {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-footer-fixed .menu-footer-list .menu-footer-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
.menu-footer-fixed .menu-footer-list .menu-footer-item p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
.menu-footer-fixed .menu-footer-list .menu-footer-item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.menu-footer-fixed .menu-footer-list .menu-footer-item:hover .thumb img {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(2px 2px 8px rgba(255, 255, 255, 0.3));
}
.menu-footer-fixed .menu-footer-list .menu-footer-item:hover p {
  color: #FFF8DF;
}
.menu-footer-fixed .menu-footer-list .menu-footer-item:active {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.menu-footer-fixed .menu-footer-list .menu-footer-center .thumb {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

/* ===== MAIN FOOTER ===== */
.footer-main {
  margin-top: auto;
  margin-bottom: 0;
  background: #000000 !important;
  padding: 3rem 0 !important;
}
.footer-main .container {
  max-width: 1400px;
}
.footer-main .footer-main-content {
  gap: 10rem;
  position: relative;
  min-height: 200px;
}
.footer-main .footer-main-content::before {
  content: "";
  position: absolute;
  left: 280px;
  top: 0;
  width: 2px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer-main .footer-main-content::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-main .footer-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    min-height: auto;
  }
}
.footer-main .footer-left-section {
  width: 500px;
  padding: 0px 50px;
}
@media (max-width: 991px) {
  .footer-main .footer-left-section {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-left-section {
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .footer-main .footer-left-section .footer-brand {
    text-align: center;
  }
  .footer-main .footer-left-section .footer-brand img {
    display: block;
    margin: 0 auto;
  }
}
.footer-main .footer-right-section {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .footer-main .footer-right-section {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-right-section {
    padding-left: 0;
  }
  .footer-main .footer-right-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main .footer-right-section .col-lg-6 {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .footer-main .footer-right-section .footer-games {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem;
  }
  .footer-main .footer-right-section .footer-download {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block !important;
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer-main .footer-right-section .game-providers {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
  .footer-main .footer-right-section .footer-contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .footer-main .footer-right-section .footer-download {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-main .footer-right-section .game-providers {
    margin-top: -1rem;
  }
}

/* ===== FOOTER SECTIONS ===== */
.footer-brand.text-center {
  text-align: center;
}
.footer-brand.text-start {
  text-align: left;
}
.footer-brand.text-start img {
  display: block;
  margin-bottom: 1rem;
}
.footer-brand img {
  width: 90px;
  height: auto;
}
.footer-brand img.mb-2 {
  margin-bottom: 0.8rem;
}
.footer-brand h5 {
  color: #fff;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.footer-brand p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.footer-download h6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer-download h6 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.footer-download .download-buttons {
  gap: 30px !important;
}
@media (max-width: 768px) {
  .footer-download .download-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 !important;
  }
}
.footer-download .download-buttons .download-item {
  min-width: 140px;
}
@media (max-width: 768px) {
  .footer-download .download-buttons .download-item small {
    font-size: 0.65rem;
  }
}
@media (max-width: 768px) {
  .footer-download .download-buttons .download-item strong {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .footer-download .download-buttons .download-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 45%;
    min-width: 120px;
    padding: 0.5rem !important;
  }
}
.footer-download .download-item {
  border-radius: 8px;
  max-width: 150px;
}
.footer-download .download-item:hover {
  background: #2a2a2a;
  border-color: #FF6B35;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(255, 107, 53, 0.2);
          box-shadow: 0 4px 8px rgba(255, 107, 53, 0.2);
}
.footer-download .download-item img {
  height: 50px;
  margin-right: 0.5rem;
}
.footer-download .download-item small {
  color: #fff;
  font-size: 0.7rem;
}
.footer-download .download-item strong {
  color: #fff;
  font-size: 0.8rem;
}

.footer-games h6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer-games h6 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.footer-games .game-item-link {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  line-height: 1.4;
}
.footer-games .game-item-link:hover {
  color: #FF6B35;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media (min-width: 769px) {
  .footer-games .game-item-link {
    white-space: normal;
    word-wrap: break-word;
    padding-right: 0.5rem;
  }
}
.footer-games .games-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .footer-games .games-grid {
    -ms-grid-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem 0.1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-games .game-item-link {
    text-align: center;
    padding: 0.5rem 0.1rem;
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    min-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-games .game-item-link:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: rgba(255, 107, 53, 0.1);
    border-radius: 4px;
  }
  .footer-games .game-col {
    padding: 0 2px;
  }
}

.footer-contact h6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer-contact h6 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.footer-contact .d-flex.gap-3 {
  gap: 10px !important;
}
@media (max-width: 768px) {
  .footer-contact .d-flex.gap-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem !important;
  }
}
.footer-contact .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #191C23;
}
.footer-contact .contact-icon img {
  width: auto;
}
.footer-contact small {
  color: #fff;
}

.game-providers h6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .game-providers h6 {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
}
.game-providers .d-flex.flex-wrap.justify-content-start {
  gap: 10px !important;
}
@media (max-width: 768px) {
  .game-providers .d-flex.flex-wrap.justify-content-start {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.game-providers .provider-icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-providers .provider-icon img {
  width: 40px;
  height: auto;
}

/* ===== UTILITY STYLES ===== */
body.d-flex.flex-column.min-vh-100 .footer-main {
  margin-top: auto;
}
body.d-flex.flex-column.min-vh-100 .footer-main, body.d-flex.flex-column.min-vh-100 .copy-right {
  position: relative !important;
  z-index: 1 !important;
}

.fixed-bottom {
  z-index: 999 !important;
}
@media only screen and (min-width: 769px) {
  .fixed-bottom {
    display: none !important;
  }
}

.copy-right {
  background: #000000 !important;
  border-top: 2px solid #FF6B35 !important;
  padding: 15px 0 !important;
  margin-top: 0 !important;
}
.copy-right p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.9rem;
}

/* ===== MOBILE RESPONSIVE FIXES ===== */
@media (max-width: 768px) {
  html, body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  .container, .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .fixed-top {
    width: 100%;
    max-width: 100%;
  }
  .header-main {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-content,
  .content-area,
  .page-content,
  .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .promotion-section,
  .articles-section,
  .banner-section,
  .footer-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
.frm-star-group .frmsvg {
  height: 30px;
  padding: 3px;
}

/* ===== PROMOTION FILTER STYLES ===== */
.promotion-tab-content.d-none,
.promotion-mobile-content.d-none {
  display: none !important;
}

/* ===== POPUP FIXED STYLES ===== */
.popup-fixed .popup-register,
.popup-fixed .popup-credit,
.popup-fixed .popup-line {
  width: 250px !important;
  max-width: 250px !important;
  min-width: 250px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.popup-fixed .popup-register figure,
.popup-fixed .popup-credit figure,
.popup-fixed .popup-line figure {
  width: 100% !important;
  max-width: 100% !important;
}

.popup-fixed .popup-register figure img,
.popup-fixed .popup-credit figure img,
.popup-fixed .popup-line figure img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* ===== MOBILE POPUP STYLES ===== */
.popup-mobile {
  display: none;
  position: fixed;
  bottom: 35%;
  right: 2%;
  z-index: 999;
  font-size: 1.2rem;
}
.popup-mobile .btn-close-mobile {
  position: absolute;
  top: -8%;
  right: 0;
  color: #c5190c;
  cursor: pointer;
  font-size: 1.5rem;
}
.popup-mobile .btn-close-mobile:hover {
  color: #ff1100;
}
.popup-mobile .popup-img-mobile {
  width: 150px;
  margin: auto;
}
.popup-mobile .popup-register-mobile,
.popup-mobile .popup-credit-mobile,
.popup-mobile .popup-line-mobile {
  width: 150px !important;
  max-width: 150px !important;
  min-width: 150px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background: none;
  padding: 0;
  -webkit-filter: drop-shadow(0 0 0.5rem #fc2a54);
          filter: drop-shadow(0 0 0.5rem #fc2a54);
}
.popup-mobile .popup-register-mobile figure,
.popup-mobile .popup-credit-mobile figure,
.popup-mobile .popup-line-mobile figure {
  width: 100% !important;
  max-width: 100% !important;
}
.popup-mobile .popup-register-mobile figure img,
.popup-mobile .popup-credit-mobile figure img,
.popup-mobile .popup-line-mobile figure img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.popup-mobile.closee {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* ===== BANNER SECTION ===== */
.banner-main {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 10;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 2rem 0;
}
.banner-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-main .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-main .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
}
.banner-main .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-main .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* ===== HEADER & NAVIGATION ===== */
.fixed-top {
  z-index: 1060;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* ===== MAIN CONTENT LAYOUT ===== */
main.flex-grow-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 0;
  padding-top: calc(80px + 2rem); /* ใช้ calc() เพื่อคำนวณความสูงของ header + padding */
}
@media (max-width: 768px) {
  main.flex-grow-1 {
    padding-top: calc(140px + 1rem); /* header + mobile nav + padding */
  }
}

/* ===== BANNER POSITIONING ===== */
.banner-main {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  clear: both !important;
  display: block !important;
  overflow: visible !important;
}

/* ===== MOBILE NAVIGATION ===== */
.mobile-nav-bar {
  display: none;
  background: #000;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .mobile-nav-bar {
    display: block;
    margin-top: 0;
  }
}
.mobile-nav-bar .mobile-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 8px;
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item:hover {
  background: rgba(255, 107, 53, 0.1);
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item .mobile-nav-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
  width: 40px;
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item .mobile-nav-icon .nav-icon-img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item .mobile-nav-icon .hot-badge {
  position: absolute;
  top: 4px;
  right: -5px;
  background: #FF4444;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 8px;
  line-height: 1;
  z-index: 20;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.mobile-nav-bar .mobile-nav-container .mobile-nav-item .mobile-nav-text {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.mobile-menu-overlay .mobile-menu-content {
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  overflow-y: auto;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-menu-logo img {
  width: 100px;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-divider {
  height: 1px;
  background: #FF6B35;
  margin: 1rem 0;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-btn.mobile-menu-register {
  background: transparent;
  border: 1px solid #FF6B35;
  color: #fff;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-btn.mobile-menu-register:hover {
  background: #FF6B35;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-btn.mobile-menu-login {
  background: #FF6B35;
  border: 1px solid #FF6B35;
  color: #fff;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-btn.mobile-menu-login:hover {
  background: #FF8A65;
  color: #fff;
  text-decoration: none;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-items .mobile-menu-item {
  background: #000;
  border-radius: 8px;
  padding: 1rem 0.8rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-content .mobile-menu-items .mobile-menu-item:hover {
  background: rgba(255, 107, 53, 0.2);
  border-color: #FF6B35;
  color: #fff;
  text-decoration: none;
}

/* ===== SWIPER STYLES ===== */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  background: #F1C40F !important;
  margin: 0 5px;
}

.swiper-pagination {
  left: 0;
  right: 0;
}

/* ===== SCROLL TO TOP BUTTON ===== */
#button {
  color: #F1C40F;
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  color: #f1620f;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* ===== BUTTON STYLES ===== */
.btn {
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  padding: 19px 42px;
  text-align: center;
  font-size: 20px;
}
.btn--primary {
  background: #f1d00a;
  border: 2px solid #f1d00a;
  color: #21325e;
}
.btn--primary:hover, .btn--primary:focus {
  background: #fff;
  border: 2px solid #21325e;
  color: #21325e;
}

label {
  display: block !important;
  margin-bottom: 0 !important;
}

/* ===== GAME SHOWCASE SECTIONS ===== */
.game-showcase-main {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 0;
}
.game-showcase-main .game-section {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}
.game-showcase-main .game-section:last-child {
  margin-bottom: 0;
}
.game-showcase-main .game-section .section-header .section-number {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 1rem;
}
.game-showcase-main .game-section .section-header .section-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .section-header .section-title {
    font-size: 1.1rem;
  }
}
.game-showcase-main .game-section .section-header .hot-badge {
  background: #FF4444;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.game-showcase-main .game-section .section-header .view-all-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.game-showcase-main .game-section .section-header .view-all-link:hover {
  color: #FFA500;
  text-decoration: none;
}
.game-showcase-main .game-section .section-header .view-all-link i {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .section-header .view-all-link.desktop-only {
    display: none;
  }
}
.game-showcase-main .game-section .game-showcase-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .game-showcase-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .game-showcase-main .game-section .game-showcase-grid::-webkit-scrollbar {
    height: 0px;
  }
}
.game-showcase-main .game-section .game-showcase-slider .swiper {
  overflow: hidden;
}
.game-showcase-main .game-section .game-showcase-slider .swiper-slide {
  height: auto;
}
.game-showcase-main .game-section .game-showcase-slider .swiper-slide .mobile-game-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.game-showcase-main .game-section .game-showcase-slider .swiper-slide .game-showcase-item {
  height: 100%;
}
.game-showcase-main .game-section .game-showcase-item {
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .game-showcase-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
    scroll-snap-align: start;
  }
}
.game-showcase-main .game-section .game-showcase-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #FFD700;
}
.game-showcase-main .game-section .game-showcase-item .game-image {
  position: relative;
  overflow: hidden;
}
.game-showcase-main .game-section .game-showcase-item .game-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.game-showcase-main .game-section .game-showcase-item .game-image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.game-showcase-main .game-section .game-showcase-item .game-info {
  padding: 1rem;
}
.game-showcase-main .game-section .game-showcase-item .game-info .game-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-align: center;
}
.game-showcase-main .game-section .game-showcase-item .game-info .game-provider {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.game-showcase-main .game-section .game-provider-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .game-provider-grid {
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.game-showcase-main .game-section .game-provider-grid.desktop-only {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1rem !important;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .game-provider-grid.desktop-only {
    display: none !important;
  }
}
.game-showcase-main .game-section .game-provider-grid.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .game-provider-grid.mobile-only {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
  }
}
.game-showcase-main .game-section .game-provider-item {
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.game-showcase-main .game-section .game-provider-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #FFD700;
}
.game-showcase-main .game-section .game-provider-item .provider-image {
  position: relative;
  overflow: hidden;
}
.game-showcase-main .game-section .game-provider-item .provider-image img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.game-showcase-main .game-section .game-provider-item .provider-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.game-showcase-main .game-section .game-provider-item .provider-info {
  padding: 0 1rem 1rem;
}
.game-showcase-main .game-section .game-provider-item .provider-info .provider-name {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.game-showcase-main .game-section .mobile-view-all-container {
  display: none;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .mobile-view-all-container {
    display: block;
  }
}
.game-showcase-main .game-section .mobile-view-all-container .mobile-view-all-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .desktop-only {
    display: none !important;
  }
}
.game-showcase-main .game-section .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .mobile-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 1rem;
  }
}
.game-showcase-main .game-section .promotion-tabs-container .tab-buttons {
  gap: 8px;
}
.game-showcase-main .game-section .promotion-tabs-container .tab-buttons .tab-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  white-space: nowrap;
}
.game-showcase-main .game-section .promotion-tabs-container .tab-buttons .tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.game-showcase-main .game-section .promotion-tabs-container .tab-buttons .tab-btn.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B35), to(#FF8A65));
  background: linear-gradient(180deg, #FF6B35, #FF8A65);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-tabs-container .tab-buttons .tab-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}
.game-showcase-main .game-section .promotion-tabs-container .view-all-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.game-showcase-main .game-section .promotion-tabs-container .view-all-link:hover {
  color: #FFA500;
  text-decoration: none;
}
.game-showcase-main .game-section .promotion-tabs-container .view-all-link i {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-tabs-container .view-all-link.desktop-only {
    display: none;
  }
}
.game-showcase-main .game-section .hengjing-about-wrapper {
  margin-bottom: 2rem;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box {
  border: 2px solid #FF6B35;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box {
  border: 2px solid #FF6B35;
  border-radius: 15px;
  padding: 2rem;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box p strong {
  font-weight: 600;
}
.game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box a {
  color: #fff;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .hengjing-about-wrapper {
    padding: 1.5rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box {
    padding: 1.5rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box h3 {
    font-size: 1.1rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-info-box p {
    font-size: 0.85rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box {
    padding: 1.5rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box h3 {
    font-size: 1.2rem;
  }
  .game-showcase-main .game-section .hengjing-about-wrapper .hengjing-main-box p {
    font-size: 0.85rem;
  }
}
.game-showcase-main .game-section .promotion-slider .swiper-pagination {
  bottom: 20px;
}
.game-showcase-main .game-section .promotion-slider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.game-showcase-main .game-section .promotion-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFD700;
}
.game-showcase-main .game-section .promotion-container .promotion-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .game-showcase-main .game-section .promotion-container .promotion-grid {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-container .promotion-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.game-showcase-main .game-section .articles-container .articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .game-showcase-main .game-section .articles-container .articles-grid {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .articles-container .articles-grid {
    display: block;
  }
  .game-showcase-main .game-section .articles-container .articles-grid .article-item {
    display: none;
  }
  .game-showcase-main .game-section .articles-container .articles-grid .article-item:first-child {
    display: block;
    margin-bottom: 2rem;
  }
}
.game-showcase-main .game-section .promotion-item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.game-showcase-main .game-section .promotion-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #FFD700;
}
.game-showcase-main .game-section .promotion-item:hover .promotion-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.game-showcase-main .game-section .promotion-item .promotion-image {
  position: relative;
  overflow: hidden;
}
.game-showcase-main .game-section .promotion-item .promotion-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.game-showcase-main .game-section .promotion-item .promotion-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  margin: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-item .promotion-badge {
    padding: 4px 10px;
    font-size: 0.7rem;
  }
}
.game-showcase-main .game-section .promotion-item .promotion-content {
  padding: 1rem;
  text-align: start;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-item .promotion-content {
    padding: 1rem;
  }
}
.game-showcase-main .game-section .promotion-item .promotion-content .promotion-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-item .promotion-content .promotion-title {
    font-size: 1rem;
  }
}
.game-showcase-main .game-section .promotion-item .promotion-content .btn-promotion {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B35), to(#FF8A65));
  background: linear-gradient(180deg, #FF6B35, #FF8A65);
  color: #000;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.game-showcase-main .game-section .promotion-item .promotion-content .btn-promotion:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .game-showcase-main .game-section .promotion-item .promotion-content .btn-promotion {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.tab #expertise .info__box, .tab .game-page-expertise .info__box {
  display: none;
}
.tab .menu-game-list, .tab .game-page-menu-item {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.tab .menu-game-list:hover, .tab .game-page-menu-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}
.tab .menu-game-list:focus, .tab .game-page-menu-item:focus, .tab .menu-game-list:active, .tab .game-page-menu-item:active {
  text-decoration: none;
  color: inherit;
}
.tab input {
  display: none;
}
.tab #slot:checked ~ .slot,
.tab #bcr:checked ~ .bcr,
.tab #fish:checked ~ .fish,
.tab #sport:checked ~ .sport,
.tab #pok:checked ~ .pok,
.tab #keno:checked ~ .keno,
.tab #GRAPH:checked ~ .GRAPH {
  overflow: hidden;
  overflow-y: auto;
  height: 54vh;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab #slot:checked ~ .slot img,
.tab #bcr:checked ~ .bcr img,
.tab #fish:checked ~ .fish img,
.tab #sport:checked ~ .sport img,
.tab #pok:checked ~ .pok img,
.tab #keno:checked ~ .keno img,
.tab #GRAPH:checked ~ .GRAPH img {
  width: 15%;
}
@media (max-width: 768px) {
  .tab #slot:checked ~ .slot img,
  .tab #bcr:checked ~ .bcr img,
  .tab #fish:checked ~ .fish img,
  .tab #sport:checked ~ .sport img,
  .tab #pok:checked ~ .pok img,
  .tab #keno:checked ~ .keno img,
  .tab #GRAPH:checked ~ .GRAPH img {
    width: 30% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .tab #slot:checked ~ .slot img,
  .tab #bcr:checked ~ .bcr img,
  .tab #fish:checked ~ .fish img,
  .tab #sport:checked ~ .sport img,
  .tab #pok:checked ~ .pok img,
  .tab #keno:checked ~ .keno img,
  .tab #GRAPH:checked ~ .GRAPH img {
    width: 28% !important;
  }
}
.tab .menu-game-item, .tab .game-page-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .tab .menu-game-item, .tab .game-page-menu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .tab .menu-game-item .menu-game-list, .tab .menu-game-item .game-page-menu-item, .tab .game-page-menu-items .menu-game-list, .tab .game-page-menu-items .game-page-menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab .menu-game-item .menu-game-list .thumb img, .tab .menu-game-item .game-page-menu-item .thumb img, .tab .game-page-menu-items .menu-game-list .thumb img, .tab .game-page-menu-items .game-page-menu-item .thumb img {
    max-width: 100%;
    height: auto;
  }
}

.info__box::-webkit-scrollbar-thumb {
  background: rgba(255, 85, 0, 0.7529411765) !important;
}

.info__box::-webkit-scrollbar-track {
  background: #fff !important;
}

.info__box::-webkit-scrollbar {
  width: 5px !important;
}

.info__box img {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 0.5rem;
}
.info__box img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 10px #ffe870) invert(5%);
          filter: drop-shadow(0 0 10px #ffe870) invert(5%);
  cursor: pointer;
}

.blog-game-result {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5019607843);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  padding: 2rem;
  border-radius: 10px;
  height: 54vh;
  margin: 2rem 0;
}
.blog-game-result img {
  width: 20%;
  height: auto;
  padding: 0.5rem;
}

.active-res {
  display: block;
}

.blog-game-result::-webkit-scrollbar-thumb {
  background: rgba(255, 85, 0, 0.7529411765) !important;
}

.blog-game-result::-webkit-scrollbar-track {
  background: #fff !important;
}

.blog-game-result::-webkit-scrollbar {
  width: 5px !important;
}

/* ===== Promotion Section (Section 03) ===== */
.promotion-main {
  background: transparent;
  padding: 3rem 0;
}
.promotion-main .container {
  max-width: 1400px;
}
.promotion-main .promotion-section .section-header {
  margin-bottom: 2rem;
}
.promotion-main .promotion-section .section-header .section-number {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .section-header .section-number {
    font-size: 2.5rem;
  }
}
.promotion-main .promotion-section .section-header .section-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .section-header .section-title {
    font-size: 1.1rem;
  }
}
.promotion-main .promotion-section .section-header .view-all-link a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.promotion-main .promotion-section .section-header .view-all-link a:hover {
  color: #FFA500;
  text-decoration: none;
}
.promotion-main .promotion-section .section-header .view-all-link a i {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .section-header .view-all-link {
    display: none !important;
  }
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons {
  gap: 0;
  margin-bottom: 2rem;
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn {
  background: #333;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn:first-child {
  border-radius: 8px 0 0 8px;
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn:last-child {
  border-radius: 0 8px 8px 0;
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn.active {
  background: #FF6B35;
  color: #fff;
}
.promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn:hover:not(.active) {
  background: #444;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .promotion-tabs .tab-buttons .tab-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.promotion-main .promotion-section .promotion-tabs .tab-content {
  display: none;
}
.promotion-main .promotion-section .promotion-tabs .tab-content.active {
  display: block;
}
.promotion-main .promotion-section .promotionSwiper {
  overflow: visible;
}
.promotion-main .promotion-section .promotionSwiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.promotion-main .promotion-section .promotionSwiper .swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .promotionSwiper .swiper-slide {
    width: 85% !important;
    margin-right: 1rem;
  }
}
.promotion-main .promotion-section .promotionSwiper .swiper-pagination {
  bottom: -2rem;
}
.promotion-main .promotion-section .promotionSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #FF6B35;
  opacity: 0.5;
}
.promotion-main .promotion-section .promotionSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.promotion-main .promotion-section .promotion-card {
  background: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #333;
}
.promotion-main .promotion-section .promotion-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #FF6B35;
  -webkit-box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
          box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}
.promotion-main .promotion-section .promotion-card .card-image {
  position: relative;
  overflow: hidden;
}
.promotion-main .promotion-section .promotion-card .card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.promotion-main .promotion-section .promotion-card .card-image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.promotion-main .promotion-section .promotion-card .card-content {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promotion-main .promotion-section .promotion-card .card-content h6 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-details {
  margin-bottom: 1rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-details .detail-item {
  margin-bottom: 1rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-details .detail-item .label {
  background: #FF6B35;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-details .detail-item .value {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-details .detail-item .value-detail {
  color: #ccc;
  font-size: 0.8rem;
  line-height: 1.2;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-value {
  text-align: center;
  margin-bottom: 1rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-value .percentage {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #FFD700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-value .value-details {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.3;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-value .value-details div {
  margin-bottom: 0.2rem;
}
.promotion-main .promotion-section .promotion-card .card-content .minimum-deposit {
  background: #333;
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-desc {
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-btn {
  background: linear-gradient(45deg, #FF6B35, #FF8A65);
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: auto;
}
.promotion-main .promotion-section .promotion-card .card-content .promotion-btn:hover {
  background: linear-gradient(45deg, #FF8A65, #FF6B35);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
          box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}
.promotion-main .promotion-section .mobile-view-all-container {
  display: none;
}
@media (max-width: 768px) {
  .promotion-main .promotion-section .mobile-view-all-container {
    display: block;
  }
}
.promotion-main .promotion-section .mobile-view-all-container .mobile-view-all-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
.promotion-main .promotion-section .mobile-view-all-container .mobile-view-all-btn:hover {
  background: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .promotion-main .promotionSwiper .swiper-slide {
    width: calc(33.333% - 1rem) !important;
    margin-right: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .promotion-main .promotionSwiper .swiper-slide {
    width: calc(50% - 0.75rem) !important;
    margin-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .promotion-main .promotion-main {
    padding: 2rem 0;
  }
  .promotion-main .promotion-main .promotion-section .section-header {
    margin-bottom: 1.5rem;
  }
  .promotion-main .promotion-main .promotion-section .section-header .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 0.5rem;
  }
  .promotion-main .promotion-main .promotion-section .promotion-tabs .tab-buttons {
    margin-bottom: 1.5rem;
  }
  .promotion-main .promotion-main .promotion-section .promotion-card .card-content {
    padding: 1rem;
  }
  .promotion-main .promotion-main .promotion-section .promotion-card .card-content h6 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .promotion-main .promotion-main .promotion-section .promotion-card .card-content .promotion-value .percentage {
    font-size: 2.5rem;
  }
  .promotion-main .promotion-main .promotion-section .promotion-card .card-content .promotion-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
}

/* ===== Articles Section (Section 05) ===== */
.articles-section .articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .articles-section .articles-grid {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .articles-section .articles-grid {
    display: block !important;
  }
  .articles-section .articles-grid .article-item {
    display: none;
  }
  .articles-section .articles-grid .article-item:first-child {
    display: block;
    margin-bottom: 2rem;
  }
  .articles-section .articles-grid.show-all .article-item {
    display: block !important;
    margin-bottom: 1.5rem;
  }
  .articles-section .articles-grid.show-all .article-item:last-child {
    margin-bottom: 0;
  }
}
.articles-section .article-item {
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #FF6B35;
}
.articles-section .article-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #FFD700;
  -webkit-box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
          box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}
.articles-section .article-item .article-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.articles-section .article-item .article-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.articles-section .article-item .article-image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.articles-section .article-item .article-category {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 1rem 1rem 0;
}
.articles-section .article-item .article-content {
  padding: 1.5rem;
}
.articles-section .article-item .article-content h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.8rem;
}
.articles-section .article-item .article-content p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-section .article-item .article-content .title-article {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8659), to(#F82525));
  background: linear-gradient(180deg, #FF8659 0%, #F82525 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.articles-section .article-item .article-content .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #FF6B35;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.articles-section .article-item .article-content .article-meta .article-date {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.articles-section .article-item .article-content .article-meta .article-read-more {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6B35), to(#FF8A65));
  background: linear-gradient(180deg, #FF6B35, #FF8A65);
  color: #fff;
  padding: 1rem 1rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.articles-section .article-item .article-content .article-meta .article-read-more:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8A65), to(#FF6B35));
  background: linear-gradient(180deg, #FF8A65, #FF6B35);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
          box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}
@media (max-width: 768px) {
  .articles-section .article-item .article-image {
    height: 180px;
  }
  .articles-section .article-item .article-category {
    margin: 0.8rem 1rem 0;
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }
  .articles-section .article-item .article-content {
    padding: 1rem;
  }
  .articles-section .article-item .article-content h3 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    min-height: 2.4rem;
  }
  .articles-section .article-item .article-content p {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }
  .articles-section .article-item .article-content .article-meta {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .articles-section .article-item .article-content .article-meta .article-date {
    font-size: 0.9rem;
  }
  .articles-section .article-item .article-content .article-meta .article-read-more {
    padding: 0.6rem 0.8rem;
    font-size: 0.75rem;
  }
}

/* ===== Partner Section ===== */
.partner-section {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .partner-section {
    padding: 0rem 0;
  }
}
.partner-section .partner-container {
  border: 2px solid #FF6B35;
  border-radius: 25px;
  margin: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partner-section .partner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem;
    min-height: auto;
    border-radius: 20px;
  }
}
.partner-section .partner-container .partner-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 1.5rem;
    display: none;
  }
}
.partner-section .partner-container .partner-left .panda-character {
  position: relative;
  margin-top: 105px;
}
.partner-section .partner-container .partner-left .panda-character img {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 10px 25px rgba(255, 255, 255, 0.15));
          filter: drop-shadow(0 10px 25px rgba(255, 255, 255, 0.15));
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-left .panda-character img {
    width: 180px;
    display: none;
  }
}
.partner-section .partner-container .partner-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right {
    padding: 1.5rem;
  }
}
.partner-section .partner-container .partner-right .partner-header {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-header {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.partner-section .partner-container .partner-right .partner-header h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-header h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
}
.partner-section .partner-container .partner-right .partner-header p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-header p {
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
  }
}
.partner-section .partner-container .partner-right .partner-cards-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper::-webkit-scrollbar {
  height: 0px;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper {
    gap: 1rem;
  }
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.53rem);
          flex: 0 0 calc(33.333% - 0.53rem);
  background: rgba(30, 30, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  scroll-snap-align: start;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
    max-height: 70px;
    padding: 0.8rem;
  }
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card .partner-logo {
  margin-bottom: 0.5rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 50px;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card .partner-logo {
    padding: 0.3rem;
    margin-bottom: 0.4rem;
    width: 35px;
    height: 35px;
  }
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card .partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card h4 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 768px) {
  .partner-section .partner-container .partner-right .partner-cards-container .partner-cards-wrapper .partner-card h4 {
    font-size: 0.75rem;
  }
}

/* ===== Bottom Banner Section ===== */
.bottom-banner-section {
  padding: 0;
  margin: 2rem 0 0 0;
}
@media (max-width: 768px) {
  .bottom-banner-section {
    margin: 1rem 0 0 0;
  }
}
.bottom-banner-section .bottom-banner-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 1.5rem;
  min-height: 400px;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper {
    margin: 0 1rem;
    min-height: 300px;
    border-radius: 15px;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bottom-banner-section .bottom-banner-wrapper .banner-background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.bottom-banner-section .bottom-banner-wrapper .banner-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  min-height: 400px;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.5rem;
    min-height: 300px;
    text-align: center;
    gap: 2rem;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-left p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid {
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.2rem 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 120px;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item {
    padding: 1rem 0.6rem;
    min-height: 100px;
    border-radius: 12px;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.8rem;
  -webkit-filter: brightness(1.1) contrast(1.1);
          filter: brightness(1.1) contrast(1.1);
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.6rem;
  }
}
.bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bottom-banner-section .bottom-banner-wrapper .banner-content-overlay .content-right .partner-logos-grid .partner-logo-item span {
    font-size: 0.7rem;
  }
}

/* ===== Banner Slider Section (ใช้โครงสร้างเดียวกับ Partner Box) ===== */
.banner-slider-section {
  padding: 1rem 0;
}
.banner-slider-section .banner-slider-container {
  border: 3px solid #FF6B35;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  margin: 0 1.5rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-slider-section .banner-slider-container {
    margin: 0 1rem;
    border-radius: 15px;
  }
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid::-webkit-scrollbar {
  height: 0px;
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
  scroll-snap-align: start;
}
@media (max-width: 768px) {
  .banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0.5rem);
            flex: 0 0 calc(100% - 0.5rem);
  }
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item .banner-slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item .banner-slide-item {
    border-radius: 12px;
  }
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item .banner-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.banner-slider-section .banner-slider-container .banner-slider-wrapper .banner-grid .banner-item .banner-slide-item:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/* ===== Jackpot Section ===== */
/* ===== Jackpot Section ===== */
.jackpot-section {
  position: relative;
  background: url("../img/money.png") center top no-repeat;
  background-size: contain;
  padding-top: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .jackpot-section {
    background: none;
  }
}
.jackpot-container {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.jackpot-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  z-index: 20;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .jackpot-main-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .jackpot-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.jackpot-tablet {
  position: relative;
  width: 400px;
  height: 400px;
  background: linear-gradient(145deg, #FF6B47, #E74C3C, #FF8A65);
  border-radius: 20px;
  padding: 15px 15px 40px 15px;
}

@media (max-width: 768px) {
  .jackpot-tablet {
    width: 320px;
    height: 280px;
    padding: 12px 12px 35px 12px;
  }
}
.jackpot-logo {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 120px;
  width: auto;
  z-index: 30;
}

@media (max-width: 768px) {
  .jackpot-logo {
    top: -90px;
  }
}
.tablet-content {
  border-radius: 12px;
}

@media (max-width: 768px) {
  .tablet-content {
    margin-top: 15px;
  }
}
.tablet-nav-left, .tablet-nav-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tablet-nav-left:hover, .tablet-nav-right:hover {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.tablet-nav-left {
  left: -40px;
}

.tablet-nav-right {
  right: -40px;
}

.tablet-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.tablet-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tablet-dots .dot.active {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.jackpot-character {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}

.penguin {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 10px 25px rgba(255, 255, 255, 0.15));
          filter: drop-shadow(0 10px 25px rgba(255, 255, 255, 0.15));
  z-index: 2;
}

@media (max-width: 768px) {
  .jackpot-character {
    display: none;
  }
}
.barrel {
  position: absolute;
  bottom: -30px;
  right: -45px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.4));
          filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.4));
  z-index: 1;
}

@media (max-width: 768px) {
  .barrel {
    width: 100px;
    height: 100px;
    bottom: -25px;
    right: -40px;
  }
}
/* ========================================
   Promotion Pages Responsive Styles
   ======================================== */
/* Common styles for all promotion pages */
.creditfree-page .promotion-grid,
.activity-page .promotion-grid,
.diamond-page .promotion-grid,
.promotion-page .promotion-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

/* Desktop: แสดงเป็น grid หลายคอลัมน์ */
@media (min-width: 769px) {
  .creditfree-page .promotion-grid,
  .activity-page .promotion-grid,
  .diamond-page .promotion-grid,
  .promotion-page .promotion-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 350px));
  }
}
/* Mobile: แสดงเป็นแถวเดียวยาวลงมา */
@media (max-width: 768px) {
  .creditfree-page .promotion-grid,
  .activity-page .promotion-grid,
  .diamond-page .promotion-grid,
  .promotion-page .promotion-grid {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    padding: 0 15px;
    gap: 20px;
  }
  .creditfree-page .promotion-item,
  .activity-page .promotion-item,
  .diamond-page .promotion-item,
  .promotion-page .promotion-item {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
/* ========================================
   Article Page Specific Styles
   ======================================== */
/* Article Pagination Styles */
.article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.article-pagination .pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.article-pagination .pagination-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.article-pagination .pagination-btn.active {
  background: #FF4731;
  border-color: #FF4731;
}

.article-pagination .pagination-dots {
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
}

.section-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

/* Mobile Responsive for Articles */
@media (max-width: 768px) {
  .articles-section .articles-grid {
    display: block !important;
  }
  .articles-section .articles-grid .article-item {
    display: none;
  }
  .articles-section .articles-grid .article-item:first-child {
    display: block;
    margin-bottom: 2rem;
  }
  .articles-section .articles-grid .article-item:last-child {
    margin-bottom: 0;
  }
}
/* Category Page - Desktop: 6 บทความ แบบ 3 column 2 แถว, Mobile: 3 บทความ แบบ 1 column */
.category-page .articles-container .articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .category-page .articles-container .articles-grid {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .category-page .articles-container .articles-grid {
    display: block !important;
  }
  .category-page .articles-container .articles-grid .article-item {
    display: block !important;
    margin-bottom: 2rem !important;
  }
  .category-page .articles-container .articles-grid .article-item:last-child {
    margin-bottom: 0 !important;
  }
}

.article-pagination .pagination-btn {
  width: 35px;
  height: 35px;
  font-size: 0.9rem;
}

/* ========================================
   Review Page Specific Styles
   ======================================== */
.review-page {
  padding: 40px 0;
}

/* Review Form Section */
.review-form-section {
  margin-bottom: 60px;
}

.review-form-header {
  text-align: center;
}

.review-main-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  text-align: start;
}

.review-form-container {
  padding: 20px;
  background-clip: padding-box;
  position: relative;
}

/* Panda Mascot - No border */
.panda-mascot {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.panda-mascot img {
  width: 400px;
  height: auto;
  border-radius: 50%;
  border: none;
  display: block;
}

.review-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-form-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #FF6B35;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

.review-form-subtitle {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.review-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.with_frm_style textarea {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  color: #fff !important;
  font-size: 1rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

/* Username Field Container with Avatar */
.username-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.username-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.username-field-container .form-group-label {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.username-field-container input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  color: #fff !important;
  font-size: 1rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}

.username-field-container input:focus {
  outline: none;
  border-color: #FF6B35;
  background: rgba(255, 255, 255, 0.15);
}

.username-field-container input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.username-field-container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.username-field-container input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.username-field-container input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.username-field-container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Small User Avatar in Form */
.user-avatar-small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: 10px;
}

.user-avatar-small img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #FF6B35;
  background: rgba(255, 255, 255, 0.15);
}

.frm-star-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.with_frm_style select {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  color: #fff !important;
  font-size: 1rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.rating-stars .star {
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.rating-stars .star.filled {
  color: #FFD700;
}

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.btn-contact-admin,
.btn-submit-review {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  color: #fff;
}

.btn-contact-admin {
  background: #28a745;
}

.btn-contact-admin:hover {
  background: #218838;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-submit-review {
  background: linear-gradient(135deg, #FF6B35, #FF8A65);
}

.btn-submit-review:hover {
  background: linear-gradient(135deg, #FF8A65, #FF6B35);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
          box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Panda Mascot */
.review-form-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
  position: relative;
}

/* Reviews List Section */
.reviews-list-section {
  margin-top: 40px;
}

.reviews-list-header {
  margin-bottom: 40px;
}

.reviews-list-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.reviews-grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.reviews-grid .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
.reviews-grid .review-border {
  border: 2px solid #FF6B35;
  border-radius: 12px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 0 !important;
}

.review-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 2px solid #000;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(15%, #FF2D1A), color-stop(30%, #FF4731), color-stop(45%, #FF6B35), color-stop(60%, #FF8C42), color-stop(75%, #FF6B35), color-stop(90%, #FF4731), to(#FF2D1A));
  background: linear-gradient(90deg, #FF0000 0%, #FF2D1A 15%, #FF4731 30%, #FF6B35 45%, #FF8C42 60%, #FF6B35 75%, #FF4731 90%, #FF2D1A 100%);
}

.review-item:hover {
  background: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 20px rgba(255, 107, 53, 0.1);
          box-shadow: 0 5px 20px rgba(255, 107, 53, 0.1);
}

.review-item-header {
  margin-bottom: 15px;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFD700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 2px solid #fff;
}

.user-avatar::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
  z-index: -1;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.username {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin-bottom: 5px;
}

.review-rating .star {
  font-size: 1rem;
  color: #666;
}

.review-rating .star.filled {
  color: #FFD700;
}

.review-date {
  color: #ccc;
  font-size: 0.9rem;
}

.review-content {
  margin-top: 10px;
}

.review-content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Review Pagination */
.review-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.review-pagination .pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.frm-star-group .star-rating, .frm-star-group input + label {
  width: auto;
  height: auto;
  font-size: 30px;
}

.review-pagination .pagination-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.review-pagination .pagination-btn.active {
  background: #FF4731;
  border-color: #FF4731;
}

.review-pagination .pagination-dots {
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .review-form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .review-form-right {
    display: none; /* ซ่อน panda mascot ใน mobile */
  }
  .panda-mascot {
    display: none; /* ซ่อน panda mascot ใน mobile */
  }
  .reviews-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .review-item {
    padding: 15px;
  }
  .user-info {
    gap: 10px;
  }
  .user-avatar {
    width: 50px;
    height: 50px;
  }
  .form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .btn-contact-admin,
  .btn-submit-review {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  /* Center the title */
  .review-form-subtitle {
    text-align: center;
  }
  /* แยก avatar และ input field ใน mobile */
  .username-field-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .user-avatar-small {
    width: 80px;
    height: 80px;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* avatar อยู่บนสุด */
  }
  .username-input-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* input field อยู่ล่าง avatar */
    width: 100%;
  }
  .username-field-container input {
    padding: 10px 12px;
  }
  /* ย้าย form groups ตามลำดับที่ต้องการ */
  .review-form .form-group:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* ค่าสำหรับรีวิว */
  }
  .review-form .form-group:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* คะแนนรีวิว */
  }
  .review-form .form-group:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; /* เขียนข้อความเพิ่มเติม */
  }
  .review-form .form-actions {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; /* ปุ่มต่างๆ */
  }
}
.menu-game-main .menu-game-item .homepage-btn, .menu-game-main .menu-game-item .game-page-home-btn, .menu-game-main .game-page-menu-items .homepage-btn, .menu-game-main .game-page-menu-items .game-page-home-btn, .game-page-menu .menu-game-item .homepage-btn, .game-page-menu .menu-game-item .game-page-home-btn, .game-page-menu .game-page-menu-items .homepage-btn, .game-page-menu .game-page-menu-items .game-page-home-btn {
  color: #fff;
  text-decoration: none;
}

.menu-game-main .menu-game-item .homepage-btn i, .menu-game-main .menu-game-item .game-page-home-btn i, .menu-game-main .game-page-menu-items .homepage-btn i, .menu-game-main .game-page-menu-items .game-page-home-btn i, .game-page-menu .menu-game-item .homepage-btn i, .game-page-menu .menu-game-item .game-page-home-btn i, .game-page-menu .game-page-menu-items .homepage-btn i, .game-page-menu .game-page-menu-items .game-page-home-btn i {
  font-size: 14px;
  color: #fff;
}

.menu-game-main .menu-game-item .homepage-btn span, .menu-game-main .menu-game-item .game-page-home-btn span, .menu-game-main .game-page-menu-items .homepage-btn span, .menu-game-main .game-page-menu-items .game-page-home-btn span, .game-page-menu .menu-game-item .homepage-btn span, .game-page-menu .menu-game-item .game-page-home-btn span, .game-page-menu .game-page-menu-items .homepage-btn span, .game-page-menu .game-page-menu-items .game-page-home-btn span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.menu-game-main .menu-game-item .homepage-btn::after, .menu-game-main .menu-game-item .game-page-home-btn::after, .menu-game-main .game-page-menu-items .homepage-btn::after, .menu-game-main .game-page-menu-items .game-page-home-btn::after, .game-page-menu .menu-game-item .homepage-btn::after, .game-page-menu .menu-game-item .game-page-home-btn::after, .game-page-menu .game-page-menu-items .homepage-btn::after, .game-page-menu .game-page-menu-items .game-page-home-btn::after {
  display: none;
}

/* ========================================
   Guide Page Specific Styles
   ======================================== */
.guide-page .guide-section .section-header {
  margin-bottom: 40px;
}

.guide-page .section-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.guide-page .guide-list {
  margin: 0 auto 40px;
}

.guide-page .guide-item {
  background: #000;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #FF4731;
  border-radius: 10px;
}

.guide-page .guide-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding-bottom: 0;
}

.guide-page .guide-item-header h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}

.guide-page .guide-arrow {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.guide-page .guide-item.active .guide-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.guide-page .guide-item-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
}

.guide-page .guide-item.active .guide-item-content {
  padding: 20px 25px;
}

.guide-page .guide-item-content p {
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

/* Pagination Styles */
.guide-page .guide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.guide-page .pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.guide-page .pagination-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.guide-page .pagination-btn.active {
  background: #ff6b35;
  border-color: #ff6b35;
}

.guide-page .pagination-dots {
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .guide-page .section-title {
    font-size: 1.4rem;
  }
  .guide-page .guide-item-header {
    padding: 15px 20px;
    padding-bottom: 0;
  }
  .guide-page .guide-item-header h4 {
    font-size: 1rem;
  }
  .guide-page .guide-item-content {
    padding: 0 20px;
    background: transparent;
    border: none;
  }
  .guide-page .guide-item.active .guide-item-content {
    padding: 15px 20px;
  }
  .guide-page .pagination-btn {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}
.modal-fullscreen-mobile {
  z-index: 99999;
}
@media (max-width: 768px) {
  .modal-fullscreen-mobile {
    max-width: 95%;
    height: 80vh;
    border-radius: 20px;
  }
  .modal-fullscreen-mobile .modal-content {
    height: 80vh;
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 480px) {
  .modal-fullscreen-mobile {
    max-width: 98%;
    height: 70vh;
  }
  .modal-fullscreen-mobile .modal-content {
    height: 70vh;
  }
}

.d-none {
  display: none !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99998;
}

@media (max-width: 768px) {
  .modal {
    z-index: 99999 !important;
  }
  .modal-backdrop {
    z-index: 99998 !important;
  }
  .modal-dialog {
    z-index: 99999 !important;
  }
}
.game-provider-modal-content {
  background: #000;
  color: #fff;
  z-index: 99999;
  height: 100%;
}
.game-provider-modal-content .game-provider-modal-header {
  border-bottom: 2px solid #F4512E;
  padding: 1rem 1.5rem;
  border-radius: 20px;
}
.game-provider-modal-content .game-provider-modal-header .modal-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.game-provider-modal-content .game-provider-modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 1.5rem;
}
.game-provider-modal-content .game-provider-modal-header .close:hover {
  color: #ff6b6b;
}
.game-provider-modal-content .game-provider-modal-body {
  padding: 1rem 1.5rem;
  height: calc(80vh - 120px);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #666 #333;
}
@media (max-width: 480px) {
  .game-provider-modal-content .game-provider-modal-body {
    height: calc(75vh - 120px);
    padding: 0.8rem 1rem;
  }
}
.game-provider-modal-content .game-provider-modal-body::-webkit-scrollbar {
  width: 8px;
}
.game-provider-modal-content .game-provider-modal-body::-webkit-scrollbar-track {
  background: #333;
  border-radius: 4px;
}
.game-provider-modal-content .game-provider-modal-body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.game-provider-modal-content .game-provider-modal-body::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.game-category-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.game-category-tabs .category-tab {
  background: transparent;
  border: 1px solid #555;
  color: #ccc;
  padding: 0.5rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.game-category-tabs .category-tab:hover {
  background: #444;
  color: #fff;
}
.game-category-tabs .category-tab.active {
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  border-color: #ff6b6b;
  color: #fff;
}

.modal-provider-grid {
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.modal-provider-grid .category-games {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .modal-provider-grid .category-games {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .modal-provider-grid .category-games {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .modal-provider-grid .category-games {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.modal-provider-grid .modal-provider-item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.modal-provider-grid .modal-provider-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.modal-provider-grid .modal-provider-item .modal-provider-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.modal-provider-grid .modal-provider-item .modal-provider-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-provider-grid .modal-provider-item .modal-provider-name {
  font-size: 0.8rem;
  color: #ccc;
  font-weight: 500;
  line-height: 1.2;
}

/* ===== PAGINATION STYLES ===== */
.frm_pagination_cont {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100%;
  margin-top: 30px;
}

.frm_pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.frm_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.frm_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.frm_pagination li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 5px !important;
}
.frm_pagination li.active a {
  color: orange !important;
}
.frm_pagination .dots {
  color: white;
}

.pagenavi-cat .wp-pagenavi,
.guide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border: none;
}
.pagenavi-cat .wp-pagenavi .extend,
.guide-pagination .extend {
  display: none;
}
.pagenavi-cat .wp-pagenavi .pages,
.guide-pagination .pages {
  border: 1px solid #fff;
  border-radius: 10px;
}
.pagenavi-cat .wp-pagenavi a, .pagenavi-cat .wp-pagenavi span, .pagenavi-cat .wp-pagenavi .pagination-btn,
.guide-pagination a,
.guide-pagination span,
.guide-pagination .pagination-btn {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.pagenavi-cat .wp-pagenavi span.current, .pagenavi-cat .wp-pagenavi a:hover, .pagenavi-cat .wp-pagenavi .pagination-btn.active,
.guide-pagination span.current,
.guide-pagination a:hover,
.guide-pagination .pagination-btn.active {
  color: orange;
}
.pagenavi-cat .wp-pagenavi span.extend, .pagenavi-cat .wp-pagenavi .pagination-dots,
.guide-pagination span.extend,
.guide-pagination .pagination-dots {
  color: white;
}

/* ===== GAME PAGE SPECIFIC STYLES ===== */
.game-page-menu {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .game-page-menu {
    padding-top: 1rem;
  }
}

.game-page-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .game-page-menu-items {
    gap: 0.5rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.game-page-home-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 1rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-page-home-btn a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.game-page-home-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.game-page-home-btn a i {
  font-size: 1.5rem;
}
.game-page-home-btn a span {
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .game-page-home-btn {
    padding: 0.8rem;
  }
  .game-page-home-btn a i {
    font-size: 1.2rem;
  }
  .game-page-home-btn a span {
    font-size: 0.8rem;
  }
}

.game-page-menu-item {
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-page-menu-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 768px) {
  .game-page-menu-item:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.game-page-menu .info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.game-page-menu .info__box img {
  width: 15%;
  height: auto;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-page-menu .info__box img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 10px #ffe870) invert(5%);
          filter: drop-shadow(0 0 10px #ffe870) invert(5%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .game-page-menu .info__box img {
    width: 30% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .game-page-menu .info__box img {
    width: 28% !important;
  }
}
@media (max-width: 768px) {
  .game-page-menu .info__box {
    padding: 1.5rem;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  .game-category-tabs .category-tab {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
  }
  .modal-provider-grid .category-games {
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
  .modal-provider-grid .modal-provider-item .modal-provider-name {
    font-size: 0.75rem;
  }
}
@media only screen and (max-device-width: 600px) {
  .popup-fixed {
    display: none !important;
  }
  .popup-mobile {
    display: block !important;
  }
  html, body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-download .download-buttons {
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-download .download-buttons .download-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    min-width: 0;
    margin: 0 0.25rem;
  }
  .game-provider-grid {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .thumb img,
  figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 1rem !important;
    overflow: hidden !important;
  }
  .banner-main .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 1rem !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .banner-main .swiper {
    width: 100% !important;
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    overflow: hidden !important;
  }
  .banner-main .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100% !important;
    height: 100% !important;
  }
  .banner-main .swiper-slide {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .banner-main .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    max-height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    display: block !important;
  }
  .game-image img,
  .provider-image img {
    width: 100%;
    height: auto;
  }
  .download-item img {
    height: 40px;
    width: auto;
    max-width: 100%;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  h4 {
    font-size: 1rem;
    line-height: 1.3;
  }
  h5 {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  h6 {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .game-title {
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
  }
  .game-provider {
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
  }
  .provider-name {
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
  }
  .download-item small {
    font-size: 0.6rem !important;
    line-height: 1.1 !important;
  }
  .download-item strong {
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  [class*=col-] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .d-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .section,
  .main-content,
  .content-area {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .promotion-section,
  .articles-section,
  .game-section,
  .banner-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .header-main {
    padding: 0.7rem 1rem !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .logo-main {
    width: auto !important;
    max-width: 130px !important;
    padding-top: 0 !important;
  }
  .logo-main img {
    height: 42px !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .btn-header {
    gap: 9px !important;
    padding-top: 0 !important;
  }
  .btn-header .btn {
    height: 36px !important;
    padding: 0 14px !important;
    font-size: 0.8rem !important;
    border-radius: 10px !important;
  }
  .btn-header .btn p {
    font-size: 0.8rem !important;
    margin: 0 !important;
  }
  .tab #bcr:checked ~ .bcr img, .tab #fish:checked ~ .fish img, .tab #GRAPH:checked ~ .GRAPH img, .tab #keno:checked ~ .keno img, .tab #pok:checked ~ .pok img, .tab #slot:checked ~ .slot img, .tab #sport:checked ~ .sport img {
    width: 30% !important;
  }
  .tab #bcr:checked ~ .bcr, .tab #fish:checked ~ .fish, .tab #GRAPH:checked ~ .GRAPH, .tab #keno:checked ~ .keno, .tab #pok:checked ~ .pok, .tab #slot:checked ~ .slot, .tab #sport:checked ~ .sport {
    padding: 1rem !important;
  }
  .info__box img {
    padding: 0;
  }
  .blog-game-result {
    padding: 1rem;
    height: 54vh;
    margin: 2rem 0 0;
  }
  .blog-game-result img {
    width: 33%;
    height: auto;
    padding: 0.5rem;
  }
  .fixed-bottom {
    display: block;
  }
  .lamp-fix-l,
  .lamp-fix-r {
    display: none;
  }
  .title-box-header h2 {
    font-size: 1.5rem;
  }
  .header-main {
    padding: 0 1rem;
  }
  .header-main .btn-header .btn-register {
    padding: 7px 10px;
    font-size: 0.8rem;
  }
  .header-main .btn-header .btn-login {
    padding: 7px 15px;
    font-size: 0.8rem;
  }
  .article-header .menu-article {
    font-size: 0.8rem;
  }
  .menu-header-main .menu-items-header {
    font-size: 0.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .menu-header-main .menu-items-header li {
    padding: 0 20px;
    margin: 5px 0;
  }
  .menu-header-main .menu-items-header .border-mobile {
    display: none;
  }
  .brand-game {
    padding-top: 11rem;
  }
  .brand-game img {
    width: 50px !important;
  }
  .menu-game-main .menu-game-item, .game-page-menu .menu-game-item, .menu-game-main .game-page-menu-items, .game-page-menu .game-page-menu-items {
    display: none;
  }
  .menu-game-main .menu-game-item .menu-game-list, .game-page-menu .menu-game-item .menu-game-list, .menu-game-main .game-page-menu-items .menu-game-list, .game-page-menu .game-page-menu-items .menu-game-list, .menu-game-main .menu-game-item .game-page-menu-item, .game-page-menu .menu-game-item .game-page-menu-item, .menu-game-main .game-page-menu-items .game-page-menu-item, .game-page-menu .game-page-menu-items .game-page-menu-item {
    width: 33%;
  }
  .slot-main .slot-bg {
    padding: 1rem;
    border-radius: 20px;
  }
  .slot-main .slot-bg .box-game .box-game-item {
    width: 33%;
    padding: 0.5rem;
  }
  .jackpot-main .jackpot-bg {
    border-radius: 20px;
  }
  .footer-main .footer-bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 1rem;
  }
  .footer-main .footer-bg .content-footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-main .footer-bg .content-footer-main br {
    display: none;
  }
  .footer-main .footer-bg .btn-footer-main {
    margin: auto;
  }
  .footer-main .footer-bg .btn-footer-main .btn-footer-login {
    padding: 10px 3rem;
  }
  .footer-main .footer-bg .btn-footer-main .btn-footer-register {
    padding: 10px 3rem;
  }
  .copy-right p {
    font-size: 0.7rem;
  }
  #button {
    right: 10px;
  }
  .wrap-promotion-page .wrap-promotion-page-item {
    padding: 1rem;
  }
  .wrap-guide .wrap-guide-item {
    padding: 1rem;
  }
  .wrap-guide .wrap-guide-item .accordion-header h4, .wrap-guide .wrap-guide-item .accordion-header i {
    font-size: 0.8rem;
  }
  .wrap-guide .wrap-guide-item .accordion-header .icon-guide {
    width: 10%;
    margin: 0 5px;
  }
  .wrap-guide .wrap-guide-item .accordion-body {
    font-size: 0.8rem;
  }
  .wrap-guide .wrap-guide-item .accordion-body p {
    font-size: 0.8rem;
  }
  .wrap-enter-page .wrap-enter-page-item {
    padding: 1rem;
  }
  .wrap-enter-page .wrap-enter-page-item p {
    font-size: 0.8rem;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .tab #bcr:checked ~ .bcr img, .tab #fish:checked ~ .fish img, .tab #GRAPH:checked ~ .GRAPH img, .tab #keno:checked ~ .keno img, .tab #pok:checked ~ .pok img, .tab #slot:checked ~ .slot img, .tab #sport:checked ~ .sport img {
    width: 23%;
  }
  .tab #bcr:checked ~ .bcr, .tab #fish:checked ~ .fish, .tab #GRAPH:checked ~ .GRAPH, .tab #keno:checked ~ .keno, .tab #pok:checked ~ .pok, .tab #slot:checked ~ .slot, .tab #sport:checked ~ .sport {
    gap: 5px;
    padding: 1rem;
  }
  .lamp-fix-l .lamp-1 {
    width: 80px;
    top: 7rem;
    left: 1rem;
  }
  .lamp-fix-l .lamp-2 {
    width: 80px;
    top: 8rem;
    left: 8rem;
  }
  .lamp-fix-r .lamp-1 {
    width: 80px;
    top: 7rem;
    right: 1rem;
  }
  .lamp-fix-r .lamp-2 {
    width: 80px;
    top: 8rem;
    right: 8rem;
  }
  .menu-header-main .menu-items-header li {
    padding: 0 20px;
  }
  .brand-game img {
    width: 70px !important;
  }
  .footer-main .footer-bg {
    padding: 1rem 1rem;
  }
  .footer-main .footer-bg .content-footer-main .logo-footer {
    width: 120px;
    padding: 0 10px;
  }
  .footer-main .footer-bg .content-footer-main p {
    font-size: 0.8rem;
  }
  .footer-main .footer-bg .btn-footer-main .btn-footer-login {
    padding: 5px 1rem;
  }
  .footer-main .footer-bg .btn-footer-main .btn-footer-register {
    padding: 5px 1rem;
  }
}
/* iphone se */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .menu-header-main .menu-items-header li {
    padding: 0 20px;
    font-size: 0.8rem;
  }
  .brand-game img {
    width: 50px !important;
  }
}
/* iphone 6+ */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .menu-header-main .menu-items-header li {
    padding: 0 20px;
    font-size: 0.8rem;
  }
  .brand-game img {
    width: 50px !important;
  }
}
/* ===== SIMPLIFIED MOBILE RESPONSIVE ===== */
/* Mobile Only (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .game-provider-grid {
    gap: 0.5rem !important;
  }
  .game-provider-grid.mobile-only {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .game-provider-grid.mobile-only .game-provider-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.5rem !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .game-provider-grid.mobile-only .provider-image {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
  }
  .game-provider-grid.mobile-only .provider-image img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .game-provider-grid.mobile-only .provider-name {
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .download-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 0.5rem !important;
  }
  .download-item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    margin: 0 0.3rem !important;
  }
  .header-main {
    padding: 0.7rem 1rem !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  .logo-main {
    max-width: 130px !important;
  }
  .logo-main img {
    height: 42px !important;
  }
  .btn-header {
    gap: 9px !important;
  }
  .btn-header .btn {
    height: 36px !important;
    padding: 0 14px !important;
    font-size: 0.8rem !important;
  }
  .fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    width: 100% !important;
  }
  main.flex-grow-1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: calc(140px + 1rem) !important; /* ใช้ calc() เพื่อคำนวณความสูงของ header + mobile nav + padding */
  }
  .banner-main {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .header-main {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }
  .mobile-nav-bar {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    padding: 0.4rem 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    border-top: 1px solid #F4512E !important;
    width: 100% !important;
    display: block !important;
  }
  .mobile-nav-container {
    padding: 0.4rem 1rem !important;
  }
  .mobile-nav-item {
    padding: 0.3rem !important;
  }
  .mobile-nav-item .mobile-nav-text {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  h6 {
    font-size: 0.8rem;
  }
  p {
    font-size: 0.85rem;
  }
}
/*# sourceMappingURL=style.min.css.map */