.elementor-3916 .elementor-element.elementor-element-d4f6201{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-3916{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3916 .dialog-message{width:1000px;height:700px;align-items:flex-start;}#elementor-popup-modal-3916 .dialog-close-button{display:flex;}#elementor-popup-modal-3916 .dialog-widget-content{box-shadow:var(--shadow_horizontal, 0) var(--shadow_vertical, 0) var(--shadow_blur, 10px) var(--shadow_spread, 0) rgba(0,0,0,0.15);}/* Start custom CSS for shortcode, class: .elementor-element-6c4ef9c *//* General Form Styling */
.volunteer-form {
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Avenir', 'Arial', sans-serif; /* Avenir with fallback */
}

.volunteer-form h2 {
    color: #009E74;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.volunteer-form h3 {
    color: #009E74;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #F4B03E;
    padding-bottom: 5px;
}

/* Form Row and Column Layout */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-column {
    flex: 1;
}

/* Label Styling */
.volunteer-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: bold;
}

/* Input Fields Styling */
.volunteer-form input[type="text"],
.volunteer-form input[type="email"],
.volunteer-form input[type="tel"],
.volunteer-form select,
.volunteer-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease;
    font-family: 'Avenir', 'Arial', sans-serif; /* Avenir with fallback */
}

.volunteer-form input[type="text"]:focus,
.volunteer-form input[type="email"]:focus,
.volunteer-form input[type="tel"]:focus,
.volunteer-form select:focus,
.volunteer-form textarea:focus {
    border-color: #009E74;
    outline: none;
}

/* Checkbox and Radio Styling */
.volunteer-form .wpcf7-checkbox,
.volunteer-form .wpcf7-radio {
    margin-bottom: 15px;
}

.volunteer-form .wpcf7-checkbox label,
.volunteer-form .wpcf7-radio label {
    font-weight: normal;
    margin-left: 5px;
    font-family: 'Avenir', 'Arial', sans-serif; /* Avenir with fallback */
}

/* Submit Button Styling */
.volunteer-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #009E74;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Avenir', 'Arial', sans-serif; /* Avenir with fallback */
}

.volunteer-form input[type="submit"]:hover {
    background-color: #007a5a;
}

/* Additional Styling for Checkboxes and Select Dropdowns */
.volunteer-form .wpcf7-checkbox input[type="checkbox"],
.volunteer-form .wpcf7-radio input[type="radio"] {
    margin-right: 8px;
}

.volunteer-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23009E74'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

/* Textarea Styling */
.volunteer-form textarea {
    resize: vertical;
    min-height: 100px;
}
/*checkbox options*/
span.wpcf7-list-item-label {
    margin-right: 15px;
}/* End custom CSS */