.elementor-16722 .elementor-element.elementor-element-71754c7f{--display:flex;}.elementor-16722 .elementor-element.elementor-element-4ffe2dc1{--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;}/* Start custom CSS for wpforms, class: .elementor-element-49470cc5 *//* General form styling with permanent floating effect */
.wpforms-form {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease-in-out !important;
    font-family: 'Open Sans', sans-serif !important;
}

/* Headline and Text styling */
.wpforms-field-label, .wpforms-field-description, .wpforms-field {
    font-family: 'Open Sans', sans-serif !important;
}

.wpforms-field-label {
    color: #000073 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.wpforms-field-description, .wpforms-field {
    color: #333333 !important;
    font-size: 16px !important;
}

/* Input fields styling */
input[type="text"], input[type="email"], input[type="number"], textarea, select {
    width: 100% !important;
    padding: 12px !important;
    margin: 8px 0 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    line-height: 1.5em !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease-in-out !important;
}

/* Input focus state */
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    border-color: #000073 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff !important;
    outline: none !important;
}

/* Submit button styling */
button[type="submit"] {
    background-color: #000073 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}

button[type="submit"]:hover {
    background-color: #333399 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Hover and focus effects for input fields */
input:hover, textarea:hover, select:hover {
    border-color: #000073 !important;
    background-color: #fff !important;
}

/* Adjust spacing for the form and its fields */
.wpforms-field-container {
    margin-bottom: 20px !important;
}

.wpforms-field {
    padding: 10px 0 !important;
}

/* Adjustments for Dropdown Boxes */
select {
    height: auto !important;
    padding: 12px !important;
    line-height: 1.5 !important;
    appearance: none !important;
}

select option {
    padding: 10px !important;
    line-height: 1.5 !important;
}

/* Specific styling for content boxes */
#wpforms-2370-field_136-container, #wpforms-2370-field_26-container {
    background-color: #f4f8ff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    color: #333333 !important;
    margin-bottom: 50px !important;  /* Consistent space below both content boxes */
}

/* Styling for the placeholder text */
::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
    font-style: italic !important;
}

/* Remove box-shadow from radio buttons */
input[type="radio"] {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Mobile-specific styles */
@media only screen and (max-width: 768px) {
    .wpforms-form {
        padding: 20px !important;
        width: 90% !important;
        margin: 0 auto !important;
    }

    .wpforms-field-label {
        font-size: 16px !important;
    }

    .wpforms-field-description, .wpforms-field {
        font-size: 14px !important;
    }

    button[type="submit"] {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    input[type="text"], input[type="email"], input[type="number"], textarea, select {
        padding: 10px !important;
    }
}/* End custom CSS */