/* Custom CSS for B&B Centro Storico Perugia */
.form-label {
    margin-bottom: 0;
}

.form-input-wrapper input {
    width: 100%;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
}

.form-data select {
    color: #ccc
}

.modal-content .form-input-wrapper input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 5px;
    margin-bottom: 10px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
}

/* Hero Carousel - Responsive Height */
@media (max-width: 768px) {
    #heroCarousel {
        height: 400px !important;
    }
}
