.elementor-1026 .elementor-element.elementor-element-0cd899c:not(.elementor-motion-effects-element-type-background), .elementor-1026 .elementor-element.elementor-element-0cd899c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C122A;}.elementor-1026 .elementor-element.elementor-element-0cd899c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1026 .elementor-element.elementor-element-0cd899c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1026 .elementor-element.elementor-element-dd96061{--e-image-carousel-slides-to-show:1;}@media(min-width:768px){.elementor-1026 .elementor-element.elementor-element-a87def2{width:100%;}}/* Start custom CSS for html, class: .elementor-element-533525d *//* =========================
   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-4445ba7 */.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-d3b59e2 */.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 for section, class: .elementor-element-0cd899c */<style>

/* =========================
   GRID
========================= */

.casino-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
    max-width:1400px;
    margin:20px auto;
}

/* =========================
   CARD
========================= */

.casino-card{
    position:relative;
    overflow:hidden;
    background:#d7003f;
    border:2px solid #0e1a2b;
    transition:.3s ease;
}

.casino-card:hover{
    transform:translateY(-4px);
    box-shadow:0 6px 15px rgba(0,0,0,.25);
}

/* =========================
   IMAGE
========================= */

.top-img{
    width:100%;
    height:140px;
    object-fit:cover;
    display:block;
}

/* =========================
   YELLOW RIBBON
========================= */

.ribbon{
    position:absolute;
    left:-25px;
    top:115px;

    width:130%;

    background:#f4ff00;
    color:#000;

    font-size:16px;
    font-weight:700;

    padding:6px 30px;

    transform:rotate(-15deg);

    z-index:10;
}

/* =========================
   CONTENT
========================= */

.card-body{
    background:#d7003f;
    padding:40px 10px 12px;
    text-align:center;
}

.card-body p{
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:1.3;
    min-height:35px;
    margin-bottom:10px;
}

.card-body a{
    display:inline-block;

    border:1px solid #fff;
    color:#fff;

    padding:5px 10px;

    text-decoration:none;

    font-size:11px;
    font-weight:700;

    transition:.3s;
}

.card-body a:hover{
    background:#fff;
    color:#d7003f;
}

/* =========================
   TABLET
========================= */

@media (max-width:1024px){

    .casino-grid{
        grid-template-columns:repeat(4,1fr);
        gap:10px;
    }

    .top-img{
        height:130px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .casino-grid{
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }

    .top-img{
        height:110px;
    }

    .ribbon{
        top:92px;
        left:-22px;

        font-size:12px;

        padding:5px 24px;
    }

    .card-body{
        padding:32px 6px 8px;
    }

    .card-body p{
        font-size:10px;
        min-height:28px;
        margin-bottom:6px;
    }

    .card-body a{
        font-size:9px;
        padding:4px 8px;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:480px){

    .top-img{
        height:95px;
    }

    .ribbon{
        top:78px;
        font-size:10px;
    }

    .card-body{
        padding:28px 5px 6px;
    }

    .card-body p{
        font-size:9px;
        line-height:1.2;
    }

    .card-body a{
        font-size:8px;
        padding:3px 6px;
    }

}

</style>/* End custom CSS */
/* Start custom CSS */.elementor-widget-image a {
display: block !important;
}/* End custom CSS */