    .top-bar {
        padding: 10px 15px;
        background-color: #FFB80C
    }

    .top-bar a {
        color: #000;
        ;
        font-weight: bold;
        margin-right: 15px;
        text-decoration: none;
    }

    .main-bar {
        background-color: #000;
        padding: 10px 15px;
    }

    .announcement {
        background-color: #FFB80C;
        color: white;
        font-size: 14px;
        padding: 6px 12px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
    }

    .btn-black {
        background-color: #FFB80C;
        color: #000;
        border: none;
        padding: 6px 15px;
    }

    .search-input {
        height: 35px;
        border: none;
        padding: 0 10px;
    }

    .search-input:focus {
        outline: none;
        box-shadow: none;
    }

    .logo {
        height: 50px;
        margin-left: 20px;
        width: auto;

    }

    .navbar-toggler {
        color: white;
        border: none;
        font-size: 20px;
    }

    @media (max-width: 767.98px) {
        .top-bar {
            display: none;
        }

        .search-box-mobile {
            padding: 10px;
            background: #ffb800;
        }
    }

    .mobile-nav .nav-link {
        padding: 8px 15px;
        color: #FFB80C !important;
        font-weight: bold;
    }

    .nav-link {
        color: #ffb800 !important;
        font-weight: 600;
    }

    .nav-link:hover {
        background-color: #000 !important;
        color: #ffb800 !important;
        border-radius: 4px;
    }

    .search-input {
        height: 30px;
        font-size: 14px;
    }

    .btn-dark-custom {
        background-color: #1e1e1e;
        color: white;
        border: none;
        padding: 4px 16px;
    }

    .notice-bar {
        background-color: #1e1e1e;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 6px 12px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    }

    .logo-text {
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

    .logo-highlight {
        color: #ffb800;
    }

    /*2nd Header Section*/

    .notice-bar {
        background-color: #1e1e1e;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 6px 12px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        width: 200px;
    }

    .btn-custom {
        background-color: #1e1e1e;
        color: white;
        border: none;
        padding: 6px 16px;
    }

    .image-wrapper {
        position: relative;
        width: 100px;
        height: 55px;
    }

    .image-wrapper img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .red-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: red;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
        mix-blend-mode: multiply;
    }



    .sidebar {
        background-color: #f1f1f1;
        padding: 10px;
        height: 100%;
    }

    .sidebar .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .game-img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
    }

    .game-box {
        padding: 5px;
    }

    .hover-black-white {
        filter: brightness(0) invert(0);
        /* BLACK */
        transition: 0.3s ease;
    }

    .hover-black-white:hover {
        filter: brightness(0) invert(1);
        /* WHITE */
    }

    .tab-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        text-align: center;
    }

    .tab-icon img {
        width: 30px;
        height: 30px;
        margin-bottom: 3px;
    }

    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        /* Firefox */
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .nav-item {
        flex: 0 0 auto;
        margin: 0px 11px;
    }

    .nav-link {
        border: none !important;
    }

    .game-card img {
        width: 100%;
        height: 150px;
        border-radius: 8px;
    }

    .tab-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        text-align: center;
    }

    .tab-icon img {
        width: 15px;
        height: 15px;
        margin-bottom: 5px;
    }

    .nav-tabs .nav-link.active {
        background-color: #dfac2a;
        color: black;
    }

    .responsive-logo {
        height: 50px;
        width: auto;
        margin-left: 22px;
    }

    @media (max-width: 768px) {
        .responsive-logo {
            height: 45px;
        }
    }

    @media (max-width: 576px) {
        .responsive-logo {
            height: 35px;
        }

        .btn-custom {
            background-color: #1e1e1e;
            color: white;
            border: none;
            padding: 2px 6px !important;
            font-size: 14px;
        }

        .notice-bar {
            background-color: #1e1e1e;
            border-radius: 4px;
            color: #fff;
            font-size: 13px;
            padding: 2px 4px !important;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            width: 200px;
        }
    }

    @media (max-width: 400px) {
        .responsive-logo {
            height: 30px;
        }
    }

    .left-sidebar {
        width: 250px;
        background-color: #222;
        color: white;
        padding: 10px;
        height: 100vh;
        overflow-y: auto;
    }

    .left-sidebar .category {
        background-color: #333;
        padding: 8px 12px;
        margin-bottom: 5px;
        font-weight: bold;
        border-radius: 4px;
    }

    .left-sidebar ul {
        list-style: none;
        padding-left: 15px;
    }

    .left-sidebar ul li {
        margin-bottom: 5px;
        cursor: pointer;
    }

    .match-tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .match-tabs .tab {
        display: inline-block;
        background: #0074c1;
        color: white;
        padding: 6px 14px;
        margin-right: 2px;
        border-radius: 3px;
    }

    .match-tabs .tab.orange {
        background: #ff8600;
    }

    .match-banner img {
        width: 100%;
        border-radius: 8px;
    }

    .bottom-nav {
        background-color: #e9ecef;
        padding: 10px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .bottom-nav div {
        text-align: center;
        font-size: 14px;
        margin: 5px;
    }

    .betting-table thead th,
    .betting-table tbody td {
        text-align: center;
        vertical-align: middle;
    }

    .betting-table .locked {
        color: #999;
    }



    .border-bottom {
        border-bottom: 1px solid #ccc;
    }

    span {
        font-size: 8px;
        color: black;
    }

    .event-tab {
        background-color: #1e3a8a;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        border-right: 2px solid #fff;
    }

    .event-tab.orange {
        background-color: #f57c00;
    }

    .sports-card {
        background-color: #02152c;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        color: #fff;
    }

    .sports-card img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        border-radius: 6px;
    }

    .sports-label {
        margin-top: 8px;
        font-weight: bold;
        font-size: 14px;
    }

    .badge-circle {
        background-color: #fff;
        color: #000;
        border-radius: 50%;
        font-size: 13px;
        padding: 6px 12px;
        font-weight: bold;
        margin-top: 5px;
        display: inline-block;
    }

    .carousel-item img {
        width: 100%;
        height: 400px;
        /* Adjust as needed */
        object-fit: cover;
        opacity: 1 !important;
        background-color: #000;
        /* For transparent image backgrounds */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: #4c5154;
        /* Optional: make icons visible on dark background */
        border-radius: 50%;
    }

    /* .carousel-control-prev,
        .carousel-control-next {
            opacity: 1;
        } */

    .nav-link {
        color: #ffb800 !important;
        font-weight: 600;
    }

    .nav-link:hover {
        background-color: #ffb800 !important;
        color: #000 !important;
        border-radius: 4px;
    }

    .search-input {
        height: 30px;
        font-size: 14px;
    }

    .btn-dark-custom {
        background-color: #1e1e1e;
        color: white;
        border: none;
        padding: 4px 16px;
    }

    .notice-bar {
        background-color: #1e1e1e;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 6px 12px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    }

    .logo-text {
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

    .logo-highlight {
        color: #ffb800;
    }

    .sports-wrapper {
        background-color: #e0e6e6;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
    }

    .sports-menu {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
    }

    .sports-menu::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .menu-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 10px 15px;
        color: black;
        text-decoration: none;
        font-weight: 500;
        flex: 0 0 auto;
    }

    .menu-item img {
        width: 20px;
        height: 20px;
    }

    .menu-item.active {
        background-color: #1d1d1d;
        color: white;
    }

    .arrow-btn {
        background-color: transparent;
        border: none;
        font-size: 20px;
        padding: 10px 15px;
        cursor: pointer;
    }

    .arrow-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .menu-item i {
        width: 20px;
        text-align: center;
    }

    .btn:hover {
        color: var(--bs-btn-hover-color);
        /* background-color: var(--bs-btn-hover-bg); */
        border-color: var(--bs-btn-hover-border-color);
        background: #ffffff;
    }

    .imgheight {
        height: 300px;
    }

    .carousel img.ban {
        object-fit: cover;
        height: auto;
        max-height: 400px;
        /* You can adjust height for mobile */
    }

    @media (max-width: 576px) {
        .carousel img.ban {
            max-height: 250px;
        }
    }

    .footer-link {
        color: white;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-link:hover,
    .footer-link:focus {
        color: #ffc107;
        /* Bootstrap warning color (yellowish) */
    }

    .footer-link:active {
        color: #fd7e14;
        /* Bootstrap orange for click effect */
    }

    .blinking-wrapper {
        display: inline-block;
        padding: 5px;
        border-radius: 8px;
        animation: blinkBackground 1s infinite;
    }
a{
        color: #000;
        text-decoration: none;
    }

    a:hover {
        color: #ffc107;
        /* 🔴 On hover */
        background-color: #000;
    }

    a.active {
        color: #ffc107;
        /* ✅ On active */
        background-color: #000;
    }

    .blinking-icon {
        display: inline-block;
        animation: blink 1s infinite;
    }

    @keyframes blink {
        0%,
        100% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
}
    @keyframes blinkBackground {

        0%,
        100% {
            background-color: black;
        }

        50% {
            background-color :#FFB80C;
        }
    }

    .blinking-icon {
        display: block;
    }

    .sports-menu .menu-item {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .sports-menu .menu-item:hover {
        color: #ffc107;
        /* 🔴 On hover */
        background-color: #000;
    }

    .sports-menu .menu-item.active {
        color: #ffc107;
        /* ✅ On active */
        background-color: #000;
    }

    .bg-light .border-bottom:hover {
        background-color: #000;
        /* Black background */
        color: #fff;
        /* White text */
        cursor: pointer;
    }

    .border-bottom:hover {
        background-color: black !important;
    }

    .border-bottom:hover span {
        color: white !important;
    }
    
    
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.5s ease;
    }

    #preloader img {
      width: 100px;
    }

    body.loaded #preloader {
      opacity: 0;
      pointer-events: none;
    }

    .casino-box {
            border: 1px solid #999;
            background-color: white;
            border-radius: 8px;
            padding: 8px 5px;
            text-align: center;
            font-weight: 600;
            font-size: 12px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .casino-box:hover {
            background-color: #FFB80C;
            cursor: pointer;
        }

        .casino-box img {
            max-height: 30px;
            margin-bottom: 6px;
        }

        .sidebar-scroll {
            height: 100vh;
            overflow-y: auto;
            padding: 10px;
            background-color: #ffffff;
        }