header {
    background-color: #1B5E20;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.header-top {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logo img {
    max-height: 50px;
}

.location {
    font-size: 0.9rem;
    color: #FFCA28;
}

.search-bar {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
}

.search-bar input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.search-bar button {
    background-color: #FF8F00;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.user-options a {
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
}

.language a {
    color: white;
    text-decoration: none;
}
