/*
Theme Name: Onestopcode Temp
Author: Raj Mina
Version: 1.0
*/
/* Contact Form 7 – Dark Theme Styling */
.cf7-form {
  max-width: 520px;
}

.cf7-field {
  margin-bottom: 18px;
}

.cf7-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #cbd5e1;
}

.cf7-field input,
.cf7-field textarea,
.cf7-field select {
  width: 100%;
  padding: 12px 14px;
  background: #020617;
  border: 1px solid #1e293b;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
}

.cf7-field textarea {
  resize: vertical;
  min-height: 120px;
}

.cf7-field input::placeholder,
.cf7-field textarea::placeholder {
  color: #64748b;
}

/* Submit Button */
.cf7-submit {
  width: 100%;
  padding: 14px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.cf7-submit:hover {
  background: #1d4ed8;
}
