The standard form placeholders in Elementor are always in half opacity and can be hard to read.
Copy and paste the following CSS-code for all placeholders into
The Code
input::placeholder, textarea::placeholder { color: #pasteyourhexcolorhere !important; opacity: 1 !important; }