html {
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #0d131c;
    position: relative;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbars site-wide; scroll still works via wheel/touch */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

a:focus-visible {
    outline: none;
}

button:focus-visible {
    outline: none;
}

input:focus-visible {
    outline: none;
}

textarea:focus-visible {
    outline: none;
}

select:focus-visible {
    outline: none;
}

option:focus-visible {
    outline: none;
}

optgroup:focus-visible {
    outline: none;
}

optgroup:focus-visible {
    outline: none;
}

a {
    text-decoration: none !important;
    transition: 0.5s all;
}

.link_plain {
    color: inherit;
    cursor: pointer;
}

.link_plain_block {
    display: block;
    color: inherit;
    cursor: pointer;
}

.cursor_grab {
    cursor: grab;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    line-height: 130%;
    font-weight: 300;
}

body .h2,
h2 {
    font-size: 2.5rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
    padding: 0px 20px;
}

header {
    width: 100%;
    padding: 10px 24px;
    background-color: #161F2C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
}

.header_lft {
    display: flex;
    align-items: center;
    gap: 20px;
}

.toggle_menu {
    cursor: pointer;
    transition: opacity 0.3s;
}

.toggle_menu img {
    transition: none;
}

.toggle_menu:hover {
    opacity: 0.8;
}

.toggle_menu_open img {
    transform: scaleX(-1);
}

@media (max-width: 991px) {
    .toggle_menu {
        display: none !important;
    }
}

.header_logo {
    width: 124px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.header_right .searchbtn,
.header_right .login_hdr button,
.header_right .user_header_right {
    height: 36px;
    min-height: 36px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.searchbtn {
    width: 36px;
    height: 36px;
    background-color: #343c45;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_hdr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login_hdr button {
    padding: 0 20px;
    height: 36px;
    background-color: #343c45;
    border-radius: 8px;
    border: none;
    color: #ffffffd4;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.login_hdr button.signup_btn {
    background: linear-gradient(1turn, #AC5422 .8%, #F97A31);
    box-shadow: 0 4px 0px #5A2304, inset 0 4px 3px #ffffff4d;
    padding: 0 20px;
}

.setting_hdr {
    padding: 6px 10px;
    background-color: #343c45;
    border-radius: 8px;
    gap: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting_icon {
    border-left: 1px solid #3C485C;
    padding-left: 10px;
}

.comment_hdr {
    padding: 6px 8px;
    cursor: pointer;
    background-color: #353535;
    border-radius: 8px;
}

.casino_hero_s span.instant_text {
    color: #E46F2C;
    font-weight: 600;
}

.casino_hero_s span i {
    font-size: 12px;
    margin: 0px 5px;
}


.history_filter_select option {
    color: #000;
}

.history_filter_bar {
    margin-top: 15px;
}

.casino_hero_s {
    width: 100%;
    display: flex;
    min-height: 600px;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: url("/images/herobg_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Hero 3D slider – active card center m, 2 left + 1 center + 2 right */
.heroslider_3d {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 50px 0 40px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.slider3d_wrapper {
    display: block;
    perspective: 1400px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
    width: 100%;
}

.slider3d {
    position: absolute;
    left: 50%;
    width: 370px;
    max-width: 62vw;
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 16px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.slider3d_active {
    pointer-events: auto;
    z-index: 5;
}

.slider3d img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 7px solid #ffffff68;
    box-sizing: border-box;
    transition: border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.slider3d_active img {
    border: 7px solid #ffffff94;
    box-shadow: 0 0 0 1px rgba(234, 179, 8, 0.3), 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* Card content – sirf active card par, bottom se animation. Card pe position: relative mat do (layout toot jata hai). */
.slider3d_card_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 70%, transparent);
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.slider3d_card_overlay_title {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}

.slider3d_card_overlay_subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

/* Bottom se slide-up + fade animation – active par content aate waqt, slow smooth */
.slider3d_card_overlay_animate {
    animation: slider3dOverlayIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes slider3dOverlayIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

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

/* Left/right: tilted + overlapping (370px card width) */
.slider3d_pos_left2 {
    transform: translate(calc(-50% - 370px), 0) scale(0.67) rotateY(32deg);
    opacity: 1;
    z-index: 1;
}

.slider3d_pos_left1 {
    transform: translate(calc(-50% - 210px), 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 3;
}

.slider3d_pos_center {
    transform: translate(-50%, 0) scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 5;
}

.slider3d_pos_right1 {
    transform: translate(calc(-50% + 210px), 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 3;
}

.slider3d_pos_right2 {
    transform: translate(calc(-50% + 370px), 0) scale(0.67) rotateY(-32deg);
    opacity: 1;
    z-index: 1;
}

/* Chhote desktop: offsets kam karo taaki left 2 + center + right 2 sab dikhen (right2 clip na ho) */
@media (max-width: 1200px) {
    .slider3d_pos_left2 {
        transform: translate(calc(-50% - 300px), 0) scale(0.67) rotateY(32deg);
    }

    .slider3d_pos_left1 {
        transform: translate(calc(-50% - 160px), 0) scale(0.8) rotateY(20deg);
    }

    .slider3d_pos_right1 {
        transform: translate(calc(-50% + 160px), 0) scale(0.8) rotateY(-20deg);
    }

    .slider3d_pos_right2 {
        transform: translate(calc(-50% + 300px), 0) scale(0.67) rotateY(-32deg);
    }
}

@media (max-width: 1100px) {
    .slider3d {
        width: 320px;
    }

    .slider3d_pos_left2 {
        transform: translate(calc(-50% - 260px), 0) scale(0.65) rotateY(30deg);
    }

    .slider3d_pos_left1 {
        transform: translate(calc(-50% - 130px), 0) scale(0.78) rotateY(18deg);
    }

    .slider3d_pos_right1 {
        transform: translate(calc(-50% + 130px), 0) scale(0.78) rotateY(-18deg);
    }

    .slider3d_pos_right2 {
        transform: translate(calc(-50% + 260px), 0) scale(0.65) rotateY(-30deg);
    }
}

/* Controls: arrows + dots – dark grey style, short screen par ek saath */
.slider3d_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
    flex-wrap: nowrap;
    min-height: 20px;

}

.slider3d_arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #a9a9a9;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, transform 0.2s;
}

.slider3d_arrow:hover {
    color: #9ca3af;
    transform: scale(1.08);
}

.slider3d_arrow:active {
    transform: scale(0.96);
}

/* Dots – active white, inactive dark grey */
.slider3d_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    z-index: 10;
}

.slider3d_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.slider3d_dot:hover {
    background: #6b7280;
}

.slider3d_dot_active {
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 0 1px rgb(255 255 255);
}


/* .casino_hero_s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
} */

.casino_hero_s .container {
    position: relative;
    z-index: 10;
    width: 100%;
}

.casino_hero_s .row {
    position: relative;
    z-index: 10;
}

.casino_hero_s .casino_hero_s_lft {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    margin: 50px 0px;
}

.casino_hero_s .casino_hero_s_lft .d-flex {
    justify-content: center;
}

.casino_hero_s .casino_bnr_img {
    position: relative;
    z-index: 10;
    top: 15px;
}

.hero_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.8s ease-in-out;
    opacity: 1;
    will-change: opacity;
}

/* Aviator SVG: slow motion left-bottom → right-top (mobile only) */
.hero_avitor_svg {
    display: none;
}

@media (max-width: 768px) {
    .hero_avitor_svg {
        display: block;
        position: absolute;
        left: 8%;
        right: auto;
        bottom: 14%;
        width: clamp(100px, 28vw, 160px);
        z-index: 2;
        pointer-events: none;
        animation: hero_avitor_float 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        will-change: transform;
    }
}

.hero_avitor_svg img {
    width: 100%;
    height: auto;
    display: block;
}

/* One-way float: left side → top-right, then restart */
@keyframes hero_avitor_float {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.88;
    }

    25% {
        transform: translate(25vw, -22vh) scale(1.03);
        opacity: 0.92;
    }

    100% {
        transform: translate(65vw, -48vh) scale(0.98);
        opacity: 0.9;
    }
}

/* Player vectors – right side (mobile) */
.hero_player_vector {
    display: none;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.hero_player_vector img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .hero_player_vector {
        display: block;
    }

    .hero_player_vector_1 {
        right: 8%;
        top: 22%;
        width: clamp(50px, 14vw, 85px);
        animation: hero_player_float 5s ease-in-out infinite;
    }

    .hero_player_vector_football {
        right: 10%;
        bottom: 18%;
        top: auto;
        width: clamp(45px, 12vw, 75px);
        animation: hero_player_float 5.5s ease-in-out infinite;
        animation-delay: 0.8s;
    }
}

@keyframes hero_player_float {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.9;
    }

    50% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

.casino_hero_s .row {
    align-items: center;
}

.casino_bnr_img {
    max-width: 450px;
    margin: 0 auto;
}

.casino_hero_s h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 120%;
}

.casino_hero_s h1 span {
    color: #E46F2C;
    display: block;
}

.casino_hero_s p {
    color: #ffffff75;
    font-weight: 500;
    margin-top: 5px;
}

button.btnbnr {
    background: linear-gradient(1turn, #AC5422 .8%, #F97A31);
    box-shadow: 0 4px 0px #5A2304, inset 0 4px 3px #ffffff4d;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    color: #ffffffd4;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.social_icons li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ffffff12;
}

.top_slot_outer {
    width: 100%;
    display: block;
    padding: 20px 0px 0px;
    color: #fff;
}

h2.heading_h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    line-height: 120%;
}

button.slotbtn {
    font-size: 16px;
    background-color: transparent;
    color: #2283f6;
    border: none;
    padding: 0px;
    font-weight: 600;
}

.slider_arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider_arrow_btn {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(53, 53, 53, 1) 0%, rgba(30, 30, 30, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.slider_arrow_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.slider_arrow_btn:hover::before {
    left: 100%;
}

.slider_arrow_btn:hover {
    background: linear-gradient(135deg, rgba(249, 122, 49, 1) 0%, rgba(228, 111, 44, 1) 100%);
    box-shadow: 0 6px 20px rgba(249, 122, 49, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(249, 122, 49, 0.5);
}

.slider_arrow_btn:hover i {
    transform: scale(1.1);
}

.slider_arrow_btn i {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.slider_arrow_btn:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 2px 8px rgba(249, 122, 49, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider_arrow_btn.left:hover i {
    transform: translateX(-2px) scale(1.1);
}

.slider_arrow_btn.right:hover i {
    transform: translateX(2px) scale(1.1);
}

.top_slot_outer {
    position: relative;
    width: 100%;
    overflow: visible;
}

.top_slot_outer .container {
    position: relative;
    overflow: hidden;
    padding-bottom: 32px;
}

/* Slider: native horizontal scroll desktop + mobile (search_modal jaisa) */
.game_items_slider_wrapper {
    padding: 18px 0px;
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Allow vertical page scroll when touching slider on mobile */
    touch-action: pan-x pan-y;
}

.game_items_slider_wrapper::-webkit-scrollbar {
    display: none;
}

.game_items_slider_wrapper .game_items_slider,
.game_items_slider_wrapper .match_slider_sports {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 17px;
    width: max-content;
    min-width: 100%;
    flex-shrink: 0;
}

.depositheader {
    background-color: #ffffff29;
    border-radius: 10px;
    color: #fff;
}

.depositheader .currency_balance {
    font-size: 12px;
    padding: 8px 10px 9px;
}

.depositheader .currency_balance span {
    padding-left: 3px;
}

.currency_balance_wrapper {
    position: relative;
}

.currency_balance_trigger {
    cursor: pointer;
    padding: 8px 10px 9px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.currency_balance_trigger:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.currency_balance_trigger .currency_caret {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.currency_balance_trigger .currency_caret.open {
    transform: rotate(180deg);
}

.currency_balance_trigger .currency_flag_emoji {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

.currency_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    min-width: 260px;
    background-color: #2a3546;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    overflow: hidden;
}

.currency_dropdown_search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}

.currency_dropdown_search i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.currency_dropdown_search input {
    flex: 1;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.currency_dropdown_search input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.currency_dropdown_list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    max-height: 280px;
    overflow-y: auto;
}

.currency_dropdown_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    color: #fff;
    font-size: 14px;
}

.currency_dropdown_item:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.currency_dropdown_item.selected {
    background-color: rgba(255, 255, 255, 0.12);
}

.currency_dropdown_item img,
.currency_dropdown_item .currency_flag_emoji {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.currency_dropdown_item .currency_flag_emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: auto;
    height: auto;
}

.currency_dropdown_item .currency_code {
    flex: 1;
    font-weight: 500;
}


.currency_dropdown_item .currency_balance_value {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.game_items_inner {
    min-width: 178px;
    max-width: 178px;
    width: 178px;
    border-radius: 18px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 1s;
}

.game_items_inner img {
    border-radius: 18px;
    overflow: hidden;
}

.game_items_inner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    transition: 1s;
    top: 0px;
    bottom: 0px;
    background-color: hsl(4deg 0% 1% / 76%);
    opacity: 0;
}

.game_items_inner:hover:before {
    opacity: 1;
}

.playbtn {
    width: 70px;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_items_inner:hover .playbtn {
    opacity: 1;
}

.game_items_inner:hover {
    transform: scale(1.1);
}

/* View All card – width as slider items, height auto (matches row/item height) */
.slider_view_all_card {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(92.09% 83.14% at 0 0, #ff00495c 0, #ff004900), #111923;
    border: none;
}

.game_items_inner.slider_view_all_card {
    align-self: stretch;
    height: auto;
    min-height: 0;
}

.game_items_inner.slider_view_all_card:hover {
    transform: scale(1.02);
}

.slider_view_all_text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Same size as match_slider_sports_item (188x200) */
.match_slider_sports_item.slider_view_all_card.sports_view_all {
    min-width: 188px;
    width: 188px;
    min-height: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
}

.match_slider.slider_view_all_card.matches_view_all {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(30, 40, 55, 0.95) 0%, rgba(17, 25, 35, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

.top_ads {
    position: absolute;
    left: 8px;
    top: 6px;
    background-color: #ED1D49;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 50px;
}

.casino_sport_section {
    width: 100%;
    display: block;
    padding: 50px 0px 0px;
    color: #fff;
    animation: fadeInUp 0.8s ease-out;
}

a.game_items_inner.link_plain img {
    height: 100%;
    object-fit: cover;
}

.top_match_section.sportsmatch_s {
    margin: 40px 0px 20px;
    padding: 0px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.casino_sport_section_lft {
    width: 100%;
    background: linear-gradient(90deg, rgba(21, 21, 21, 1) 0%, rgba(14, 90, 104, 1) 100%);
    border-radius: 10px;
    display: flex;
    padding: 10px 20px;
    height: 120px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(20px);
    animation: slideInFade 0.6s ease-out forwards;
}

.casino_sport_section_lft:nth-child(1) {
    animation-delay: 0.1s;
}

.top_slot_outer.top_slot_outer_casino {
    padding-bottom: 24px;
}

.casino_sport_section_lft:nth-child(2) {
    animation-delay: 0.2s;
}

.casino_sport_section_lft:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes slideInFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.casino_sport_section_lft:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.casino_sport_section_lft.sport_bg {
    background: linear-gradient(90deg, rgba(21, 21, 21, 1) 0%, rgba(107, 79, 14, 1) 100%);
}

.casino_sport_section_lft.sport_bg:hover {
    box-shadow: 0 10px 30px rgba(107, 79, 14, 0.3);
}

.casino_sport_section_lft.casino_bg2 {
    background: linear-gradient(90deg, #161F2C 70%, rgba(162, 49, 0, 1) 100%);
}

.casino_sport_section_lft.casino_bg2:hover {
    box-shadow: 0 10px 30px rgba(162, 49, 0, 0.3);
}

.casino_sport_section_lft .gameimg {
    min-width: 100px;
    transition: transform 0.3s ease;
    display: contents;
}

.casino_sport_section_lft:hover .gameimg {
    transform: scale(1.03);
}

.casino_sport_section_lft:hover .gameimg img {
    filter: brightness(1.05);
}

.casino_sport_section_lft .gameimg img {
    transition: filter 0.3s ease;
}

.casino_sport_section_lft h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
    transition: color 0.3s ease;
}

.casino_sport_section_lft:hover h3 {
    color: #fff;
}

.casino_sport_section_lft p {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    color: #ffffffaa;
    transition: color 0.3s ease;
}

.casino_sport_section_lft:hover p {
    color: #ffffffdd;
}

.casino_sport_section .row {
    row-gap: 20px;
}

.top_match_section {
    width: 100%;
    display: block;
    padding: 32px 0px 0px;
    color: #fff;
}

.top_match_section .container {
    position: relative;
    overflow: hidden;
}

.match_slider_wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: manipulation;
    margin-top: 10px;
    position: relative;
}

.match_slider_wrapper::-webkit-scrollbar {
    display: none;
}

.match_slider_wrapper .match_slider_container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    transform: none !important;
    width: max-content;
    flex-shrink: 0;
}

.match_slider {
    flex-shrink: 0;
    position: relative;
    padding: 24px;
    background-color: #16202c;
    border-radius: 12px;
    overflow: hidden;
}


.match_slider h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0px;
}

.matchtp_hd ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.matchtp_hd ul li {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    background-color: #E36F2B;
    color: #000;
    font-weight: 500;
}

.match_slider_wrapper p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 7px 0px 0px;
    font-weight: 500;
}

.match_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin: 24px 0px 20px;
}

.match_slider_wrapper p.match_team {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.match_slider_wrapper .match_info span {
    font-size: 10px;
}

.view_matchlike {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    align-items: center;
}


.view_matchlike button {
    background-color: #F0B4B4;
    border: none;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    width: 50px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    line-height: 11px;
    display: flex;
    flex-direction: column;
}

.view_matchlike button i {
    font-size: 15px;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.view_matchlike button span {
    font-size: 8px;
    display: block;
}

.view_matchlike button.view_match {
    background-color: #7D93C2;
}

/* .match_slider:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(227, 111, 43);
    z-index: 1;
    width: 220px;
    height: 40px;
    filter: blur(26px);
    margin: 0 auto;
    top: 10px;
} */

.match_slider_inner {
    position: relative;
    z-index: 999;
}

.match_slider_sports {
    width: 100%;
    justify-content: flex-start;
}

.match_slider_sports_item {
    min-width: 188px;
    width: 188px;
    min-height: 100px;
    padding: 12px;
    backdrop-filter: blur(5px);
    background: radial-gradient(90.16% 81.4% at 0 0, #168fff5c 0, #168fff00), #111923;
    border-radius: 12px;
    position: relative;
    transition: background-color .1s ease-in-out;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
}

.container.mobileview {
    display: none;
}

.casino_sport_mobile_section {
    display: flex;
    gap: 12px;
    margin: 24px 0px 10px;
}

.casinobox_item a {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
}

.casinobox_item {
    width: 100%;
    background: radial-gradient(101.63% 77.85% at 50% 0, #ff0049a8 0, #ff004900), #111923;
    align-items: center;
    border-radius: 12px;
    text-decoration: none;
    width: 100%;
}

.casinobox_item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.gameimg {
    display: block;
    min-width: 108px;
    -o-object-fit: cover;
    object-fit: cover;
}

.container-fluid {
    padding: 0px !important;
}

.casinobox_item.sport_bg {
    background: radial-gradient(97.28% 75.95% at 50% 0, #168fffa8 0, #168fff00), #111923;
}


/* .match_slider_sports_item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(227, 111, 43);
    z-index: 1;
    width: 120px;
    height: 22px;
    filter: blur(26px);
    margin: 0 auto;
    top: 10px;
} */

.spot_value {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ED1D4935;
    display: inline-block;
    align-items: start;
    position: absolute;
    left: 10px;
    top: 6px;
    padding: 3px 6px;
    border-radius: 50px;
    color: #ED1D49;
}

.match_slider_sports_item img {
    margin: 15px 0px 10px;
}

/* TOP Sports: icon image – white */
.match_slider_sports_item .match_slider_sports_img {
    height: 28px;
    width: auto;
    max-width: 36px;
    object-fit: contain;
    object-position: center;
    filter: brightness(1);
}

/* TOP Sports card: Remix Icon (white outline) same as design */
.match_slider_sports_item .match_slider_sports_icon {
    display: block;
    font-size: 28px;
    color: #c4c4c4;
    margin: 10px 0 10px;
    line-height: 1;
}

.match_slider_sports_item h3 {
    font-size: 15px;
    color: #fff;
}

/* TOP Sports – full viewport width */
.top_match_section_fullwidth {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: visible;
}

.top_match_section_fullwidth .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
}

.game_items_slider_wrapper_fullwidth {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.playearn_section {
    width: 100%;
    display: block;
    margin-top: 48px;
    color: #fff;
    animation: fadeInUp 0.8s ease-out;
}

.playearn_big_lft {
    width: 100%;
    display: flex;
    background: linear-gradient(40deg, #1D222B 25%, #A3885C 100%);
    position: relative;
    padding: 32px;
    border-radius: 8px;
    min-height: 370px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-30px);
    animation: slideInFromLeft 0.7s ease-out forwards;
    animation-delay: 0.1s;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

.playearn_big_lft:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 8px 32px rgb(79 72 62);
}

.gameright_s_item.height0.casinozone_s:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 8px 24px rgba(87, 43, 50, 0.811);
}

.gameright_s_item.luckstarts:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 8px 24px rgb(76 77 80 / 91%);
}

.playearn_big_rgt {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 546px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.playearn_big_lft:hover .playearn_big_rgt {
    transform: scale(1.02);
}

.playearn_big_lft:hover .playearn_big_rgt img {
    filter: brightness(1.05);
}

.playearn_big_rgt img {
    transition: filter 0.4s ease;
}

.playearn_big_lft h2 {
    font-size: 54px;
    font-weight: 600;
    text-shadow: 0px 2px 10px #ffffff40;
    line-height: 115%;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.playearn_big_lft:hover h2 {
    transform: translateY(-3px);
    text-shadow: 0px 4px 15px #ffffff60;
}

.playearn_big_lft_cnt {
    max-width: 310px;
}

.playearn_big_lft p {
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.3s ease, color 0.3s ease;
}

.playearn_big_lft:hover p {
    transform: translateY(-2px);
    color: #ffffffdd;
}

.playearn_btn {
    background: linear-gradient(1turn, #919191 .8%, #FFFFFF);
    box-shadow: 0 3px 0px #9c9c9cfc;
    padding: 7px 20px;
    border-radius: 8px;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.playearn_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.playearn_btn:hover::before {
    left: 100%;
}

.playearn_btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.playearn_btn:active {
    transform: translateY(0) scale(1.02);
}

.gameright_s {
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.gameright_s_item {
    width: 100%;
    display: flex;
    background: #1D222B;
    position: relative;
    padding: 20px 0px 0px 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 176px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRight 0.7s ease-out forwards;
}

.gameright_s_item::before {
    width: 90%;
    height: 160px;
    background: rgba(237, 228, 214, 0.35);
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -60%);
    margin: 0;
    right: auto;
    filter: blur(28px);
    -webkit-filter: blur(28px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.gameright_s_item:nth-child(1) {
    animation-delay: 0.2s;
}

.gameright_s_item:nth-child(2) {
    animation-delay: 0.3s;
}

.header_lft img.mobileview {
    display: none;
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

.gameright_s_item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.gameright_s_item h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    transition: transform 0.3s ease, color 0.3s ease;
}

.gameright_s_item:hover h4 {
    transform: translateY(-2px);
    color: #fff;
}

.top_icon {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: transform 0.4s ease;
}

.gameright_s_item:hover .top_icon {
    transform: scale(1.05);
}

.gameright_s_item p {
    font-size: 13px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.gameright_s_item:hover p {
    transform: translateY(-2px);
    color: #ffffffdd;
}

.gameright_s_item_img {
    min-width: 140px;
    position: absolute;
    right: -12px;
    bottom: 0px;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gameright_s_item:hover .gameright_s_item_img {
    transform: scale(1.05) translateY(-2px);
}

.gameright_s_item:hover .gameright_s_item_img img {
    filter: brightness(1.08);
}

.gameright_s_item_img img {
    transition: filter 0.4s ease;
}

.rightside_odds .sports_grid_odds_columns.sports_grid_desktop_odds_strip {
    border-bottom: 1px solid #fff;
}

.gameright_s_item_cnt {
    width: 60%;
    position: relative;
    z-index: 1;
}

.gameright_s_item.rewardsbg {
    background: #1D222B;
}

.gameright_s_item.rewardsbg:before {
    background: #FF8B17;
    transform: translate(-50%, -60%);
    filter: blur(60px);
    -webkit-filter: blur(60px);
}

.gameright_s_item.rewardsbg:hover {
    box-shadow: 0 8px 24px rgb(170 99 32 / 37%);
}

.gameright_s_item.rewardsbg .gameright_s_item_img {
    right: 0px;
}

.height0.gameright_s_item {
    min-height: 110px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.6s ease-out forwards;
}

.height0.gameright_s_item:nth-of-type(1) {
    animation-delay: 0.4s;
}

.height0.gameright_s_item:nth-of-type(2) {
    animation-delay: 0.5s;
}

.height0.gameright_s_item:nth-of-type(3) {
    animation-delay: 0.6s;
}

.height0.gameright_s_item:nth-of-type(4) {
    animation-delay: 0.7s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.height0.gameright_s_item:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.height0 .gameright_s_item_img {
    min-width: auto;
    right: 0px;
}

.casinozone_s {
    background: #1D222B;
}

.gameright_s_item.casinozone_s::before {
    height: 100px;
    background: #C43F3F;
    transform: translate(-50%, -70%);
    opacity: 0.8;
}

.casinozone_s:hover {
    box-shadow: 0 10px 30px rgba(180, 69, 193, 0.3);
}

.gameright_s_item.sportsbg2 {
    background: #1D222B;
}


.gameright_s_item.sportsbg2::before {
    height: 100px;
    background: #DF50A2;
    transform: translate(-50%, -70%);
    opacity: 0.8;
}

.gameright_s_item.sportsbg2:hover {
    box-shadow: 0 10px 30px rgba(187, 105, 105, 0.3);
}

.gameright_s_item.rewardsbg2 {
    background: #1D222B;
}

.gameright_s_item.rewardsbg2::before {
    height: 100px;
    background: #676CFB;
    transform: translate(-50%, -70%);
    opacity: 0.8;
}

.gameright_s_item.rewardsbg2:hover {
    box-shadow: 0 10px 30px rgba(74, 54, 176, 0.3);
}

.gameright_s_item.battlebg {
    background: #1D222B;
}

.gameright_s_item.battlebg::before {
    height: 100px;
    background: #62A29A;
    transform: translate(-50%, -70%);
    opacity: 0.8;
}

.lobby_section.topgame_casino_section {
    position: relative;
}

.lobby_section_at_top .d-flex.casinotop_tabbar {
    position: fixed;
    top: 56px;
    z-index: 666;
    background-color: #10131c;
    padding: 30px 20px 15px;
}




.gameright_s_item.battlebg:hover {
    box-shadow: 0 8px 24px rgb(62 96 96 / 64%);
}

.playearn_section .row {
    row-gap: 20px;
}

.support_help_s {
    width: 100%;
    background-color: #E36F2B;
    text-align: center;
    padding: 20px;
    color: #000;
    margin: 32px 0px 24px;
}

.support_help_s p {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

footer {
    color: #fff;
}

.topfooter {
    align-items: center;
    gap: 32px;
}

.topfooter p {
    margin-bottom: 0px;
}

.footermain {
    width: 100%;
    display: block;
}

.footer_description_container {
    margin-bottom: 12px;
}

.footer_description_content {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    position: relative;
}

.footer_description_content.footer_description_content_expanded {
    max-height: none;
}

.footer_description_content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 140%;
}

.footer_description_content p,
.footer_description_content ul {
    margin-bottom: 12px;
}

.footer_show_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.footer_description_content ul {
    padding-bottom: 15px;
}

.footer_description_content ul {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-info__icons {
    width: 100%;
    display: block;
    margin: 20px 0px;
}

footer p {
    font-size: 13px;
    color: #6b788c;
}

.footer-info__icons ul {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-info__icons ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-info__icons ul li img {
    height: 28px;
}

.footer_show_more_btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer_show_more_btn i {
    font-size: 18px;
    line-height: 1;
}

/* Footer mobile accordion menu – mobile only */
.footer_mobile_menu {
    display: none;
}

.footer-info__icons.mobileview {
    display: none;
}

@media (max-width: 991px) {
    .footer_mobile_menu {
        display: block;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .footer_quick_links {
        display: none !important;
    }

    .footer-info__icons.mobileview {
        display: block;
    }

    .footer_mobile_menu_section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer_mobile_menu_section:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer_mobile_menu_heading {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 0;
        background: transparent;
        border: none;
        color: #a7b5ca;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        cursor: pointer;
        text-align: left;
    }

    .footer_mobile_menu_heading i {
        font-size: 20px;
        color: #fff;
        flex-shrink: 0;
    }

    .footer_mobile_menu_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer_mobile_menu_content.is-open {
        max-height: 400px;
    }

    .footer_mobile_menu_links {
        list-style: none;
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
    }

    .footer_mobile_menu_links li {
        margin: 0;
    }

    .footer_mobile_menu_link {
        display: block;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
        letter-spacing: 0;
    }

    .footer_mobile_menu_link:hover {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .footer_mobile_menu {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px 36px;
        margin-top: 0;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer_mobile_menu_section {
        min-width: 130px;
        max-width: 180px;
        border: none !important;
    }

    .footer_mobile_menu_heading {
        pointer-events: none;
        cursor: default;
        padding: 0 0 10px !important;
        margin: 0;
        font-size: 11px !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #a7b5ca;
        border: none;
        background: transparent;
    }

    .footer_mobile_menu_heading i {
        display: none;
    }

    .footer_mobile_menu_content {
        max-height: none !important;
        overflow: visible !important;
    }

    .footer_mobile_menu_links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer_mobile_menu_links li {
        margin: 0;
    }

    .footer_mobile_menu_link {
        display: block;
        padding: 5px 0 !important;
        color: #e2e8f0;
        font-size: 13px;
        text-decoration: none;
        transition: color 0.2s;
    }

    .footer_mobile_menu_link:hover {
        color: #f97a31;
    }

    .footer_quick_links {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* Login Modal Styles */
.login_modal_content {
    background-color: #121212;
    border-radius: 16px;
    border: 1px solid #656565b3;
    color: #fff;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 122, 49, 0.4) rgba(255, 255, 255, 0.1);
}

.login_modal_content::-webkit-scrollbar {
    width: 6px;
}

.login_modal_content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.login_modal_content::-webkit-scrollbar-thumb {
    background-color: rgba(249, 122, 49, 0.4);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.login_modal_content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(249, 122, 49, 0.6);
}

.modal-dialog.loginpopup {
    max-width: 690px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    z-index: 99999999;
}

.modal.show.loginpopup {
    z-index: 99999998;
}

.modal-backdrop.show {
    z-index: 99999998 !important;
}

.casino_sport_mobile_section .casino_lft_cnt {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
}

.casino_sport_mobile_section p {
    color: #ffffffa3;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

/* Mobile view - bottom slide animation for login modal */
@media (max-width: 991px) {
    .modal-dialog.loginpopup {
        max-width: 100%;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transform: translateY(100%);
        animation: slideUpFromBottom 0.4s ease-out forwards;
    }

    .login_modal_content {
        border-radius: 20px 20px 0 0;
        max-height: 90vh;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(249, 122, 49, 0.4) rgba(255, 255, 255, 0.1);
    }

    .login_modal_content::-webkit-scrollbar {
        width: 6px;
    }

    .login_modal_content::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

    .login_modal_content::-webkit-scrollbar-thumb {
        background-color: rgba(249, 122, 49, 0.4);
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }

    .login_modal_content::-webkit-scrollbar-thumb:hover {
        background-color: rgba(249, 122, 49, 0.6);
    }


    @keyframes slideUpFromBottom {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

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

.login_modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    opacity: 0.8;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_modal_close:hover {
    opacity: 1;
    color: #fff;
}

.login_modal_body {
    position: relative;
}

.login_modal_tabs {
    display: flex;
    gap: 0;
    background-color: #191919;
    border-radius: 7px;
    max-width: 230px;
    margin: 0 auto;
    padding: 8px;
}

.login_tab {
    padding: 11px 12px;
    background: transparent;
    border: none;
    color: #6A3E25;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: none;
    transition: all 0.3s;
}

.login_tab.active {
    color: #fff;
    background: linear-gradient(1turn, #AC5422 .8%, #F97A31);
    box-shadow: 0 4px 0px #5A2304, inset 0 4px 3px #ffffff4d;
}

.login_modal_inner {
    display: flex;
    gap: 0px;
    align-items: center;
}

.login_modal_left {
    flex: 1;
    text-align: center;
    background: linear-gradient(101deg, rgba(3, 3, 3, 1) 0%, rgba(53, 27, 12, 1) 100%);
    padding: 70px 30px;
}

.login_modal_character {
    margin-bottom: 20px;
}

.login_modal_character img {
    max-width: 200px;
    height: auto;
}

.login_modal_bonus {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 120%;
    margin: 0;
    width: 70%;
    margin: 0 auto;
}

.login_modal_right {
    flex: 1;
    padding: 20px;
}

.login_modal_methods_text {
    text-align: center;
    font-size: 14px;
    color: #9F9F9F;
    font-weight: 600;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
}

.login_modal_methods_text span {
    background-color: #121212;
    padding: 2px 10px;
}

.login_method_tabs {
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
}

.method_tab {
    padding: 10px 0px;
    background: none;
    border: none;
    border-radius: 0px;
    color: #616161;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #656565;
    cursor: pointer;
    transition: all 0.3s;
}

button.deposit_btn.mobile {
    display: none;
}

.method_tab.active {
    /* background: #E36F2B; */
    color: #E36F2B;
    border-bottom: 1px solid #E36F2B;
}

.hero_vector_effect_bottom {
    position: absolute;
    bottom: 0px;
    width: 84%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: none;
}

img.hero_left_vector {
    width: 470px;
    max-width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
}

img.hero_cntr_vector {
    max-width: 200px;
}

img.hero_right_vector {
    width: 430px;
    max-width: 100%;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.login_form {
    width: 100%;
}

.form_group {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.login_input {
    background-color: #121212 !important;
    border: 1px solid #494949;
    border-radius: 8px;
    padding: 12px 16px;
    color: #919191 !important;
    font-size: 14px;
    width: 100%;
}

.login_input:focus {
    background-color: #121212;
    border-color: #787878;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.login_input::placeholder {
    color: #ffffff75;
}

.password_input_wrapper {
    position: relative;
}

.password_toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #616161;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password_toggle:hover {
    color: #fff;
}

.forget_password_link {
    display: block;
    text-align: right;
    color: #E36F2B;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.forget_password_link:hover {
    color: #F97A31;
}

.premium_submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0px #5A2304, inset 0 4px 3px #ffffff4d;
}

.login_or_text {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
}

.login_or_text span {
    background-color: #121212;
    position: relative;
    z-index: 999;
    padding: 0px 10px;
}

.login_or_text::before,
.login_or_text::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #353535;
}

.login_or_text::before {
    left: 0;
}

.login_or_text::after {
    right: 0;
}

/* Scroll to top button – theme: #0d131c, #F97A31 */
.scroll_to_top_btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e2a38 0%, #0d131c 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(249, 122, 49, 0.2);
    color: #F97A31;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.scroll_to_top_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(249, 122, 49, 0.25), 0 4px 12px rgba(0, 0, 0, 0.4);
    color: #ff8f4a;
}

.scroll_to_top_btn:active {
    transform: translateY(0);
}

.login_google_btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(0deg, rgba(169, 168, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #353535;
    border-radius: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.login_google_btn img {
    width: 20px;
    height: 20px;
}


/* Checkbox and Referral Code Styles */
.checkbox_group {
    margin-bottom: 20px;
}

.checkbox_label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #919191;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}

.login_checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #E36F2B;
    flex-shrink: 0;
}

.checkbox_label span {
    flex: 1;
}

.policy_link {
    color: #E36F2B;
    text-decoration: underline;
    transition: color 0.3s;
}

.policy_link:hover {
    color: #F97A31;
}


ul.mobile-menu {
    align-items: center;
    background: #111923;
    border-color: #2a3546;
    border-radius: 12px 12px 0 0;
    border-style: solid;
    border-width: 1px 0 0;
    display: flex;
    height: 58px;
    justify-content: space-between;
    padding: 10px 32px;
    position: relative;
    transition: border-radius .1s ease-in-out;
    z-index: 222;
}

ul.mobile-menu li a {
    align-items: center;
    color: #a7b5ca;
    font-size: 13px;
    gap: 0px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    position: relative;
    transition: color .1s ease-in-out;
}

ul.mobile-menu li button {
    align-items: center;
    color: #a7b5ca;
    border: none;
    background-color: transparent;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    position: relative;
    transition: color .1s ease-in-out;
}

ul.mobile-menu li a i {
    font-size: 18px;
    line-height: normal;
}

ul.mobile-menu li button i {
    font-size: 18px;
    line-height: normal;
}

/* Mobile menu active item – white text + bar under (::before) */
ul.mobile-menu li a.mobile-menu__link {
    position: relative;
}

ul.mobile-menu li a.mobile-menu__link.active {
    color: #fff;
}

ul.mobile-menu li a.mobile-menu__link.active i {
    color: #fff;
}

ul.mobile-menu li a.mobile-menu__link.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 36px;
    height: 13px;
    /* border-radius: 2px; */
    background: #af0939;
    /* box-shadow: 0 0 10px rgba(249, 122, 49, 0.5); */
    filter: blur(10px);
}

ul.mobile-menu li a.mobile-menu__link span {
    position: relative;
    z-index: 999;
}

.game_items_slider_wrapper.lobbyslider {
    display: block;
    overflow: hidden;
}

.lobby_slider_track {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: max-content;
    min-width: 100%;
}

.mobile-menu-wrapper {
    position: fixed !important;
    display: none;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999999 !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
}

button.deposit_btn {
    background: linear-gradient(1turn, #AC5422 .8%, #F97A31);
    box-shadow: 0 4px 0px #5A2304, inset 0 4px 3px #ffffff4d;
    padding: 7px 20px;
    border-radius: 8px;
    border: none;
    color: #ffffffd4;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

button.deposit_btn:disabled,
button.deposit_btn.deposit_btn_disabled {
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(0.35);
    box-shadow: none;
}

button.deposit_btn .deposit_btn_icon {
    display: none;
}

.user_header_right {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    background-color: #343c45;
    border-radius: 50px 18px 18px 50px;
    gap: 8px;
    min-width: 75px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.user_header_right i {
    font-size: 18px;
}

.user_header_right .d-flex {
    gap: 10px;
    align-items: center;
}

img.user_header_img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #fff;
    object-fit: cover;
}

.user_top_dropdown_header {
    flex-direction: column;
}

.user_top_dropdown_header img.user_img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #fff;
    object-fit: cover;
}

/* User Profile Dropdown */
.user_profile_dropdown {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    background-color: #16202c;
    border: 1px solid #242424;
    border-top: none;
    border-radius: 0px 0px 12px 12px;
    min-width: 210px;
    box-shadow: none;
    z-index: 99999999;
    overflow: hidden;
}


.user_profile_dropdown_header {
    padding: 16px 18px;
    border-bottom: 1px solid #303030;
}

.user_profile_dropdown_header h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.user_profile_dropdown_menu {
    padding: 8px 0;
}

.dropdown_menu_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
}

.dropdown_menu_item:hover {
    background-color: #343c458c;
}

.dropdown_menu_item i {
    font-size: 18px;
    color: #d0d0d0;
}

.dropdown_menu_item span {
    font-size: 12px;
    font-weight: 600;
}

.dropdown_logout_btn {
    width: 100%;
    padding: 9px 18px;
    background-color: #343c45;
    border: none;
    border-top: 1px solid #343c45;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s;
    text-align: center;
}

.dropdown_logout_btn:hover {
    background-color: #2a2a2a;
}

.sidebar .setting_hdr {
    display: none;
}


footer .container,
footer .container-fluid {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.trending_games_section {
    width: 100%;
    display: block;
    padding: 30px 0px;
    color: #fff;
}

.trending_games_section h2 {
    margin-bottom: 20px;
}

.game_items_video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 40px;
}

.game_items_video .game_video_bl {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    position: relative;
}

/* Pure video par overlay – after se pura area dark tint */
/* .game_items_video .game_video_bl::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    pointer-events: none;
    z-index: 0;
} */

.game_items_video .game_video_bl video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Har video ke upar center mein game title + zoom-out animation (regular repeat) */
@keyframes game_video_title_zoom_out {
    0% {
        transform: scale(1.25);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.game_items_video .game_video_bl_title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    pointer-events: none;
    padding: 0.4em 0.75em;
    z-index: 1;
    animation: game_video_title_zoom_out 2s ease-in-out infinite alternate;
}

.game_items_video .game_video_bl_title::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    z-index: -1;
}

ul.mobile-menu li .mobile-menu__link:after {
    background: linear-gradient(101deg, #ed1d4900, #e06e2d 48.44%, #ed1d4900);
    border-radius: 50px 50px 0 0;
    bottom: -11px;
    display: none;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 36px;
}

ul.mobile-menu li.active .mobile-menu__link:after {
    display: block;
}

ul.mobile-menu li:before {
    background: #e06e2d;
    border-radius: 35px;
    bottom: -25px;
    content: "";
    display: none;
    filter: blur(12.5px);
    height: 32px;
    left: 50%;
    opacity: .5 !important;
    position: absolute;
    transform: translate(-50%) matrix(0, -1, -1, 0, 0, 0);
    width: 35px;
    z-index: -1;
}

ul.mobile-menu li.active:before {
    display: block;
}

.football_ball_effect {
    position: absolute;
    right: 28px;
    top: 110px;
    width: 200px;
}

.cricket_ball_effect {
    position: absolute;
    left: 20px;
    top: 110px;
    width: 200px;
}

.cricket_ball_effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.football_ball_effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1440px) {

    img.hero_left_vector {
        width: 400px;
    }

    img.hero_right_vector {
        width: 400px;
    }

}


@media (max-width: 991px) {
    .slider3d {
        width: 300px;
        max-width: 54vw;
    }

    .slider3d_pos_left2 {
        transform: translate(calc(-50% - 260px), 0) scale(0.55) rotateY(26deg);
    }

    .slider3d_pos_left1 {
        transform: translate(calc(-50% - 130px), 0) scale(0.78) rotateY(12deg);
    }

    .slider3d_pos_right1 {
        transform: translate(calc(-50% + 130px), 0) scale(0.78) rotateY(-12deg);
    }

    .slider3d_pos_right2 {
        transform: translate(calc(-50% + 260px), 0) scale(0.55) rotateY(-26deg);
    }

    .slider3d_controls {
        gap: 14px;
        margin-top: 18px;
        min-height: 44px;
    }

    .slider3d_arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: #6b7280;
    }
}

/* Mobile: sirf 3 cards – 1 left, 1 center, 1 right */
@media (max-width: 768px) {
    .slider3d {
        width: 220px;
        max-width: 55vw;
    }

    .casino_hero_s {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0px 20px;
        width: calc(100% + 40px);
    }

    .slider3d_wrapper {
        min-height: 220px;
    }

    .heroslider_3d {
        padding: 20px 0 20px;
    }

    .casino_hero_s .casino_hero_s_lft {
        margin: 10px 0px;
    }

    .slider3d_pos_left2,
    .slider3d_pos_right2 {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(calc(-50% - 400px), 0) scale(0.01);
    }

    .slider3d_pos_left2 {
        transform: translate(calc(-50% - 400px), 0) scale(0.01);
    }

    .slider3d_pos_right2 {
        transform: translate(calc(-50% + 400px), 0) scale(0.01);
    }

    .slider3d_pos_left1 {
        transform: translate(calc(-50% - 120px), 0) scale(0.78) rotateY(14deg);
        opacity: 0.85;
    }

    .slider3d_pos_center {
        transform: translate(-50%, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    .slider3d_pos_right1 {
        transform: translate(calc(-50% + 120px), 0) scale(0.78) rotateY(-14deg);
        opacity: 0.85;
    }
}

@media (max-width: 576px) {
    .heroslider_3d {
        padding: 5px 0 10px;
    }

    .slider3d_wrapper {
        min-height: 200px;
    }

    .slider3d {
        width: 180px;
        max-width: 52vw;
    }

    .slider3d_pos_left2,
    .slider3d_pos_right2 {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .slider3d_pos_left2 {
        transform: translate(calc(-50% - 400px), 0) scale(0.01);
    }

    .slider3d_pos_right2 {
        transform: translate(calc(-50% + 400px), 0) scale(0.01);
    }

    .slider3d_pos_left1 {
        transform: translate(calc(-50% - 95px), 0) scale(0.75) rotateY(12deg);
        opacity: 0.8;
    }

    .slider3d_pos_center {
        transform: translate(-50%, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    .slider3d_pos_right1 {
        transform: translate(calc(-50% + 95px), 0) scale(0.75) rotateY(-12deg);
        opacity: 0.8;
    }

    .slider3d_controls {
        margin-top: 0px;
        gap: 12px;
        min-height: 40px;
    }

    .slider3d_arrow {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .slider3d_dots {
        gap: 8px;
    }

    .slider3d_dot {
        width: 8px;
        height: 8px;
    }

    .slider3d_dot_active {
        transform: scale(1.25);
    }

    .slider3d_card_overlay_title {
        font-size: 12px;
    }

    .slider3d_card_overlay_subtitle {
        font-size: 11px;
    }

    .slider3d_card_overlay {
        padding: 14px 12px;
    }

    .slider3d_active img {
        border: 4px solid #ffffff94;
    }

    .slider3d img {
        border: 4px solid #ffffff68;
    }
}



@media (max-width: 991px) {

    .user_profile_dropdown {
        right: -10px;
        min-width: 260px;
    }

    /* Sidebar overlay: show when sidebar open so backdrop blocks clicks behind */
    .sidebar_overlay.active {
        display: block !important;
    }

    .sidebar.sidebar_open {
        display: none !important;
    }

    .main_content_wrapper.sidebar_open {
        display: block !important;
    }

    .main_content_wrapper.sidebar_open .sidebar.sidebar_open {
        display: block !important;
    }

}

@media (max-width: 1200px) {

    .casino_hero_s h1 {
        font-size: 38px;
    }

    .game_items_video .game_video_bl_title {
        font-size: 15px;
    }

    .cricket_ball_effect {
        width: 120px;
    }

    .football_ball_effect {
        width: 120px;
    }

    img.hero_left_vector {
        width: 250px;
    }

    .lobby_section_at_top .d-flex.casinotop_tabbar {
        padding: 20px 20px 15px;
    } 

    img.hero_right_vector {
        width: 250px;
    }

    img.hero_cntr_vector {
        max-width: 130px;
    }

    header {
        padding: 7px 20px;
    }

    .playearn_big_lft h2 {
        font-size: 40px;
    }

    .gameright_s_item h4 {
        font-size: 16px;
    }

    .height0 .gameright_s_item_img {
        min-width: 100px;
        width: 100px;
    }

    .login_modal_bonus {
        font-size: 22px;
        width: 100%;
    }

    .login_modal_close {
        font-size: 18px;
    }

    .casino_hero_s {
        min-height: 480px;
    }

}



@media (max-width: 991px) {

    .searchbtn {
        display: none;
    }

    .setting_hdr {
        max-width: 88%;
        margin: 10px auto;
    }

    .playearn_big_lft h2 {
        font-size: 32px;
    }

    .gameright_s_item {
        padding: 10px 0px 0px 10px;
    }

    .casino_hero_s h1 {
        font-size: 32px;
    }

    .casino_hero_s {
        min-height: 380px;
        padding-top: 20px;
        padding-bottom: 24px;
        display: flex;
        align-items: center;
    }

    .casino_hero_s .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100%;
    }

    .casino_hero_s .casino_hero_s_lft {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .casino_hero_s .row {
        margin-left: 0;
        margin-right: 0;
    }

    .casino_hero_s .row [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .playearn_big_lft {
        align-items: start;
    }

    .height0 .gameright_s_item_img {
        min-width: 70px;
        width: 70px;
    }

    header .setting_hdr {
        display: none;
    }

    button.btnbnr {
        padding: 8px 15px;
        font-size: 11px;
    }

    .mobile-menu-wrapper {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999999 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }


    body .profile_section_left {
        flex: 1;
        min-width: 100%;
    }

    .login_modal_bonus {
        font-size: 24px;
        width: 100%;
    }

    body {
        padding-bottom: 0 !important;
    }

    footer {
        padding-bottom: 70px;
    }

    p {
        font-size: 13px;
    }

    .login_google_btn {
        padding: 8px;
        font-size: 12px;
    }


    .login_tab {
        padding: 6px 12px;
        font-size: 12px;
    }

    .login_modal_methods_text {
        font-size: 12px;
    }

    .login_input {
        padding: 8px 12px;
        font-size: 12px;
    }

    .login_submit_btn {
        padding: 8px;
        font-size: 12px;
    }

    .modal-dialog.loginpopup {
        min-height: auto;
    }

    .modal.fade {
        z-index: 99999999;
    }

    .match_slider_sports {
        margin-top: 0px;
    }

    .sidebar .setting_hdr {
        display: none;
        color: #cbcbcb;

    }


    .mobilebgfooter {
        background: rgb(41 50 58 / 60%);
        border-radius: 0;
    }

    .footer_mobile_menu_section {
        border: none;
    }

    .footer_mobile_menu_section:first-child {
        border: none;
    }

    .p_space_footer {
        padding-left: 0;
        padding-right: 0;
    }

    .slider3d_card_overlay_title {
        font-size: 15px;
    }

    .slider3d_card_overlay_subtitle {
        font-size: 11px;
    }

}

@media (max-width: 767px) {

    button.deposit_btn.mobile {
        display: block;
    }



    .sports_grid_back {
        border-radius: 6px;
    }

    .sports_grid_lay {
        border-radius: 6px;
    }

    .slider_view_all_text {
        font-size: 12px;
    }

    .top_match_section.sportsmatch_s.cricket_matches_section {
        width: calc(100% + 40px);
        padding-right: 20px;
    }

    .top_match_section.sportsmatch_s.cricket_matches_section .top_hd.d-flex.align-items-center.justify-content-between {
        padding: 0px 15px;
        padding-left: 0px;
    }

    img.hero_left_vector {
        width: 120px;
        bottom: 120px;
    }

    img.hero_right_vector {
        width: 100px;
        bottom: 130px;
        right: -10px;
    }

    img.hero_cntr_vector {
        max-width: 90px;
        bottom: 60px;
        position: relative;
    }

    .desktopview {
        display: none;
    }

    .casinobox_item a {
        flex-direction: column;
        padding: 10px 21px;
    }

    .user_profile_dropdown {
        right: 0px;
        min-width: 190px;
        top: calc(100% + 5px);
    }

    ul.mobile-menu li button i {
        font-size: 14px;
    }


    .login_modal_left {
        display: none;
    }

    .container.mobileview {
        display: block;
    }

    .game_items_video {
        gap: 10px;
        margin-bottom: 24px;
    }

    .game_items_video .game_video_bl {
        border-radius: 7px;
    }

    .game_items_video .game_video_bl_title {
        font-size: 1.1rem;
    }

    .trending_games_section h2 {
        margin-bottom: 15px;
        font-size: 9px;
        padding: 1px;
    }

    .trending_games_section {
        padding: 10px 0px 5px;
    }

    .header_logo {
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .casino_sport_mobile_section p {
        display: none;
    }

    .header_logo img {
        width: auto;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: left center;
    }

    .casino_sport_mobile_section {
        margin: 10px 0px 10px;
    }

    .login_hdr button {
        padding: 0 16px;
        height: 36px;
    }

    .cricket_ball_effect {
        display: none;
    }

    .football_ball_effect {
        display: none;
    }

    .topfooter {
        gap: 12px;
    }

    button.deposit_btn .deposit_btn_icon {
        display: block;
    }

    .height0 .gameright_s_item_img {
        min-width: 110px;
        width: 110px;
    }

    .login_hdr button.signup_btn {
        padding: 0 20px;
        height: 36px;
    }

    header {
        padding: 5px 15px;
    }

    button.deposit_btn.desktop {
        display: none;
    }

    button.deposit_btn {
        /* background: none; */
        /* box-shadow: none; */
        padding: 5px 10px;
        font-size: 10px;
    }

    body .mybets_cashout_btn_sm {
        padding: 6px 12px;
        font-size: 12px;
    }

    .depositheader .deposit_btn_text {
        display: none;
    }

    .depositheader .deposit_btn_icon {
        display: inline-block;
        font-size: 18px;
        line-height: 1;
    }

    .user_header_right .d-flex {
        gap: 5px;
    }

    .depositheader .currency_balance {
        font-size: 10px;
        padding: 3px 6px 4px;
    }

    .user_header_right {
        min-width: 65px;
        height: 36px;
        min-height: 36px;
        padding: 0 8px;
    }

    .modal-dialog.loginpopup .login_modal_right {
        padding: 20px 20px 40px;
    }

    img.user_header_img {
        width: 24px;
        height: 24px;
    }

    .hero_vector_effect_bottom {
        display: block;
    }

    .casino_hero_s h1 {
        font-size: 20px;
        text-align: center;
    }

    .casino_hero_s p {
        text-align: center;
    }

    button.btnbnr {
        padding: 7px 10px;
        font-size: 11px;
    }

    .social_icons li a {
        width: 32px;
        height: 32px;
    }

    .casino_hero_s .d-flex {
        justify-content: center;
    }

    .casino_hero_s .casino_bnr_img {
        top: 26px;
        max-width: 200px;
    }

    .casino_hero_s {
        min-height: 360px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .casino_hero_s .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .casino_hero_s .d-flex {
        gap: 10px !important;
    }

    ul.social_icons.d-flex.align-items-center.gap-2 {
        gap: 5px !important;
    }

    h2.heading_h2 {
        font-size: 15px;
    }

    .dropdown_logout_btn {
        padding: 8px 18px;
        font-size: 12px;
    }

    button.slotbtn {
        font-size: 12px;
    }

    header.auth_header .header_logo {
        width: 100%;
        min-width: 100%;
        height: 36px;
    }

    ul.mobile-menu {
        padding: 10px 10px;
    }

    .match_slider {
        padding: 15px;
    }

    .slider_arrow_btn {
        width: 28px;
        height: 28px;
        border-radius: 5px;
        font-size: 15px;
    }

    ul.mobile-menu li button {
        font-size: 11px;
    }

    ul.mobile-menu li a {
        font-size: 11px;
    }

    ul.mobile-menu li a i {
        font-size: 18px;
    }

    ul.mobile-menu li button i {
        font-size: 18px;
    }

    .casino_sport_section {
        padding: 20px 0px 10px;
    }

    .top_slot_outer .container {
        padding-bottom: 0px;
    }

    .casino_sport_section_lft h3 {
        font-size: 14px;
    }

    .top_match_section {
        padding: 20px 0px 0px;
        order: 6;
    }

    .top_match_section.sportsmatch_s {
        margin: 20px 0px 10px;
    }

    .match_slider_sports_item h3 {
        font-size: 14px;
    }

    .header_lft img.mobileview {
        display: block;
    }

    .playearn_big_lft h2 {
        font-size: 24px;
    }

    .playearn_big_lft p {
        font-size: 13px;
    }

    .dashboard_page {
        padding: 10px 0px 60px !important;
    }

    .playearn_big_lft {
        align-items: start;
    }

    .playearn_big_rgt {
        max-width: 260px;
    }

    .playearn_big_lft {
        padding: 20px;
        min-height: 270px;
    }


    .lobby_section_at_top .d-flex.casinotop_tabbar {
        position: relative;
        top: 0px;
        padding: 0px;
    }

    .gameright_s_item h4 {
        font-size: 16px;
    }

    .support_help_s {
        margin: 15px 0px 18px;
    }

    .support_help_s p {
        font-size: 13px;
    }

    footer h5 {
        font-size: 13px;
    }

    .footermain {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }

    ul.mobile-menu li a {
        font-size: 11px;
    }


    .casino_hero_s {
        background-size: contain;
        background-position: inherit;
        background-repeat: no-repeat;
    }

    .game_items_slider {
        gap: 18px;
    }

    .login_hdr button.signup_btn {
        padding: 0 12px;
        height: 36px;
    }

    /* Reorder sections on mobile - playearn_section and casino_sport_section should appear last */
    .landing_page_content {
        display: flex;
        flex-direction: column;
    }

    .top_slot_outer:nth-of-type(1) {
        order: 1;
    }

    .top_match_section:first-of-type {
        order: 2;
    }

    .top_match_section.sportsmatch_s {
        order: 6;
    }

    p {
        font-size: 12px;
    }

    .top_slot_outer:nth-of-type(2) {
        order: 4;
    }

    .top_slot_outer:nth-of-type(3) {
        order: 5;
    }

    .top_slot_outer:nth-of-type(4) {
        order: 6;
    }

    .p_space_footer.landing_footer_section.desktopview {
        display: none !important;
    }

    .container-fluid.support_help_container {
        display: none;
    }

    .casino_sport_section {
        order: 7;
    }

    .playearn_section {
        order: 8;
        margin-top: 12px;
    }

    .support_help_container {
        order: 9;
    }

    body .transaction_label,
    body .transaction_value {
        font-size: 11px;
    }

    body .transaction_value.amount_value {
        font-size: 11px;
    }

    .casino_hero_s span.instant_text {
        font-size: 12px;
    }


    .casino_hero_s span i {
        font-size: 10px;
        margin: 0px 2px;
    }

    .game_items_slider_wrapper {
        margin-top: 0px;
        padding: 10px 0px;
    }

    /* Mobile: horizontal slider scroll + allow vertical page scroll when touching slider */
    .game_items_slider_wrapper,
    .match_slider_wrapper {
        overflow-x: scroll !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
    }

    .hero_vector_effect_bottom {
        width: 100%;
    }

    .scroll_to_top_btn{ display: none; }

    .top_slot_outer {
        padding: 24px 0px 0px;
    }

}

@media (max-width: 480px) {

    .playearn_big_lft h2 {
        font-size: 22px;
    }

    .depositheader .currency_balance {
        gap: 2px !important;
    }

    .currency_dropdown {
        min-width: 230px;
    }

    .game_items_inner {
        min-width: 130px;
        max-width: 130px;
        width: 130px;
        border-radius: 5px;
    }

    .game_items_video .game_video_bl_title {
        font-size: 10px;
    }

    .game_items_inner.slider_view_all_card {
        height: auto;
        min-height: 0;
        align-self: stretch;
    }

    .right_content_side .container {
        padding: 0px;
    }


    .playbtn {
        width: 48px;
    }

    .mytransactions_header_bl {
        flex-direction: column;
        align-items: start !important;
    }

    .mytransactions_header_bl .transactions_search_input {
        min-width: 100%;
        max-width: 100%;
    }

    .transactions_filter_select_wrapper.d-flex {
        width: 100%;
    }

    .mytransactions_header_bl .transactions_filter_select.deposit_btn_style {
        width: 100%;
    }

    .slider3d_card_overlay_title {
        font-size: 13px;
    }

    .top_slot_outer.top_slot_outer_casino {
        padding-bottom: 0px;
    }

    h2.heading_h2 {
        font-size: 14px;
    }

    h2.heading_h2 img {
        width: 18px;
    }

}

@media (max-width: 360px) {


    ul.mobile-menu {
        padding: 10px 16px;
    }

    .login_hdr button.signup_btn {
        padding: 0 10px;
        font-size: 11px;
    }

    header.auth_header .header_logo {
        height: 30px;
    }

}



@media (max-width: 576px) {
    .scroll_to_top_btn {
        bottom: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
        display: none;
    }

    .casino_hero_s {
        min-height: 340px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .casino_hero_s .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .casino_hero_s h1 {
        font-size: 18px;
        line-height: 1.25;
    }

    .casino_hero_s p {
        margin-top: 4px;
        font-size: 14px;
    }

    .casino_hero_s .d-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px !important;
    }

    .casino_hero_s .casino_bnr_img {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .casinobox_item h3 {
        font-size: 15px;
    }



    .game_items_video .game_video_bl_title {
        font-size: 8px;
        padding: 0px;
    }

    body .mybets_cashout_btn_sm {
        padding: 4px 12px;
        font-size: 11px;
    }

    body .mybets_cancel_btn {
        padding: 3px 14px;
        margin: 0px;
        font-size: 11px;
    }

}