/* Mobile Header Styles */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #191E32;
    /* dark navy */
    padding: 0.5rem 1rem;
    color: gold;
}

.mobile-header .left,
.mobile-header .center,
.mobile-header .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.mobile-header .center {
    justify-content: center;
}

.mobile-header .left {
    justify-content: flex-start;
}

.mobile-header .right {
    justify-content: flex-end;
}

.mobile-header .hamburger {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: gold;
}

.mobile-header .logo {
    height: 40px;
    max-width: 100px;
}

.mobile-header .live-chat {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: gold;
    font-weight: bold;
    font-size: 0.9rem;
}

.mobile-header .live-chat img {
    width: 20px;
    margin-right: 5px;
}

.live-chats {
    background: #191E32;
    border: 1px solid gold;
    padding: 4px 5px;
    display: flex;
    border-radius: 2px;
    color: gold;
}

/* Sidebar Base */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    background: #12162c;
    color: white;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
}

.mobile-sidebar.show {
    left: 0;
}

.mobile-sidebar .close-btn {
    background: none;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.sidebar-nav a i {
    margin-right: 12px;
    font-size: 1.2rem;
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    /* higher than Bootstrap modals/navs */

    height: 60px;
}

.moble-carosol {
    margin-top: 45px;
}

.ticker-texts {
    white-space: nowrap;
    color: white;
    font-size: 12px;
}

/* Scrollable tab nav */
.tab-scroll {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    border-bottom: 2px solid #333;
}

.tab-scroll .nav-link {
    display: inline-block;
    color: #ccc;
    border: none;
    padding: 0.5rem 1rem;
    margin-right: 4px;
    background: transparent;
}

.tab-scroll .nav-link.active {
    color: #fff;
    border-bottom: 2px solid gold;
    font-weight: bold;
}

.mobile-tab-section {
    background-color: #111;
    border-top: 1px solid #222;
}

/* Hide mobile tab on desktop */
@media (min-width: 768px) {
    .mobile-tab-container {
        display: none !important;
    }
}

/* Tab Bar Scroll */
.tab-scroller {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    background-color: #111936;
    border-bottom: 2px solid #222;
}

.tab-scroller .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    white-space: nowrap;
}

.tab-scroller .nav-link.active {
    color: gold;
    font-weight: bold;
    border-bottom: 2px solid gold;
    background-color: transparent;
}

/* Tab Content */
.tab-content {
    background-color: #111936;
    color: #fff;
}

.tab-content a {
    display: block;
    color: #fff;
    font-size: 0.85rem;
    text-decoration: none;
}

.tab-content a img {
    max-height: 40px;
    margin-bottom: 0.25rem;
}

.tab-content a div {
    color: #ccc;
}

.tab-section-title {
    border-left: 4px solid gold;
    padding-left: 0.5rem;
    color: gold;
    font-weight: bold;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.mobile-tabbar {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    background-color: #191E32;

    display: flex;
    border-bottom: 1px solid #2c2f3b;
}

.mobile-tabbar .nav-item {
    flex: 0 0 auto;
}

.mobile-tabbar .nav-link {
    color: #fff;
    text-align: center;
    padding: 20px 8px;
    border: none;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
    width: 77px;
    height: 95px;
}

.nav-item {
    padding-right: 0px !important;
}

.mobile-tabbar .nav-link.active {
    color: white;
    background: #354172;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0px;
    height: 95px;
    width: 77px;
}

.tab-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 4px;
}

.tab-section-heading {
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    align-content: center;
}

.tab-border {
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0;
    width: 4px;
    background-color: rgb(180, 121, 28);
}

.tab-content-grid a {
    display: block;
    background-color: #212b53;
    border: 1px solid #2c2f3b;
    padding: 5px 5px;
    border-radius: 4px;
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.3s;
    width: auto;
    height: 76px;
}

.tab-content-grid a:hover {
    background-color: #2a2f4d;
}

.provider-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}

.tab-panes {
    display: none;
    padding: 7px 10px;
}

.tab-panes.active {
    display: block;
}

.text-gold {
    color: #f6c700;
    font-size: 13px;
}

.parthner-heading {
    color: #cacaca;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.parthner-pragrap {
    color: #797979;
    font-size: 11px;
    text-transform: capitalize;
}


/* Hide Sidebar on Desktop */
@media (min-width: 768px) {

    .mobile-header,
    .mobile-sidebar {
        display: none;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 60px;
        /* Adjust as needed */
    }
}

/* Hide on Desktop */
@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
}