#header-search-to {
    display: none;
}
.header-search {
    width: 100%;
    position: absolute;
    left: 0; 
    display: flex;
    padding: 10px;

}
.header-search-text {
    flex: 1; 
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
}
.header-search-btn {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    background: #004070;
    color: #fff;
    border: none; 
    margin-left: 10px;
}