#header .top-navigation-bar .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    padding: 5px 15px !important;
}

.top-navigation-bar-menu, 
.top-navigation-menu-trigger {
    display: none !important;
}

#custom-nav-combined {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-grow: 1;
}

.nav-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-divider {
    height: 20px;
    width: 1px;
    background-color: #ddd;
    margin: 0 10px;
}

.custom-item, .custom-item a {
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #333 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-item a:hover {
    color: #e30613 !important;
}

.nav-icon {
    color: #e30613;
    font-size: 14px;
}

.contact-text {
    text-transform: none !important;
}

.top-navigation-tools {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-left: 20px;
}

.top-navigation-tools a, 
.top-navigation-tools button {
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

@media (max-width: 1100px) {
    .hide-tablet { display: none !important; }
}
@media (max-width: 767px) {
    #custom-nav-combined { display: none; }
}