#filter-section {
    margin-top: 20px; /* Adjust based on header height */
    background-color: #ffffff00;
    padding: 10px 0;
    position: sticky;
    top: 70px; /* Adjust based on header height */
    z-index: 500;
}

.search-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

input, select {
    padding: 10px;
    border: 1px solid #115470;
    border-radius: 4px;
}

