.elementor-1026 .elementor-element.elementor-element-1f5de68:not(.elementor-motion-effects-element-type-background), .elementor-1026 .elementor-element.elementor-element-1f5de68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0076DA;}.elementor-1026 .elementor-element.elementor-element-1f5de68{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1026 .elementor-element.elementor-element-1f5de68 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1026 .elementor-element.elementor-element-5e05008:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1026 .elementor-element.elementor-element-5e05008 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0043CA;}.elementor-1026 .elementor-element.elementor-element-5e05008 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1026 .elementor-element.elementor-element-5e05008 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1026 .elementor-element.elementor-element-cafcc00{--e-image-carousel-slides-to-show:1;}.elementor-1026 .elementor-element.elementor-element-cafcc00 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:20px 20px 20px 20px;}/* Start custom CSS for html, class: .elementor-element-d7e5e26 *//* =========================
   GAME SECTION
========================= */

.game-section{
    width:100%;
    max-width:1200px;
    margin:25px auto;
    padding:25px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:15px;
    background:rgba(0,0,0,.08);
    box-sizing:border-box;
}

/* =========================
   HEADER
========================= */

.game-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.left-title{
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.4;
}

.right-title{
    color:#ddd;
    font-size:14px;
    padding:10px 20px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:40px;
    white-space:nowrap;
    transition:.3s;
}

.right-title:hover{
    background:rgba(255,255,255,.1);
}

/* =========================
   TAB MENU
========================= */

.game-tabs{
    display:flex;
    gap:12px;
    margin-bottom:25px;
    overflow-x:auto;
    scrollbar-width:none;
}

.game-tabs::-webkit-scrollbar{
    display:none;
}

.game-tabs .tab{
    border:none;
    padding:12px 22px;
    border-radius:40px;
    background:#2d2d2d;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    white-space:nowrap;
}

.game-tabs .tab:hover{
    transform:translateY(-2px);
}

.game-tabs .active{
    background:linear-gradient(
        180deg,
        #ff4141,
        #d70000
    );
    box-shadow:
    0 0 15px rgba(255,0,0,.45);
}

/* =========================
   GAME GRID
========================= */

.game-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
}

.game-grid img{
    width:100%;
    display:block;
    border-radius:10px;
    transition:.3s;
}

.game-grid img:hover{
    transform:translateY(-4px);
}

/* รูปใหญ่ Opera */

.big-left{
    grid-column:1 / span 2;
    grid-row:2 / span 2;
}

/* รูปใหญ่ Lucky */

.big-right{
    grid-column:4 / span 2;
    grid-row:4 / span 2;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

.game-section{
    padding:20px;
}

.left-title{
    font-size:20px;
}

.game-grid{
    grid-template-columns:repeat(4,1fr);
}

.big-left{
    grid-column:1 / span 2;
    grid-row:auto;
}

.big-right{
    grid-column:3 / span 2;
    grid-row:auto;
}

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

.game-section{
    padding:18px 15px;
    margin:15px auto;
    border-radius:12px;
}

.game-header{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:12px;
}

.left-title{
    font-size:18px;
}

.right-title{
    font-size:12px;
    padding:8px 16px;
}

.game-tabs{
    gap:8px;
    margin-bottom:18px;
}

.game-tabs .tab{
    padding:10px 16px;
    font-size:13px;
}

.game-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

/* ยกเลิกรูปใหญ่บนมือถือ */

.big-left,
.big-right{
    grid-column:auto !important;
    grid-row:auto !important;
}

.game-grid img{
    border-radius:8px;
}

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

.left-title{
    font-size:16px;
}

.right-title{
    width:100%;
    text-align:center;
}

.game-tabs .tab{
    font-size:12px;
    padding:9px 14px;
}

.game-grid{
    gap:8px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cebdfef */.game-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:10px;
}

.game-grid .item{
display:block;
overflow:hidden;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,.35);
transition:.3s;
}

.game-grid .item:hover{
transform:translateY(-4px);
}

.game-grid img{
width:100%;
height:100%;
display:block;
object-fit:cover;
}

.item-big-left{
grid-column:1 / span 2;
grid-row:2 / span 2;
}

.item-big-right{
grid-column:4 / span 2;
grid-row:4 / span 2;
}

@media(max-width:768px){

.game-grid{
grid-template-columns:repeat(2,1fr);
gap:8px;
}

.item-big-left,
.item-big-right{
grid-column:auto;
grid-row:auto;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58c0c78 */.why-section{
    max-width:1100px;
    margin:auto;
    padding:20px 15px;
}

.why-title{
    color:#fff;
    font-size:18px;
    margin-bottom:15px;
}

.why-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1.2fr 1.2fr;
    grid-template-rows:120px 205px 120px;
    gap:10px;
}

.why-card{
    background:#25284a;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.4);
    color:#fff;
}

.left-card{
    grid-row:1 / span 3;
    padding:15px;
}

.left-card img{
    width:100%;
    border-radius:8px;
    margin-bottom:15px;
}

.left-card h3{
    font-size:18px;
    margin-bottom:10px;
}

.left-card p{
    font-size:13px;
    line-height:1.6;
}

.center-card{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:20px;
    font-weight:600;
    line-height:1.5;
}

.sexy-card{
    grid-column:4 / span 2;
    grid-row:1 / span 2;
}

.sexy-card img{
    width:100%;
    display:block;
}

.card-content{
    padding:15px;
}

.card-content h3{
    margin-bottom:10px;
    font-size:18px;
}

.card-content p{
    font-size:13px;
    line-height:1.5;
}

.promo-card{
    grid-column:2 / span 2;
    grid-row:2 / span 2;
}

.promo-card img{
    width:100%;
    display:block;
}

/* Tablet */

@media(max-width:991px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:auto;
    }

    .left-card,
    .promo-card,
    .sexy-card{
        grid-column:auto;
        grid-row:auto;
    }

}

/* Mobile */

@media(max-width:768px){

    .why-grid{
        grid-template-columns:1fr;
    }

    .why-title{
        text-align:center;
    }

}/* End custom CSS */
/* Start custom CSS */.elementor-widget-image a {
display: block !important;
}/* End custom CSS */