﻿.header-custom {
    gap: 20px;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

}

.header-nav-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

    .header-nav-link:hover {
        color: #007bff;
    }

.header-search-input {
    border: none;
    outline: none;
    padding: 6px 8px;
    background: transparent;
}

    .header-search-input:focus {
        outline: none;
        box-shadow: none;
    }

.header-btn-search {
    border: none;
    background: none;
    padding: 5px;
    float: right;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
}

    .header-btn-search:hover {
        color: #0056b3;
    }
.navbar-brand > img {
    max-height: 50px;
    width: auto;
}