@import url("/theme/Default/style.css");
@viewport {  width: device-width;  zoom: 1;  }

::-webkit-scrollbar {  background: #fad117;  width: 8px;  }
::-webkit-scrollbar-thumb {  background: #fad117;  border: 3px solid #fad117;  border-radius: 10px;  }
::-webkit-scrollbar-track {  background: #4a4a4a;  border-radius: 0px;  }

input {  outline: unset;  }
a, a:hover {  text-decoration: none;  color: #d29f1f;  }
header {  margin-top: -10px;  }

.themetbl {  display: table;  }
.themetblrow {  display: block;  }
.themetblcell {  display: block;  }
.themetblwidth {  width: 100%;  }
.themetblheight {  height: 100%;  }
.theme-container-box {  width: 100%;  height: auto;  overflow: hidden;  }

.container {  width: 1300px;  margin: auto;  }
.clearboth {  clear: both;  }

#redirectaddr {
    padding: 9px;
    text-align: center;
    font-size: 15px;
    background: #fff;
    border-radius: 20px;
    font-weight: bold;
}

#theme {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    font-size:15px;
}

#theme-title,
#theme-frame center {
    display: none;
}

#theme-frame {
    height: 100%;
    background: #fff;
    margin: auto;
    width: 100%;
}

#theme-header {
    padding: 15px 0;
    box-shadow: 0 -3px 4px rgba(134, 151, 173, 0.14) inset;
    background: linear-gradient(180deg, #3a4049, #2b3138);
}

#theme-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
#theme-header-logo {
    flex: 0 0 auto;
    margin-right: 30px; /* space between logo and menu */
}
#theme-header-logo a {  z-index: 9;  position: relative;  }
#theme-header-logo img {
    width: 96px;
    padding: 0px;
    filter: drop-shadow(0px 1px 1px #979797);
}
#theme-menu {  flex-grow: 1;  display: none;  }

#theme-header-link {  flex: 0 0 auto;  margin-left: 0;  }
#theme-header-link .container {  display: block;  }
#theme-header-top {  background: #252525;  border-top: 2px solid #000;  }

.header-link {
    background: #393939;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 10px;
    width: 100%;
}
.header-link .header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left {  float: left;  }
.header-right {  display: flex;  align-items: center;  }

.home-desktop {  display: block;  }
.mobile-home {  display: none;  }
.mobile-menu {  display: none;  }

.d-slide {  display: block;  margin-bottom:30px;  }
.m-slide {  display: none;  }

/*--------------------------------------------------------------------------- MENU CSS ---------------------------------------------------------------------------*/
#divMenu {  flex: 1; /* allow menu to grow and stay next to logo */  }
#divMenu #cssmenu {  }
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    text-align: left;
    display: flex;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#cssmenu > ul > li {
    position: relative;
    margin: 0 14px;
}

#cssmenu > ul > li.active::before, #cssmenu > ul > li:hover::before {
    content: "";
    position: absolute;
    background-color: #daa520;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.2s;
    opacity: 1;
}

#cssmenu > ul > li > a {
    padding: 10px 0 5px;
    text-transform: initial;
    font-size: 16px;
    color: #eebc50;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
}
#cssmenu > ul > li > a > img {
    width: 56px;
    margin-bottom: 3px;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    background: transparent;
    color: #e28a14;
    text-transform: initial;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 600;
}
#cssmenu > ul > li.active a::before {
    display: none;
}

.has-sub {
    position: relative;
}
.has-sub ul {
    display: none !important;
    position: absolute;
    background-color: #1c1c1c;
    min-width: 150px;
    box-shadow: 0px 5px 10px 0px #00000033;
    padding: 5px;
    z-index: 9;
    top: 50px;
    border-bottom: 5px solid#d29f1f;
}

.has-sub:hover ul {  display: block !important;  }
.has-sub ul li {  margin: 15px 0;  }
.has-sub ul li {
    display: flex;
    align-items: center;
    padding: 3px 8px;
    font-size: 16px;
}
.has-sub ul li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}


/*------------------------------------------------------------------------------ SUB-MENU------------------------------------------------------------------------------*/
#logo {  width: 160px;  padding: 5px;  }
.logo {  width: 180px;  }
.logo .container {  width: 100%;  text-align: center;  }
.logo img {  width: 100%;  }

.btn-box {  display: flex;  gap: 20px;  }
.btn-login, .btn-sign-up {  transition: all 0.3s;  cursor: pointer;  }
.btn-login:hover, .btn-sign-up:hover {  transform: scale(1.1);  }

.btn-login a {
    display: flex;
    padding: 14px 40px;
    align-items: center;
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(180deg, #fbd13d, #fabc16), linear-gradient(179.12deg, rgba(255, 255, 255, 0.43) 0.58%, rgba(255, 85, 0, 0.06) 63.97%);
    box-shadow: 0 2px 6px rgba(250, 140, 22, 0.2), 0 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px rgb(195 153 0 / 94%) inset;
}

.btn-sign-up a {
    display: flex;
    padding: 14px 40px;
    align-items: center;
    color: #ba7824;
    border-radius: 40px;
     background: linear-gradient(180deg, #e9e9e9, #fdf5ea);
    border: 1px solid #ba7824;
    box-shadow: 0 2px 6px rgb(250 180 22 / 20%), 0 1px rgb(255 255 255 / 50%) inset, 0 -2px 2px rgb(255 218 34) inset;
}

.btn-login a img, .btn-sign-up a img {  width: 20px;  margin-right: 10px;  }
.btn-sign-up a img {    filter: brightness(0.8);  }

.currency-detail {
    display: flex;
    align-items: center;
}
.currency-detail img {
    width: 9%;
    float: left;
    margin-right: 8px;
}
.currency-detail h4 {
    font-size: 14px;
    color: #fff;
    float: left;
}

.clock {
    color: #a2aabd;
    font-size: 12px;
    padding-right: 10px;
    border-right: 1px solid #a2aabd;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-content {
    display: block;
    padding: 10px;
}
.dropbtn {
    background: unset;
    color: white;
    border: none;
}
.dropbtn img {
    width: 18px;
    margin-right: 5px;
}
.dropbtn .glyphicon {
    top: 0px;
    left: 2px;
    font-size: 7px;
}
.dropdown-content {
    border-radius: 10px;
    display: none;
    position: absolute;
    background-color: #1c1c1c;
    min-width: 120px;
    z-index: 999;
    padding: 10px;
    right: 0px;
}
.dropdown-content img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.dropdown-content a {
    display: inline-block;
    color: #a2aabd;
    padding: 3px 5px;
    text-decoration: none;
    word-break: keep-all;
    margin: 3px 0;
}

.ds-flex {  display: flex;  align-items: center;  }
.ds-flex:not(:last-child) {  margin-bottom: 10px;  }
.dropdown-content-box span {  color: #fff;  }
.dropdown-content-language {  display: flex;  }

.mobile-language {  padding: 0 5%;  }
.mobile-language .ds-flex > img {  width: 22px;  height: 22px;  margin-right: 10px;  }

.dropdown-content-language a {
    color: #a2aabd;
    padding: 3px 5px;
    word-break: keep-all;
    margin: 3px 0;
}
.dropdown-content-language a:first-child {  padding-left: 0px;  }
.dropdown-content-language a:not(:last-child) {  border-right: 1px solid #a81a31;  }
.dropdown-content-language a:hover, .dropdown-content-language a.active {  color: #a81a31;  }

.flexslider {  margin: 0;  border: 0;  background: unset;  }
.flex-direction-nav a {  height: 44px;  }

img.imgTitle {  width: 100%;  }

.wrapper {  padding:3% 15px 5%;  }
.m-wrapper {  display: none;  }
.d-wrapper {  padding: 40px 0;  position: relative;  z-index: 2;  }

.d-wrapper::before {
    content: "";
    background: url(/data/2208/uploads/home_bg-DZo6zGg00.webp) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    z-index: -2;
    opacity: 0.3;
}



/*HOME - GAME LOBBY*/

.game-section {
    background: url(/data/2208/uploads/ting-D1m_OIXt.webp) no-repeat top center;
    background-size: 100% auto;
    width: 100%;
}
.game-lobby {
    position: relative;
}
.game-lobby > img {
    width: 100%;
    margin-top: 190px;
    scale: 1.1;
}
.gametabWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.game-tabs {
    display: flex;
    gap: 30px;
    margin: 40px 0 20px;
    justify-content: center;
}

.game-tabs .tab {
    background: linear-gradient(180deg, #e5c79d, #f4ddbb);
    box-shadow: none;
    color: #383838;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.game-tabs .tab:hover {  background: #ff9000;  }

.game-tabs .tab.active, .game-tabs .tab:hover {
    background: linear-gradient(180deg, #ffec4c, #fff5b2, #f3b835), linear-gradient(179.12deg, #ffffff6e 0.58%, #ff55000f 63.97%);
    box-shadow: 0 2px 6px rgba(250, 140, 22, 0.2), 0 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px rgb(195 153 0 / 94%) inset;
}

.game-tabs .tab img {  width: 50px;  margin-right: 5px;  }
.game-tabs span {  font-size: 18px;  color: #e18714;  }

.tab-content {
    display: none;
    color: #fff;
    border-radius: 8px;
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    display: block;
}

.game-tabs .tab .imgHover {  display: none;  }
.game-tabs .tab.active .imgHover, .game-tabs .tab:hover .imgHover {  display: block;  }
.game-tabs .tab.active .imgNormal, .game-tabs .tab:hover img.imgNormal {  display: none;  }

.game-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    gap: 40px;
}

.game-box {
    box-shadow: 0 4px 8px 0 rgb(255 193 7 / 35%);
    flex: 1;
    background: #ffffffcc;
    border-radius: 80px;
    padding: 40px 50px;
    color: #fda90f;
    width: 50%;
    scale: 1.1;
    position: relative;
    z-index: 1;
}

.game-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-header h2 {
    font-size: 26px;
    font-weight: 600;
    color: #c8810e;
    border-left: 3px solid #c8810e;
    padding-left: 16px;
    margin: 0;
}

.bonus-tag {
    background: linear-gradient(180deg, #fbd13d, #fabc16);
    color: #fff;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 10px;
}

.game-desc {
    margin: 20px 0;
    color: #888;
    line-height: 1.6;
}

.game-carousel .item {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    filter: drop-shadow(0px 1px 3px #b5b5b5);
    margin: 5px;
}

.game-carousel .item:hover {  transform: scale(1.05);  }

.game-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.game-box .owl-dots {  display: none;  }



/* Right side large image */
.game-image {  flex: 1;  text-align: center;  margin-top: 16px;  }
.game-image img {  width: 100%;  height: auto;  object-fit: contain;  scale: 1.2;  }

/* Responsive */
@media (max-width: 992px) {
    .game-container {  flex-direction: column;  text-align: center;  }
    .game-box {  width: 100%;  }
    .game-image {  margin-top: 30px;  }
}


/*HOME - APP SECTION*/
.app-section {  }
.appWrapper {  display: flex;  gap: 20px;  }
.app-mainimg {  flex-basis: 65%;  }
.app-mainimg img {  width: 100%; padding: 60px;  }
.app-img > img {  width: 100%;  }
.app-txt {  flex-basis: 35%;  }

.app-txt h1 {
    font-size: 45px;
    color: #c8810e;
    font-weight: bold;
    margin: 20px 0;
}
.app-txt span {
    font-weight: 600;
    font-size: 18px;
    color: #383838;
    line-height: 28px;
}
.app-logo {
    width: 40%;
    margin: auto;
    padding-top: 20px;
}
.app-logo img {  width: 100%;  }
.app-box {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
.app-card {
    /* flex: 0 0 33%; */
    padding: 14px;
    box-shadow: 0 1px 2px #c8810e inset;
    background: #efedea;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}
.app-img {
    background: linear-gradient(180deg, #fdcc70, #c8810e, #f8e494);
    box-shadow: none;
    padding: 20px;
    border-radius: 16px;
}
.app-img img {
    width: 140px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.app-label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
}
.app-label img {  width: 40px;  filter: hue-rotate(180deg);  }
.app-label span {  color: #c8810e;  font-size: 16px;  }



/*HOME - SERVICE SECTION*/
.service-section {  margin: 70px 0;  }
.service-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
}
.service-card {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serv-circle {
    display: flex;
    background: url(/data/2208/uploads/home-service-circle.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 212px;
    height: 212px;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.serv-txt1 {
    font-size: 30px;
}
.serv-txt2 {
    font-size: 16px;
}
.serv-maintxt {
    color: #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
span.maintxtcn {
    font-size: 22px;
    color: #383838;
}
.serv-icn {
    width: 80px;
    margin: 40px 0 0;
}
.serv-icn img {
    width: 100%;
}
.service-card h1 {
    color: #daa520;
    text-align: center;
    margin: 40px auto;
}
.service-card > span {
    text-align: justify;
    display: block;
    width: 100%;
    color: #383838;
    font-size: 14px;
}

.tf-footer {
    background-color: #2a2d33;
    color: #ccc;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    padding: 40px 20px;
    line-height: 1.8;
}



.footer-logo-section {
    padding: 0 0 30px;
    text-align: center;
    position: relative;
}

.footer-logo-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logos .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logos img {
  max-height: 50px;
  max-width: 100px;
  object-fit: contain;
  opacity: 0.9;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.footer-logos img:hover {
  filter: none;
  opacity: 1;
}

/* Navigation Buttons */
.footer-prev, .footer-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.footer-prev:hover, .footer-next:hover {
  background: rgba(255,255,255,0.3);
}

.footer-prev { left: -40px; }
.footer-next { right: -40px; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-prev { left: -20px; }
  .footer-next { right: -20px; }
  .footer-logos img { max-height: 40px; }
}







/* === Logo Section === */
.footer-top {
    text-align: center;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.footer-logo-strip {
    max-width: 100%;
    height: auto;
}

/* === Content Section === */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-col {
    flex: 1 1 45%;
    min-width: 280px;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-col ul {
    list-style: disc;
    padding-left: 20px;
    color: #bbb;
}

/* === Bottom Section === */
.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 5px 0;
    font-size: 13px;
    color: #aaa;
}

/* === Footers Links === */
.footer-links {
    margin-top: 15px;
}

.footer-links a {
    color: #daa520;
    text-decoration: none;
    margin: 0 20px;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

.footer-links a:hover {
    color: #ffa733;
    border-bottom: 2px solid #daa520;
}

/* === Responsive === */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    .footer-links a {
        display: inline-block;
        margin: 8px;
    }
}

.category-bg {
    background: #ffffff url(/data/2208/uploads/landing-backg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fbc82d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -40px;
    margin-top: 0px;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -40px;
    margin-top: 0px;
}


/* ======== Category Section Layout ======== */
.category-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    color: #fff;
    flex-wrap: wrap;
    position: relative;
}

.category-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 340px;
}

.category-left img {
    width: 100%;
    height: auto;
    display: block;
    scale: 1.1;
    margin-right: 20px;
    padding: 0 50px;
}

/* ======== Right Content ======== */
.category-right {
    flex: 1;
    min-width: 340px;
}

.category-title-cn {
    font-size: 55px;
    margin: 0 0 20px;
    color: #c8810e;
}

.category-title-en {
    font-size: 20px;
    color: #3a3a3a;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.category-desc {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ======== Owl Carousel Items ======== */
.category-carousel .category-item {
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-carousel .category-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.category-carousel .category-item img {
    width: 100%;
    border-radius: 12px;
}

.category-carousel .category-item h4 {
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
}

/* ======== Responsive ======== */
@media (max-width: 992px) {
    .category-section {
        flex-direction: column;
        text-align: center;
        padding: 60px 5%;
    }
    .category-desc {
        margin: 20px;
    }
}

.slots-page {
    color: #2b3138;
    padding-bottom: 50px;
    font-family: "Poppins", sans-serif;
}

.slots-header {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.slots-banner {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
}

.slots-tabs {
    margin: -40px auto 0;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.slots-tabs .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
}

.slots-tabs .owl-nav button span {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.2s;
    background: #fbc92e;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0px 0px 4px 1px #b19300;
}

.slots-tabs .owl-prev,
.slots-tabs .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 0;
}

.slots-tabs .owl-prev {
    margin-left: -24px;
}

.slots-tabs .owl-next {
    margin-right: -24px;
    left: unset;
    right: 0;
}

.slots-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.slots-tab:hover,
.slots-tab.active {
    background: #ffb84d;
}
.slots-tab.active {
    background: linear-gradient(90deg, #f7c81f, #ffb84d);
    color: #fff;
    font-weight: 600;
}

.slots-tab img {
    width: 60px !important;
    margin-right: 10px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}

.slots-content {
    margin-top: 15px;
    background: #fbfdff;
    border-radius: 30px;
    padding: 30px;
}

.slots-grid {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.slots-grid.active {
    display: grid;
}

.slot-card {
    background: #dcdcdc;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
    text-align: center;
    cursor: pointer;
}

.slot-card:hover {
    transform: translateY(-5px);
}

.slot-card img {
    width: 100%;
    /*aspect-ratio: 1 / 1;*/
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}

.slot-card-title {
    font-size: 13px;
    padding: 5px 0;
}

.slot-card-provider {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

.slots-more-btn {
    text-align: center;
    margin-top: 20px;
}

.view-more {
    background: #f7bc1f;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.view-more:hover {
    background: #ff9e34;
}
.m-footer {
    display: none;
}
.mobile-logo {
    display: none;
}

/*--------------------------------------------------------------------------- REGISTER ---------------------------------------------------------------------------*/
#theme-contain-registration {
    background: url(/data/2208/uploads/landing-backg.jpg) center;
    background-size: 100%;
}


.register {
    display: flex;
    background: #ffffff60;
    border-radius: 10px;
    justify-content: space-evenly;
    width: 70%;
    margin: 20px auto;
    flex-wrap: wrap;
}
.reg-txt {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #d29f1f, #a18300);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
}

.regis-box {
    width: 42%;
}

.register #registerform {
    width: 100%;
    border: 0px solid red;
    overflow: auto;
}
.register #registerform dl {
    margin-bottom: 5px;
}
.register #registerform dt {
    width: 100%;
    color: #393939;
    font-size: 10px;
    display: none;
}
.register #registerform dd {
    text-align: left;
}

.register #registerform textarea, .register #registerform input[type="text"], .register #registerform input[type="text"], .register #registerform input[type="password"] {
    width: 100%;
    color: #000;
    font-size: 13px;
    padding: 10px 10px 10px 48px;
    border: 1px solid #9a9a9a !important;
    border-radius: 5px;
    margin: 5px 0;
}

.register #registerform .btnCheckUser,
#registerform_btnSubmit {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(180deg, #d29f1f, #a18300);
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 11px;
    outline: 0;
    border: 0;
}

.register #registerform dl#groupCurrency {
    width: 100%;
}
.register #registerform #registerform_Currency {
    border-radius: 0px;
    width: 100%;
    color: #757575;
    border: 1px solid #9a9a9a !important;
    padding: 10px 10px 10px 48px;
    border-radius: 5px;
    outline: unset;
}

dl#groupVerifyCode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.register #registerform #groupSubmit dd {
    float: left;
    width: 100%;
}


input#customformv2_UserName,
input#customform_UserName,
input#registerform_UserName {
  background-image: url(/data/2135/uploads/username.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#customformv2_Password,
input#customform_Password,
input#registerform_Password {
  background-image: url(/data/2135/uploads/password.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_CPassword {
  background-image: url(/data/2135/uploads/cpassword.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_FullName {
  background-image: url(/data/2135/uploads/pencil.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_Currency, select#registerform_Currency {
  background-image: url(/data/2135/uploads/ccurrency.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_Mobile {
  background-image: url(/data/2135/uploads/phone.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_PromotionCode {
  background-image: url(/data/2135/uploads/affiliate.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
input#registerform_varifycode {
  background-image: url(/data/2135/uploads/captcha.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}




.reg p {
    font-size: 10px;
    color: grey;
    margin-top: 20px;
}

#reg-title1 {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
}
#reg-title1 img {
    border-radius: 15px;
    width: 100%;
}

.small,
small {
    color: #141414 !important;
    margin-top: 5px;
}
.small.w3-text-green {
    color: green !important;
}
.small.w3-text-red {
    color: red !important;
}

/*--------------------------------------------------------------------------- LOGIN ---------------------------------------------------------------------------*/
.modal-open .modal {
    padding-left: 0 !important;
}
.modal-dialog {
    width: 25%;
    margin: 9% auto;
}
.modal-content {
    background: url(https://test24.xeno9.com/data/2208/uploads/landing-backg.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px rgb(157 106 0 / 50%);
}
.modal-header {
    padding: 0;
    border: unset;
    height: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.modal-header .close {
    width: 43px;
    height: 43px;
    background: #333333;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.modal-header .close span {
    display: block;
    margin-top: -5px;
}
.modal-body {
    color: #aaaaaa;
}

#login-logo {
    width: 100%;
    text-align: center;
}
#login-logo img {
    height: 135px;
    filter: drop-shadow(0 0 0px #000);
}
.login #customform {
    width: 60%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.login #customform dl {
    margin: 0;
}
.login-btm {
    text-align: center;
    padding: 30px;
}
.login-btm a {
    color: #d29f1f;
}
.login #customform #customform_UserName, .login #customform #customform_Password {
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    border: 0;
    border-bottom: 1px solid white;
    padding: 10px 10px 10px 50px;
    margin: 0 0 5px;
    color: #424242;
    background-color: #ffffff;
    outline: unset;
    box-shadow: inset 0 0 1px 1px #cccccc;
}
.login #registerform_btnSubmit, .login input#customform_submit {
    color: #492a0e;
    padding: 10px 50px;
    border: 0px;
    border-radius: 20px;
    outline: unset;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(180deg, #fbd13d, #fabc16), linear-gradient(179.12deg, rgba(255, 255, 255, 0.43) 0.58%, rgba(255, 85, 0, 0.06) 63.97%);
    box-shadow: 0 2px 6px rgba(250, 140, 22, 0.2), 0 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px rgb(195 153 0 / 94%) inset;
    margin: auto;
    display: block;
}



/*------------------------------------------------------------------- AFFILIATE -------------------------------------------------------------------*/

    .affiliate-table.table {
        font-size: 14px;
        text-align:center;
    }


    .affiliate-table caption.table-caption-header {
        background: linear-gradient(#f3ea7c, #bd984e);
        color:#333; 
        font-weight: bold;
        padding:1rem;
        text-align:center;
    }

    .affiliate-table thead th{
        background-color: #2b2b2b; 
        color: #d4af37; 
        border-color: #444; 
        padding:1rem;
        text-align:center;
    }


    .affiliate-table tbody td{
        background-color: #8B7355; 
        color: #fff; 
        border-color: #6a5338; 
        padding:1rem;
    }



/*------------------------------------------------------------------- PROMOTION -------------------------------------------------------------------*/

.promo-banner img {
    width: 100%;
}
.promo-sec {
    padding: 30px 0;
}
.promo {
    padding: 15px 0;
}
ul#promo-tab {
    display: flex;
    margin: 0;
    padding: 0 10px;
}
ul#promo-tab li {
    padding: 5px 15px;
    color: #fff;
    list-style: none;
    font-size: 15px;
    border-right: 1px solid #4b4b4b;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s;
}
ul#promo-tab li:not(.inactive),
ul#promo-tab li:hover {
    opacity: 1;
}
span.total {
    padding-left: 7px;
    color: #ec1c12;
}

.promo-content ol#faq_modal {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    gap: 25px;
}
.promo-content ol#faq_modal li.question {
    width: calc(100% / 3.2);
    list-style: none;
    margin: 0;
}

.promo-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.promo-img img {
    width: 100%;
}

.promo-txt {
    position: relative;
    color: #c8810e;
    background: #e8e4dd;
    border-radius: 0 0 20px 20px;
    padding: 15px;
}
.promo-txt h3 {
    color: #c8810e;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.promo-txt::before {
    height: 3px;
    background: #f9df59;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}
.promo-txt::after {
    height: 3px;
    background: #f9df59;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    width: 30%;
    margin: auto;
    transform: perspective(0.5em) rotateX(354deg);
    content: "";
}

.promo-btn {
    display: flex;
    padding-bottom: 5px;
}
.promo-btn span {
    color: #ec1c12;
}
.promo-btn a,
.pbtn-apply a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.pbtn-info,
.pbtn-apply {
    padding: 5px 10px;
    background: #595959;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 10px;
}
.pbtn-apply {
    background: linear-gradient(45deg, #f9df59, #b67b00);
}

.reward-table-container {
    width: 100%;
    overflow-x: auto;
}
.reward-table {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-collapse: collapse;
    background: linear-gradient(to right, #000000, #7d1010, #000000);
    border-radius: 8px;
    overflow: hidden;
    font-size: 18px;
    color: #ccc;
}
.reward-table th,
.reward-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #a32020;
}
.reward-table th {
    background: rgba(163, 32, 32, 0.3);
    color: white;
    text-transform: uppercase;
}
.reward-table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.6);
}
.reward-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

/* 让手机版表格适应小屏幕 */
@media (max-width: 768px) {
    .reward-table {
        font-size: 14px;
        max-width: 100%;
    }
    .reward-table th,
    .reward-table td {
        padding: 6px;
    }
}

/*------------------------------------------------------------------- PROMOTION- FANCYOX -------------------------------------------------------------------*/
.fancybox-wrap {
    width: 60% !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}
.fancybox-skin {
    border-radius: 20px;
}

.fancybox-inner {
    width: 100% !important;
    background-color: #1f1f1f;
}
.fancybox-inner p {
    color: #9a9a9a;
    margin-bottom: 0;
    font-size: 14px;
}
.fancybox-inner h4 {
    margin: 0;
    display: none;
}

.fancybox-inner .promo-header {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: goldenrod;
    border-radius: 20px 20px 0 0;
}

.fancybox-inner .promo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 1px solid #313131;
}
.fancybox-inner .promo-img,
.fancybox-inner .promo-txt {
    border-radius: 0;
    width: 100%;
}

.fancybox-inner .promo-txt {
    color: #5a5a5a;
    background: #000;
    font-size: 12px;
}
.fancybox-inner .promo-txt h3 {
    font-size: 14px;
}
.fancybox-inner .promo-txt::before,
.fancybox-inner .promo-txt::after {
    display: none;
}
.fancybox-inner .promo-btn {
    padding-bottom: 10px;
}

.fancybox-inner > div > div {
    padding: 20px;
}
.fancybox-inner > div > h4,
.fancybox-inner > div > p {
    margin: 0;
}
.fancybox-inner strong {
    font-size: 15px;
    color: #fff;
}
.fancybox-inner ol li {
    color: #9a9a9a;
    font-size: 14px;
}
.fancybox-inner table {
    width: 100%;
}

.fancybox-close {
    top: -11px;
    right: -1px;
}

.vip-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 70px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* —— VIP 选项卡样式 —— */
.vip-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
}

.vip-tab {
    padding: 10px 20px;
    border-radius: 30px;
    background: #333; /* 取消 Glow */
    color: white;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #d8a808; /* 深红色边框 */
    transition: all 0.3s ease;
}

.vip-tab.active {
    background: #d8a808; /* 深红色 */
    color: white;
    font-weight: bold;
}
.vip-title-icon {
    width: 60px; /* 设定图标大小 */
    height: auto;
    vertical-align: middle; /* 让图标和标题文字对齐 */
    margin-right: 10px; /* 图标和文字之间的间距 */
}

/* 调整 h2 让标题和图标对齐 */
.vip-card h2 {
    display: flex;
    align-items: center;
    gap: 10px; /* 图标和文字之间的间隔 */
}


/* —— VIP 详情卡片 —— */
.vip-card {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: left;
}

.vip-card.active {
    display: block;
}

/* —— VIP 详情表格 —— */
.vip-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border-radius: 8px;
}

.vip-table th, .vip-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #d8a808; /* 深红色边框 */
}

.vip-table th {
    background: rgb(163 133 32 / 30%); /* 深红色半透明 */
    color: white;
    text-transform: uppercase;
}

/* —— 选项卡 Hover 效果（无 Glow）—— */
.vip-tab:hover {
    background: #ffbc13;
}

/* —— Membership Upgrade T&C Styling —— */
.vip-tnc {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    border: 1px solid #d8a808;
    text-align: left;
}

.vip-tnc h2 {
    background: rgb(163 133 32 / 30%); 
    color: white;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #d8a808;
}

.vip-tnc ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.vip-tnc ul li {
    padding: 10px;
    border-bottom: 1px solid #d8a808; 
    color: white;
    font-size: 16px;
    position: relative;
    padding-left: 20px; /* Space for bullet */
}

/* White bullet point before each list item */
.vip-tnc ul li::before {
    content: "•";
    position: absolute;
    left: 5px;
    color: white;
    font-size: 18px;
}

.vip-tnc ul li:last-child {
    border-bottom: none;
}

.vip-tnc p {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 10px;
}


/* —— 手机端优化 —— */
@media (max-width: 768px) {
    .vip-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vip-tab {
        font-size: 14px;
        padding: 6px 14px;
    }

    .vip-card h2 {
        font-size: 22px;
    }

    .vip-table th, .vip-table td {
        padding: 10px;
        font-size: 14px;
    }
.vip-card h2 {
    display: flex;
    align-items: center;
    gap: 10px; /* 图标和文字之间的间隔 */
}

/* 确保在手机端也能正常显示 */
@media (max-width: 768px) {
    .vip-title-icon {
        width: 35px; /* 在手机端稍微缩小图标 */
        margin-right: 8px;
    }

    .vip-card h2 {
        font-size: 20px; /* 调整手机端的标题大小 */
    }
}

/*MOBILE VIEW*/
@media all and (max-width: 767px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.flex-control-nav{
display:none;
}


    .d-slide,
    .d-wrapper {
        display: none;
    }
    .m-slide {
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom:10px;
    }

    #divMenu #cssmenu,
    #theme-header-logo,
    footer {
        display: none;
    }
    .m-wrapper,
    .mobile-menu,
    .m-footer {
        display: block;
    }
    .theme-container-box {
        width: 100vw;
    }

    #theme-frame, .container {
        width: 100%;
        flex: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    #theme-header {
        background: linear-gradient(180deg, #3a4049, #2b3138);
        box-shadow: unset;
        padding: 8px 0;
    }
    #theme-header-content {
        width: 100dvw;
        display: flex;
        flex-direction: column;
    }
    #theme-header-link {
        width: 100%;
    }
    .btn-box {
        gap: 10px;
        justify-content: end;
        align-items: center;
        padding: 0 10px;
    }
    .btn-box .mobile-logo img {
        width: 70px;
    }
    .btn-login a {
        padding: 10px;
        width: 90px;
        justify-content: center;
    }
    .btn-sign-up a {
        width: 90px;
        justify-content: center;
        padding: 10px 3px;
    }
    .btn-login a img,
    .btn-sign-up a img {
        width: 10px;
        margin-right: 10px;
    }
    .mobile-menu {
        display: block;
        order: 0;
    }
    .mobile-logo {
        display: block;
        order: -1;
        margin-left: -10px;
        margin-right: 40px;
    }

    .modal-dialog {
        width: 90%;
        margin: 42% auto;
    }
    .login #customform {
        width: 90%;
    }
    .register {
        width: 90%;
        min-height: max-content;
        margin-bottom: 20%;
    }
    .regis-box {
        width: 85%;
    }

    /*-------------------------------------------------------------------------- MENU-SIDE--------------------------------------------------------------------------*/
    /* ========== SIDEPANEL BASE ========== */
    .sidepanel {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background: linear-gradient(180deg, #090909, #363529);
        color: #fff;
        z-index: 999;
        overflow-y: auto;
        transition: right 0.4s ease;
        padding: 20px 10px;
        background: url(/data/2208/uploads/landing-backg.jpg);
    }

    .sidepanel.open {
        right: 0;
    }

    .closebtn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        background: none;
        color: #333;
        border: none;
        cursor: pointer;
    }
    #sidepanel .mobile-logo {
        display: block;
        margin: 0 20px;
        text-align: center;
    }
    #sidepanel .mobile-logo img {
        width: 150px;
    }
    .openbtn {
        background: none;
        border: none;
        cursor: pointer;
    }

    .openbtn img {
        width: 24px;
    }

    /* ========== SUBMENUS ========== */
    .submenu {
        display: grid;
        justify-content: center;
        gap: 8px;
        margin: 25px 0;
    }

    .submenu-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .submenu-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .submenu a {
        background: #686868;
        border-radius: 5px;
        padding: 10px 0;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        display: block;
        transition: all 0.3s ease;
    }

    .submenu a img {
        width: 40px;
        margin-bottom: 5px;
        opacity: 0.5;
    }

    .submenu a span {
        display: block;
        font-size: 13px;
    }

    .submenu a.on span {
        color: #d89f19;
        font-weight: 600;
        text-shadow: 0 0 4px #6e6601;
    }

    .submenu a.on img {
        filter: drop-shadow(0px 2px 5px #a37700) brightness(1.5);
        opacity: 1;
    }

    /* Overlay for background dimming */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 998; /* below the sidepanel */
    }

    .overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* Keep your sidepanel styles */

    .sidepanel.open {
        right: 0;
    }

    /* Scrollbar styling (optional) */
    .sidepanel::-webkit-scrollbar {
        width: 6px;
    }
    .sidepanel::-webkit-scrollbar-thumb {
        background: #333;
        border-radius: 3px;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100dvw;
        height: 65px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        z-index: 999;
        background: linear-gradient(180deg, #3b424b, #292f35);
        box-shadow: 0 0.02667rem 0.05333rem #616b7f inset, 0 -0.05333rem 0.16rem rgba(0, 0, 0, 0.25);
    }
    .footer-item {
        flex: 1;
        text-align: center;
        color: #9fa7b3;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .footer-item .icon {
        height: 25px;
        width: 25px;
        margin: 0 auto 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-item img {
        height: 28px;
        opacity: 0.6;
    }

    .footer-item.active span {
        color: #f89b2f;
    }

    .footer-item.active img {
        filter: brightness(1.5) saturate(1.5);
        opacity: 1;
    }

    .footer-item:active {
        transform: scale(0.95);
    }

    /*MOBILE HOME*/

    .m-wrapper {
        padding-bottom: 20px;
    }

    .section-container {
        display: flex;
        max-width: 1200px;
        margin: 0px auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .section-tabs {
        width: 90px;
        background: #e9e9e9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        gap: 10px;
    }

    .section-tabs .tab {
        width: 70px;
        background: #686868;
        border: none;
        border-radius: 10px;
        color: #ffffff;
        text-align: center;
        padding: 5px 0;
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        border: 1px solid #e5e5e5;
    }

    .section-tabs .tab.active {
        background: linear-gradient(45deg, #ffd850, #c69420);
        color: #fff;
    }

        .section-tabs .tab:hover {
        background: linear-gradient(45deg, #ffd850, #c69420);
        color: #fff;
    }

    img.sec-icn {
        width: 38px;
    }

    button.tab .sec-icn {
        opacity: 0.5;
    }

    button.tab.active .sec-icn {
        opacity: 1;
    }

    .section-content {
        flex: 1;
        padding: 10px 10px 10px 0px;
        height: 67dvh;
        overflow: scroll;
    }
    .section-content::-webkit-scrollbar {
        display: none;
    }
    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .section-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 15px;
    }

    .section-card {
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        transition: 0.3s;
    }

    .section-card:hover {
        transform: scale(0.95);
    }

    .section-card.big {
        grid-column: span 2;
    }

    .section-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .section-card .info {
        padding: 10px;
    }

    .section-card h4 {
        margin: 5px 0;
        font-size: 16px;
        color: #fff;
    }

    .section-card p {
        font-size: 12px;
        color: #aaa;
    }

    .section-content .tab-content {
        margin-top: unset;
    }

    .mobile-game .tab-header {
        display: flex;
        justify-content: center;
        background: #1e1e1e;
        padding: 10px 0;
    }

    .mobile-game .tab-btn {
        background: none;
        border: none;
        color: #ccc;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .mobile-game .tab-btn.active {
        color: #ffa500;
        border-bottom: 2px solid #ffa500;
    }

    .mobile-game .tab-container {
        position: relative;
        width: 100%;
        height: calc(100vh - 60px);
        overflow: hidden;
    }

    .mobile-game .tab-content {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 100%;
        opacity: 0;
        transition: left 0.4s ease, opacity 0.4s ease;
        padding: 20px;
        box-sizing: border-box;
    }

    .mobile-game .tab-content.active {
        opacity: 1;
    }

    .demo-img {
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
    }

           .category-carousel {
            width: 70dvw;
            margin: auto;
        }
    .category-section {
        padding: 0px;
        margin-bottom: 20px;
    }
    .category-title-cn {
        font-size: 50px;
        margin: 20px 0;
        color: #cf9c1d;
    }
img.slots-banner {
    aspect-ratio: 1 / 1;
}
    .slots-tabs {
        width: 84dvw;
        margin: auto;
    }
    .slots-tab {
        font-size: 0;
    }
    .slots-grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 15px;
    }
    .slots-content {
        margin-top: 15px;
        border-radius: 30px;
        padding: 20px;
    }
    .slots-tab img {
        margin: 0;
       aspect-ratio: 2 / 1;
    }
    .slot-card {
        border-radius: 5px;
    }
    .slot-card img {
        border-radius: 0 0 10px 10px;
    }
    .slot-card-title {
        font-size: 10px;
        padding: 5px 0;
    }
    .promo {
        padding: 0;
    }
    .promo-content {
        margin-bottom: 20%;
    }
    .promo-content ol#faq_modal li.question {
        width: 90%;
        list-style: none;
        margin: auto;
    }
    .fancybox-wrap {
        width: 95% !important;
    }
    .fancybox-inner .promo {
        display: flex;
        flex-direction: column;
    }
}
