.elementor-1824 .elementor-element.elementor-element-8253326{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-1824 .elementor-element.elementor-element-8c530a2 > .elementor-widget-container{background-color:var( --e-global-color-astglobalcolor2 );margin:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;}#elementor-popup-modal-1824{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1824 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1824 .dialog-close-button{display:flex;}#elementor-popup-modal-1824 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-8c530a2 *//* Style for the labels - make them black and adjust size */
.custom-contactform .wpforms-field-label {
    color: #000; /* Black color for labels */
    font-weight: bold; /* Optional: Make labels bold */
    font-size: 16px; /* Adjust the font size of the labels */
}

/* Style for the submit button - make it purple and wider */
.custom-contactform .wpforms-submit {
    background-color: #6a4eff; /* Purple button */
    color: #fff; /* White text */
    border: none; /* Remove border */
    padding: 10px 20px; /* Add padding for height */
    font-size: 16px; /* Adjust font size */
    border-radius: 5px; /* Optional: Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    width: 100%; /* Full-width button */
    max-width: 500px; /* Optional: Limit max width */
    display: block; /* Center-align the button */
    margin: 10px auto; /* Add space and center button */
}

/* Add hover effect for the submit button */
.custom-contactform .wpforms-submit:hover {
    background-color: #563dcc; /* Darker purple on hover */
}/* End custom CSS */