button[type="Request a Consultation"] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px; /* fully rounded pill shape */
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}