.elementor-3457 .elementor-element.elementor-element-e506d59{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3457 .elementor-element.elementor-element-ba40e9a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b1b17dd *//* Container for form fields */
.wpcf7 .form-row {
    display: inline-block;
    width: 44%;  /* Each field takes up 30% of the width */
    margin-right: 5%; /* Space between columns */
    vertical-align: top;
}

/* Remove margin on the last field */
.wpcf7 .form-row:last-child {
    margin-right: 0;
}

/* Adjust label styling */
.wpcf7 label {
    
    margin-bottom: 8px;
}

/* Make the input fields take up full width of their container */
.wpcf7 .form-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Style the submit button */
.wpcf7 input[type="submit"] {
    background-color: #0073EA;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
     border-radius: 40px 40px 40px 40px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #0073EA;
    border-radius: 40px 40px 40px 40px;
}

.wpcf7 p {
    margin-block-end: 1.9rem;
    margin-block-start: 0;
}

/* Adjust for mobile devices */
@media (max-width: 768px) {
    .wpcf7 .form-row {
        display: block;
        width: 100%; /* Stack fields on mobile */
        margin-right: 0;
        margin-bottom: 10px;
    }
}/* End custom CSS */