/*============
Template Name: Gaming  HTML5 Template
Author:https://www.templatemonster.com/authors/templateland/
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header Top Bar CSS
02.Header Area Css
03.Hero Area Css
04.Treanding Slot Area Css
05.Gaming Area Css
06.Card Area Css
07.Footer Area Css
08.Deposit Page Css
09.Sing Up Page Css
====================*/

/* ==========
    Base CSS
============ */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: "Raleway", sans-serif;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    font-family: "Roboto Slab", serif;
}
a{
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.al-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul{
    margin: 0;
    padding: 0;
}
.wrapper{
    overflow: hidden;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    z-index: 99;
    background: #fff;
}
/* header-top bar start */
.herader-top-bar {
    background: #2A2A28;
    color: #fff;
    padding: 20px 0;
}

.top-bar-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.top-bar-left p span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}

.top-bar-left p:last-child span {
    color: #F79E10;
    font-weight: 400;
}
.cuarincy-btn .carincy-btn-wrap{
    border: 1px solid #F79E10;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 48px;
    line-height: 48px;
}
.carincy-btn-wrap img {
    margin-left: 10px;
    margin-right: 5px;
}

.cuarincy-btn select {
    border: none;
    display: inline-block;
    outline: none;
    color: #713B12;
    width: 50%;
    border-radius: 0px 16px 16px 0px;
    padding: 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
}

.cuarincy-btn a span {
    color: #F79E10;
    padding-left: 30px;
}
/* header area */
.header-area {
    background: #1F1F1C;
    padding: 24px 0;
}

.header-area li {
    display: inline-block;
}

.header-area li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 10px 24px;
    color: #fff;
}

.header-area li a:hover {
    color: #EAAA08;
}

ul.submanu {
    position: absolute;
    text-align: left;
    top:78px;
    min-width: 200px;
    background-color:#FABA15;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
   visibility: hidden;
   border-radius: 6px;
   z-index: 99;
}

ul.submanu li {
    display: block;
    margin: 0;
}

ul.submanu li a {
    padding: 5px 20px;
    display: inline-block;
    color:#713B12;
}

ul.submanu li a::after {
    display: none;
}

ul.submanu li a:hover{
    color: #fff;
}

.main-manu ul li:hover ul.submanu {
    top:40px;
    opacity: 1;
    visibility: visible;
}

.main-manu {
    text-align: right;
    position: relative;
    z-index: 1;
}

a.login {
    background: #302C23;
    border: 1px solid #FAC515;
    color: #fff;
    border-radius: 99px;
    margin-left: 40px;
}

a.login:hover {
    background: #EAAA08;
    color: #fff !important;
}

a.join {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #713B12 !important;
    border-radius: 99px;
    margin-left: 5px;
}
/* hero area start */
.hero-area {
    background-image: url(../images/home/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
}
.double-content h2 {
    font-size: 200px;
    font-weight: 800;
    line-height: 200px;
    margin-bottom: 16px;
}

.double-content .up {
    color: #fa8700;
}

.double-content .down {
    color: #ffb847;
    position: absolute;
    top: 0;
    left: -8px;
}

.double-content {
    position: relative;
    z-index: 1;
}

.hero-content span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
}

.hero-all-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.hero-btn a {
    display: inline-block;
    color: #713B12;
    background: #fff;
    padding: 16px 56px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 99px;
}

.hero-btn a:hover {
    background: #EAAA08;
    color: #fff;
}

.hero-btn a i {
    padding-left: 13px;
}
/* trending slot area */
.trading-area {
    background: #171715;
    padding: 72px 0;
    position: relative;
    z-index: 1;
}
.trading-area::after {
    position: absolute;
    left: -88%;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background:#171715;
    z-index: 2;
}
.trading-tittle h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.single-trending-item {
    background: #2a2a28;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 8px;
    padding: 16px;
}

.trending-left {
    width: 40%;
}

.trending-right {
    width: 60%;
}

.trending-left img {
    width: 100%;
}

.trending-right h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 4px;
}

.trending-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 13px;
}

a.primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #713B12;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    padding: 10px 24px;
    border-radius: 99px;
}
.trending-slider.owl-carousel .owl-stage-outer {
   overflow: visible;
}
/* gaming ara */
.gaming-area {
    background: #1d1d1a;
    color: #fff;
    padding: 40px 0;
}

ul.filter-project {
    background: #262623;
    border: 1px solid #3f351a;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    margin-bottom: 24px;
}

ul.filter-project li {
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
}

ul.filter-project li.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 4px;
}

ul.filter-project li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: block;
}

ul.filter-project li img {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
}
.gaming-img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-gaming-item {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 24px;
}

.gaming-hover a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 70px;
    text-align: center;
    border: 1.5px solid #FAC515;
    border-radius: 99px;
    width: 221px;
}

.gaming-hover .play-now {
    margin-bottom: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    color: #713B12;
}

.gaming-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gaming-hover .demo {
    color: #fff;
    background: #302C23;
}

.single-gaming-item::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: 1;
    border-radius: 8px;
    opacity: .2;
    visibility: hidden;
}

.single-gaming-item:hover::after {
    visibility: visible;
}

.single-gaming-item:hover .gaming-hover {
    opacity: 1;
    visibility: visible;
}
.gaming-btn {
    text-align: center;
}

.gaming-btn a {
    display: inline-block;
    border: 1px solid #fac515;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 50px;
    color: #ffff;
    background: #302C23;
}

.gaming-btn a:hover {
    background: #EAAA08;
}

.gaming-btn {
    padding-top: 40px;
}
/* card area start */
.card-area {
    background: #171715;
    color: #fff;
    padding-top: 72px;
}

.cart-img img {
    border-radius: 16px;
}

.card-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
}

.card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.card-content {
    padding: 32px;
    position: absolute;
    bottom: 0;
}

.single-card-item {
    position: relative;
    z-index: 1;
}

.single-card-item {
    height: 412px;
    width: 100%;
    margin-bottom: 30px;
}

.single-card-item.larze {
    height: 745px;
    margin-bottom: 0;
}
.single-card-item.small {
    height: 309px;
    margin-bottom: 0;
}
.cta-ara {
    text-align: center;
    padding: 80px 0;
}

.cta-ara h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 48px;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
}

.cta-btn a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #713B12;
    background: #fff;
    display: inline-block;
    padding: 16px 56px;
    border-radius: 99px;
}

.cta-btn a:hover {
    background: #EAAA08;
    color: #fff;
}

.cta-btn a i {
    font-size: 22px;
    display: inline-block;
}
/* footer area start */
footer.footer-area {
    background: #1F1F1C;
    color: #FFFFFF;
    padding: 40px 0;
}

.logo-part .logo {
    margin-bottom: 30px;
}

.logo-part p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}

footer.footer-area h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #EAAA08;
    margin-bottom: 8px;
}

footer.footer-area li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

footer.footer-area li a:hover {
    color: #EAAA08;
}

footer.footer-area li {
    padding: 10px 0;
}

.social-part {
    padding-top: 40px;
}

.social-part li {
    display: inline-block;
    margin-left: 8px;
}

footer.footer-area li:first-child {
    margin-left: 0;
}

.social-part li a {
    height: 52px;
    width: 52px;
    display: block;
    background: #353533;
    text-align: center;
    line-height: 52px !important;
    font-size: 25px !important;
    border-radius: 4px;
}

.social-part li a:hover {
    background: #fff;
    color:#EAAA08;
}

.copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.left-copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.right-copyright li {
    display: inline-block;
}

.right-copyright li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.right-copyright li a:hover{
    color:#EAAA08 ;
}

.right-copyright li:first-child {
    margin-right: 40px;
}

.copyright-area {
    padding: 24px 0;
}
/* deposit page start */
.deposite-area {
    background: #1F1F1C;
    color: #fff;
}

.diposite-head {
    width: 671px;
    margin: 0 auto;
    text-align: center;
}

.deposite-tittle h2 span img {
    height: 80px;
    width: 80px;
}

.deposite-tittle h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    text-shadow: 4px 0px 0px #d87400;
    color: #ffdf61;
    margin-bottom: 26px;
}

.deposite-tittle p {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 38px;
}

.deposit-btn a {
    border-radius: 8px;
    border: 1px solid #654a1d;
    height: 80px;
    line-height: 80px;
}

.deposit-btn a select {
    border-radius: 8px;
    background: #262623;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
    width: 65%;
}

.deposit-btn a span {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    width: 36%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac515),to(#fa9e15));
    background: -o-linear-gradient(top, #fac515 0%,#fa9e15 100%);
    background: linear-gradient(to bottom, #fac515 0%,#fa9e15 100%);
    border-radius: 8px 0px 0px 8px;
}

.deposit-btn a span img {
    height: 18px;
    margin-right: 10px;
}

.cuarincy-btn:first-child {
    margin-bottom: 40px;
}
.deposit-qr {
    border: 1px solid #F79E10;
    text-align: center;
    border-radius: 8px;
    margin-top: 60px;
}

.qr-bar {
    background: #4f3725;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 0;
    border-bottom: 1px solid #e6930f;
}

.qr-bar p {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.qr-bar p span {
    color: #F79E10;
}

.qr-tittle p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.qr-tittle p span {
    color: #F79E10;
}

.qr-tittle p:last-child {
    color: #F79E10;
}

.qr-tittle {
    padding-top: 39px;
    margin-bottom: 40px;
}

.qr-tittle p:first-child {
    margin-bottom: 12px;
}

a.copy-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 6px 24px;
    border: 1px solid #FAC515;
    border-radius: 99px;
    margin-left: 10px;
}

.deposit-qr img {
    margin-bottom: 40px;
}

.deposit-checking {
    text-align: center;
    padding: 65px 0;
    border-bottom: 1px solid #F79E10;
}

.deposit-checking p {
    color: #887B7B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.deposit-bottom {
    padding: 40px 0;
    width: 1143px;
    margin: 0 auto;
}

.bottom-bar {
    text-align: center;
}

.bottom-bar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
    margin-bottom: 40px;
}

.deposite-bottom-btn {
    text-align: center;
}

.deposite-bottom-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FEFBE8;
    border: 1px solid #FAC515;
    padding: 10px 24px;
    border-radius: 99px;
    background: #302c23;
}

.deposite-bottom-two a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #1E0605;
    background: #F79E10;
    padding: 19px 65px;
    border-radius: 8px;
}

.deposite-bottom-two {
    text-align: center;
    padding-top: 40px;
}

.deposite-btoom-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
}

.deposite-btoom-text {
    padding-top: 40px;
}
/* sing up page */
.sing-up-area {
    background: #302C23;
    width: 634px;
    margin: 0 auto;
    color: #fff;
    padding: 35px;
    border-radius: 8px;
}

.singup-tittle h4 {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
}

.singup-tittle {
    text-align: center;
    margin-bottom: 30px;
}

.singup-form label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 13px;
}

.singup-form input {
    display: inline-block;
    width: 100%;
    padding: 13px;
    outline: none;
    background: #262623;
    border: 1px solid #654a1d;
    margin-bottom: 30px;
    color: #fff;
}

.form-bottm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.form-bottm input {
    height: 30px;
    width: 30px;
    border: 1px solid #f2994a;
    margin-bottom: 0;
    margin-right: 15px;
}

.form-bottm span {
    margin-right: 73px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.singleup-btn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    background: #F2994A;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

/* Custom Styles for Trending Slot Section */

    .trading-area {
        padding: 50px 0;
        background: #121212;
        color: #ffffff;
    }
    .trading-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .trading-title h2 {
        font-size: 32px;
        color: #ffcc00;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        display: inline-block;
    }
    .trading-title h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: #ffcc00;
        margin: 8px auto 0;
    }
    .single-trending-item {
        display: flex;
        align-items: center;
        background: #1a1a1a;
        padding: 15px;
        border-radius: 10px;
        transition: 0.3s;
        border: 1px solid #ffcc00;
    }
    .single-trending-item:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.5);
    }
    .trending-left img {
        width: 120px;
        height: auto;
        border-radius: 8px;
        margin-right: 15px;
    }
    .trending-right h2 {
        font-size: 22px;
        margin-bottom: 5px;
        color: #ffcc00;
    }
    .trending-right p {
        font-size: 16px;
        color: #dcdcdc;
        margin-bottom: 10px;
    }
    .trending-btn .primary-btn {
        display: inline-block;
        padding: 8px 16px;
        font-size: 16px;
        background: #ffcc00;
        color: #121212;
        font-weight: bold;
        border-radius: 5px;
        text-decoration: none;
        transition: 0.3s;
    }
    .trending-btn .primary-btn:hover {
        background: #e6b800;
    }

/* About  */
.about-casino {
    padding: 80px 0;
    background: #121212;
    color: #ffffff;
}

.about-casino .casino-content {
    padding-right: 20px;
}

/* Main section title */
.about-casino h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #ffcc00; /* yellow */
}

/* Subheadings */
.about-casino h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 32px 0 16px;
    color: #ffffff; /* white */
}

.about-casino p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #e0e0e0;
}

@media (max-width: 991px) {
    .about-casino .casino-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
}


/* Start Playing / Registration Section */
.registration-section {
    padding: 80px 0;
    background-color: #121212; 
    color: #ffffff;
    text-align: center;
}


.registration-section .section-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffcc00; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.registration-section .section-heading p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #dcdcdc;
}

.registration-section .highlight {
    color: #ffcc00;
    font-weight: 600;
}

/* Steps layout */
.steps-content .row {
    display: flex;
}

/* Cards */
.step-box {
    height: 100%;
    padding: 30px 25px;
    background: #262626; 
    border-radius: 12px;
    border: 1px solid #3a3a3a; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Central card —*/
.step-box-highlight {
    background: #2c2c2c;
    border-color: #444;
}

/* Icons */
.step-icon {
    font-size: 40px;
    color: #ffffff; 
    margin-bottom: 18px;
    opacity: 0.85;
}

/* Subtitles */
.step-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff; 
    font-weight: 600;
}

.step-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
}

/* CTA */
.start-btn {
    margin-top: 40px;
}

.primary-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 22px;
    background: linear-gradient(135deg, #ffcc00, #e6b800);
    color: #121212;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(255, 204, 0, 0.45);
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #e6b800, #d4a900);
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.65);
}

/* ===============================
   Online Casino Advantages
   =============================== */

.advantages-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* IMPORTANT: prevent Bootstrap interference */
.advantages-section .container {
    display: block;
}

/* LEFT aligned heading */
.section-heading-left {
    margin-bottom: 60px;
}

.section-heading-left h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    margin-bottom: 18px;
    color: #ffcc00;
}

/* Icon before title */
.section-heading-left .heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffcc00;
}

/* Paragraph under heading */
.section-heading-left p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
    margin: 0;
    text-align: left;
}

/* GRID — HARD FIX */
.advantages-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

/* Cards */
.advantage-card {
    background-color: #1e1e1e;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 28px 26px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Icon inside card */
.advantage-icon {
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 14px;
    opacity: 0.9;
}

/* Card title */
.advantage-card h3 {
    font-size: 22px;
    margin: 0 0 14px;
    color: #ffffff;
    font-weight: 600;
}

/* Card text */
.advantage-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
}

/* Responsive */
@media (max-width: 991px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .section-heading-left h2 {
        font-size: 26px;
    }
}

/* ===============================
   Popular Games Section
   =============================== */

.popular-games-section {
    padding: 50px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section title */
.popular-games-heading {
    text-align: center;
    margin-bottom: 30px;
}

.popular-games-heading h2 {
    font-size: 28px;
    color: #ffcc00;
    text-transform: uppercase;
}

/* Game cards */
.inner_contain {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-game {
    width: 150px;
    height: 200px;
    margin: auto;
}

.small-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.first-row {
    margin-bottom: 20px;
}

/* Hover overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .overlay {
    opacity: 1;
}

/* Hover button */
.hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .hover_effect {
    opacity: 1;
}

.play-btn {
    display: inline-block;
    font-size: 14px;
    background-color: #ffcc00;
    color: #121212;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.play-btn:hover {
    background-color: #e6b800;
}

/* ===============================
   Casino Bonuses Section
   =============================== */

.bonuses-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Heading */
.bonuses-section .section-heading-left {
    margin-bottom: 60px;
}

.bonuses-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.bonuses-section .heading-icon {
    font-size: 28px;
}

.bonuses-section .section-heading-left p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
}

/* Bonus blocks */
.bonus-category {
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.bonus-category h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
}

.bonus-category p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

.bonus-category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.bonus-category ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #dcdcdc;
}

/* Highlighted welcome bonus */
.bonus-highlight {
    border-color: #3a3a3a;
    background-color: #1c1c1c;
}

/* Promotions grid */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin: 20px 0;
}

.promo-item {
    background-color: #202020;
    border: 1px solid #2f2f2f;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 15px;
    color: #e0e0e0;
}

/* CTA */
.bonus-btn {
    margin-top: 20px;
}

.bonus-btn .primary-btn {
    display: inline-block;
    padding: 14px 26px;
    font-size: 18px;
    background-color: #ffcc00;
    color: #121212;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
}

.bonus-btn .primary-btn:hover {
    background-color: #e6b800;
}

/* Responsive */
@media (max-width: 767px) {
    .promo-grid {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   Games Grid Sections
   (Popular Games / Table Games)
   =============================== */

.popular-games-section {
    padding: 50px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section title */
.popular-games-heading {
    text-align: center;
    margin-bottom: 30px;
}

.popular-games-heading h2 {
    font-size: 28px;
    color: #ffcc00;
    text-transform: uppercase;
}

/* Game cards */
.inner_contain {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-game {
    width: 150px;
    height: 200px;
    margin: auto;
}

.small-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.first-row {
    margin-bottom: 20px;
}

/* Hover overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .overlay {
    opacity: 1;
}

/* Hover button */
.hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .hover_effect {
    opacity: 1;
}

.play-btn {
    display: inline-block;
    font-size: 14px;
    background-color: #ffcc00;
    color: #121212;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.play-btn:hover {
    background-color: #e6b800;
}

/* ===============================
   Casino Games Section
   =============================== */

.games-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Heading */
.games-section .section-heading-left {
    margin-bottom: 60px;
}

.games-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.games-section .heading-icon {
    font-size: 28px;
}

.games-section .section-heading-left p {
    max-width: 950px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 16px;
}

/* Layout: equal height cards */
.games-content .row {
    display: flex;
    flex-wrap: wrap;
}

.games-content .col-lg-6 {
    display: flex;
}

/* Game blocks */
.game-category {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.game-category h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
}

.game-category p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

.game-category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.game-category ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #dcdcdc;
}

/* Responsive */
@media (max-width: 767px) {
    .games-section h2 {
        font-size: 26px;
    }

    .games-content .col-lg-6 {
        display: block;
    }
}

/* ===============================
   Games Grid Sections
   =============================== */

.popular-games-section {
    padding: 50px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section title */
.popular-games-heading {
    text-align: center;
    margin-bottom: 30px;
}

.popular-games-heading h2 {
    font-size: 28px;
    color: #ffcc00;
    text-transform: uppercase;
}

/* Game cards */
.inner_contain {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-game {
    width: 150px;
    height: 200px;
    margin: auto;
}

.small-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.first-row {
    margin-bottom: 20px;
}

/* Hover overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .overlay {
    opacity: 1;
}

/* Hover button */
.hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .hover_effect {
    opacity: 1;
}

.play-btn {
    display: inline-block;
    font-size: 14px;
    background-color: #ffcc00;
    color: #121212;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.play-btn:hover {
    background-color: #e6b800;
}

/* ===============================
   Online Slots Section
   =============================== */

.slots-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Heading (same logic as other text sections) */
.slots-section .section-heading-left {
    margin-bottom: 60px;
}

.slots-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.slots-section .heading-icon {
    font-size: 28px;
}

.slots-section .section-heading-left p {
    max-width: 950px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 16px;
}

/* Blocks */
.slot-block {
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.slot-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
}

.slot-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

.slot-block ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.slot-block ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #dcdcdc;
}

/* Equal height cards (for the 2-column blocks) */
.slots-content .row {
    display: flex;
    flex-wrap: wrap;
}

.slots-content .col-lg-6 {
    display: flex;
}

.slot-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
    .slots-section h2 {
        font-size: 26px;
    }

    .slots-content .col-lg-6 {
        display: block;
    }
}

/* ===============================
   Table Games & Live Casino Section
   =============================== */

.table-live-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Heading */
.table-live-section .section-heading-left {
    margin-bottom: 60px;
}

.table-live-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.table-live-section .heading-icon {
    font-size: 28px;
}

.table-live-section .section-heading-left p {
    max-width: 950px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
    margin-bottom: 16px;
}

/* Category blocks */
.table-live-section .game-category {
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.table-live-section .game-category h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
}

.table-live-section .game-category p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

.table-live-section .game-category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.table-live-section .game-category ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #dcdcdc;
}

/* Equal height blocks for 2-column on desktop */
.table-live-content .row {
    display: flex;
    flex-wrap: wrap;
}

.table-live-content .col-lg-6 {
    display: flex;
}

.table-live-section .game-category {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
    .table-live-section h2 {
        font-size: 26px;
    }

    .table-live-content .col-lg-6 {
        display: block;
    }
}

/* ===============================
   Games Grid Sections
   =============================== */

.popular-games-section {
    padding: 50px 0;
    background-color: #121212;
    color: #ffffff;
}

.popular-games-heading {
    text-align: center;
    margin-bottom: 30px;
}

.popular-games-heading h2 {
    font-size: 28px;
    color: #ffcc00;
    text-transform: uppercase;
}

.inner_contain {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-game {
    width: 150px;
    height: 200px;
    margin: auto;
}

.small-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.first-row {
    margin-bottom: 20px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .overlay {
    opacity: 1;
}

.hover_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.inner_contain:hover .hover_effect {
    opacity: 1;
}

.play-btn {
    font-size: 14px;
    background-color: #ffcc00;
    color: #121212;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}

.play-btn:hover {
    background-color: #e6b800;
}

/* ===============================
   Login & Mobile Access Section
   =============================== */

.login-app-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section heading */
.login-app-section .section-heading {
    margin-bottom: 60px;
}

.login-app-section .section-heading h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.login-app-section .section-heading p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
}

/* Login & App boxes */
.login-box,
.app-box {
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.login-box h3,
.app-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px;
}

.login-box p,
.app-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

/* Lists */
.login-box ul,
.app-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.login-box ul li,
.app-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 10px;
}

.login-box ul li i,
.app-box ul li i {
    color: #ffcc00;
    font-size: 18px;
}

/* Buttons */
.login-btn,
.app-btns {
    margin-top: 20px;
}

.primary-btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    background: linear-gradient(135deg, #ffcc00, #e6b800);
    color: #121212;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #e6b800, #d4a900);
}

/* App buttons */
.app-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-size: 16px;
    background-color: #2a2a2a;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.app-btn:hover {
    background-color: #ffcc00;
    color: #121212;
}

.app-btn i {
    font-size: 20px;
}

/* Mobile Benefits */
.mobile-benefits {
    margin-top: 60px;
    padding: 30px;
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
}

.mobile-benefits h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 18px;
}

.mobile-benefits p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 20px;
}

/* Benefits grid */
.benefits-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.benefit-item {
    flex: 1;
    min-width: 200px;
    max-width: 240px;
    background-color: #222222;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item i {
    font-size: 38px;
    color: #ffcc00;
    margin-bottom: 12px;
}

.benefit-item h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
}

.benefit-item p {
    font-size: 14px;
    color: #d0d0d0;
}

.benefit-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 767px) {
    .login-app-section .section-heading h2 {
        font-size: 26px;
    }

    .benefits-flex {
        justify-content: center;
    }

    .benefit-item {
        max-width: 100%;
    }
}

/* ===============================
   Payment Methods Section
   =============================== */

.payment-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Heading */
.payment-section .section-heading-left {
    margin-bottom: 50px;
}

.payment-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.payment-section .heading-icon {
    font-size: 28px;
    color: #ffcc00;
}

.payment-section p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
}

/* Payment blocks */
.payment-category {
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
}

.payment-category h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #ffffff;
}

/* Desktop table wrapper */
.payment-table-wrapper {
    margin-top: 20px;
}

/* Table (desktop) */
.payment-table {
    width: 100%;
    border-collapse: collapse;
}

.payment-table th {
    background-color: #1f1f1f;
    color: #ffcc00;
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.payment-table td {
    padding: 14px;
    color: #dcdcdc;
    border-bottom: 1px solid #2a2a2a;
}

.payment-table tr:last-child td {
    border-bottom: none;
}

/* Mobile cards (replace tables) */
.payment-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
}

.payment-card {
    background-color: #1e1e1e;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 18px;
}

.payment-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.payment-card p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #cfcfcf;
}

.payment-card p span {
    color: #ffcc00;
    font-weight: 700;
}

/* Payment Advantages */
.payment-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.feature-item {
    background-color: #1e1e1e;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 26px;
    text-align: center;
}

.feature-item i {
    font-size: 36px;
    color: #ffcc00;
    margin-bottom: 12px;
}

.feature-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
}

.feature-item p {
    font-size: 14px;
    color: #cfcfcf;
    margin: 0;
}

/* Visibility helpers */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .payment-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .payment-section h2 {
        font-size: 26px;
    }

    .payment-category {
        padding: 22px;
    }
}

@media (max-width: 575px) {
    .payment-features {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   Bonus Buy & Jackpot Slots
   =============================== */

.games-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

/* Game Card */
.game-card {
    position: relative;
    background-color: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.game-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.game-card:hover {
    transform: translateY(-4px);
}

/* Overlay */
.game-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
    opacity: 1;
}

.game-overlay a {
    background: #ffcc00;
    color: #121212;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.game-overlay a:hover {
    background: #e6b800;
}

/* Responsive */
@media (max-width: 1199px) {
    .games-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===============================
   Fair Play & Security Section
   =============================== */

.security-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section heading */
.security-section .section-heading {
    margin-bottom: 50px;
}

.security-section .section-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.security-section .section-heading p {
    max-width: 900px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
}

/* Security cards */
.security-box {
    height: 100%;
    padding: 28px;
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Card titles */
.security-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    color: #ffcc00;
    margin-bottom: 14px;
}

/* Card text */
.security-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

/* Lists */
.security-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.security-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 10px;
}

.security-box ul li i {
    color: #ffcc00;
    font-size: 18px;
}

/* CTA button */
.security-btn {
    margin-top: 30px;
    text-align: center;
}

.security-btn .primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    font-size: 18px;
    background-color: #ffcc00;
    color: #121212;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.security-btn .primary-btn:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .security-section .section-heading h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .security-section {
        padding: 60px 0;
    }

    .security-section .section-heading h2 {
        font-size: 24px;
    }

    .security-box {
        padding: 22px;
    }
}

/* ===============================
   Technology & Player Support
   =============================== */

.tech-support-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

/* Section heading */
.tech-support-section .section-heading {
    margin-bottom: 60px;
}

.tech-support-section .section-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 18px;
}

.tech-support-section .section-heading p {
    max-width: 950px;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0d0;
}

/* Technology cards */
.tech-box {
    height: 100%;
    padding: 28px;
    background-color: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Card titles */
.tech-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    color: #ffcc00;
    margin-bottom: 14px;
}

/* Card text */
.tech-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 16px;
}

/* Lists */
.tech-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 10px;
}

.tech-box ul li i {
    color: #ffcc00;
    font-size: 18px;
}

/* Support button */
.support-btn {
    margin-top: 30px;
    text-align: center;
}

.support-btn .primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    font-size: 18px;
    background-color: #ffcc00;
    color: #121212;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.support-btn .primary-btn:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .tech-support-section .section-heading h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .tech-support-section {
        padding: 60px 0;
    }

    .tech-support-section .section-heading h2 {
        font-size: 24px;
    }

    .tech-box {
        padding: 22px;
    }
}

/* ===============================
   FAQ Accordion – 2 Columns
   =============================== */

.faq-section {
    padding: 80px 0;
    background-color: #121212;
    color: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
}

.faq-item {
    border-bottom: 1px solid #2a2a2a;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 18px 0;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.faq-question:hover {
    color: #e0e0e0;
}

.faq-icon {
    color: #888;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.6;
    color: #cfcfcf;
    padding-bottom: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ===============================
   Copyright Area
   =============================== */

.copyright-area {
    background-color: #0f0f0f;
    border-top: 1px solid #2a2a2a;
    padding: 18px 0;
}

.copyright-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.left-copyright p {
    margin: 0;
    font-size: 14px;
    color: #9a9a9a;
}

.right-copyright ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.right-copyright ul li a {
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.right-copyright ul li a:hover {
    color: #ffcc00;
}

/* Mobile */
@media (max-width: 575px) {
    .copyright-wrap {
        flex-direction: column;
        text-align: center;
    }
}
