.top-bar {
    background-color: #1A1E25;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
    color: #1A1E25 !important;
}

.nav-link {
    color: #1A1E25 !important;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover {
    color: #10b981 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}