.elementor-13 .elementor-element.elementor-element-27d64d6{--display:flex;--min-height:335px;--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;}.elementor-13 .elementor-element.elementor-element-27d64d6:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-27d64d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mecciinc.org/wp-content/uploads/2025/09/lamecci-images-2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-13 .elementor-element.elementor-element-f09a006{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-27d64d6{--min-height:156px;}.elementor-13 .elementor-element.elementor-element-f09a006{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for wpforms, class: .elementor-element-de02eae */#wpforms-734 input,
#wpforms-734 textarea,
#wpforms-734 select {
    padding: 25px 25px;
    font-family: 'Moon', serif;
    color: #000;
    background-color: transparent;
    border: 1px solid #b9a579 !important;
   
    font-size: large;
    width: 100%; /* Ensure inputs take full width */
    box-sizing: border-box; /* Avoids overflow issues */
    border-radius: 5px;
}

/* Placeholder text color */
#wpforms-734 input::placeholder,
#wpforms-734 textarea::placeholder,
#wpforms-734 select::placeholder {
    color: #000; /* Set placeholder text to white */
    opacity: 1; /* Ensure full opacity for placeholder */
}

/* Ensure checkboxes and radio buttons have the appropriate styling */
#wpforms-734 input[type="radio"],
#wpforms-734 input[type="checkbox"] {
    margin: 0 10px;
    font-family: 'Moon', serif;
    color: white;
    font-size: large;
}

/* Target submit buttons within this form */
#wpforms-734 input[type="submit"],
#wpforms-734 button[type="submit"] {
    padding: 30px;
    font-family: 'Trirong', serif;
    color: #FFF; /* Text color */
    background-color: #f8921e; /* Button background color */
    border-radius: 5px;
    font-size: x-large;
    border: 1px solid white; /* White border */
    cursor: pointer;
    width: 100%; /* Full-width button */
    line-height: 0;
    box-sizing: border-box;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    #wpforms-734 input,
    #wpforms-734 textarea,
    #wpforms-734 select {
        padding: 15px 15px; /* Reduce padding */
        font-size: medium; /* Adjust font size for smaller screens */
    }

    #wpforms-734 input[type="submit"],
    #wpforms-734 button[type="submit"] {
        padding: 10px 20px; /* Reduce button padding */
        font-size: large; /* Smaller font size for mobile */
    }

    #wpforms-734 input[type="radio"],
    #wpforms-734 input[type="checkbox"] {
        margin: 0 5px; /* Smaller margin for checkboxes/radio */
    }
}/* End custom CSS */