.elementor-1101 .elementor-element.elementor-element-ac8ed4f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fe02591 */body {
    font-family: 'Arial', sans-serif;
    background: #f8f8f8;
    margin: 0;
    padding: 0;
}

.booking-section {
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.booking-section h1 {
    text-align: center;
    font-size: 32px;
    color: #9CAF56;
    margin-bottom: 30px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 12px 0 6px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

.checkbox-group, .radio-group {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.checkbox-group label, .radio-group label {
    font-weight: normal;
    margin-bottom: 6px;
}

button {
    margin-top: 20px;
    background: #9CAF56;
    color: white;
    border: none;
    padding: 15px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background: #82a446;
}

.note {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

/* Success Message Styles */
.success-message {
    text-align: center;
    background-color: #f0fdf4;
    border: 1px solid #9CAF56;
    padding: 20px;
    border-radius: 8px;
    color: #2e5c1d;
    margin-bottom: 20px;
}/* End custom CSS */