@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); @import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css"); @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); 

/* iOS Safari scroll dÃƒÆ’Ã‚Â¼zeltmeleri */
* {
    -webkit-overflow-scrolling: touch;
}

html {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #fff;
}

a:visited {
    color: #fff;
}

@-moz-keyframes translate_x {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@-webkit-keyframes translate_x {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@-o-keyframes translate_x {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@keyframes translate_x {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px)
    }

    60% {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

a img {
    border: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body {
    height: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    font-family: Inter, sans-serif;
    color: #000814;
    font-weight: 400;
    overflow-x: hidden;
    padding-top: 140px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: relative;
    min-height: 100vh;
    touch-action: pan-y;
}

@media (max-width: 1199px) {
    body {
        padding-top: 140px;
    }
}

body.scroll-hidden {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* iOS Safari iÃƒÆ’Ã‚Â§in scroll-hidden dÃƒÆ’Ã‚Â¼zeltmesi */
@supports (-webkit-touch-callout: none) {
    body.scroll-hidden {
        position: relative;
        overflow: hidden;
    }
}

body input, body textarea, body select, body button {
    font-family: Inter, sans-serif;
    color: #000814;
    font-weight: 300
}

h1, h2, h3, h4, h5, h6 {
    font-family: Hanken Grotesk, sans-serif;
    color: #000814;
    font-weight: 800
}

.container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        padding: 0 10px;
    }
}

a {
    text-decoration: none;
    color: #050506;
}

.green-text {
    color: #24ce00
}

.red-text {
    color: #ad2831
}

.yellow-text {
    color: #ff9800
}

.transition {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.nice-select .option {
    background: #ffffff
}

.nice-select .option.selected.focus, .nice-select .option:hover {
    background: #ff6d04;
    color: #1a1a1a
}

.app-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 102
}

@media (max-width: 1200px) {
    .app-header {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden
    }
}

/* Announcement Bar */
.announcement-bar {
    background: #2c2c2c;
    color: #fff;
    height: 52px;
    padding: 0 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.announcement-bar .c {
}

.announcement-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.announcement-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.announcement-text-wrapper {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    position: relative;
}

.announcement-text {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: scroll-announcement-desktop 25s linear infinite;
    line-height: 1.6;
}

@keyframes scroll-announcement-desktop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Hover'da animasyonu duraklat */
.announcement-content:hover .announcement-text {
    animation-play-state: paused;
}

.announcement-close {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    opacity: .7;
    flex-shrink: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70)
}

.announcement-close:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

/* Main Header */
.main-header {
    background: #fff;
    /* border-bottom: 1px solid #e0e0e0; */
    padding: 5px 0;
}

.main-header .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

/* Logo */
.header-left .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px
}

.logo-icon {
    font-size: 24px
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px
}

.logo-img {
    height: 30px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

/* Main Navigation */
.header-center .main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0px
}

.nav-link {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.nav-link:hover {
    color: #ff6b35
}

/* Header Actions */
.header-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    align-items: center;
    gap: 8px
}

.action-btn {
    display: flex;
    align-items: center;
    height: 36px;
    gap: 6px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease;
    height: 36px;
    font-family: 'Roboto';
}

.call-btn {
    background: #ff6b35;
    color: #fff
}

.call-btn:hover {
    background: #e55a2b
}

.register-btn {
    background: #ff6b35;
    color: #fff
}

.register-btn:hover {
    background: #e55a2b
}

.login-btn {
    background: #1e2036;
    color: #fff
}

.login-btn:hover {
    background: #333
}

.language-selector {
    display: flex;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    padding: 0px 10px 0 12px;
    background: #4a4a4a;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    font-family: 'Roboto';
}

.language-selector:hover {
    background: #333
}

.lang-flag {
    font-weight: bold
}

/* Sports Menu */
.sports-menu {
    background: #1e2036;
    padding: 0 15px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sports-nav {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sports-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease;
    padding: 0 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sports-link:hover {
    background: #5a5a5a;
}

.sports-link.active {
}

/* Responsive Design */
@media (max-width: 1200px) {
    .main-header .c {
        flex-direction: column;
        gap: 16px;
        padding: 16px 15px;
    }

    .header-center {
        order: -1;
    }

    .main-nav {
        gap: 20px;
    }

    .header-actions {
        flex-wrap: wrap;
        gap: 8px;
    }

    .action-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .sports-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sports-link {
        padding: 10px 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .announcement-text {
        font-size: 13px;
        text-align: center;
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .logo-text {
        font-size: 18px;
    }

    .sports-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .sports-nav::-webkit-scrollbar {
        display: none;
    }

    .sports-link {
        white-space: nowrap;
        min-width: auto;
    }
}

.header-fixed-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999999999999;
    background: #1e2036;
    padding: 11px 0;
    /* iOS Safari iÃƒÆ’Ã‚Â§in gÃƒÆ’Ã‚Â¼venli alan desteÃƒâ€žÃ…Â¸i */
    padding-bottom: calc(11px + env(safe-area-inset-bottom));
    /* Safari scroll sorunu dÃƒÆ’Ã‚Â¼zeltmesi */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    touch-action: none;
    pointer-events: auto;
}

/* Viewport yÃƒÆ’Ã‚Â¼ksekliÃƒâ€žÃ…Â¸i deÃƒâ€žÃ…Â¸iÃƒâ€¦Ã…Â¸tiÃƒâ€žÃ…Â¸inde (klavye aÃƒÆ’Ã‚Â§Ãƒâ€žÃ‚Â±ldÃƒâ€žÃ‚Â±Ãƒâ€žÃ…Â¸Ãƒâ€žÃ‚Â±nda) menÃƒÆ’Ã‚Â¼yÃƒÆ’Ã‚Â¼ gizle */
@supports (-webkit-touch-callout: none) {
    /* iOS Safari tespiti */
    @media (max-height: 500px) {
        .header-fixed-menu {
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }
    }
}

@media (min-width: 1200px) {
    .header-fixed-menu {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden
    }
}

.header-fixed-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex: 1 0;
}

.header-fixed-menu a span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    font-size: 13px;
    white-space: nowrap;
}

.header-fixed-menu a em {
    font-size: 21px
}

.header-fixed-menu a.center {
    cursor: pointer;
}

.header-fixed-menu a.center em {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 100%;
    border: dotted 2px #d4af37;
    font-size: 20px;
    cursor: pointer;
}

.header-fixed-menu-list {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1e2036;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 10px 0;
    z-index: 101;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden
}

.header-fixed-menu-list.active {
    position: fixed;
    left: 0;
    bottom: 65px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible
}

.header-fixed-menu-list a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    color: #fff
}

.header-fixed-menu-list a:last-child {
    border-bottom: none
}

/* Mobile Header Styles */
.app-mobil-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 103;
    background: #fff;
    display: none;
}

@media (max-width: 1199px) {
    .app-mobil-header {
        display: block;
        position: fixed !important;
        top: 0;
        z-index: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        touch-action: none;
        pointer-events: auto;
    }

    .app-header {
        display: none;
    }
}

/* Mobile Announcement Bar */
.mobile-announcement-bar {
    background: #2c2c2c;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
}

.mobile-announcement-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.mobile-announcement-icon {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.mobile-announcement-text-wrapper {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    position: relative;
}

.mobile-announcement-text {
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: scroll-announcement 20s linear infinite;
}

@keyframes scroll-announcement {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Hover'da animasyonu duraklat */
.mobile-announcement-content:hover .mobile-announcement-text {
    animation-play-state: paused;
}

.mobile-announcement-close {
    cursor: pointer;
    padding: 4px;
    opacity: 0.7;
    flex-shrink: 0;
    z-index: 1;
}

.mobile-announcement-close:hover {
    opacity: 1;
}

/* Mobile Main Header */
.mobile-main-header {
    background: #fff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-header-left {
    display: flex;
    align-items: center;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-logo-icon {
    font-size: 20px;
}

.mobile-logo-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.mobile-logo-img {
    height: 35px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.mobile-series-badge {
    background: #007bff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
}

.mobile-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.mobile-call-btn {
    width: 35px;
    height: 35px;
    background: #1e2036;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mobile-call-btn:hover {
    background: #2a2f4a;
    color: #fff;
    transform: scale(1.05);
}

.mobile-register-btn, .mobile-login-btn {
    padding: 7px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 35px;
    width: 130px;
}

.mobile-register-btn {
    background: #ff6b35;
    color: #fff;
}

.mobile-register-btn:hover {
    background: #1a9a02;
    color: #fff;
    transform: translateY(-1px);
}

.mobile-login-btn {
    background: #1e2036;
    color: #fff;
}

.mobile-login-btn:hover {
    background: #2a2f4a;
    color: #fff;
    transform: translateY(-1px);
}

/* Mobile Game Categories */
.mobile-game-categories {
    background: #f8f9fa;
    padding: 12px 0;
    overflow-x: hidden;
}

.mobile-game-scroll {
    display: flex;
    gap: 20px;
    padding: 0 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-game-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-game-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 60px;
    text-align: center;
}

.mobile-game-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
}

.mobile-game-item span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.app-mobil-header .left-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.app-mobil-header .left-sec a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    padding: 8px;
    font-size: 24px
}

.app-mobil-header .left-sec a img {
    max-width: 150px;
    object-fit: cover
}

.app-mobil-header .right-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 7px
}

.app-mobil-header .right-sec a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500
}

/* Main Slider Styles */
.app-slide-w {
    /*margin: 20px 0 0 0;*/
    margin: 20px 0;
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.app-slide-w .slide-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .app-slide-w .app-slide .slide-item img {
        height: 420px;
        border-radius: 25px;
    }
}

@media (min-width: 1200px) {
    .app-slide-w .app-slide .slide-item img {
        height: 580px;
        border-radius: 30px;
    }
}

@media (min-width: 1400px) {
    .app-slide-w .app-slide .slide-item img {
        height: 680px;
        border-radius: 35px;
    }
}

@media (max-width: 1199px) {
    .app-slide-w {
        margin: 115px 0 20px 0;
    }

    .app-slide-w .slide-arrows {
        display: flex;
        padding: 0 10px;
    }

    .app-slide-w .slide-arrows a {
        width: 36px;
        height: 36px;
    }

    .app-slide-w .slide-arrows a em {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .app-slide-w .slide-arrows {
        display: none;
        /* Hide arrows on small mobile for cleaner look */
    }
}

.app-slide-w .slide-arrows a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.app-slide-w .slide-arrows a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.app-slide-w .slide-arrows a:hover::before {
    width: 100%;
    height: 100%;
}

.app-slide-w .slide-arrows a:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.app-slide-w .slide-arrows a:active {
    transform: scale(0.95);
}

.app-slide-w .slide-arrows a em {
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.app-slide-w .slide-arrows a:hover em {
    transform: scale(1.2);
}

.app-slide-w .slide-arrows .slide-left-arrow {
    margin-left: 0;
}

.app-slide-w .slide-arrows .slide-right-arrow {
    margin-right: 0;
}

.app-slide-w .app-slide {
    position: relative;
    overflow: hidden;
}

.app-slide-w .app-slide .slide-item img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

/* Desktop banner gÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼r, mobile banner gizli */
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

/* Mobile Slider Improvements */
@media (max-width: 1199px) {
    /* Mobile iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in gÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶rsel deÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸iÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸tirme */ .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .app-slide-w .app-slide .slide-item img {
        height: 380px;
        border-radius: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .swiper-slide {
        padding: 0 5px;
    }

    /* Add pagination dots for mobile */
    .swiper-pagination {
        position: static !important;
        margin-top: 15px;
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ccc;
        opacity: 0.5;
        margin: 0 4px;
    }

    .swiper-pagination-bullet-active {
        background: #ff6b35;
        opacity: 1;
    }
}

.home-sec-1 {
    margin-bottom: 15px
}

.home-sec-1 .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

@media (max-width: 1024px) {
    .home-sec-1 .items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.home-sec-1 .items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #0d0d0d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
    border-radius: 10px
}

.home-sec-1 .items .item img {
    max-width: 80px
}

.home-sec-2 {
    margin-bottom: 15px;
    width: 100%;
    padding: 0 15px;
}

.home-sec-2 .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

@media (max-width: 800px) {
    .home-sec-2 .items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.home-sec-2 .items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-sec-2 .items .item img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.home-sec-3 {
    margin-bottom: 15px
}

.home-sec-3 .c-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1a1a1a;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 6px
}

.home-sec-3 .c-title span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.home-sec-3 .c-title a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px;
    background: #d4af37;
    color: #1a1a1a;
    padding: 10px;
    border-radius: 7px
}

.home-sec-3 .c-title a em {
    position: relative;
    left: 3px;
    top: 1px
}

.home-sec-3 .items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px
}

@media (max-width: 1000px) {
    .home-sec-3 .items {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 700px) {
    .home-sec-3 .items {
        grid-template-columns: repeat(3, 1fr)
    }
}

.home-sec-3 .items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-sec-3 .items .item img {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px
}

.home-sec-4 {
    margin-bottom: 15px
}

.home-sec-4 .c-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1a1a1a;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 6px
}

.home-sec-4 .c-title span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.home-sec-4 .c-title a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px;
    background: #d4af37;
    color: #1a1a1a;
    padding: 10px;
    border-radius: 7px
}

.home-sec-4 .c-title a em {
    position: relative;
    left: 3px;
    top: 1px
}

.home-sec-4 .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

@media (max-width: 1000px) {
    .home-sec-4 .items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.home-sec-4 .items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-sec-4 .items .item img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.slide-grid {
    margin-bottom: 15px;
    overflow-x: hidden
}

.slide-grid:first-child {
    margin-top: 50px
}

.slide-grid .grid-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px
}

.slide-grid .grid-title div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px
}

.slide-grid .grid-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.slide-grid .slide-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    background: #1e2036;
    padding: 15px;
    border-radius: 10px
}

.slide-grid .slide-item .left-sec img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover
}

.slide-grid .slide-item .right-sec .text-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px;
    color: #fff
}

.slide-grid .slide-item .right-sec .text-2 {
    display: inline-block;
    background: #d4af37;
    padding: 5px 12px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 10px 0;
    font-size: 14px
}

.slide-grid .slide-item .right-sec .text-3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.slide-grid-2 {
    margin-bottom: 15px;
    overflow-x: hidden
}

.slide-grid-2 .grid-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px
}

.slide-grid-2 .grid-title div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px
}

.slide-grid-2 .grid-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
}

.slide-grid-2 .slide-item {
    border-radius: 10px
}

.slide-grid-2 .slide-item .image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    vertical-align: middle
}

.slide-grid-2 .slide-item .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1e2036;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 20px 25px
}

.casino-game-search-header {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 20px;
    margin-top: 30px
}

.casino-game-search-header .left-sec {
    position: relative
}

.casino-game-search-header .left-sec span.search-icon {
    position: absolute;
    left: 22px;
    top: 14px;
    z-index: 2;
    color: #fff
}

.casino-game-search-header .left-sec input {
    width: 100%;
    height: 42px;
    background: #1e2036;
    padding: 0 14px 0 50px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px
}

.casino-game-search-header .left-sec input::-webkit-input-placeholder {
    color: #fff
}

.casino-game-search-header .left-sec input:-moz-placeholder {
    color: #fff
}

.casino-game-search-header .left-sec input::-moz-placeholder {
    color: #fff
}

.casino-game-search-header .left-sec input:-ms-input-placeholder {
    color: #fff
}

.casino-game-search-header .left-sec input:focus {
    outline: 0
}

.casino-game-search-header .right-sec .nice-select {
    background: #1e2036;
}

.casino-game-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px
}

.casino-game-categories span {
    background: #d4af37;
    padding: 8px 14px;
    color: #1a1a1a;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.casino-game-categories span:hover {
    background: #1a1a1a;
    color: #fff
}

.game-search-bar {
    margin-bottom: 30px;
    position: relative
}

.game-search-bar input {
    width: 100%;
    background: #1e2036;
    padding: 0 0 0 55px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px
}

.game-search-bar input:focus {
    outline: 0
}

.game-search-bar input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.game-search-bar input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.game-search-bar input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.game-search-bar input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.game-search-bar .icon {
    position: absolute;
    left: 20px;
    top: 16px;
    color: #fff;
    font-size: 20px
}

.icon-slide-w {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.icon-slide-w .icon-slide {
    padding: 18px 40px;
    background: #1e2036;
    border-radius: 10px
}

.icon-slide-w .prev-bt {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d4af37;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 100%;
    font-size: 16px;
    z-index: 14
}

.icon-slide-w .next-bt {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d4af37;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 100%;
    font-size: 16px;
    z-index: 14
}

.icon-slide-w .slide-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.icon-slide-w .slide-item a img {
    max-width: 60px;
    margin-bottom: 10px;
    object-fit: cover
}

.icon-slide-w .slide-item a span {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.sign-w {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}

.sign-w .content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 30px;
    background: #fff;
    border-radius: 14px
}

.sign-w .content.register-sec {
    grid-template-columns: 1fr
}

@media (max-width: 1050px) {
    .sign-w .content {
        padding: 25px
    }
}

@media (max-width: 1050px) {
    .sign-w .content {
        grid-template-columns: 1fr
    }

    .sign-w .content .left-image {
        display: none
    }
}

.sign-w .content .left-image img {
    max-width: 100%;
    object-fit: cover
}

.sign-w .content .right-sec {
    background: #fff;
    padding: 40px;
    border-radius: 14px
}

@media (max-width: 1050px) {
    .sign-w .content .right-sec {
        padding: 20px
    }
}

.sign-w .content .right-sec .sign-b-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px
}

@media (max-width: 800px) {
    .sign-w .content .right-sec .sign-b-sec {
        display: grid;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        gap: 20px
    }
}

.sign-w .content .right-sec .sign-b-sec .remember-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    gap: 12px
}

.sign-w .content .right-sec .sign-b-sec .remember-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.sign-w .content .right-sec .sign-b-sec .remember-radio input:checked+span:after {
    display: block
}

.sign-w .content .right-sec .sign-b-sec .remember-radio span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #1a1a1a;
    border-radius: 100%;
    position: relative
}

.sign-w .content .right-sec .sign-b-sec .remember-radio span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #d4af37;
    border-radius: 100%;
    display: none
}

.sign-w .content .right-sec .sign-b-sec a {
    color: #1a1a1a;
    font-size: 13px
}

.sign-w .content .right-sec .inputs-w {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(138, 146, 171, 0.4)
}

.sign-w .content .right-sec .item {
    margin-bottom: 20px
}

.sign-w .content .right-sec .item label {
    display: block;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600
}

.sign-w .content .right-sec .item .nice-select {
    background: #2c2c2c
}

.sign-w .content .right-sec .item .nice-select:after {
    border-color: #1a1a1a
}

.sign-w .content .right-sec .item .nice-select span {
    color: #1a1a1a
}

.sign-w .content .right-sec .item input[ type="text"], .sign-w .content .right-sec .item input[ type="password"], .sign-w .content .right-sec .item textarea, .sign-w .content .right-sec .item input[ type="date"], .sign-w .content .right-sec .item input[ type="email"] {
    width: 100%;
    height: 50px;
    background: #1e2036;
    padding: 0 14px;
    color: #fff;
    border: none;
    border-radius: 4px
}

.sign-w .content .right-sec .item input[ type="text"]:focus, .sign-w .content .right-sec .item input[ type="password"]:focus, .sign-w .content .right-sec .item textarea:focus, .sign-w .content .right-sec .item input[ type="date"]:focus, .sign-w .content .right-sec .item input[ type="email"]:focus {
    outline: 0
}

.sign-w .content .right-sec .item input[ type="text"]::-webkit-input-placeholder, .sign-w .content .right-sec .item input[ type="password"]::-webkit-input-placeholder, .sign-w .content .right-sec .item textarea::-webkit-input-placeholder, .sign-w .content .right-sec .item input[ type="date"]::-webkit-input-placeholder, .sign-w .content .right-sec .item input[ type="email"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #fff
}

.sign-w .content .right-sec .item input[ type="text"]:-moz-placeholder, .sign-w .content .right-sec .item input[ type="password"]:-moz-placeholder, .sign-w .content .right-sec .item textarea:-moz-placeholder, .sign-w .content .right-sec .item input[ type="date"]:-moz-placeholder, .sign-w .content .right-sec .item input[ type="email"]:-moz-placeholder {
    font-weight: 600;
    color: #fff
}

.sign-w .content .right-sec .item input[ type="text"]::-moz-placeholder, .sign-w .content .right-sec .item input[ type="password"]::-moz-placeholder, .sign-w .content .right-sec .item textarea::-moz-placeholder, .sign-w .content .right-sec .item input[ type="date"]::-moz-placeholder, .sign-w .content .right-sec .item input[ type="email"]::-moz-placeholder {
    font-weight: 600;
    color: #fff
}

.sign-w .content .right-sec .item input[ type="text"]:-ms-input-placeholder, .sign-w .content .right-sec .item input[ type="password"]:-ms-input-placeholder, .sign-w .content .right-sec .item textarea:-ms-input-placeholder, .sign-w .content .right-sec .item input[ type="date"]:-ms-input-placeholder, .sign-w .content .right-sec .item input[ type="email"]:-ms-input-placeholder {
    font-weight: 600;
    color: #fff
}

.sign-w .content .right-sec .item textarea {
    height: 100px;
    resize: none;
    padding: 14px
}

.sign-w .content .right-sec .item .login-text {
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
    color: #1a1a1a
}

.sign-w .content .right-sec .item .login-text a {
    color: #1a1a1a;
    font-weight: 600
}

.sign-w .content .right-sec .item .submit-w {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px
}

.sign-w .content .right-sec .item .submit-w button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 80px;
    font-weight: 600;
    font-size: 17px;
    background: #1e2036;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.promotions-w {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto
}

.promotions-w .sec-title {
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 600
}

.promotions-w .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 1100px) {
    .promotions-w .items {
        grid-template-columns: 1fr
    }
}

.promotions-w .items .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    background: #2c2c2c;
    padding: 40px;
    border-radius: 4px;
    color: #fff
}

.promotions-w .items .item .text-1, .promotions-w .items .item .text-2 {
    font-size: 26px;
    font-weight: 600
}

@media (max-width: 900px) {
    .promotions-w .items .item .text-1, .promotions-w .items .item .text-2 {
        font-size: 18px
    }
}

.promotions-w .items .item .text-2 {
    margin-top: 20px
}

.promotions-w .items .item .text-3 {
    margin-top: 40px
}

.promotions-w .items .item .text-3 a {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    padding: 14px 30px;
    border-radius: 4px
}

.promotions-w .items .item .right-sec img {
    max-width: 100%;
    object-fit: cover
}

.account-w {
    margin: 15px 0
}

.account-w .content {
    display: grid;
    grid-template-columns: 340px 1fr;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 30px
}

@media (max-width: 1050px) {
    .account-w .content {
        grid-template-columns: 1fr
    }
}

.account-w .content .left-sec {
    background: #fff;
    padding: 0;
    border: none;
    height: 100%;
}

.account-w .content .left-sec .mobile-page-selector {
    display: none;
}

@media (max-width: 1050px) {
    .account-w .content .left-sec .mobile-page-selector {
        display: block;
        width: 100%;
        background: #fff;
        border: 2px solid #ddd;
        /*color: #1a1a1a;*/
        font-size: 16px;
        font-weight: 600;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .account-w .content .left-sec .mobile-page-selector:focus {
        outline: none;
        border-color: #f3486a;
        box-shadow: 0 0 0 3px rgba(243, 72, 106, 0.1);
    }
}

.account-w .content .left-sec .nice-select {
    display: none;
    background: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    z-index: 9999999999999;
}

@media (max-width: 1050px) {
    .account-w .content .left-sec .nice-select {
        display: block;
        position: fixed;
        width: calc(100% - 53px);
    }
}

.account-w .content .left-sec a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    background: #1e2036;
    padding: 20px;
    color: #ffffff;
    font-weight: 600;
    transition: all 300ms ease
}

@media (max-width: 1050px) {
    .account-w .content .left-sec a {
        width: auto;
        white-space: nowrap;
        padding: 15px 8px;
        background: transparent;
        color: #000;
        margin: 0;
        min-width: auto;
        position: relative;
    }
}

.account-w .content .left-sec a span:last-child {
    display: none;
}

.account-w .content .left-sec a:hover, .account-w .content .left-sec a.active {
    background: #d4af37;
    color: #1a1a1a
}

.account-w .content .left-sec a:last-child {
    margin-bottom: 0
}

.account-w .content .right-sec {
    background: #fff;
    padding: 24px 40px 40px 0;
}

.account-w .content .right-sec .my-bonuses-w {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .my-bonuses-w {
        grid-template-columns: 1fr
    }
}

.account-w .content .right-sec .my-bonuses-w .item {
    display: grid;
    grid-template-columns: 180px 1fr;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 30px;
    background: #2c2c2c;
    border-radius: 10px
}

.account-w .content .right-sec .my-bonuses-w .item img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.account-w .content .right-sec .my-bonuses-w .item .item-right {
    color: #fff
}

.account-w .content .right-sec .my-bonuses-w .item .item-right .text-1 {
    font-size: 18px;
    font-weight: 600
}

.account-w .content .right-sec .my-bonuses-w .item .item-right .text-2 {
    margin-top: 15px
}

.account-w .content .right-sec .my-bonuses-w .item .item-right .text-2 a {
    display: inline-block;
    padding: 10px;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 4px
}

.account-w .content .right-sec .deposit-sec .sec-2 {
    margin-top: 30px;
    padding: 0 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .deposit-sec .sec-2 {
        padding: 0
    }
}

.account-w .content .right-sec .deposit-sec .sec-2 .sec-2-content {
    border: solid 1px #1a1a1a;
    padding: 50px;
    border-radius: 4px
}

.account-w .content .right-sec .deposit-sec .sec-2 .text-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: #1a1a1a
}

.account-w .content .right-sec .deposit-sec .sec-2 .submit-w {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer
}

.account-w .content .right-sec .deposit-sec .sec-2 .submit-w button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 17px;
    background: #d4af37;
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section {
    margin-top: 30px
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"], .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"], .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"], .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"] {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    background: #2c2c2c;
    padding: 0 14px;
    color: #fff;
    border: none;
    border-radius: 4px
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"]:focus, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"]:focus, .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea:focus, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"]:focus, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"]:focus {
    outline: 0
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"]::-webkit-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"]::-webkit-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea::-webkit-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"]::-webkit-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"]:-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"]:-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea:-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"]:-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"]:-moz-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"]::-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"]::-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea::-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"]::-moz-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"]::-moz-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="text"]:-ms-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="password"]:-ms-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section textarea:-ms-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="date"]:-ms-input-placeholder, .account-w .content .right-sec .deposit-sec .sec-2 .input-section input[ type="email"]:-ms-input-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .deposit-sec .sec-2 .price-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .deposit-sec .sec-2 .price-buttons {
        grid-template-columns: repeat(2, 1fr)
    }
}

.account-w .content .right-sec .deposit-sec .sec-2 .price-buttons span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.account-w .content .right-sec .deposit-sec .sec-2 .price-buttons span.active {
    background: #1a1a1a;
    color: #fff
}

.account-w .content .right-sec .deposit-sec .sec-2 .info-text-list {
    margin-top: 30px
}

.account-w .content .right-sec .deposit-sec .sec-2 .info-text-list .text-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    color: #1a1a1a;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(138, 146, 171, 0.3);
    margin-bottom: 20px
}

.account-w .content .right-sec .deposit-sec .sec-2 .info-text-list .text-item:last-child {
    margin-bottom: 0
}

.account-w .content .right-sec .deposit-sec .sec-2 .info-text-list .text-item img {
    max-width: 80px
}

.account-w .content .right-sec .deposit-sec .sec-1 {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .deposit-sec .sec-1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .account-w .content .right-sec .deposit-sec .sec-1 {
        grid-template-columns: 1fr;
        gap: 15px;
        overflow-x: auto;
    }

    .account-w .content .right-sec .deposit-sec .sec-2 .sec-2-content {
        padding: 20px;
        border: solid 1px #ddd
    }

    .account-w .content .right-sec .deposit-sec .sec-2 .text-1 {
        font-size: 18px
    }

    .account-w .content .right-sec .deposit-sec .sec-2 .price-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px
    }

    .account-w .content .right-sec {
        /* padding: 20px; */
    }
}

@media (max-width: 550px) {
    .account-w .content .right-sec .deposit-sec .sec-2 .sec-2-content {
        padding: 15px
    }

    .account-w .content .right-sec .deposit-sec .sec-2 .price-buttons {
        grid-template-columns: 1fr
    }

    .account-w .content .right-sec {
        padding: 0 15px 35px;
        width: 100%;
        height: 100%;
        margin: 10px 0 0;
    }
}

.account-w .content .right-sec .deposit-sec .sec-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 7px;
    border: solid 1px #283352;
    gap: 15px;
    cursor: pointer;
    transition: all 300ms ease;
    flex-shrink: 0;
}

.account-w .content .right-sec .deposit-sec .sec-1 .item:hover, .account-w .content .right-sec .deposit-sec .sec-1 .item.active {
    border-color: #1a1a1a
}

.account-w .content .right-sec .deposit-sec .sec-1 .item.active .item-left span {
    background: #d4af37
}

.account-w .content .right-sec .deposit-sec .sec-1 .item .item-left span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #283352;
    border-radius: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease
}

.account-w .content .right-sec .deposit-sec .sec-1 .item .item-right img {
    max-width: 100px;
    object-fit: cover
}

.account-w .content .right-sec .not-list-w .item {
    display: grid;
    grid-template-columns: 1fr 200px;
    background: #2c2c2c;
    padding: 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(138, 146, 171, 0.3)
}

@media (max-width: 800px) {
    .account-w .content .right-sec .not-list-w .item {
        grid-template-columns: 1fr
    }
}

.account-w .content .right-sec .not-list-w .item .item-left .text-1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.account-w .content .right-sec .not-list-w .item .item-left .text-2 {
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.account-w .content .right-sec .not-list-w .item .item-right .nice-select {
    background: #1a1a1a
}

.account-w .content .right-sec .verify-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .verify-items {
        grid-template-columns: 1fr
    }
}

.account-w .content .right-sec .verify-items .item {
    background: #2c2c2c;
    padding: 20px;
    border-radius: 10px
}

.account-w .content .right-sec .verify-items .item .title {
    color: #fff;
    font-size: 17px;
    font-weight: 600
}

.account-w .content .right-sec .verify-items .item .sec-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 10px;
    background: #1a1a1a
}

.account-w .content .right-sec .verify-items .item .sec-1 .nice-select {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.account-w .content .right-sec .verify-items .item .sec-1 .nice-select:after {
    position: absolute;
    bottom: 44%;
    right: 9px
}

.account-w .content .right-sec .verify-items .item .sec-1 button {
    background: #d4af37;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    color: #1a1a1a;
    cursor: pointer
}

.account-w .content .right-sec .bet-list .list-items {
    margin-top: 30px
}

.account-w .content .right-sec .bet-list .list-items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.account-w .content .right-sec .bet-list .list-items .item.title-sec {
    background: #1a1a1a;
    border-radius: 4px
}

.account-w .content .right-sec .bet-list .list-items .item.title-sec span {
    color: #fff
}

.account-w .content .right-sec .bet-list .list-items .item span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a
}

.account-w .content .right-sec .bet-list .account-filter-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .bet-list .account-filter-header {
        grid-template-columns: 1fr
    }
}

.account-w .content .right-sec .bet-list .account-filter-header label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"], .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"], .account-w .content .right-sec .bet-list .account-filter-header textarea, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"], .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"] {
    width: 100%;
    height: 50px;
    background: #2c2c2c;
    padding: 0 14px;
    color: #fff;
    border: none;
    border-radius: 4px
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"]:focus, .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"]:focus, .account-w .content .right-sec .bet-list .account-filter-header textarea:focus, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"]:focus, .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"]:focus {
    outline: 0
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"]::-webkit-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"]::-webkit-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header textarea::-webkit-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"]::-webkit-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"]:-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"]:-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header textarea:-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"]:-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"]:-moz-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"]::-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"]::-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header textarea::-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"]::-moz-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"]::-moz-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .bet-list .account-filter-header input[ type="text"]:-ms-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="password"]:-ms-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header textarea:-ms-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="date"]:-ms-input-placeholder, .account-w .content .right-sec .bet-list .account-filter-header input[ type="email"]:-ms-input-placeholder {
    font-weight: 600;
    color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .right-title-sec {
    margin-bottom: 30px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600
}

.account-w .content .right-sec .identify-form .submit-w {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 21px;
}

.account-w .content .right-sec .identify-form .submit-w button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 16px;
    background: #00af37;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.account-w .content .right-sec .identify-form .form-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

@media (max-width: 1050px) {
    .account-w .content .right-sec .identify-form .form-items {
        grid-template-columns: 1fr
    }
}

.account-w .content .right-sec .identify-form .form-items .item label {
    display: block;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600
}

.account-w .content .right-sec .identify-form .form-items .item .nice-select {
    background: #1a1a1a
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"], .account-w .content .right-sec .identify-form .form-items .item input[ type="password"], .account-w .content .right-sec .identify-form .form-items .item textarea, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"], .account-w .content .right-sec .identify-form .form-items .item input[ type="email"] {
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    padding: 0 14px;
    color: #181818;
    border: none;
    border-radius: 4px;
    border: 1px solid transparent;
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"]:focus, .account-w .content .right-sec .identify-form .form-items .item input[ type="password"]:focus, .account-w .content .right-sec .identify-form .form-items .item textarea:focus, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"]:focus, .account-w .content .right-sec .identify-form .form-items .item input[ type="email"]:focus {
    outline: 0;
    border-color: #ffd200;
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"]::-webkit-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="password"]::-webkit-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item textarea::-webkit-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"]::-webkit-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="email"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #181818;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"]:-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="password"]:-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item textarea:-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"]:-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="email"]:-moz-placeholder {
    font-weight: 600;
    color: #181818;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"]::-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="password"]::-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item textarea::-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"]::-moz-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="email"]::-moz-placeholder {
    font-weight: 600;
    color: #181818;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .identify-form .form-items .item input[ type="text"]:-ms-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="password"]:-ms-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item textarea:-ms-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="date"]:-ms-input-placeholder, .account-w .content .right-sec .identify-form .form-items .item input[ type="email"]:-ms-input-placeholder {
    font-weight: 600;
    color: #181818;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.account-w .content .right-sec .identify-form .form-items .item textarea {
    height: 100px;
    padding: 10px
}

.system-footer {
    padding-top: 80px;
    background: #1e2036
}

@media (max-width: 1200px) {
    .system-footer {
        padding-bottom: 80px
    }
}

.system-footer .copy-text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 24px
}

.system-footer .newsletter-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: solid 1px #d4af37;
    padding: 5px;
    border-radius: 7px;
    margin-top: 20px
}

.system-footer .newsletter-form input {
    background: transparent;
    height: 34px;
    padding-left: 12px;
    border: none;
    color: #fff
}

.system-footer .newsletter-form input:focus {
    outline: 0
}

.system-footer .newsletter-form input::-webkit-input-placeholder {
    color: #fff
}

.system-footer .newsletter-form input:-moz-placeholder {
    color: #fff
}

.system-footer .newsletter-form input::-moz-placeholder {
    color: #fff
}

.system-footer .newsletter-form input:-ms-input-placeholder {
    color: #fff
}

.system-footer .newsletter-form button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    background: #d4af37;
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
    font-weight: 600;
}

.system-footer .newsletter-form button:focus {
    outline: 0
}

.system-footer .content-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 30px
}

@media (max-width: 1200px) {
    .system-footer .content-sec {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 800px) {
    .system-footer .content-sec {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .system-footer .content-sec .sec-1 {
        margin: -12px 0 0;
    }
}

.system-footer .content-sec .logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #d4af37
}

.system-footer .content-sec .logo-text img {
    max-width: 195px;
    object-fit: cover
}

/* Footer Logo Styles */
.footer-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Partners & Payment Methods Section */
.partners-section {
    background: #1a1a2e;
    padding: 40px 0;
    margin-top: 20px;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
}

.partners-row:last-child {
    margin-bottom: 0;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 60px;
    min-width: 120px;
}

.partner-logo:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.partner-img {
    max-height: 40px;
    max-width: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partner-logo:hover .partner-img {
    opacity: 1;
    filter: brightness(0) invert(1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners-section {
        padding: 30px 0;
    }

    .partners-container {
        padding: 0 15px;
    }

    .partners-row {
        gap: 15px;
        margin-bottom: 20px;
    }

    .partner-logo {
        min-height: 50px;
        min-width: 100px;
        padding: 8px;
    }

    .partner-img {
        max-height: 35px;
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .partners-row {
        gap: 10px;
        justify-content: space-around;
    }

    .partner-logo {
        min-width: 80px;
        min-height: 45px;
    }

    .partner-img {
        max-height: 30px;
        max-width: 70px;
    }
}

.system-footer .content-sec .sec-1 .text-1 {
    color: #fff;
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
    max-width: 350px
}

.system-footer .content-sec .sec-1 .social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.system-footer .content-sec .sec-1 .social a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #d4af37;
    border: solid 1px #d4af37;
    border-radius: 100%
}

.system-footer .content-sec .sec-1 .social a:hover {
    background: #d4af37;
    color: #1a1a1a
}

.system-footer .content-sec .link-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.system-footer .content-sec .link-list a {
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.system-footer .content-sec .link-list a:hover {
    color: #d4af37;
    text-decoration: none;
}

.system-footer .content-sec .newsletter-text {
    color: #fff;
    max-width: 350px;
    line-height: 23px
}

/* Footer Logos Section */
.footer-logos-section {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logos-group {
    margin-bottom: 40px;
}

.footer-logos-group:last-child {
    margin-bottom: 0;
}

.footer-logos-group-separator {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logos-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.footer-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.footer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-logo-item:hover {
    transform: translateY(-5px);
    opacity: 0.9;
}

.footer-logo-link {
    display: block;
    width: 100%;
    text-align: center;
}

.footer-logo-img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.footer-logo-item:hover .footer-logo-img {
    filter: brightness(1);
}

@media (max-width: 768px) {
    .footer-logos-section {
        margin-top: 30px;
        padding-top: 20px;
    }

    .footer-logos-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
    }

    .footer-logo-img {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .footer-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .footer-logo-img {
        max-height: 40px;
    }
}

.footer-bottom-inf {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 800px) {
    .footer-bottom-inf {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-bottom-inf .footer-brand-center, .footer-bottom-inf .footer-brand-left {
        gap: 10px;
        align-items: center;
    }

    .footer-bottom-inf .footer-brand-center, .footer-bottom-inf .footer-brand-left, .footer-bottom-inf .footer-text-center {
        width: 100%;
    }

    .footer-bottom-inf .footer-text-center {
        text-align: center;
    }

    .footer-bottom-inf .footer-logos-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-bottom-inf .footer-text-center .footer-brand {
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-inf .footer-brand img, .footer-bottom-inf .footer-brand-logo {
        max-width: 200px;
    }

    .footer-bottom-inf .footer-license-logo .license-logo {
        max-width: 100px;
    }
}

.footer-bottom-inf .footer-brand-center, .footer-bottom-inf .footer-brand-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    gap: 10px;
}

.footer-bottom-inf .footer-brand-left {
    align-items: flex-start;
}

.footer-bottom-inf .footer-brand {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-bottom-inf .footer-brand img, .footer-bottom-inf .footer-brand-logo {
    max-width: 245px;
    height: auto;
}

.footer-bottom-inf .footer-license-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
}

.footer-bottom-inf .footer-license-logo .license-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-bottom-inf .footer-license-logo .license-logo:hover {
    opacity: 1;
}

.footer-bottom-inf .footer-text-center {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-bottom-inf .footer-text-center strong {
    color: #fff;
}

.footer-bottom-inf .footer-text-center strong:visited {
    color: #fff;
}

.footer-bottom-inf .footer-text-center p {
    margin: 0;
    color: #fff;
    padding: 0 10px;
}

.footer-bottom-inf .footer-logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: 0;
}

.footer-bottom-inf .footer-text-center .footer-brand {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-inf .footer-logos-container .footer-license-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

/* Eski class'lar iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in geriye dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼k uyumluluk */
.footer-bottom-inf .left-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer-bottom-inf .left-sec img {
    max-width: 245px;
}

.footer-bottom-inf .right-sec {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.footer-bottom-inf .right-sec .other-images-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer-bottom-inf .right-sec .other-images {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    max-width: 100%;
}

.footer-bottom-inf .right-sec .other-images > div {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.footer-bottom-inf .right-sec .other-images img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* MasaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼stÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in daha iyi dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼zen */
@media (min-width: 1200px) {
    .footer-bottom-inf .right-sec .other-images {
        gap: 20px;
    }

    .footer-bottom-inf .right-sec .other-images img {
        max-width: 140px;
        max-height: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom-inf .right-sec .other-images {
        gap: 18px;
    }

    .footer-bottom-inf .right-sec .other-images img {
        max-width: 130px;
        max-height: 65px;
    }
}

@media (max-width: 800px) {
    .footer-bottom-inf .right-sec .other-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .footer-bottom-inf .right-sec .other-images > div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .footer-bottom-inf .right-sec .other-images img {
        max-width: 110px;
        max-height: 55px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .footer-bottom-inf .right-sec .other-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .footer-bottom-inf .right-sec .other-images > div {
        padding: 6px;
    }

    .footer-bottom-inf .right-sec .other-images img {
        max-width: 100px;
        max-height: 50px;
    }
}

/* Footer Payment & Providers Section */
.payment-section, .providers-section {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-section h2, .providers-section h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #cfcfcf;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* YatÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±m logolarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± - Slider */
.payment-logos-slider {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.payment-logos-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.payment-logos-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 80px;
    padding: 0 15px;
}

.payment-logos-slider .swiper-slide img {
    width: auto;
    height: 56px;
    max-width: 93px;
    object-fit: contain;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.payment-logos-slider .swiper-slide:hover img {
    transform: scale(1.05);
    opacity: 1;
}

/* Eski grid yapÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±sÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± (geriye dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼k uyumluluk) */
.payment-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.payment-logos img {
    width: auto;
    height: 50px;
    max-width: 93px;
    object-fit: contain;
    opacity: 0.9;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.payment-logos img:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* SaÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸layÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±cÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± kutularÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.provider-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.provider-logos picture, .provider-logos img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.provider-logos picture img {
    max-width: 1800px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.provider {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.provider:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.provider img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.provider:hover img {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
    .payment-logos {
        gap: 25px;
    }

    .provider-logos {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .payment-section, .providers-section {
        padding: 30px 0;
    }

    .payment-section h2, .providers-section h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .payment-logos-slider {
        padding: 0 15px;
    }

    .payment-logos-slider .swiper-slide {
        height: 70px;
        padding: 0 10px;
    }

    .payment-logos-slider .swiper-slide img {
        height: 81px;
        width: auto;
    }

    .payment-logos {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px 10px;
        padding: 0 15px;
    }

    .payment-logos img {
        height: 40px;
        max-width: 100px;
    }

    .provider-logos {
        gap: 12px;
        padding: 0 15px;
    }

    .provider-logos picture img {
        max-width: 100%;
    }

    .provider {
        width: 55px;
        height: 55px;
    }

    .provider img {
        max-width: 45px;
        max-height: 45px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 480px) {
    .payment-section, .providers-section {
        padding: 25px 0;
    }

    .payment-section h2, .providers-section h2 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .payment-logos-slider {
        padding: 0 10px;
    }

    .payment-logos-slider .swiper-slide {
        height: 60px;
        padding: 0 8px;
    }

    .payment-logos-slider .swiper-slide img {
        height: 80px;
        width: auto;
    }

    .payment-logos {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 12px 8px;
        padding: 0 10px;
    }

    .payment-logos img {
        height: 35px;
        max-width: 80px;
    }

    .provider-logos {
        gap: 10px;
        padding: 0 10px;
    }

    .provider-logos picture img {
        max-width: 100%;
    }

    .provider {
        width: 50px;
        height: 50px;
    }

    .provider img {
        max-width: 40px;
        max-height: 40px;
        width: auto;
        height: auto;
    }
}

/* Enhanced Mobile Banner Slider */
.mobile-banner-container {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.mobile-banner-slider {
    height: 280px;
    position: relative;
}

/* Desktop banner size increase */
@media (min-width: 1200px) {
    .mobile-banner-slider {
        height: 400px;
    }

    .banner-content {
        padding: 40px 30px;
        gap: 30px;
    }

    .banner-title-large {
        font-size: 32px;
    }

    .banner-title-main {
        font-size: 24px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .banner-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .player-image {
        width: 140px;
        height: 140px;
    }

    .sponsor-logo {
        width: 100px;
        height: 50px;
    }

    .sponsor-card p {
        font-size: 12px;
    }

    .league-logo {
        width: 40px;
        height: 40px;
    }

    .casino-icon, .sport-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
}

@media (min-width: 1400px) {
    .mobile-banner-slider {
        height: 450px;
    }

    .banner-content {
        padding: 50px 40px;
        gap: 40px;
    }

    .banner-title-large {
        font-size: 36px;
    }

    .banner-title-main {
        font-size: 28px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-btn {
        padding: 18px 36px;
        font-size: 18px;
    }

    .player-image {
        width: 160px;
        height: 160px;
    }

    .sponsor-logo {
        width: 120px;
        height: 60px;
    }

    .sponsor-card p {
        font-size: 14px;
    }

    .league-logo {
        width: 45px;
        height: 45px;
    }

    .casino-icon, .sport-icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }
}

.banner-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #06b6d4 100%);
}

.banner-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q5,0 10,10 T20,10" stroke="rgba(255,255,255,0.1)" stroke-width="2" fill="none"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
    opacity: 0.3;
}

.casino-pattern {
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.2) 0%, rgba(244, 208, 63, 0.2) 100%);
}

.betting-pattern {
    background: linear-gradient(45deg, rgba(34, 197, 94, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
}

.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    gap: 15px;
}

.banner-left {
    flex: 1;
    z-index: 3;
}

.banner-text {
    color: #fff;
}

.banner-title-large {
    font-size: 20px;
    font-weight: 900;
    color: #fbbf24;
    margin: 0 0 5px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
}

.banner-title-main {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 15px 0;
    font-weight: 500;
}

.banner-btn {
    background: #fff;
    color: #1e3a8a;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.banner-btn:active {
    transform: translateY(0);
}

.banner-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main-player {
    position: relative;
}

.player-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.sponsor-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sponsor-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sponsor-logo {
    width: 60px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 4px;
}

.sponsor-card p {
    font-size: 8px;
    color: #1e3a8a;
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
}

.league-logos {
    display: flex;
    gap: 8px;
}

.league-logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px;
}

.casino-icons, .sports-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.casino-icon, .sport-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.banner-pagination {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
}

.banner-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #fbbf24 !important;
    transform: scale(1.2) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mobile-banner-slider {
        height: 320px;
    }

    .banner-content {
        padding: 25px 20px;
        gap: 20px;
    }

    .banner-title-large {
        font-size: 24px;
    }

    .banner-title-main {
        font-size: 18px;
    }

    .banner-subtitle {
        font-size: 13px;
    }

    .banner-btn {
        padding: 12px 24px;
        font-size: 13px;
    }

    .player-image {
        width: 100px;
        height: 100px;
    }

    .sponsor-logo {
        width: 70px;
        height: 35px;
    }

    .sponsor-card p {
        font-size: 9px;
    }

    .league-logo {
        width: 30px;
        height: 30px;
    }

    .casino-icon, .sport-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .mobile-banner-slider {
        height: 300px;
    }

    .banner-content {
        padding: 20px 15px;
        gap: 15px;
    }

    .banner-title-large {
        font-size: 22px;
    }

    .banner-title-main {
        font-size: 16px;
    }

    .banner-subtitle {
        font-size: 12px;
    }

    .banner-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .player-image {
        width: 90px;
        height: 90px;
    }

    .casino-icon, .sport-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Mobile Casino Grid Styles */
.mobile-casino-grid {
    margin: 0;
    padding: 20px 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.grid-header {
    margin-bottom: 15px;
    padding: 0 15px;
}

.grid-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.grid-title i {
    color: #d4af37;
    font-size: 16px;
}

.casino-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 15px;
}

/* Mobile Slider View */
.mobile-casino-slider-view {
    display: block;
    padding: 0 15px;
}

.slider-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 15px;
}

.casino-slider {
    height: auto;
    padding-bottom: 30px;
}

.casino-slider-pagination {
    position: relative !important;
    margin-top: 15px !important;
    text-align: center !important;
}

.casino-slider-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #ccc !important;
    opacity: 0.5 !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
}

.casino-slider-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

/* Desktop Compact View */
.desktop-casino-compact {
    display: none;
    padding: 0 15px;
}

.casino-grid-compact {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 0 30px;
}

.casino-card-compact {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 160px;
}

.casino-card-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.card-image-compact {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.card-image-compact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay-compact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-card-compact:hover .card-overlay-compact {
    opacity: 1;
}

.play-btn-compact {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #d4af37;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 10px;
}

.play-btn-compact:hover {
    background: #fff;
    transform: scale(1.1);
}

.card-info-compact {
    padding: 8px 10px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-info-compact h3 {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-info-compact .provider {
    color: #666;
    font-size: 9px;
    font-weight: 500;
}

/* Desktop Layout */
@media (min-width: 1200px) {
    .mobile-casino-slider-view {
        display: none;
    }

    .desktop-casino-compact {
        display: block;
    }

    .casino-grid-compact {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }

    .mobile-casino-grid {
        margin: 0;
        padding: 20px 0;
        border-radius: 0;
    }

    .grid-header {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .grid-title {
        font-size: 22px;
        gap: 10px;
    }

    .grid-title i {
        font-size: 18px;
    }

    .grid-footer {
        margin-top: 20px;
        padding: 0 30px;
    }

    .view-all-btn {
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 20px;
    }
}

@media (min-width: 1400px) {
    .casino-grid-compact {
        gap: 20px;
        padding: 0 40px;
    }

    .casino-card-compact {
        height: 180px;
    }

    .card-image-compact {
        height: 120px;
    }

    .card-info-compact {
        height: 60px;
        padding: 10px 12px;
    }

    .card-info-compact h3 {
        font-size: 13px;
    }

    .card-info-compact .provider {
        font-size: 10px;
    }

    .play-btn-compact {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }
}

/* Category Slider Section */
.category-slider-section {
    background: #ffffff;
    padding: 25px 0;
    margin: 0;
    width: 100%;
}

.category-slider {
    height: auto;
    padding-bottom: 25px;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .category-slider {
        padding: 0;
        padding-bottom: 0;
    }
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    padding: 0 15px;
    height: 320px;
}

/* Mobilde yatay kaydÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rma */
@media (max-width: 767px) {
    .category-grid {
        display: flex;
        flex-direction: row;
        grid-template-columns: none;
        grid-template-rows: none;
        gap: 10px;
        padding: 0 15px;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #4a4a4a #f0f0f0;
    }

    .category-grid::-webkit-scrollbar {
        height: 4px;
    }

    .category-grid::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 2px;
    }

    .category-grid::-webkit-scrollbar-thumb {
        background: #4a4a4a;
        border-radius: 2px;
    }

    .category-grid::-webkit-scrollbar-thumb:hover {
        background: #5a5a5a;
    }

    .category-item {
        min-width: 120px;
        flex-shrink: 0;
        height: 100px;
    }
}

.category-item {
    background: #4a4a4a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    min-height: 70px;
    text-decoration: none;
}

.category-item:hover {
    background: #5a5a5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.category-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.category-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.category-pagination {
    position: relative !important;
    margin-top: 15px !important;
    text-align: center !important;
}

.category-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #555 !important;
    opacity: 0.6 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.category-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
}

/* Desktop Category Layout */
@media (min-width: 768px) {
    .category-slider-section {
        padding: 25px 0;
        margin: 25px 0;
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
        padding: 0 20px;
        height: 160px;
    }

    .category-slider-section {
        background: #ffffff;
        padding: 25px 0;
        margin: 0;
        width: 100%;
    }

    .category-item {
        padding: 20px 15px;
        min-height: 70px;
    }

    .category-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .category-text {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .category-slider-section {
        padding: 30px 16px;
        margin: 0;
        background: #f5f5f5;
        width: 100%;
    }

    .category-slider {
        width: 100%;
        padding: 0;
    }

    .category-slider .swiper-wrapper {
        padding: 0;
    }

    .category-slider .swiper-slide {
        width: 330px !important;
        padding: 0;
    }

    .category-slider .swiper-slide[style*="width"] {
        width: 330px !important;
    }

    .category-slider .swiper-slide-active, .category-slider .swiper-slide-next {
        width: 330px !important;
    }

    .category-grid {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr;
        gap: 3px;
        padding: 0;
        height: 200px;
        width: 100%;
        margin: 0;
    }

    .category-item {
        padding: 40px 10px;
        min-height: 200px;
        height: 100%;
        width: 100%;
    }

    .category-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }

    .category-text {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .category-pagination {
        display: none !important;
    }
}

/* Promotion Banner Slider */
.promotion-banner-section {
    background: #f8f9fa;
    padding: 30px 0;
    margin: 20px 0;
}

.promotion-banner-slider {
    height: auto;
    padding-bottom: 30px;
}

.promotion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
    height: 400px;
}

.promotion-banner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.promotion-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.banner-background {
    position: relative;
    height: 240px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-background.green-bg {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.banner-background.blue-bg {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.banner-background.red-bg {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.banner-background.purple-bg {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.banner-background.gold-bg {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.banner-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.banner-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0.8;
}

.banner-icon {
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.trophy-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.trophy {
    font-size: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 2;
}

.banner-text {
    text-align: center;
    color: #fff;
}

.banner-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-subtitle {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 15px 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-btn {
    background: #f1c40f;
    color: #1a1a1a;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.banner-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.banner-footer {
    background: #fff;
    padding: 15px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #eee;
}

.banner-footer h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-footer .provider {
    color: #666;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promotion-pagination {
    position: relative !important;
    margin-top: 20px !important;
    text-align: center !important;
}

.promotion-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #ddd !important;
    opacity: 0.7 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
}

.promotion-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
}

/* Popular Games Slider */
.popular-games-section {
    background: #fff;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}

.section-header {
    margin-bottom: 25px;
    padding: 0 15px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title span {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title span em {
    color: #d4af37;
    font-size: 20px;
}

.section-title a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.section-title a:hover {
    color: #d4af37;
}

.popular-games-slider {
    height: auto;
    padding-bottom: 30px;
    padding: 0 15px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    padding: 0 15px;
    height: 320px;
}

.popular-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.popular-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #d4af37;
}

.popular-card .card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.popular-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popular-card:hover .card-overlay {
    opacity: 1;
}

.popular-card .play-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #d4af37;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.popular-card .play-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.popular-card .card-info {
    padding: 12px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popular-card .card-info h3 {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-card .card-info .provider {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-pagination {
    position: relative !important;
    margin-top: 20px !important;
    text-align: center !important;
}

.popular-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ddd !important;
    opacity: 0.7 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.popular-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
}

/* Slot Games Slider */
.slot-games-section {
    background: #f8f9fa;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}

.slot-games-slider {
    height: auto;
    padding-bottom: 30px;
    padding: 0 15px;
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    padding: 0 15px;
    height: 320px;
}

.slot-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.slot-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #d4af37;
}

.slot-card .card-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slot-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.slot-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slot-card:hover .card-overlay {
    opacity: 1;
}

.slot-card .play-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #d4af37;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.slot-card .play-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.slot-card .card-info {
    padding: 12px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slot-card .card-info h3 {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slot-card .card-info .provider {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.slot-pagination {
    position: relative !important;
    margin-top: 20px !important;
    text-align: center !important;
}

.slot-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ddd !important;
    opacity: 0.7 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.slot-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
}

/* Casino Games Section */
.casino-games-section {
    background: #f3f5f9;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}

.casino-games-section .section-header {
    padding: 0 15px;
    margin-bottom: 20px;
}

/* Ana kapsayÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±cÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.games-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
}

/* Desktop layout - Sol: BÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼k gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rsel, SaÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸: 4 sÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼tun x 2 satÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±r grid */
.games-layout {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

/* Sol taraftaki bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼k vurgu gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rseli */
.featured-game {
    .featured-game {
        flex: 0 0 auto;
        width: 100%;
        max-width: 450px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        cursor: pointer;
        height: 503px;
    }

    ; height: calc(249px + (408.7 - 249) * (100vw - 1200px) / (1920 - 1200));
}

.featured-game:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.featured-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* SaÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸daki 4 sÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼tun x 2 satÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±r grid (8 oyun) */
.games-grid {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    min-width: 0;
}

/* Oyun kartlarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± genel stili */
.game {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    position: relative;
    border-radius: 16px;
    height: calc(119.3px + (198 - 119.3) * (100vw - 1200px) / (1920 - 1200));
}

.game:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Mobil slider gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ - varsayÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±lan olarak gizli (desktop iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in) */
.games-slider {
    display: none;
    width: 100%;
    padding-bottom: 40px;
}

.games-slider .swiper-slide {
    height: auto;
    width: 346px;
}

.games-slider .swiper-slide .game {
    height: 160px;
    margin: 0;
}

.games-mobile-pagination {
    position: relative !important;
    margin-top: 15px !important;
    text-align: center !important;
}

.games-mobile-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #ddd !important;
    opacity: 0.7 !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
}

.games-mobile-pagination .swiper-pagination-bullet-active {
    background: #d4af37 !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}
 .featured-game {
            height: calc(249px + (408.7 - 249) * (100vw - 1200px) / (1920 - 1200));
    }
/* Desktop gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ - 1025px ve ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼zeri */
@media (min-width: 1025px) {
    .games-container {
        padding: 20px 22px;
    }

    .games-layout {
        display: flex;
        gap: 15px;
        align-items: stretch;
    }

   

    .featured-game img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .games-grid {
        flex: 1 1 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
        height: 100%;
        min-width: 0;
    }

    .games-slider {
        display: none !important;
    }

    .game {
    }
}

/* Responsive ayarlar - Mobil */
@media (max-width: 1024px) {
    .games-container {
        padding: 0 20px;
    }

    /* Desktop layout'u gizle */
    .games-layout {
        display: none !important;
    }

    /* Mobil slider'ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶ster */
    .games-slider {
        display: block !important;
    }

    .game {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .games-container {
        padding: 0 15px;
    }

    .games-slider .swiper-slide .game {
        height: 140px;
    }
}

/* Desktop Layout */
@media (min-width: 768px) {
    .promotion-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
        padding: 0 20px;
        height: 280px;
    }

    .banner-background {
        height: 100%;
    }

    .banner-footer {
        padding: 18px;
        height: 80px;
    }

    .banner-footer h3 {
        font-size: 16px;
    }

    .banner-footer .provider {
        font-size: 12px;
    }

    .banner-title {
        font-size: 18px;
    }

    .banner-subtitle {
        font-size: 14px;
    }

    .banner-btn {
        padding: 14px 24px;
        font-size: 13px;
    }

    .popular-grid, .slot-grid, .casino-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
        padding: 0 20px;
        height: 160px;
    }

    .popular-card .card-image, .slot-card .card-image, .casino-card .card-image {
        height: 160px;
    }

    .popular-card .card-info, .slot-card .card-info, .casino-card .card-info {
        padding: 15px;
        height: 80px;
    }

    .popular-card .card-info h3, .slot-card .card-info h3, .casino-card .card-info h3 {
        font-size: 14px;
    }

    .popular-card .card-info .provider, .slot-card .card-info .provider, .casino-card .card-info .provider {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .promotion-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        padding: 0 30px;
        height: 320px;
    }

    .banner-background {
        height: 240px;
    }

    .banner-footer {
        padding: 20px;
        height: 80px;
    }

    .banner-footer h3 {
        font-size: 17px;
    }

    .banner-footer .provider {
        font-size: 13px;
    }

    .banner-title {
        font-size: 20px;
    }

    .banner-subtitle {
        font-size: 15px;
    }

    .banner-btn {
        padding: 16px 28px;
        font-size: 14px;
    }

    .popular-grid, .slot-grid, .casino-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 0 30px;
        height: 280px;
    }

    .popular-card .card-image, .slot-card .card-image, .casino-card .card-image {
        height: 100%;
    }

    .popular-card .card-info, .slot-card .card-info, .casino-card .card-info {
        padding: 18px;
        height: 80px;
    }

    .popular-card .card-info h3, .slot-card .card-info h3, .casino-card .card-info h3 {
        font-size: 15px;
    }

    .popular-card .card-info .provider, .slot-card .card-info .provider, .casino-card .card-info .provider {
        font-size: 12px;
    }
}

.casino-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.casino-card:active {
    transform: scale(0.98);
}

.card-image {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-card:hover .card-overlay, .casino-card:active .card-overlay {
    opacity: 1;
}

.play-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #d4af37;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.play-btn:hover, .play-btn:active {
    background: #fff;
    transform: scale(1.1);
}

.play-btn.clicked {
    transform: scale(0.9);
    background: #fff;
}

.card-info {
    padding: 8px 10px;
    background: #fff;
}

.card-info h3 {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.provider {
    color: #666;
    font-size: 10px;
    font-weight: 500;
}

.grid-footer {
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
}

.view-all-btn {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: #1a1a1a;
    border: none;
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.view-all-btn:active {
    transform: translateY(0);
}

.view-all-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(2px);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .mobile-casino-grid {
        margin: 0;
        border-radius: 0;
    }

    .grid-header {
        margin-bottom: 12px;
        padding: 0 15px;
    }

    .grid-title {
        font-size: 16px;
        gap: 6px;
    }

    .grid-title i {
        font-size: 14px;
    }

    .casino-grid {
        gap: 6px;
        padding: 0 12px;
    }

    .card-image {
        height: 110px;
    }

    .card-info {
        padding: 6px 8px;
    }

    .card-info h3 {
        font-size: 12px;
    }

    .provider {
        font-size: 9px;
    }

    .play-btn {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .grid-footer {
        margin-top: 12px;
        padding: 0 12px;
    }

    .view-all-btn {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .mobile-casino-grid {
        margin: 0;
    }

    .grid-title {
        font-size: 15px;
    }

    .casino-grid {
        gap: 5px;
        padding: 0 10px;
    }

    .card-image {
        height: 100px;
    }

    .card-info {
        padding: 5px 6px;
    }

    .card-info h3 {
        font-size: 11px;
    }

    .provider {
        font-size: 8px;
    }

    .play-btn {
        width: 26px;
        height: 26px;
        font-size: 9px;
    }

    .view-all-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Blog Page Styles */
.blog-page {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.blog-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Featured Article */
.featured-article {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.featured-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.featured-image {
    position: relative;
    flex: 0 0 300px;
}

.featured-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}

.featured-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.featured-badge {
    background: #d4af37;
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-text {
    flex: 1;
}

.featured-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.featured-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1a1a;
    opacity: 0.8;
}

.featured-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.featured-title a {
    color: inherit;
    text-decoration: none;
}

.featured-title a:hover {
    text-decoration: underline;
}

.featured-excerpt {
    font-size: 16px;
    color: #1a1a1a;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 20px;
}

.featured-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a1a1a;
    color: #d4af37;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.featured-read-more:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Blog Categories */
.blog-categories {
    margin-bottom: 40px;
}

.categories-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.categories-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px 51px;
    background: #343545 ;
    border: 8px solid #e0e0e0;
    border-radius: 25px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
}

.category-item:hover, .category-item.active {
    background: #d4af37;
    border-color: #d4af37;
    color: #1a1a1a;
}

.category-item i {
    font-size: 16px;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
}

.category-badge {
    background: #d4af37;
    color: #1a1a1a;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.blog-card-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #d4af37;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    gap: 12px;
}

/* Load More Button */
.blog-load-more {
    text-align: center;
}

.load-more-btn {
    background: #d4af37;
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    background: #f4d03f;
    transform: translateY(-2px);
}

/* Blog Detail Page Styles */
.blog-detail-page {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: 100vh;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.breadcrumb a {
    color: #d4af37;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .current {
    color: #666;
}

.breadcrumb i {
    color: #ccc;
    font-size: 12px;
}

.article-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-main {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.article-featured-image {
    margin-bottom: 30px;
}

.article-content {
    line-height: 1.8;
    color: #333;
}

.article-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
}

.article-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0 15px 0;
}

.article-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 25px 0 10px 0;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content ul, .article-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 10px;
}

.content-intro {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 4px solid #d4af37;
}

.intro-text {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-style: italic;
}

.content-quote {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    border-left: 4px solid #d4af37;
    position: relative;
}

.content-quote p {
    font-size: 18px;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
}

.content-quote cite {
    font-size: 14px;
    color: #d4af37;
    font-weight: 600;
}

.content-tips {
    background: #e8f5e8;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.content-tips h4 {
    color: #2d5a2d;
    margin-bottom: 15px;
}

.content-conclusion {
    background: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #ffeaa7;
}

.article-share {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.article-share h4 {
    margin-bottom: 20px;
    color: #1a1a1a;
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.share-btn.facebook {
    background: #1877f2;
    color: #fff;
}

.share-btn.twitter {
    background: #1da1f2;
    color: #fff;
}

.share-btn.whatsapp {
    background: #25d366;
    color: #fff;
}

.share-btn.telegram {
    background: #0088cc;
    color: #fff;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Sidebar */
.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4af37;
}

.related-articles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-article {
    display: flex;
    gap: 15px;
}

.related-image {
    flex: 0 0 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.related-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.related-content {
    flex: 1;
}

.related-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1.4;
}

.related-title a {
    color: inherit;
    text-decoration: none;
}

.related-title a:hover {
    color: #d4af37;
}

.related-date {
    font-size: 12px;
    color: #666;
}

.popular-articles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular-article {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.popular-number {
    flex: 0 0 25px;
    height: 25px;
    background: #d4af37;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}

.popular-content {
    flex: 1;
}

.popular-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1.4;
}

.popular-title a {
    color: inherit;
    text-decoration: none;
}

.popular-title a:hover {
    color: #d4af37;
}

.popular-views {
    font-size: 12px;
    color: #666;
}

.cta-widget {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #1a1a1a;
    text-align: center;
}

.cta-title {
    color: #1a1a1a;
    margin-bottom: 15px;
}

.cta-text {
    color: #1a1a1a;
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a1a1a;
    color: #d4af37;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Blog Responsive Design */
@media (max-width: 768px) {
    .blog-title {
        font-size: 36px;
    }

    .featured-content {
        flex-direction: column;
        gap: 25px;
    }

    .featured-image {
        flex: none;
    }

    .featured-title {
        font-size: 24px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .article-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .article-main {
        padding: 25px;
    }

    .article-title {
        font-size: 28px;
    }

    .article-meta {
        gap: 15px;
    }

    .share-buttons {
        justify-content: center;
    }

    .categories-list {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .blog-page {
        padding: 20px 0;
    }

    .featured-article {
        padding: 25px;
    }

    .blog-header {
        margin-bottom: 30px;
    }

    .blog-title {
        font-size: 28px;
    }

    .blog-subtitle {
        font-size: 16px;
    }

    .article-main {
        padding: 20px;
    }

    .article-title {
        font-size: 24px;
    }

    .featured-title {
        font-size: 20px;
    }
}

/* ===========================================
   MOBILE MENU STYLES
   =========================================== */
/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background: #d4af37;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay - Hidden for dropdown */
.mobile-menu-overlay {
    display: none;
}

/* Mobile Menu */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    z-index: 999;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e0e0e0;
}

.mobile-menu.active {
    max-height: 80vh;
    overflow-y: auto;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.mobile-menu-logo img {
    height: 35px;
    width: auto;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: #e9ecef;
    color: #d4af37;
    transform: rotate(90deg);
}

/* Mobile Menu Content */
.mobile-menu-content {
    padding: 20px 0;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

/* Mobile Menu Items */
.mobile-menu-item {
    position: relative;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #000814;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.mobile-menu-link:hover {
    background: #f8f9fa;
    color: #1e2036;
    border-left-color: #1e2036;
    transform: translateX(5px);
}

.mobile-menu-link i {
    margin-right: 15px;
    width: 20px;
    text-align: center;
    font-size: 18px;
    color: #1e2036;
}

.mobile-menu-link span {
    flex: 1;
}

.submenu-arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #d4af37;
}

.mobile-menu-item.has-submenu.active .submenu-arrow {
    transform: rotate(180deg);
}

/* Mobile Submenu */
.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    background: #f8f9fa;
    transition: max-height 0.3s ease;
}

.mobile-submenu.active {
    max-height: 300px;
}

.mobile-submenu-link {
    display: block;
    padding: 12px 20px 12px 55px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.mobile-submenu-link:hover {
    background: #e9ecef;
    color: #1e2036;
    border-left-color: #1e2036;
    transform: translateX(5px);
}

/* Mobile Menu Sections */
.mobile-menu-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.mobile-menu-section-title {
    padding: 0 20px 15px;
    color: #1e2036;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Menu Animations */
@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile-menu.active .mobile-menu-content {
    animation: slideDown 0.4s ease;
}

/* Mobile Menu Responsive */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-header-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .mobile-header-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-menu {
        width: 90%;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .mobile-menu {
        width: 95%;
        max-width: 300px;
    }

    .mobile-menu-link {
        padding: 12px 15px;
        font-size: 15px;
    }

    .mobile-submenu-link {
        padding: 10px 15px 10px 45px;
        font-size: 13px;
    }

    .mobile-menu-header {
        padding: 15px;
    }

    .mobile-menu-logo img {
        height: 30px;
    }
}

/* Mobile Menu Scrollbar */
.mobile-menu::-webkit-scrollbar {
    width: 4px;
}

.mobile-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu::-webkit-scrollbar-thumb {
    background: #1e2036;
    border-radius: 2px;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
    background: #1e2036;
}

/* Mobile Menu Active States */
.mobile-menu-item.active .mobile-menu-link {
    background: #f8f9fa;
    color: #1e2036;
    border-left-color: #1e2036;
}

.mobile-submenu-link.active {
    background: #e9ecef;
    color: #1e2036;
    border-left-color: #1e2036;
}

/* Mobile Menu Loading Animation */
.mobile-menu.loading {
    pointer-events: none;
}

.mobile-menu.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid rgba(212, 175, 55, 0.3);
    border-top: 3px solid #d4af37;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Casino Games - Slide Grid 2 Style (like the selected section) */
.slide-grid-2 .bottom-card {
    display: flex;
    flex-direction: column;
    background: #1e2036;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 15px;
    gap: 10px;
}

.slide-grid-2 .game-info-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.slide-grid-2 .game-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    flex: 1;
}

.slide-grid-2 .game-stats {
    font-size: 12px;
    color: #d4af37;
    font-weight: 500;
    white-space: nowrap;
}

.slide-grid-2 .game-actions-bottom {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.slide-grid-2 .demo-btn, .slide-grid-2 .play-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.slide-grid-2 .demo-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
}

.slide-grid-2 .demo-btn:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.slide-grid-2 .play-btn {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
}

.slide-grid-2 .play-btn:hover {
    background: linear-gradient(135deg, #f4d03f, #d4af37);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.slide-grid-2 .featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.slide-grid-2 .featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
    animation: pulse 2s infinite;
}

.slide-grid-2 .slide-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.slide-grid-2 .slide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.slide-grid-2 .slide-item .image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.slide-grid-2 .slide-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slide-grid-2 .slide-item:hover .image img {
    transform: scale(1.05);
}

/* Casino Loading Message */
.casino-loading-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.casino-loading-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.casino-loading-content i {
    font-size: 24px;
    color: #d4af37;
}

/* No Games Message */
.no-games-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-games-icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-games-message h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #333;
}

.no-games-message p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
}

/* Casino Pagination Styles */
.casino-pagination-container {
    margin-top: 40px;
    padding: 20px 0;
}

.casino-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.casino-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.casino-pagination-link:hover {
    background: #f8f9fa;
    border-color: #d4af37;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.casino-pagination-link.active {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
    border-color: #d4af37;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.casino-pagination-link.active:hover {
    background: linear-gradient(135deg, #f4d03f, #d4af37);
    transform: translateY(-2px);
}

.casino-pagination-prev, .casino-pagination-next {
    padding: 0 16px;
    font-weight: 600;
}

.casino-pagination-dots {
    color: #999;
    padding: 0 8px;
    font-weight: bold;
}

.casino-pagination-info {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.casino-pagination-info-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
}

.casino-pagination-info-text i {
    color: #d4af37;
}

.casino-pagination-info-text .current-page, .casino-pagination-info-text .total-pages, .casino-pagination-info-text .total-games {
    font-weight: 700;
    color: #333;
}

/* Responsive Design for Casino Games */
@media (max-width: 768px) {
    .slide-grid-2 .game-actions-bottom {
        gap: 6px;
    }

    .slide-grid-2 .demo-btn, .slide-grid-2 .play-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .slide-grid-2 .game-title {
        font-size: 14px;
    }

    .slide-grid-2 .game-stats {
        font-size: 11px;
    }

    .casino-pagination {
        gap: 6px;
    }

    .casino-pagination-link {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .casino-pagination-prev, .casino-pagination-next {
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .slide-grid-2 .slide-item .image {
        height: 160px;
    }

    .slide-grid-2 .bottom-card {
        padding: 12px;
    }

    .casino-pagination {
        flex-wrap: wrap;
        gap: 4px;
    }

    .casino-pagination-info-text {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* Casino Games Grid Styles - AJAX iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
.casino-games-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

.casino-game-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    transform: translateY(0);
}

.casino-game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.casino-game-card.featured {
    border: 2px solid #d4af37;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
}

.casino-game-card.featured:hover {
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

.casino-card-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.casino-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.casino-game-card:hover .casino-card-image img {
    transform: scale(1.1);
}

.casino-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.casino-game-card:hover .casino-card-overlay {
    opacity: 1;
}

.casino-game-actions {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}

.casino-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    text-decoration: none;
    transform: translateY(20px);
    opacity: 0;
}

.casino-game-card:hover .casino-btn {
    transform: translateY(0);
    opacity: 1;
}

.casino-game-card:hover .casino-btn:nth-child(1) {
    transition-delay: 0.1s;
}

.casino-game-card:hover .casino-btn:nth-child(2) {
    transition-delay: 0.2s;
}

.casino-btn-demo {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
}

.casino-btn-demo:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.casino-btn-play {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
}

.casino-btn-play:hover {
    background: linear-gradient(135deg, #f4d03f, #d4af37);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.casino-featured-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
    animation: pulse 2s infinite;
}

.casino-card-info {
    padding: 20px;
    background: #fff;
}

.casino-game-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.casino-game-category {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: 600;
}

.casino-game-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.casino-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.casino-stat-item i {
    color: #d4af37;
    font-size: 14px;
}

/* No Games Message */
.no-games-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-games-icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-games-message h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #333;
}

.no-games-message p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 auto;
}

/* Casino Loading Message */
.casino-loading-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.casino-loading-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.casino-loading-content i {
    font-size: 24px;
    color: #d4af37;
}

/* Casino Pagination Styles */
.casino-pagination-container {
    margin-top: 40px;
    padding: 20px 0;
}

.casino-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.casino-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.casino-pagination-link:hover {
    background: #f8f9fa;
    border-color: #d4af37;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.casino-pagination-link.active {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #000;
    border-color: #d4af37;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.casino-pagination-link.active:hover {
    background: linear-gradient(135deg, #f4d03f, #d4af37);
    transform: translateY(-2px);
}

.casino-pagination-prev, .casino-pagination-next {
    padding: 0 16px;
    font-weight: 600;
}

.casino-pagination-dots {
    color: #999;
    padding: 0 8px;
    font-weight: bold;
}

.casino-pagination-info {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.casino-pagination-info-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
}

.casino-pagination-info-text i {
    color: #d4af37;
}

.casino-pagination-info-text .current-page, .casino-pagination-info-text .total-pages, .casino-pagination-info-text .total-games {
    font-weight: 700;
    color: #333;
}

/* Responsive Design for Casino Games */
@media (max-width: 1200px) {
    .casino-games-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .casino-games-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        padding: 15px 0;
    }

    .casino-game-actions {
        flex-direction: row;
        gap: 10px;
    }

    .casino-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 100px;
    }

    .casino-pagination {
        gap: 6px;
    }

    .casino-pagination-link {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .casino-pagination-prev, .casino-pagination-next {
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .casino-games-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 10px 0;
    }

    .casino-card-info {
        padding: 16px;
    }

    .casino-game-name {
        font-size: 16px;
        min-height: auto;
    }

    .casino-pagination {
        flex-wrap: wrap;
        gap: 4px;
    }

    .casino-pagination-info-text {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* Casino Games Grid - AJAX ile yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼klenen oyunlar iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
.casino-games-static {
    display: block !important;
}

.games-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.game-card-item {
    position: relative;
}

.game-card-item .slide-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.game-card-item .slide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.game-card-item .image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.game-card-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-card-item:hover .image img {
    transform: scale(1.05);
}

.game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card-item:hover .game-overlay {
    opacity: 1;
}

.game-actions {
    display: flex;
    gap: 10px;
}

.btn-demo, .btn-real {
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-demo {
    background: #28a745;
}

.btn-demo:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-real {
    background: #ffc107;
    color: #212529;
}

.btn-real:hover {
    background: #e0a800;
    transform: translateY(-2px);
}

.featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b35;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
}

.game-card-item .bottom {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game-card-item .bottom .game-name {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-card-item .bottom .game-stats {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-stats i {
    color: #007bff;
}

/* No games message */
.no-games-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 20px 0;
}

/* Loading message */
.loading-message {
    text-align: center;
    padding: 60px 20px;
    color: #007bff;
    font-size: 16px;
}

.loading-message i {
    margin-right: 10px;
}

/* Error message */
.error-message {
    text-align: center;
    padding: 60px 20px;
    color: #dc3545;
    font-size: 16px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 12px;
    margin: 20px 0;
}

/* Casino Games Grid Responsive adjustments */
@media (max-width: 1200px) {
    .games-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .games-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 16px;
        padding: 16px 0;
    }

    .game-card-item .image {
        height: 180px;
    }

    .btn-demo, .btn-real {
        padding: 8px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .games-grid-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .game-card-item .image {
        height: 100%;
    }

    .game-actions {
        flex-direction: row;
        gap: 8px;
    }

    .btn-demo, .btn-real {
        flex: 1;
        justify-content: center;
        padding: 10px 8px;
        font-size: 12px;
    }
}

.category-wrap {
    padding: 12px 24px;
}

.category-strip {
    padding: 10px 0 4px;
    border-radius: 12px;
}

.category-card {
    width: 100%;
    height: 125px;
    border-radius: 10px;
    background: #1e2036;
    color: #ffffff;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    background: #292d3f;
}

.category-card__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.category-card__label {
    font-size: 20px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: 500;
}

/* Basit ikonlar (placeholder) */
.icon-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.icon-rect {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    object-fit: contain;
}

@media (max-width: 768px) {
    body {
        padding: 24px 8px;
    }

    .category-wrap {
        padding: 12px 0px 12px 7px;
    }
}

@media (max-width: 768px) {
    .account-w {
        margin: 105px 0
    }

    .account-w .content .left-sec {
        margin: 0 0 0;
        padding: 8px 0 0;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
    }
}

/* YARIM EKRAN MENÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“ */
.menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50vh;
    /* yarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±m ekran */
    background: #020617;
    border-radius: 18px 18px 0 0;
    transform: translateY(100%);
    transition: transform 0.25s ease-out;
    z-index: 9999999999999999999999999999;
    display: flex;
    flex-direction: column;
}

.menu-overlay.open {
    transform: translateY(0);
}

.menu-header {
    height: 56px;
    background: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 18px 18px 0 0;
}

.menu-header span {
    color: #fff;
}

.menu-header button {
    border: none;
    background: none;
    color: #e5e7eb;
    font-size: 22px;
    cursor: pointer;
    padding: 4px;
}

.menu-content {
    padding: 16px;
    padding-bottom: 24px;
    overflow-y: auto;
    flex: 1;
}

.menu-section {
    margin-bottom: 24px;
}

.menu-section-title {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 10px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

/* MENU-CARD: ÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“stte ikon, altta yazÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±, ortalÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.menu-card {
    border-radius: 14px;
    padding: 14px;
    min-height: 92px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f9fafb;
    text-align: center;
}

.menu-card img {
    width: 47px;
    height: 41px;
    margin-bottom: 6px;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.7));
}

.card-green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.card-orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.card-blue {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.card-purple {
    background: linear-gradient(135deg, #6366f1, #a855f7);
}

.card-red {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.card-gold {
    background: linear-gradient(135deg, #facc15, #eab308);
}
.card-pink {
    background: linear-gradient(135deg, #ec4899, #db2777);
}

.card-teal {
    background: linear-gradient(135deg, #14b8a6, #0f766e);
}

.card-gray {
    background: linear-gradient(135deg, #9ca3af, #4b5563);
}
.lang-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

/* LANG-CARD: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼stte bayrak, altta yazÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±, ortalÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.lang-card {
    border-radius: 14px;
    padding: 14px 10px;
    background: linear-gradient(135deg, #111827, #020617);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #e5e7eb;
    border: 1px solid transparent;
    text-align: center;
}

.lang-flag {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #1f2937;
}

.lang-card.active {
    border-color: #facc15;
    box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.5);
}

body.menu-open {
    overflow: hidden;
}

body.menu-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    pointer-events: none;
}

#menuToggle {
    border-radius: 100%;
    width: 55px;
    height: 55px;
    position: relative;
    margin-top: -3px;
}

#menuToggle img {
    width: auto;
    height: 31px;
}

#menuToggle span {
    font-size: 11px;
    margin-top: 0px;
    font-weight: 700;
}

#menuToggle:after {
    content: "";
    background: url(/assets/images/menu.gif);
    position: absolute;
    width: 87px;
    height: 82px;
    display: block;
    z-index: 5;
    background-size: 100% 100%;
    top: -13px;
}

.eighteen {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    border: 2px solid #1079c6;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-size: 13px;
    color: #7eb5dd;
    font-weight: 500;
}

.game-big {
    display: none !important;
}

.show-sm {
    display: none !important;
}

#homeSec2Slider {
    padding: 0 25px;
}

.home-sec-2-item {
    display: block;
    height: 335px;
    overflow: hidden;
    border-radius: 10px;
}

.home-sec-2-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.VIpgJd-yAWNEb-L7lbkb {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

/*******/
/* Page Wrapper */
.page-wrapper {
    min-height: calc(100vh - 200px);
    padding: 0;
    background: #fff;
}

/* Page Layout Container - Ãƒâ€žÃ‚Â°ki SÃƒÆ’Ã‚Â¼tunlu YapÃƒâ€žÃ‚Â± */
.page-layout-container {
    display: flex;
    max-width: 100%;
    margin: 0;
    min-height: calc(100vh - 200px);
    background: #fff;
}

/* Mobil MenÃƒÆ’Ã‚Â¼ Toggle Butonu */
.page-menu-toggle {
    display: none;
    position: relative;
    margin-bottom: 20px;
    z-index: 1001;
    background: #1e2036;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    width: auto;
}

.page-menu-toggle:hover {
    background: #2a2d47;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-menu-toggle.active {
    background: #44475a;
}

.menu-toggle-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
    height: 16px;
    position: relative;
}

.menu-toggle-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.page-menu-toggle.active .menu-toggle-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.page-menu-toggle.active .menu-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.page-menu-toggle.active .menu-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.menu-toggle-text {
    font-size: 14px;
}

/* Mobil MenÃƒÆ’Ã‚Â¼ Overlay */
.page-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-menu-overlay.active {
    opacity: 1;
}

/* Sol Sidebar */
.page-sidebar {
    width: 320px;
    min-width: 320px;
    background: #1e2036;
    padding: 0;
    flex-shrink: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-sidebar-nav {
    padding: 25px 0;
}

.page-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-menu-item {
    margin: 0;
    padding: 0;
}

.page-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.page-menu-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: #fff;
    border-left-color: rgba(212, 175, 55, 0.5);
}

.page-menu-item.active .page-menu-link {
    background-color: #44475a;
    border-left-color: #d4af37;
    font-weight: 500;
}

.page-menu-item.active .page-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #d4af37;
}

.menu-link-text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.page-menu-item.active .menu-link-text {
    font-weight: 500;
}

.menu-arrow {
    font-size: 11px;
    color: #d4af37;
    margin-left: auto;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.2s ease;
}

.page-menu-item.active .menu-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* SaÃƒâ€žÃ…Â¸ Ãƒâ€žÃ‚Â°ÃƒÆ’Ã‚Â§erik AlanÃƒâ€žÃ‚Â± */
.page-main-content {
    flex: 1;
    padding: 50px 50px 60px;
    background: #fff;
    min-height: 100%;
    max-width: calc(100% - 320px);
}

.page-header {
    position: relative;
    overflow: visible;
    padding: 0 0 35px;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.page-header-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    box-sizing: border-box;
}

.page-header .page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.3;
    max-width: 100%;
    overflow-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    color: #282a36;
    letter-spacing: -0.5px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    backdrop-filter: none;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

.breadcrumb-item {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.breadcrumb-item:after {
    content: "/";
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item:last-child:after {
    display: none;
}

.breadcrumb-item a {
    color: #1a1a2e;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #d4af37;
}

.breadcrumb-item.active {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Page Content Wrapper */
.page-content-wrapper {
    background: #1e2036;
    border-radius: 10px;
    padding: 40px 45px;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.page-content {
    margin: 0;
    font: 400 16px/1.85 'Roboto', sans-serif;
    padding: 0;
    color: #fff;
}

.page-content p {
    margin-bottom: 22px;
    color: #fff;
    line-height: 1.85;
}

.page-content p:last-child {
    margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 35px 0 18px;
    line-height: 1.3;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

.page-content h2 {
    font-size: 24px;
}

.page-content h3 {
    font-size: 20px;
}

.page-content h4 {
    font-size: 18px;
}

.page-content ul,
.page-content ol {
    margin: 22px 0;
    padding-left: 32px;
}

.page-content li {
    margin-bottom: 12px;
    line-height: 1.85;
    color: #fff;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.page-content a {
    color: #d4af37;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-content a:hover {
    color: #ffd700;
}

.page-content blockquote {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #d4af37;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
    font-style: italic;
    color: #fff;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.page-content table th,
.page-content table td {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    color: #fff;
}

.page-content table th {
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #fff;
}

/**********/
@media (max-width: 992px) {
    /* Mobil MenÃƒÆ’Ã‚Â¼ Toggle Butonu */
    .page-menu-toggle {
        display: flex !important;
    }

    /* Mobil MenÃƒÆ’Ã‚Â¼ Overlay */
    .page-menu-overlay {
        display: block;
    }

    .page-layout-container {
        flex-direction: column;
        position: relative;
    }

    .page-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        min-width: 280px;
        max-width: 85vw;
        height: 100vh;
        z-index: 1000;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-sidebar.active {
        transform: translateX(0);
    }

    .page-sidebar-nav {
        padding: 70px 0 20px;
    }

    .page-menu-list {
        display: block;
        padding: 0;
        overflow: visible;
    }

    .page-menu-item {
        width: 100%;
        flex-shrink: 0;
    }

    .page-menu-link {
        padding: 14px 20px;
        white-space: normal;
        border-left: 3px solid transparent;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-menu-item.active .page-menu-link {
        border-left-color: #d4af37;
        border-bottom: none;
        background-color: #44475a;
    }

    .page-menu-item.active .page-menu-link::before {
        display: block;
    }

    .page-menu-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
        border-left-color: rgba(212, 175, 55, 0.5);
    }

    .page-main-content {
        padding: 30px 20px 40px;
        max-width: 100%;
        width: 100%;
    }

    .page-header {
        padding: 0 0 25px;
    }

    .page-header .page-title {
        font-size: 28px;
    }

    .page-content-wrapper {
        padding: 25px 20px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .page-menu-toggle {
        display: flex !important;
        position: absolute;
        top: -50px;
        left: 0;
        margin-bottom: 0;
        padding: 10px 14px;
        font-size: 13px;
    }

    .menu-toggle-text {
        display: none;
    }

    .page-wrapper {
        padding: 0;
    }

    .page-main-content {
        position: relative;
    }

    .page-header {
        margin: 0;
        padding: 116px 0 20px;
        position: relative;
    }

    .page-sidebar {
        width: 260px;
        min-width: 260px;
        max-width: 80vw;
    }

    .page-sidebar-nav {
        padding: 60px 0 15px;
    }

    .page-menu-link {
        padding: 12px 18px;
        font-size: 14px;
    }

    .menu-link-text {
        font-size: 14px;
    }

    .page-header .page-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .page-main-content {
        padding: 20px 15px 30px;
    }

    .page-content-wrapper {
        padding: 20px 15px;
        border-radius: 8px;
    }

    .page-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .page-content h2 {
        font-size: 20px;
    }

    .page-content h3 {
        font-size: 18px;
    }

    .page-content h4 {
        font-size: 16px;
    }

    .page-content ul,
    .page-content ol {
        padding-left: 20px;
    }

    .menu-arrow {
        display: block;
        font-size: 10px;
    }

    .game {
    }

    .game img {
    }

    .categorySwiper .swiper-slide {
        padding: 0;
    }

    .show-sm {
        display: block !important;
    }

    .game-big {
        display: block !important ;
        height: 260px;
        margin: 0 0 15px;
    }

    .game-big img {
    }

    .games-slider .swiper-slide {
        /* width: 100% !important; */
    }

    .slide-grid .grid-title div:last-child {
        margin: 10px 5px;
    }

    .slide-grid-2 .grid-title div:last-child {
        margin: 10px 5px;
    }

    .VIpgJd-yAWNEb-L7lbkb>div {
        display: none !important;
    }

    .category-card {
        height: 86px;
    }

    .category-card__icon {
        width: 35px;
        height: 35px;
    }

    .category-card__label {
        font-size: 13px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        text-align: center;
    }

    .account-w .content .left-sec a:after {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 0;
        background: #e97021;
        display: block;
        height: 1px;
        transition: .4s all ease;
    }

    .account-w .content .left-sec a:hover, .account-w .content .left-sec a.active {
        background: transparent;
        color: #e97021;
    }

    .account-w .content .left-sec a:hover:after, .account-w .content .left-sec a.active:after {
        width: 100%;
    }

    .home-sec-2-item {
        height: 200px;
    }
}


.casino-game-search-header .right-sec .nice-select .current {color: #fff;}
/*********/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown strong {
    font-weight: 400;
    padding: 5px 30px 8px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border: 2px solid #1e2036;
    background-color: #1e2036;
}

.dropdown strong:after {
    content: '';
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.dropdown strong img {
    margin-right: 6px;
}

.dropdown span {
    display: block;
    padding: 3px 24px 6px 9px;
    font-size: 13px;
}

.dropdown a {
    color: #fbfbfb;
    font: 600 16px 'Roboto';
    text-transform: uppercase;
}

.dropdown-content a {
    color: #000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #dfdfdf;
    min-width: 65px;
    box-shadow: 8px 11px 16px 0px rgb(0 0 0 / 20%);
    z-index: 20;
    left: 0;
    border-radius: 0px;
    padding: 5px 0;
    top: 35px;
}

.diller {
    border-radius: 4px;
    justify-content: flex-end;
    display: flex;
    z-index: 99;
    background: #000;
}

.dillerMob a {
    display: inline-block;
    color: #f1f1f1;
    padding: 6px 10px;
}

.diller .dropdown-content a {
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: right;
    display: flex;
}

.diller .dropdown-content a img {
    height: 22px;
}

.diller .dropdown-content a:hover {
    background: #fc3726;
    opacity: 1
}

.diller .dropdown-content a:hover span {
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*******/
.btn-bonus {
    position: fixed;
    top: 54%;
    right: 20px;
    background: #fe6a36;
    opacity: 1;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    z-index: 9999;
    transform: translateY(-50%);
    box-shadow: 0 0 1px 4px #fe6a3624;
}

.btn-bonus em {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.btn-bonus span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    display: none;
    position: absolute;
    left: -124px;
    width: fit-content;
    white-space: nowrap;
    background: #333333d9;
    padding: 9px 15px;
    border-radius: 11px;
}

.btn-bonus:hover {
    background: #fc3726;
    opacity: 1
}

.btn-bonus:hover svg path {
    stroke: #fff;
}

.btn-bonus:hover span {
    display: block;
}

/* YÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶ntem kartlarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.paymentPanel .methods-list { display: flex; flex-direction: column; }
.paymentPanel .method-card {display: flex;align-items: stretch;gap: 10px;padding-inline: 18px;background: #dcdcdc;/* border-top: 1px solid #2b2b2b; *//* color: var(--text-main); */cursor: default;position: relative;flex-direction: column;}
.paymentPanel .method-card:first-child { border-top: none; }
.paymentPanel .method-header {display: flex;align-items: center;justify-content: space-between;gap: 10px;padding-block: 14px;}
.paymentPanel .method-main { display: flex; align-items: center; gap: 12px; }
.paymentPanel .method-logo {width: 46px;height: 33px;border-radius: 8px;background: #757575;display: flex;align-items: center;justify-content: center;font-size: 11px;font-weight: 700;text-transform: uppercase;color: #fff;}
.paymentPanel .method-text {display: flex;flex-direction: column;gap: 3px;align-items: flex-start;}
.paymentPanel .method-name { font-size: 14px; font-weight: 600; }
.paymentPanel .method-sub {font-size: 12px;color: #252525;}
.paymentPanel .method-info { display: flex; align-items: center; justify-content: flex-start; gap: 8px; font-size: 12px; }
.paymentPanel .info-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 20px; background: #333; font-size: 11px; }
.paymentPanel .info-pill span.dot { width: 16px; height: 16px; border-radius: 50%; background: #444; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; }
.paymentPanel .method-limits { text-align: right; font-size: 12px; }
.paymentPanel .limit-row {color: #191919;}
.paymentPanel .limit-row strong {color: #0d0c0c;font-weight: 700;}
* Method limits dÃƒÆ’Ã‚Â¼zen dÃƒÆ’Ã‚Â¼zeltmeleri */
.paymentPanel .method-limits {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
    font-size: 12px;
    min-width: 140px;
}

.paymentPanel .limit-row {
    color: #191919;
    line-height: 1.4;
    white-space: nowrap;
}

.paymentPanel .limit-row strong {
    color: #0d0c0c;
    font-weight: 700;
    margin-left: 4px;
}
/* Accordion kartlarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± tÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±klanabilir */
.paymentPanel .method-card.accordion .method-header { cursor: pointer; }
.paymentPanel .method-card.accordion:hover {background: #e8e7e7;}
.paymentPanel .method-card.accordion .method-main::after {content: "";margin-left: auto;border: solid #000000;border-width: 0 2px 2px 0;padding: 4px;transform: rotate(45deg);transition: transform 0.25s ease;}
.paymentPanel .method-card.accordion.open .method-main::after { transform: rotate(-135deg); }

/* Accordion iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§erik */
.paymentPanel .method-body { overflow: hidden; max-height: 0; transition: max-height 0.28s ease; padding: 0 0 0; }
.paymentPanel .method-card.open .method-body { max-height: 100% !important;    padding-bottom: 14px; }
.paymentPanel .method-inner {margin-top: 6px;border-radius: 8px;background: #f9f9f9;padding: 14px 14px 12px;border: 1px solid #f9f9f9;}
.paymentPanel .method-inner form { display: grid; grid-template-columns: repeat(2, minmax(1, 1fr)); gap: 10px 16px; align-items: flex-end; }
.paymentPanel .field { display: flex; flex-direction: column; gap: 4px; }
.paymentPanel .field label { font-size: 12px; color: var(--text-muted); }
.paymentPanel .field input, .paymentPanel .field textarea {border-radius: 6px;border: 1px solid #151414;background: #f9f9f9;color: #000000;padding: 8px 10px;font-size: 13px;outline: none;resize: vertical;min-height: 36px;}
.paymentPanel .field input:focus, .paymentPanel .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent-soft); }
.paymentPanel .field small { font-size: 11px; color: #999; }
.paymentPanel .btn-pay { align-self: stretch; padding: 10px 14px; border-radius: 6px; border: none; outline: none; background: linear-gradient(135deg, #ff8a32, #ff5c00); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 18px rgba(255, 111, 0, 0.4); }
.paymentPanel .btn-pay:active { transform: translateY(1px); box-shadow: 0 4px 10px rgba(255, 111, 0, 0.4); }
.paymentPanel .btn-pay span.icon { font-size: 13px; }
.paymentPanel .error-msg { grid-column: 1/-1; font-size: 11px; margin-top: 4px; color: #ff7a7a; display: none; }
.paymentPanel .method-card.error .error-msg { display: block; }

/* Crypto Withdrawal Styles */
.paymentPanel .crypto-currency-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.paymentPanel .crypto-currency-select:focus {
    border-color: #ff8a32;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 138, 50, 0.2);
}
.paymentPanel .wallet-address-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #333;
    font-family: 'Courier New', monospace;
}
.paymentPanel .wallet-address-input:focus {
    border-color: #ff8a32;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 138, 50, 0.2);
}
.paymentPanel .crypto-address-field {
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.paymentPanel .required-star { color: #dc3545; }

@media (max-width: 768px) {
    .paymentPanel .method-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .paymentPanel .method-main{
        width: 100%;
    }
    .paymentPanel .method-limits{
        width: 100%;
    }
    .paymentPanel .method-info{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .paymentPanel .info-pill{
        width: 100%;
    }
}