body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111421;
}

.container-support {
    padding: 0px 30px;
}


/* Sticky Header */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* Sidebar */
.side-nav {
    width: 250px;
    height: 100vh;
    background-color: #1a1f36;
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 1050;
    overflow-y: auto;
    transition: left 0.3s ease;
}



.side-nav.show {
    left: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

#overlay.active {
    display: block;
}


/* Header styles */
.main-header {
    background: #191E32;
    color: white;
    padding: 20px 40px;
}

.logo img {
    max-height: 40px;
}

.header-btn,
.header-btn-sign {
    font-size: 13px;
    padding: 7px 32px;
    border: none;
    border-radius: 5px;
}

.header-btn {
    color: white;
    background: linear-gradient(90deg, rgb(42, 47, 105), rgb(44, 93, 64));
}

.header-btn-sign {
    color: white;
    background: linear-gradient(90deg, rgb(252, 173, 71), rgb(218, 196, 0));
}

.bg-dark-menu {
    background-color: #2a3254 !important;
}

.nav-link {
    color: white;
    padding: 10px 15px;
}

.nav-link:hover {
    color: gold;
}

.nav-item.nav-menu {
    padding: 0 10px;
}

.border-line {
    color: white;
    align-content: center;
}

.tapbar-right {
    color: white;
    text-decoration: none;
    padding: 0px 15px;
}

.image-small-baner {
    max-width: 15%;
    margin-right: 10px;
}

#languageSelector {
    background-color: #191e32;
    border: 1px solid white;
    color: white;
    padding: 2px 6px;
    font-size: 0.85rem;
    border-radius: 4px;
}


.p-size {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
}

.small-banner {
    background: #0B0E17;
    padding: 0px 119px;

}



/* Mobile Header */
.mobile-header {
    background-color: #191e32;
    color: white;
    padding: 10px;
    position: sticky;
    /* Make the mobile header sticky */
    top: 0;
    /* Stick to the top of the screen */
    z-index: 1020;
    /* Ensure it stays on top */
}

.mobile-header .logo img {
    height: 40px;
}

.live-chat-btn {
    color: #ffc107;
    font-size: 15px;
    background: #191e32;
    border: 1px solid gold;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
}

.menu-bar {
    font-size: 25px;
    color: gold;
    cursor: pointer;
}

.live-chat {
    margin-right: 5px;
}

.d-block.w-100.image-slider {
    height: 450px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ticker-container {
    font-weight: 500;
    font-size: 0.95rem;
    background: rgb(141, 121, 6);
}

.ticker-text {
    white-space: nowrap;
    overflow: hidden;
    color: white;
}

.fa-solid.fa-bell.me-2 {
    color: white;

}

/* tabbar */
.tab-buttons .tab-button {
    background: transparent;
    border: none;
    color: #ccc;
    font-weight: 500;
    padding: 6px 14px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-buttons .tab-button:hover {
    color: #ffc107;
}

.tab-buttons .tab-button.active {
    color: #ffc107;
}

.tab-buttons .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffc107;
    margin: auto;
    width: 60%;
}


.tab-pane {
    display: none;
    padding: 15px 0;
}

.tab-pane.active {
    display: block;
}

.game-title {
    color: gold;
    font-size: 0.9rem;
    margin-top: 5px;
    align-content: center;
    display: inline-block;
}

.winner-card {
    background-color: #252C4A !important;
    border: 1px solid #333;
}

.section_tabber {
    padding: 15px 35px;
}

.game-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.game-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.game-card:hover .overlay {
    opacity: 1;
}

.winner-scroll-container {
    height: 300px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.winner-scroll-content {
    animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.tab-feature-image {
    height: 100%;
    box-sizing: border-box;
    box-shadow: white 0px 0px 3px;
}

.tab-btn-play {
    background: #b19601;
    padding: 2px 25px;
    border-radius: 2px;
}

.link-tb {
    color: white;
    text-decoration: navajowhite;
    line-height: 30px;
    font-size: 15px;
}

.text-secondary-text {
    color: gold;
    font-size: 14px;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.selider-btn-text {
    background: #917a00;
    border: none;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}

.tab-content {
    width: 100%;
    height: 125px;
}

/* tabber end */
.mobile-image-scroller {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.mobile-image-scroller img {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 10px;
    width: 330px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(168, 168, 168, 0.4);
    background-size: cover;
}

.carousel-item img {
    border-radius: 5px;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.fv-slider {
    background: #222843;
    padding: 8px 15px;
    align-items: center;
}

.text-fv {
    color: gold;
    font-size: 16px;
    font-weight: 400;
}

.bt-fv {
    color: gold;
    font-size: 17px;
}

.bt-fv:hover {
    color: white;
}

/* Hide on tablet and mobile */
@media (max-width: 991.98px) {
    .info-section {
        display: none !important;
    }
}

.info-section {
    background-color: #0c0b16;
    border-bottom: 1px solid #8c8c8c;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

.info-text h5 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.info-text p {
    margin: 5px 0;
    color: #aaa;
    font-size: 12px;
}

.info-text a {
    color: #f1c40f;
    text-decoration: none;
    font-size: 12px;
}

.footer-info-section {
    background-color: #0c0b16;
    border-bottom: 1px solid #8c8c8c;
}

.footer-info-section h6 {
    margin-bottom: 10px;
    color: #dfdfdf;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.footer-icons img {
    max-width: 80px;
    transition: opacity 0.3s ease;
    opacity: 0.3;
}

.footer-icons img:hover {
    opacity: 1;
}

.pv-parthner {
    margin-bottom: 10px;
    color: #dfdfdf;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.partner-heading {
    color: #797979;
    font-size: 12px;
    margin-top: 7px;
}

.parthber-pra p {
    color: red;
}

.parthber-pra p {
    color: #b3b3b3;
    font-size: 10px;
    margin-top: -4px;
}

.parthber-pra p:hover {
    color: gold;
}

.partner-heading:hover {
    color: gold;
}

.parthber-pra img {
    opacity: 0.4;
    transition: opacity 0.3s ease;
    width: 40px;
}

.brand-heading {
    color: #bbb;
    font-size: 11px;
    margin-top: 11px;
}



.brand-ambassadors p {
    color: #979797;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: -5px;
}

.main-foter {
    background-color: #0c0b16;
    border-bottom: 1px solid #8c8c8c;
}

.parthber-pra img:hover {
    opacity: 1;
}

.parthber-pra {
    text-align: center;
}

.text-about {
    color: white;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 20px;
}

.text-fotter {
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    border-left: 2px solid white;
    padding-left: 9px;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.fature-game {
    background: #222843;
    padding: 0px 13px 21px 13px;
}


.game-cards {
    background: #0d194d;
}

@media (max-width: 767.98px) {
    .footer-icons {
        justify-content: flex-start;
    }

}




/* Responsive Rules */
@media (min-width: 992px) {
    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .d-block.w-100.image-slider {
        height: 175px !important;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .ticker-container {
        font-weight: 500;
        font-size: 0.95rem;
        background: #191e32;
    }

    .footer-info-section h6 {
        margin-bottom: 10px;
        color: gold;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
    }

    .container-support {
        padding: 0px 16px;
    }

    .parthber-pra {
        text-align: left;
    }

    .pv-parthner {
        margin-bottom: 10px;
        color: gold;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        margin-top: 10px;
    }

}