@charset "UTF-8";

/* --------------------------------------------------
 keyvisual
-------------------------------------------------- */

#keyvisual {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#keyvisual .swiper-wrapper {
    display: flex;
    align-items: center;
}

#keyvisual .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (min-width: 1001px) {
    #keyvisual {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1000px) {
    #keyvisual {
        padding: 0 10px;
    }
}

#keyvisual>.comm-blc {
    max-width: 1728px;
}

/* --------------------------------------------------
 news-box
-------------------------------------------------- */

#news-box>.comm-blc {
    max-width: 1728px;
}

#news-box .inner {
    width: 100%;
    height: 30px;
    background: #ffffff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#news-box .icn {
    background: #ff3e3e;
    padding: 0 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#news-box .icn i {
    color: #1d253a;
}

#news-box .marquee {
    color: #1d253a;
    width: 100%;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
    display: inline-block;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 767px) {
    #news-box .marquee {
        -webkit-animation: marquee 10s linear infinite;
        animation: marquee 10s linear infinite;
    }
}

/* --------------------------------------------------
 intro
-------------------------------------------------- */

#intro .inner {
    position: relative;
    transition: all 0.4s;
}

#intro .inner::after {
    content: "";
    background: transparent;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#intro .txt-blc {
    position: relative;
    z-index: 1;
}

#intro .txt-blc .logo {
    max-width: 360px;
    text-align: center;
    margin: 0 auto 15px;
}

#intro .txt-blc .ttl {
    color: #ffffff;
    font-size: 140%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

#intro .txt-blc .ttl .txt01 {
    display: inline-block;
}

#intro .txt-blc .txt {
    text-align: center;
    background: #303040;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 20px 10px;
    flex: 1;
    order: 1;
    box-shadow: rgb(53 47 47 / 18%) 0px 0px 4px 2px inset;
}

#intro .txt-blc .img {
    text-align: center;
    margin-top: 30px;
}

#intro .media-blc {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

#intro .media-blc .img {
    width: 36%;
    text-align: center;
}

#intro .media-blc .vdo {
    background: linear-gradient(144deg, #000, #000), linear-gradient(90deg, #c29039, #E6D687, #E6D687, #c29039);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 20px;
    padding: 3px;
    flex: 1;
    box-shadow: 0 0 15px #160000;
}

#intro .media-blc .vdo * {
    border-radius: 20px;
    display: block;
}

@media screen and (max-width: 767px) {
    #intro .txt-blc .ttl {
        font-size: 120%;
    }

    #intro .media-blc .img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #intro .media-blc .vdo {
        width: 100%;
        flex: auto;
    }
}

@media screen and (max-width: 480px) {
    #intro .txt-blc .logo {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --------------------------------------------------
 nav-short
-------------------------------------------------- */

#nav-short {
    padding: 30px 0;
    position: relative;
}

/* --------------------------------------------------
 providers-list
-------------------------------------------------- */

#providers-list,
#providers-list-slot {
    padding: 0 0 30px;
    margin: 0;
    position: relative;
}

#providers-list>.comm-blc,
#providers-list-slot>.comm-blc {
    max-width: 1728px;
}

#providers-list.box-style01 .ttl {
    display: inline-flex;
}

#providers-list.box-style01 .ttl .txt01 {
    color: #ffffff;
    font-family: "Mitr", sans-serif;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 2px 8px rgba(255, 69, 0, 0.6);
    }

    50% {
        box-shadow: 0 2px 15px rgba(255, 69, 0, 0.9);
    }
}

/* แก้ไขการแสดงผลเกมเป็นแนวตั้ง */
#providers-list .list-style02 {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 20px !important;
}

#providers-list .list-style02 .item {
    width: 100% !important;
    margin: 0 !important;
}

#providers-list .list-style02 .item .img-blc .img {
    padding-top: 133.33% !important;
    /* อัตราส่วน 3:4 แนวตั้ง */
}

#providers-list .list-style02 .item .img-blc img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    #providers-list .list-style02 {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
        gap: 12px !important;
    }

    .hot-tag {
        font-size: 10px;
        padding: 3px 8px;
    }
}

@media (max-width: 480px) {
    #providers-list .list-style02 {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        gap: 10px !important;
    }

    .hot-tag {
        font-size: 9px;
        padding: 2px 6px;
    }
}

/* --------------------------------------------------
 howto
-------------------------------------------------- */

#howto {
    padding: 30px 0;
    position: relative;
}

#howto .inner {
    padding: 0 2%;
    position: relative;
    box-sizing: border-box;
}

#howto .txt-blc .logo {
    max-width: 360px;
    text-align: center;
    margin: 20px auto;
}

#howto .txt-blc .txt-intro {
    color: #1d253a;
    font-size: 170%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#howto .txt-blc .txt-intro .txt01 {
    display: inline-block;
}

#howto .txt-blc .txt {
    color: #1d253a;
    text-align: center;
    line-height: 1.6;
}

#howto .img-blc {
    text-align: center;
    margin: 20px 0;
}

#howto .step-blc {
    margin-top: 20px;
}

#howto .step-blc .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#howto .step-blc .list .item {
    background: transparent;
    background-image: linear-gradient(180deg, #383838 0%, #030303 100%);
    width: 32%;
    border: 2px solid #C0A05C;
    border-radius: 20px;
    padding: 10px 0 20px;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
}

#howto .step-blc .list .item:nth-child(3n+3) {
    margin-right: 0;
}

#howto .step-blc .list .item:last-child {
    margin-right: 0;
}

#howto .step-blc .list .item .icn {
    text-align: center;
    padding: 0 4%;
    margin-bottom: 20px;
}

#howto .step-blc .list .item .subj {
    font-size: 140%;
    line-height: 1.6;
    text-align: center;
    padding: 0 4%;
    margin-bottom: 15px;
}

#howto .step-blc .list .item .txt {
    line-height: 1.6;
    text-align: center;
    padding: 0 4%;
    margin-bottom: 15px;
}

#howto .step-blc .list .item .btn-blc {
    text-align: center;
    padding: 0 4%;
}

@media screen and (max-width: 767px) {
    #howto .txt-blc .txt-intro {
        font-size: 130%;
    }

    #howto .step-blc .list .item {
        width: 100%;
        margin-right: 0;
    }

    #howto .step-blc .list .item .subj {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    #howto .txt-blc .logo {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --------------------------------------------------
 promotion
-------------------------------------------------- */

#promotion {
    padding: 30px 0;
    position: relative;
}

#promotion .inner {
    position: relative;
}

#promotion .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#promotion .list .item {
    width: 32%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    transition: all .4s;
}

#promotion .list .item:hover {
    transform: scale(1.05);
}

#promotion .list .item:nth-child(3n+3) {
    margin-right: 0;
}

#promotion .list .item:last-child {
    margin-right: 0;
}

#promotion .list .item img {
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    #promotion .list .item {
        width: 49%;
    }

    #promotion .list .item:nth-child(3n+3) {
        margin-right: 2%;
    }

    #promotion .list .item:nth-child(2n+2) {
        margin-right: 0;
    }

    #promotion .list .item:last-child {
        margin-right: 0;
    }
}

/* promo-list-style01 --------------- */

.promo-list-style01 {
    display: flex;
    flex-wrap: wrap;
}

.promo-list-style01 li {
    background: linear-gradient(180deg, #566680 0%, #566680 100%);
    width: 32%;
    border-radius: 10px;
    padding: 15px;
    margin: 0 2% 2% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.promo-list-style01 li:nth-of-type(3n+3) {
    margin-right: 0;
}

.promo-list-style01 li .detail-blc {
    width: 100%;
    box-sizing: border-box;
}

.promo-list-style01 li .img {
    background-color: rgba(0, 0, 0, 0.26);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-list-style01 li .img img {
    width: 100%;
    flex: 0 0 auto;
}

.promo-list-style01 li .txt-blc .subj {
    color: #fff;
    font-size: 140%;
    line-height: 1.4;
    word-break: normal;
}

.promo-list-style01 li .txt-blc .txt01 {
    color: #fff;
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 10px;
}

.promo-list-style01 li .btn-style02 {
    margin-top: 10px;
    margin-bottom: 4%;
}

.promo-list-style01 li .btn-style02 .btn-elem {
    font-size: 120%;
}

.promo-list-style01 li .btn-style02 .btn-elem .txt01 {
    padding: 7px 20px;
}

@media screen and (max-width: 767px) {
    .promo-list-style01 li {
        width: 49%;
    }

    .promo-list-style01 li:nth-of-type(3n+3) {
        margin-right: 2%;
    }

    .promo-list-style01 li:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .promo-list-style01 li .txt-blc .subj {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .promo-list-style01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .promo-list-style01 li:nth-of-type(4n+4) {
        margin-right: 0;
    }

    .promo-list-style01 li:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

/* promotion-detail01 --------------- */

.promotion-detail01 .ttl {
    background: #167e59;
    text-align: center;
    padding: 7px 20px;
    position: relative;
    box-sizing: border-box;
}

.promotion-detail01 .ttl .txt01 {
    color: #fff;
    font-size: 120%;
    line-height: 1.4;
}

.promotion-detail01 .border-blc {
    background: linear-gradient(180deg, #dbe3ef 0.02%, #dbe3ef 99.96%);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.promotion-detail01 .border-blc .inner {
    padding: 10px 12px 10px;
}

.promotion-detail01 .part-blc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.promotion-detail01 .img-blc {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.promotion-detail01 .img-blc img {
    width: 100%;
}

.promotion-detail01 .btn-blc {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list {
    width: 100%;
    padding-right: 4%;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list .btn-style01 {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list .btn-style01:last-of-type {
    margin-bottom: 0;
}

.promotion-detail01 .btn-list .btn-style01 .btn-elem {
    font-size: 14px;
    text-align: center;
    display: block;
}

.promotion-detail01 .btn-list .btn-style01 .btn-elem .txt01 {
    padding: 7px 15px;
}

.promotion-detail01 .detail-blc .subj {
    color: #1d253a;
    font-size: 140%;
    line-height: 1.4;
    word-break: normal;
}

.promotion-detail01 .detail-blc .txt-blc {
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 2%;
}

.promotion-detail01 .detail-blc .txt-blc dt {
    color: #1d253a;
    text-decoration: underline;
}

.promotion-detail01 .detail-blc .txt-blc dd {
    background-color: rgba(255, 255, 255, 0.03);
    color: #1d253a;
    font-size: 90%;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .promotion-detail01 .detail-blc .subj {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .promotion-detail01 .img-blc {
        width: 100%;
    }

    .promotion-detail01 .btn-blc {
        width: 100%;
    }

    .promotion-detail01 .btn-list {
        max-width: 240px;
        padding-right: 0;
        margin: 0 auto 4%;
    }
}

/* --------------------------------------------------
 features
-------------------------------------------------- */

#features {
    padding: 30px 0;
    position: relative;
}

#features .inner {
    padding: 0 2%;
    position: relative;
    box-sizing: border-box;
}

#features .txt-img-blc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#features .txt-blc {
    background: #b6c2d5;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 20px 10px;
    flex: 1;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

#features .txt-blc .subj {
    color: #1d253a;
    font-size: 170%;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

#features .txt-blc .subj .txt01 {
    display: inline-block;
}

#features .txt-blc .txt {
    color: #1d253a;
    font-size: 90%;
    line-height: 1.4;
}

#features .txt-blc .img {
    text-align: center;
    margin: 20px 0;
}

#features .txt-blc .list {
    padding: 0 4%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#features .txt-blc .list .item {
    width: 30.66%;
    margin: 0 4% 4% 0;
    box-sizing: border-box;
}

#features .txt-blc .list .item:nth-child(3n+3) {
    margin-right: 0;
}

#features .txt-blc .list .item:last-child {
    margin-right: 0;
}

#features .txt-blc .list .item img {
    transition: all .4s;
}

#features .txt-blc .list .item a:hover img {
    transform: scale(1.05);
}

#features .img-blc {
    width: 50%;
    text-align: center;
    padding-left: 2%;
    position: relative;
    z-index: 1;
}

#features .img-blc img {
    -webkit-animation: slideInUp 2s cubic-bezier(.25, .46, .45, .94) infinite alternate both;
    animation: slideInUp 2s cubic-bezier(.25, .46, .45, .94) infinite alternate both;
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translateY(2%);
        visibility: visible
    }

    to {
        transform: translateY(-2%)
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(2%);
        visibility: visible
    }

    to {
        transform: translateY(-2%)
    }
}

@media screen and (max-width: 767px) {
    #features .txt-blc {
        width: 100%;
        text-align: center;
        padding-top: 8%;
        flex: auto;
        order: 1;
    }

    #features .txt-blc .subj {
        font-size: 130%;
    }

    #features .img-blc {
        margin: 0 auto -8%;
    }
}

/* --------------------------------------------------
 why-our
-------------------------------------------------- */

#why-our {
    padding: 30px 0;
    position: relative;
}

#why-our .inner {
    padding: 0 2%;
    position: relative;
    box-sizing: border-box;
}

#why-our .txt-img-blc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#why-our .txt-blc {
    background: #303040;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 20px 10px;
    flex: 1;
    order: 1;
    box-shadow: rgb(53 47 47 / 18%) 0px 0px 4px 2px inset;
}

#why-our .txt-blc .subj {
    color: #ffffff;
    font-size: 140%;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

#why-our .txt-blc .subj .txt01 {
    display: inline-block;
}

#why-our .txt-blc .txt {
    color: #e3e7f1;
    line-height: 1.2;
}

#why-our .img-blc {
    width: 48%;
    margin-right: 4%;
    position: relative;
    z-index: 1;
}

#why-our .txt-btm {
    color: #e2e4eb;
    text-align: center;
    margin-top: 20px;
    background: #303040;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 20px 10px;
    flex: 1;
    order: 1;
    box-shadow: rgb(53 47 47 / 18%) 0px 0px 4px 2px inset;
}

@media screen and (max-width: 767px) {
    #why-our .txt-blc {
        width: 100%;
        flex: auto;
    }

    #why-our .txt-blc .subj {
        font-size: 120%;
    }

    #why-our .img-blc {
        margin: 0 auto;
    }
}

/* --------------------------------------------------
 article-post
-------------------------------------------------- */

#article-post {
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

#article-post .inner {
    padding: 0 2%;
    box-sizing: border-box;
}

/* --------------------------------------------------
 faq
-------------------------------------------------- */

#faq {
    padding: 30px 0;
    position: relative;
}

#faq .inner {
    padding: 0 2%;
    position: relative;
    box-sizing: border-box;
}

#faq .list {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#faq .list .accordion {
    background: linear-gradient(180deg, #e5ebf4cc 0%, #e5ebf4cc 100%);
    border-radius: 10px;
    margin-bottom: 10px;
}

#faq .list .accordion .accord-ttl {
    background: linear-gradient(180deg, #353e62 0%, #353e62 100%);
    color: #ffd304;
    border-radius: 10px;
    line-height: 1.2;
    padding: 15px 15px 15px 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

#faq .list .accordion .accord-ttl.onclick {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#faq .list .accordion .accord-ttl::before {
    content: "\f0da";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 14px;
    left: 15px;
}

#faq .list .accordion .accord-ttl.onclick::before {
    content: "\f0d8";
}

#faq .list .accordion .accord-content {
    color: #ffffff;
    background-color: #1a2029;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.6;
    padding: 15px 15px 15px 30px;
}

#faq .accordion .accord-content {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 15px 0;
}

#faq .accordion.active .accord-content {
    display: block;
}

#faq .accordion .accord-ttl:hover {
    opacity: 0.8;
}

#faq .accordion .accord-ttl::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: bold;
    transition: transform 0.3s ease;
    line-height: 1;
}

#faq .accordion.active .accord-ttl::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

/* Hot tag style */
.hot-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #ff4500 0%, #ff6b00 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(255, 69, 0, 0.6);
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 2px 8px rgba(255, 69, 0, 0.6);
    }

    50% {
        box-shadow: 0 2px 15px rgba(255, 69, 0, 0.9);
    }
}

.list-style02 .item .tag-a:hover .game-name-box {
    background: linear-gradient(180deg, rgba(255, 107, 0, 0.9) 0%, rgba(255, 69, 0, 0.9) 100%);
    border-color: rgba(255, 107, 0, 0.6);
}

.list-style02 .item .tag-a:hover .game-name-text {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 107, 0, 0.8);
}

.list-style02 .item .tag-a {
    position: relative;
    display: block;
    overflow: hidden;
}

.list-style02 .item .tag-a figure.img-blc {
    position: relative;
}

@keyframes fadeInGame {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.list-style02 .item {
    animation: fadeInGame 0.3s ease-out;
}

@media (max-width: 768px) {
    .game-name-text {
        font-size: 11px;
        min-height: 30px;
    }

    .game-name-box {
        padding: 8px 6px;
    }
}

@media (max-width: 480px) {
    .game-name-text {
        font-size: 10px;
        -webkit-line-clamp: 1;
        min-height: 26px;
    }

    .game-name-box {
        padding: 7px 5px;
    }
}

/* ============================================ */
/* Keywords Tags Styling */
/* ============================================ */
.keyword-tag:hover {
    background: linear-gradient(135deg, rgb(24 28 46), rgb(18 21 36)) !important;
    border-color: rgb(192 192 210) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(23 26 40) !important;
}

@media (max-width: 768px) {
    .keywords-section {
        padding: 20px 15px !important;
    }

    .keyword-tag {
        font-size: 12px !important;
        padding: 6px 14px !important;
    }
}

@media (max-width: 480px) {
    .keywords-section {
        padding: 15px 10px !important;
    }

    .keyword-tag {
        font-size: 11px !important;
        padding: 5px 12px !important;
    }

    .keywords-tags {
        gap: 8px !important;
    }
}

/* ============================================ */
/* Promotion Section - FULL SIZE ON PC */
/* ============================================ */
#promotion {
    padding: 40px 0;
}

#promotion .swiper-container-1 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 60px;
    height: auto;
}

#promotion .swiper-wrapper {
    align-items: center;
    height: auto !important;
}

#promotion .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#promotion .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#promotion .swiper-slide:hover img {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Navigation Buttons */
#promotion .swiper-button-prev,
#promotion .swiper-button-next {
    color: #ff6b00;
    background: rgba(255, 255, 255, 0.95);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#promotion .swiper-button-prev:after,
#promotion .swiper-button-next:after {
    font-size: 22px;
    font-weight: bold;
}

#promotion .swiper-button-prev:hover,
#promotion .swiper-button-next:hover {
    background: #ff6b00;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1200px) {
    #promotion .swiper-slide {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    #promotion .swiper-slide {
        max-width: 100%;
    }

    #promotion .swiper-button-prev,
    #promotion .swiper-button-next {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    #promotion {
        padding: 30px 0;
    }

    #promotion .swiper-container-1 {
        padding: 15px 50px;
    }

    #promotion .swiper-slide {
        width: 100%;
        max-width: 100%;
    }

    #promotion .swiper-button-prev,
    #promotion .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    #promotion .swiper-button-prev:after,
    #promotion .swiper-button-next:after {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #promotion .swiper-container-1 {
        padding: 10px 45px;
    }

    #promotion .swiper-button-prev,
    #promotion .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    #promotion .swiper-button-prev:after,
    #promotion .swiper-button-next:after {
        font-size: 16px;
    }
}



#promotions-loading {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#promotions-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Smooth fade-in animation */
@keyframes fadeInPromotion {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#promotion.loaded {
    animation: fadeInPromotion 0.5s ease-out;
}

/* Game Loading Bar Styles - Diagonal Stripes Version */

/* ============================================
   Game Loading Bar - Simplified Version (ลด animations)
   ============================================ */

.game-loading-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    padding: 10px;
    z-index: 2;
}

.game-loading-bar {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* ปรับ progress bar ให้เรียบง่าย - ไม่มี animation */
.game-loading-progress {
    height: 100%;
    background: linear-gradient(90deg, #00ff31 0%, #2add14 50%, #00ff43 100%);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 153, 0, 0.6);
    transition: width 0.3s ease;
}

/* เพิ่ม class สำหรับ simple version (ไม่มี stripe animation) */
.simple-progress {
    animation: none !important;
}

.game-loading-progress::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.25) 0%,
            transparent 100%);
    border-radius: 10px 10px 0 0;
}

/* ลบ animation glint */
.game-loading-progress::after {
    display: none;
}

.game-loading-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    letter-spacing: 0.5px;
    z-index: 10;
    pointer-events: none;
}

/* เพิ่ม class สำหรับ simple percentage (ไม่มี pulse animation) */
.simple-percentage {
    animation: none !important;
}

/* ลบ fire icon animation */
.game-loading-percentage .fire-icon {
    display: none;
}

/* ปรับ position ของ game item ให้รองรับ loading bar */
#hot-games-container .item .tag-a {
    position: relative;
}

#hot-games-container .item .tag-a figure.img-blc {
    position: relative;
}

/* ปรับ hot tag ให้ไม่ทับกับ loading bar */
#hot-games-container .item .tag-a .hot-tag {
    z-index: 3;
}

/* ลบ animation ทั้งหมดใน hot-games-container */
#hot-games-container .game-loading-progress {
    animation: none !important;
}

#hot-games-container .game-loading-percentage .fire-icon {
    display: none;
}

/* ============================================
   Game Name Box - แสดงชื่อเกมใต้รูปแยกออกมา
   ============================================ */

.game-name-box {
    background: linear-gradient(135deg, #2d2d44 0%, #1a1a2e 100%);
    border-radius: 0 0 8px 8px;
    padding: 8px 10px;
    margin-top: -1px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-name-box .game-name-text {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.list-style02 .item .tag-a:hover .game-name-box {
    background: linear-gradient(135deg, #3d3d54 0%, #2a2a3e 100%);
}

.list-style02 .item .tag-a:hover .game-name-box .game-name-text {
    color: #ffd700;
}

/* ============================================
   Responsive สำหรับ Mobile
   ============================================ */

@media screen and (max-width: 767px) {
    /* ลดความซับซ้อนของ shadow บน mobile */
    .game-loading-bar {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    .game-loading-progress {
        box-shadow: 0 0 5px rgba(255, 153, 0, 0.4);
    }

    .game-loading-container {
        padding: 8px;
    }

    .game-loading-bar {
        height: 20px;
    }

    .game-loading-percentage {
        font-size: 11px;
    }

    .game-name-box {
        padding: 6px 8px;
        min-height: 36px;
    }

    .game-name-box .game-name-text {
        font-size: 11px;
    }

    /* ลด animations บน mobile ทั้งหมด */
    .game-loading-percentage .fire-icon {
        animation: none !important;
    }
}

@media screen and (max-width: 480px) {
    .game-name-box {
        min-height: 34px;
        padding: 5px 6px;
    }

    .game-name-box .game-name-text {
        font-size: 10px;
    }
}
