a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #0072dd
}

html {
    overflow-y: scroll;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.color-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.295), rgba(0, 0, 0, 0.37)), url('https://i.postimg.cc/jSDQkv3y/bgkaskus.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    min-height: 100vh;
    position: relative;
    /* Tambahkan ini */
}

.row.align-items-center.py-1 {
    background: linear-gradient(135deg, #04abec 0%, #FFD700 100%) !important;
}

.color-2 {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 100%);
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.color-3 {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 100%);
}

.color-4 {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.color-5 {
    background: linear-gradient(135deg, #FFD700 0%, #FFD700 100%);
}

.color-6 {
    background: linear-gradient(135deg, #04abec 0%, #87CEEB 100%);
}

.text-justify {
    text-align: justify;
}

.web-logo {
    width: 100%;
    max-width: 200px;
}

.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

i.icon {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.bi-person-plus-fill {
    margin-right: 0.5rem;
}

.btn-regis {
    font-size: .875rem;
    font-weight: 700;
    background: linear-gradient(145deg, #ffed4e 0%, #ffd700 25%, #04abec 75%, #04abec 100%);
    color: #000;
    border: none;
    border-radius: 8px;
    box-shadow:
        0 10px 25px rgba(255, 215, 0, 0.4),
        0 5px 15px rgba(135, 206, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(0) perspective(1000px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-regis:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-regis:hover:before {
    left: 100%;
}

.btn-regis:hover {
    background: linear-gradient(145deg, #04abec 0%, #04abec 25%, #ffd700 75%, #ffed4e 100%);
    color: #000;
    transform: translateY(-4px) perspective(1000px) rotateX(5deg);
    box-shadow:
        0 15px 35px rgba(255, 215, 0, 0.5),
        0 8px 20px rgba(135, 206, 235, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -3px 8px rgba(0, 0, 0, 0.1);
}

.btn-regis:active {
    transform: translateY(-1px) perspective(1000px) rotateX(2deg);
    box-shadow:
        0 5px 15px rgba(255, 215, 0, 0.3),
        0 3px 10px rgba(135, 206, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 3px 8px rgba(0, 0, 0, 0.2);
}

.mr-n1 {
    margin-right: -1rem;
}

.btn-slide {
    background: linear-gradient(145deg, #ffed4e 0%, #ffd700 25%, #04abec 75%, #04abec 100%);
    box-shadow:
        0 8px 18px rgba(255, 215, 0, 0.4),
        0 4px 12px rgba(135, 206, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -3px 8px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 6px;
    transform: translateY(0) perspective(800px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}



.btn-slide:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-slide:hover:before {
    left: 100%;
}

.btn-slide:hover {
    transform: translateY(-3px) perspective(800px) rotateX(4deg);
    box-shadow:
        0 12px 25px rgba(255, 215, 0, 0.5),
        0 6px 18px rgba(135, 206, 235, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -3px 8px rgba(0, 0, 0, 0.1);
}

.list-group-item .provider-thumbnail {
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

.list-group-item span {
    margin-left: .5rem;
    font-weight: 700;
}

.list-group-item {
    border-bottom: 5px solid #d4d105;
    background: linear-gradient(145deg, #ffed4e 0%, #ffd700 25%, #04abec 75%, #04abec 100%);
    box-shadow:
        0 6px 15px rgba(255, 215, 0, 0.35),
        0 3px 10px rgba(135, 206, 235, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 8px;
    transform: translateZ(0) perspective(1000px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.list-group-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background: linear-gradient(145deg, #04abec 0%, #04abec 25%, #ffd700 75%, #ffed4e 100%);
    transform: translateY(-3px) perspective(1000px) rotateX(3deg);
    box-shadow:
        0 10px 22px rgba(255, 215, 0, 0.45),
        0 5px 15px rgba(135, 206, 235, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.list-group-item-action:hover:before {
    left: 100%;
}

/* LIST GROUP ITEM ACTIVE - ELEGANT ANIMATED */
.list-group-item.active {
    background: linear-gradient(135deg, #08c5ff, #ffd104, #08c5ff, #d607ff, #ffd104);
    background-size: 400% 400%;
    animation: elegant-shift 4s ease infinite;
    border-bottom: 4px solid rgba(0, 225, 255, 0.808) !important;
    box-shadow: 0 4px 20px rgba(148, 0, 211, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Animasi warna yang ganti-ganti smooth */
@keyframes elegant-shift {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.list-group-item.active span {
    color: #000 !important;
    font-weight: 900 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.list-group-item.active a {
    color: #000 !important;
    font-weight: 900 !important;
}

.card.card-game {
    background: none;
    display: block;
    position: relative;
    min-height: 100px;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 100%;
}

.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 33px;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.56);
}

.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.card-game span {
    color: #ffffff;
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    text-align: center;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-game {
    padding: 3px 8px;
    color: #000;
    background: linear-gradient(145deg, #ffed4e 0%, #ffd700 25%, #87ceeb 75%, #5dade2 100%);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    border: none;
    box-shadow:
        0 6px 14px rgba(255, 215, 0, 0.4),
        0 3px 9px rgba(135, 206, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(0) perspective(800px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-game:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-game:hover:before {
    left: 100%;
}

.btn-game:hover {
    background: linear-gradient(145deg, #5dade2 0%, #87ceeb 25%, #ffd700 75%, #ffed4e 100%);
    color: #000;
    transform: translateY(-3px) perspective(800px) rotateX(4deg);
    box-shadow:
        0 10px 20px rgba(255, 215, 0, 0.5),
        0 5px 14px rgba(135, 206, 235, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.btn-game:active {
    transform: translateY(-1px) perspective(800px) rotateX(2deg);
    box-shadow:
        0 4px 10px rgba(255, 215, 0, 0.3),
        0 2px 7px rgba(135, 206, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-login {
    border-radius: 0;
    line-height: 1.2;
    background: linear-gradient(145deg, #ffed4e 0%, #ffd700 25%, #87ceeb 75%, #5dade2 100%);
    box-shadow:
        0 7px 16px rgba(255, 215, 0, 0.4),
        0 4px 11px rgba(135, 206, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -3px 7px rgba(0, 0, 0, 0.15);
    border: none;
    transform: translateY(0) perspective(900px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-login:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-login:hover:before {
    left: 100%;
}

.btn-login:hover {
    transform: translateY(-3px) perspective(900px) rotateX(4deg);
    box-shadow:
        0 12px 24px rgba(255, 215, 0, 0.5),
        0 6px 16px rgba(135, 206, 235, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -3px 7px rgba(0, 0, 0, 0.1);
}

.btn-login small,
.btn-login span {
    animation: blinking 1s step-start infinite;
}

.btn-group span {
    font-weight: 700;
}

input#search {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #000000;
    background-color: #ffee00;
    color: #000000;
    font-size: .875rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .2s ease, border-color .2s ease;
}

.card-provider {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 0 !important;
    flex: 1 1 auto;
    margin: 0 auto;
}

.card-provider img {
    width: 100%;
}

.card-title {
    text-align: center;
}

.card-deck {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.game-item {
    height: 0;
    position: relative;
    padding-bottom: 67.44186%;
}

.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
}

.owl-item {
    text-align: center;
}

.owl-item .active span {
    background: linear-gradient(135deg, #9400D3, #FF69B4, #87CEEB, #FFD700);
    background-size: 300% 300%;
    animation: text-gradient 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: none;
    filter: drop-shadow(0 2px 4px rgba(148, 0, 211, 0.3));
}

/* Animasi gradient untuk text */
@keyframes text-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.owl-item span {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: .625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}

.carousel-game {
    background: #1d2c59;
    border-radius: 3px;
}

.carousel-game .col {
    flex: 0 0 0%;
    height: auto;
}

#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}

.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}

.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.percent {
    height: 25px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #045e79;
    border-radius: 0 0 4px 4px;
    padding: 4px 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 5px #243a7a inset, 0 1px 0px #3c39fd;
    box-shadow: 0 -3px 5px #243a7a inset, 0 1px 0px #3c39fd;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    transform: translateY(9px);
    color: white;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.percent-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.yellow {
    background-color: #debc01;
}

.green {
    background-color: #0eb700;
}

.red {
    background-color: #b12c55;
}

.shine {
    position: relative;
    ;
}

.shine:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-close {
    font-size: 23px;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
}

.modal .modal-dialog .modal-content .modal-body p.text-list {
    display: block;
    position: relative;
    width: 30px;
    color: #455a99;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-body h5,
.modal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
}

.footer-text {
    background: #111c3f;
    border-top: 1px solid #293353;
}

@keyframes blinking {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

/* Background untuk mobile saja */
@media (max-width: 767px) {
    body {
        background-image: url('https://i.postimg.cc/YCq7YL98/image.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

@media (min-width: 576px) {
    .text-xs-left {
        text-align: left;
    }
}

@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 400px;
        margin: 0 auto;
    }
}
.text-white {
    color: #000 !important;
}

/* Bottom Navigation - Hanya Muncul di Mobile */
.bottom-nav {
    display: none;
}

@media (max-width: 991px) {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: linear-gradient(90deg, #128cc9 0%, #128cc9 25%, #ffee03 50%, #128cc9 75%, #128cc9 100%);
        background-size: 200% 100%;
        animation: gradient-shift 5s ease infinite;
        justify-content: space-around;
        align-items: stretch;
        padding: 0;
        box-shadow: 0 -4px 20px rgba(0, 180, 255, 0.4), 0 -2px 10px rgba(255, 215, 0, 0.3);
        border-top: 8px solid rgba(8, 7, 0, 0.5);
        border-radius: 30px 30px 0 0;
        height: 70px;
    }

    body {
        padding-bottom: 70px;
    }
}

/* Animasi Gradient Bergerak */
@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 1;
    padding: 8px 5px;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.bottom-nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 180, 255, 0.4) 50%, transparent 100%);
}

.bottom-nav-item:first-child::before {
    display: none;
}

.bottom-nav-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 180, 255, 0.1), rgba(255, 215, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.bottom-nav-item:active::after {
    opacity: 1;
}

.bottom-nav-item:active {
    transform: translateY(-3px);
}

.bottom-nav-icon {
    font-size: 26px;
    margin-bottom: 4px;
    filter: drop-shadow(0 0 8px rgba(0, 180, 255, 0.6)) drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
    transition: all 0.3s ease;
}

.bottom-nav-item:active .bottom-nav-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 0 12px rgba(0, 180, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
}

.bottom-nav-item span {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 255, 255, 0.5);
    line-height: 1.2;
    max-width: 100%;
    word-wrap: break-word;
    transition: all 0.3s ease;
}

.bottom-nav-item:active span {
    transform: scale(1.05);
    text-shadow: 0 2px 8px rgba(0, 180, 255, 0.8), 0 0 15px rgba(255, 215, 0, 0.6);
}



/* Untuk layar sangat kecil */
@media (max-width: 380px) {
    .bottom-nav {
        height: 65px;
    }

    .bottom-nav-icon {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .bottom-nav-item span {
        font-size: 9px;
    }
}

@media (max-width: 340px) {
    .bottom-nav-icon {
        font-size: 20px;
    }

    .bottom-nav-item span {
        font-size: 8px;
    }
}

/* Top Navigation untuk Desktop (di atas banner) */
.top-nav {
    display: none;
    /* Hidden di mobile */
    padding: 8px 0;
}

.top-nav-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    background: linear-gradient(90deg,
            #FFD700 0%,
            #FFD700 15%,
            #FFD700 35%,
            #FFC700 50%,
            #FFD700 65%,
            #FFD700 85%,
            #FFD700 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
}

.top-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgba(4, 186, 241, 0.4) 0%, rgba(4, 186, 241, 0.95) 100%);
    backdrop-filter: blur(5px);
    min-width: 90px;
    flex: 1;
    box-shadow: 0 6px 0 rgba(2, 120, 160, 0.8),
        0 8px 20px rgba(4, 186, 241, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.top-nav-item:hover {
    background: linear-gradient(180deg, rgba(4, 186, 241, 0.6) 0%, rgba(4, 186, 241, 1) 100%);
    transform: translateY(2px);
    box-shadow: 0 4px 0 rgba(2, 120, 160, 0.8),
        0 6px 15px rgba(4, 186, 241, 0.6),
        inset 0 2px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
    border-color: rgba(100, 220, 255, 1);
}

.top-nav-item:active {
    transform: translateY(6px);
    box-shadow: 0 0 0 rgba(2, 120, 160, 0.8),
        0 2px 10px rgba(4, 186, 241, 0.4),
        inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.top-nav-icon {
    font-size: 22px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.top-nav-item:hover .top-nav-icon {
    transform: scale(1.15);
}

.top-nav-item span {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Show top-nav hanya di desktop */
@media (min-width: 992px) {
    .top-nav {
        display: block;
    }

    /* Hide bottom-nav di desktop */
    .bottom-nav {
        display: none;
    }
}

/* Responsive untuk tablet */
@media (max-width: 991px) {
    .top-nav {
        display: none;
    }
}

.game-item {
    position: relative;
}

.label-new-img {
    position: absolute;
    top: -19px;
    left: -15px;
    width: 60px;
    height: 60px;
    z-index: 15;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}



