
.banquet-booking-form .form-group {
    margin-bottom: 15px;
}
.banquet-booking-form label {
    display: block;
    font-weight: 600;
}
.banquet-booking-form input, .banquet-booking-form textarea, .banquet-booking-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-group button {
    background: #ec1f25 !important;
    color: #fff !important;
    width: 100% !important;
}
#submit-btn {
    background: #ec1f25 !important;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
	width: 100%; 
}
#submit-btn:hover {
    background: #005a87;
}
#loader {
    color: #0073aa;
    margin-top: 10px;
    font-weight: bold;
}
.bhb-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.bhb-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    position: relative;
}
.bhb-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
