.bg-black {
    background-color: black;
    transition: background-color 0.3s ease;
    border-bottom: 1.5px solid #D7A04B;
}
.bg-dropdown {
    background: linear-gradient(180deg, #D7A04B 0%, #715427 100%);
}
