.search-section {
    text-align: center;
    margin: 30px 20px;
}

.search-box {
    padding: 10px;
    width: 60%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.search-btn {
    padding: 10px 20px;
    margin-left: 10px;
    background-color: #00bfae;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background-color: #009e8c;
}
