/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 19:01:45 */
.custom-form-1582 {
  max-width: 800px;
  margin: 0 auto;
  font-family: inherit;
}

.custom-form-1582 label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
}

/* Inputs & textarea */
.custom-form-1582 input,
.custom-form-1582 textarea {
  width: 100%;
  padding: 14px 16px;
  margin-top: 6px;
  border: 1px solid #cfcfcf;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

/* Placeholder style */
.custom-form-1582 input::placeholder,
.custom-form-1582 textarea::placeholder {
  color: #9e9e9e;
}

/* Focus effect */
.custom-form-1582 input:focus,
.custom-form-1582 textarea:focus {
  border-color: #999;
  background-color: #fff;
}

/* Phone wrapper (keeps alignment clean) */
.custom-form-1582 .phone-field {
  width: 100%;
}

/* Textarea height */
.custom-form-1582 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Submit button */
.custom-form-1582 input[type="submit"] {
  background-color: #7f0000;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.custom-form-1582 input[type="submit"]:hover {
  background-color: #7f0000;
}