.reservation-hero {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 15px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.reservation-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
}

.reservation-hero-content h1 {
    color: rgb(123, 61, 23);
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.reservation-hero-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-top: 20px;
}
button.select-hour.active {
    background-color: #212529;
    color: white;
}
