.mobile-menu {
    position: fixed;
    bottom: 0;
    padding: 1px;
    width: 100%;
    background-color: #403f6f;
    z-index: 2;
    overflow: hidden;
}

[dir="rtl"] .mobile-menu {
    left: 0
}

.mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;

}

@media (max-width: 767px) {
    .mobile-menu ul {
        width: 80%
    }
}

@media (max-width: 480px) {
    .mobile-menu ul {
        width: 95%
    }
}

@media (max-width: 360px) {
    .mobile-menu ul {
        width: 100%
    }
}

[dir="rtl"] .mobile-menu ul {
    padding: 0
}

.mobile-menu ul li {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

.mobile-menu ul li.active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative
}

.mobile-menu ul li.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 100%
}

.mobile-menu ul li a img {
    display: block;
    margin: 0px auto
}

.mobile-menu ul li a.active, .mobile-menu ul li a:hover {
    color: #222
}

@media (max-width: 360px) {
    .mobile-menu ul li a {
        font-size: 8px
    }
}

.mobile-menu ul li a .icli {
    display: inline-block;
    margin: 0 auto;
    font-size: 10px;
    color: #fff
}

@media (max-width: 360px) {
    .mobile-menu ul li a {
        height: 10px
    }
}

.mobile-menu ul li a span {
    display: block;
    color: #fff
}




.btn-xs{padding:.25rem .5rem;font-size:10px}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px; }


.btn-xxs{padding:.1rem .1rem;font-size:0.3rem}

.btn-xxs {
    padding: .1rem .1rem;
    font-size: 0.3rem; }



.btn-rounded.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.header-top-main {
    background: #e4e4e4;
}



.account-profile-1 {
    background: #2c3042;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}
.account-profile-2 {
    background: #7e8125;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}
.account-profile-3 {
    background: #e17f19;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}
.account-profile-4 {
    background: #e7031e;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}
.account-profile-5 {
    background: #252498;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}
.account-profile-6 {
    background: #084107;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}

.account-profile-7 {
    background: #d2ae37;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
}




.grid-8-cols {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0px; /* Adjust spacing between cards as needed */
}
.grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px; /* Adjust spacing between cards as needed */
}

/* Responsive fallback for smaller screens */
@media (max-width: 1200px) {
    .grid-8-cols {
        grid-template-columns: repeat(4, minmax(0, 1fr)); /* Drops to 4 columns on medium screens */
    }
    .grid-4-cols {
        grid-template-columns: repeat(4, minmax(0, 1fr)); /* Drops to 4 columns on medium screens */
    }
}

@media (max-width: 768px) {
    .grid-8-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* Drops to 2 columns on mobile */
    }
    .grid-4-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* Drops to 2 columns on mobile */
    }
}

/* Position dropdown button in top right */
.card-dropdown-toggle {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 5;
    padding: 2px 6px;
    font-size: 14px;
    color: #6c757d;
    background: transparent;
    border: none;
}

.card-dropdown-toggle:hover {
    color: #343a40;
}


.card-icon-menu-btn {
    z-index: 5;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    background: #d2ae37;
    border: 1px solid #9a7830;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}


.text-black-dark{
    color : #000 !important;
    font-weight: bolder;
}


.bg-primary-gold-new{
    background-color: #ab7a1f !important;
}


.force-caps {
    text-transform: uppercase;
}




.btn-profile-gold {
    background: #d2ae37;
    color: #0c0c0c;
    text-emphasis-color: #9a6808;
    border: 1px solid #9a6808; /* Darker gold border */
    border-radius: 8px; /* Adjust pixel value for more or less curve */
}

/* v1.6.61 — canonical link styling: links never use underlines. */
a, a:link, a:visited, a:hover, a:focus, a:focus-visible, a:active {
    text-decoration: none !important;
}
