body {
    margin: 0;
    background: url(https://akongfoto.store/images/2026/05/01/BG-IDUL-ADHA-AKONG-2026.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Arial Black', sans-serif;
}

.header {
    display: flex;
    background: linear-gradient(270deg, rgb(255 161 0) 0%, rgb(255 215 0) 21%, rgba(253, 243, 35, 1) 33%, rgba(211, 158, 7, 1) 44%, rgb(255 215 0) 60%, rgb(241 172 0) 73%, rgb(255 176 0) 85%, rgb(255 203 0) 100%);
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-nav {
    display: flex;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
}

main {
    margin-top: 75px;
    padding-top: 75px;
}

.logo-img {
    height: 50px;
}

.login-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.input-group {
    display: flex;
    gap: 10px;
}

.input-icon {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    height: 30px;
}

.input-icon i {
    background-color: #000;
    color: #fddf35;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-icon input {
    padding: 0 10px;
    height: 100%;
    outline: none;
}

.remember {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.button {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.btn-login {
    background: url(https://photoku.io/images/2025/11/16/btn-garis.png), linear-gradient(to top, #ffa100, #fdff00);
    color: #000;
}

.btn-regis {
    background: url(https://photoku.io/images/2025/11/16/btn-garis.png), linear-gradient(to top, #09ff00, #008f25);
    color: #000;
}

nav {
    width: 100%;
    position: fixed !important;
    top: 73px;
    left: 0;
    z-index: 9998;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://akongfoto.store/images/2026/05/01/NAVBAR-IDUL-ADHA-2026.png) no-repeat center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
    gap: 15px;
    position: relative;
}

.menu a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff; 
    font-size: 15px; 
    gap: 5px; 
    text-align: center;
}

.badge {
    position: absolute;
    right: -10px;
    background: red;
    color: white;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 3px;
    animation: blink 0.8s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.menu a img {
    width: 35px; 
    height: 35px;
    background: url(https://photoku.io/images/2025/11/26/rectagle.png) no-repeat center;
    background-size: 100% 100%;
    padding: 4px;
    box-sizing: border-box;
}

.menu a:hover {
    color: #ffcc00;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-running {
    padding-top: 10px;
    width: 100%;
    max-width: 1200px;
}

.text-running {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 3px 1px #b48800, inset 0 1px 0 0 #ed8a00, inset 0 0 0 2px #edb300, 3px 3px 2px 1px rgb(0 0 0 / 0%) !important;
    background: linear-gradient(270deg, rgb(255 193 0) 0% 0%, rgb(255 215 0) 21%, rgba(253, 243, 35, 1) 33%, rgba(211, 158, 7, 1) 44%, rgb(255 215 0) 60%, rgb(241 172 0) 73%, rgb(255 225 0) 85%, rgb(255 225 0) 100%);
    border: 1px solid #edba00;
    color: #000;
    gap: 5px;
    border-radius: 5px;
    height: 30px;
}

.text-running i {
    font-size: 15px;
}

.container {
    display: grid;
    grid-template-columns: 240px 1fr 240px;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    align-items: flex-start;
}

.sidebar {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-box {
    background-color: #000;
    border: 2px solid #ffcc00;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

.sidebar-box h3 {
    font-size: 16px;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #000;
    padding: 12px;
    border: 1px solid #fddf35;
    border-radius: 12px;
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #FFCC00 75%, #f09f09 100%);
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    transition: transform 0.2s, filter 0.2s;
    border-bottom: none;
}

.sidebar-menu a:hover {
    filter: brightness(1.1);
    color: #000;
}

.layanan-item {
    margin-bottom: 20px;
    padding: 0 5px;
}

.layanan-item h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.layanan-item p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.progress-bar {
    flex: 1;
    height: 10px;
    background: #ffcc00;
    border-radius: 10px;
    border: 1px solid #ffcc00;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: #000;
    border-radius: 10px;
}

.progress-circle {
    width: 45px;
    height: 45px;
    background: #ffcc00;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 2px solid #000;
    box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
    flex-shrink: 0;
}

.progress-circle .time {
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.progress-circle .unit {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.separator {
    border: 0;
    height: 1.5px;
    width: 100%;
    display: block;
    margin: 10px 0;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: relative;
    z-index: 1;
}

.list-win {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #FFCC00 75%, #f09f09 100%);
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    margin: 8px;
    transition: transform 0.2s, filter 0.2s;
    border-bottom: none;
}

.main-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.banner {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.banner-slide {
    display: flex;
    width: 500%;
    animation: slide 15s infinite ease-in-out;
}

.banner-slide img {
    width: 20%;
    height: auto;
    display: block;
}

@keyframes slide {
    0% { transform: translateX(0); }
    20% { transform: translateX(0); }
    25% { transform: translateX(-20%); }
    45% { transform: translateX(-20%); }
    50% { transform: translateX(-40%); } 
    70% { transform: translateX(-40%); } 
    75% { transform: translateX(-60%); }
    95% { transform: translateX(-60%); }
    100% { transform: translateX(0); }
}

.menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 5px;
    text-align: center;
}

.menu-list a {
    position: relative;
    text-decoration: none;
    background: #ffc400;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.menu-list a:hover {
    filter: brightness(1.1);
    color: #000;
}

.hot-rtp {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 3px;
    animation: blink 0.8s infinite;
}

.live {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 3px;
    animation: blink 0.8s infinite;
}

.jackpot-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 20px auto;
}

.gif-jp {
    width: 100%;
    height: auto;
    display: block;
}

.nom-jp {
    position: absolute;
    top: 51%; 
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    text-shadow: 
        0 0 4px #000, 
        0 0 10px #ffcc00, 
        0 0 20px #ff9900;
    white-space: nowrap;
    z-index: 10;
    animation: jpjp 2s infinite;
}

@keyframes jpjp {
    0% {
        transform: translate(-50%, -50%) scale(1);
        text-shadow: 
            0 0 4px #000, 
            0 0 10px #ffcc00, 
            0 0 20px #ff9900,
            0 0 30px #ff6600;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.06);
        text-shadow: 
            0 0 4px #000, 
            0 0 15px #ffff00, 
            0 0 30px #ff3300,
            0 0 45px #ff0000;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        text-shadow: 
            0 0 4px #000, 
            0 0 10px #ffcc00, 
            0 0 20px #ff9900,
            0 0 30px #ff6600;
    }
}

.slot-container {
    width: 100%;
    background: #000;
    border: 1px solid #ffcc00;
    border-radius: 12px;
    padding: 15px 0;
    margin: 20px 0;
}

.title-hot {
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
}

.title-hot img {
    width: 40px;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.slider-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 21px;
    padding: 0 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.game-item {
    flex: 0 0 110px;
    background: #222;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #444;
    display: flex;
    flex-direction: column;
}

.game-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.game-info {
    padding: 5px;
    text-align: center;
    background: #000;
}

.game-name {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtp-container {
    background: #000;
    border-radius: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    overflow: hidden;
}

.rtp-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff0000, #fddf35);
    box-shadow: 0 0 10px rgba(253, 223, 53, 0.5);
}

.rtp-text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.togel-section {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #000;
    border: 1px solid rgb(255, 204, 0);
    border-radius: 12px;
    overflow: hidden; 
    position: relative;
}

.togel-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; 
}

.togel-card {
    flex: 0 0 150px; 
    width: 150px;
    background: #ffcc00;
    border: 2px solid #ffcc00;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    box-sizing: border-box;
}

.togel-container::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
}

.togel-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.togel-card:hover {
    transform: scale(1.03);
}

.card-header {
    background: rgba(0, 0, 0, 0.08);
    padding: 5px;
    font-size: 10px;
    color: #333;
    text-align: center;
}

.card-header span {
    font-weight: bold;
    color: #000;
}

.card-body {
    padding: 10px;
    text-align: center;
}

.pasaran-name {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.periode-info, .date-info {
    margin: 0;
    font-size: 11px;
    color: #444;
}

.result-number {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 900;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
}

.pembayaran {
    background: #000;
    border: 1px solid #fddf35;
    border-radius: 12px;
    padding: 12px;
}

.pembayaran h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bank-list {
    background: linear-gradient(to bottom, #FFCC00 75%, #f09f09 100%);
    margin-bottom: 6px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    height: 34px;
}

.bank-list img {
    width: 75px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.5));
}

.main-provider-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 0 0;
    border-radius: 15px;
}

.provider-block {
    background: linear-gradient(to bottom, #fffc00 0%, #ffb600 40% 30%);
    color: #000;
    border: 2px solid #ffa300;
    box-shadow: inset 0px 0px 0px 1px rgb(255 247 0), inset 0px 2px 0px 0px rgb(255 225 0), inset 0px 0px 0px 2px rgb(255 249 0), 3px 3px 3px 1px rgb(0 0 0 / 20%);
    padding: 0 15px 15px;
    border-radius: 12px;
}

.block-title {
    display: flex;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    font-style: italic;
}

.block-title img {
    width: 50px;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-item {
    background: #000;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #444;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.card-item img {
    width: 100%;
    height: 100%;
    min-height: 60px;
    object-fit: cover;
    display: block;
}

.card-item .name {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
}

.article-container {
    justify-content: center;
    color: #fff;
    margin: 20px auto;
    max-width: 1200px;
}

.article-section {
    background-color: #000;
    padding: 10px 20px;
    margin: 20px auto;
    border-radius: 15px;
}

.footer-container {
    background-color: #000;
    color: #ffffff;
    max-width: 1200px;
    margin: 20px auto 0;
    border-radius: 15px;
    border: 1px solid #333;
}

.footer-top {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    flex: 2;
}

.link-column {
    flex: 1;
}

.link-column h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.link-column ul {
    list-style: none;
    padding: 0;
}

.link-column ul li {
    margin-bottom: 28px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
}

.link-column ul li:hover {
    color: #fddf35;
}

.footer-info {
    flex: 1;
    min-width: 300px;
}

.payment-method h3 {
    font-size: 21px;
    font-weight: 900;
    margin: 0;
}

.payment-method p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

.payment-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 25px;
    padding: 15px;
    border: 3px dashed #ffcc00;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
}

.payment-icons::after {
    content: "Proses Transaksi Cepat & Aman";
    position: absolute;
    bottom: -25px;  
    right: 10px;
    font-size: 12px;
    color: #ffcc00;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.payment-icons::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #fddf35;
    border-radius: 10px;
}

.payment-icons img {
    width: 100%;
    height: 35px;
    padding: 3px;
    background: #ffcc00;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.social-media {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #fddf35;
    border-radius: 50%;
    background: #ffcc00;
    color: #000;
    font-size: 22px;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}

.login-form-mobile, .mobile-action, .mobile-footer-nav {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 80px;
    }

    .header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }

    .header-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .header .login-form {
        display: none !important;
    }

    .logo-img {
        height: 35px;
        width: auto;
    }

    .mobile-action {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .btn-livechat {
        text-decoration: none;
        color: #fff !important;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 12px;
        border-radius: 6px;
        box-shadow: inset 0 0 0 1px #c0392b, inset 0 2px 0 0 #c0392b, inset 0 4px 4px 2px #ad0000, 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
        background-image: linear-gradient(to bottom, #c0392b 0%, #ad0000 50%, #FF0000 100%);
        border: 1px solid #ff4d4d;
        text-transform: uppercase;
    }

    .btn-menu {
        box-shadow: inset 0 0 0 1px #c0392b, inset 0 2px 0 0 #c0392b, inset 0 4px 4px 2px #ad0000, 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
        background-image: linear-gradient(to bottom, #c0392b 0%, #ad0000 50%, #FF0000 100%);
        border: 1px solid #ad0000 !important;
        width: 32px;
        height: 32px;
        border-radius: 6px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav {
        top: 51px;
    }

    .menu {
        gap: 10px;
        padding: 8px 10px;
        overflow-x: auto;
        justify-content: center;
        white-space: nowrap;
        background: #000000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu a {
        font-size: 11px;
        flex-shrink: 0;
    }

    .menu a img {
        width: 30px;
        height: 30px;
    }

    main {
        margin-top: 115px;
        padding: 0 10px;
    }

    .container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 10px 0;
    }

    .main-content {
        order: 1;
        width: 100%;
    }

    .nom-jp {
        font-size: 23px;
        top: 53%;
    }

    .sidebar, .pembayaran {
        display: none;
    }
    
    .login-form-mobile {
        display: flex;
        flex-direction: column;
        background: #000;
        border: 1px solid #ffcc00;
        padding: 15px;
        border-radius: 12px;
        gap: 12px;
        margin-top: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .input-group-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .input-icon-mobile {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 6px;
        height: 38px;
        overflow: hidden;
    }

    .input-icon-mobile i {
        background: #000;
        color: #ffcc00;
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .input-icon-mobile input {
        flex: 1;
        padding: 0 12px;
        border: none;
        outline: none;
        font-size: 14px;
        height: 100%;
    }

    .remember-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 13px;
    }
    
    .remember-mobile input {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .button-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 5px;
    }

    .btn-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 6px;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

    .btn-regis-mobile {
        background: linear-gradient(to bottom, #d60000 0%, #800000 100%);
        color: #fff;
        border: 1px solid #ff3333;
    }

    .btn-login-mobile {
        background: linear-gradient(to bottom, #00cc33 0%, #005500 100%);
        color: #fff;
        border: 1px solid #33ff33;
    }

    .main-provider-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .grid-layout {
        grid-template-columns: repeat(4, 1fr);
    }

    .article-section {
        margin: 15px;
    }

    .footer-container {
        margin: 15px;
    }

    .footer-top {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .payment-icons {
        grid-template-columns: repeat(3, 1fr);
    }

    .mobile-footer-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: url(https://dcdzg16lgrz6n.cloudfront.net/template/4/assets/footer-mobile-yellow.webp) no-repeat center top !important;
        z-index: 100000;
        justify-content: space-around;
        align-items: center;
        box-sizing: border-box;
    }

    .mobile-footer-nav img {
        width: 35px;
    }

    .mobile-footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000;
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        flex: 1;
        height: 100%;
    }

    .mobile-footer-nav .nav-item i {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .mobile-footer-nav .center-bounce {
        position: relative;
        z-index: 1000001;
    }

    .mobile-footer-nav .bounce-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ffcc00;
        color: #000000;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 3px solid #000000;
        box-shadow: 0 -3px 10px rgba(255, 204, 0, 0.4);
        margin-top: -25px;
        animation: fullBounce 1.2s infinite ease-in-out;
    }

    @keyframes fullBounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-6px); }
    }

    .mobile-footer-nav .bounce-text {
        font-size: 10px;
        font-weight: 900;
    }
}