/* Contact Us Page Styles (contact.css) */

.contact-form-input {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-input:focus {
  border-color: #18B4D6;
  box-shadow: 0 0 0 3px rgba(24, 180, 214, 0.15);
}
