.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    color: #000000;           /* Black text color */
}

.wpcf7 ::placeholder {
    color: #000000; 
    opacity: 1; /* Ensure full visibility */
}
