/* Custom styles for contact-us.php */

/* Contact Banner */
.contact-banner {
  height: 400px;
}

/* Form Placeholders */
input::placeholder,
textarea::placeholder {
  color: #495057 !important;
}

/* Alert Messages */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.success-message,
.error-message {
  margin: 0;
  font-size: 16px;
}

/* Form Title */
.form-title {
  color: #fff;
}

/* Text Center Utility */
.text-center {
  text-align: center;
}
