/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 21:21:15 */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #444;
  border-radius: 8px;
  background: #2b2b2b;
  color: #fff;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #3b82f6;
  background: #222;
}
.wpcf7-submit {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #2563eb;
}
