.amenity-list li:hover{
    color: white;
    background-color: #6c757d;
}

.booking-filter .view-btn{
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
}

.grid-button-1{
    background-color: #2c7a7b;
    color: white;
    border-radius: 20px;
    text-align: center;
}
.grid-button-1:hover{
    background-color: #2c7a7b;
    color: white;
    border-radius: 20px;
    text-align: center;
}
.grid-button-2{
    background-color: white;
    border: 1px solid #2c7a7b;
    color: #2c7a7b;
    border-radius: 20px;
    text-align: center;
}
.grid-button-2:hover{
    background-color: white;
    border: 1px solid #2c7a7b;
    color: #2c7a7b;
    border-radius: 20px;
    text-align: center;
}

.book-btn{
    background-color: #2c7a7b;
    color: white;
    border-radius: 10px;
    text-align: center;
}
