/**
 * Custom CSS for Agency Contact Form Button
 */

/* Override the default button hover color with green */
.btn-primary:hover {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

/* Success button styling for reference */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
} 