/* Contact Form Styles - Consolidated to avoid duplication with content-styles.css */
.form-group.has-error input,
.form-group.has-error textarea {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}




