
/* Brand-consistent solid pill buttons with white text */
.elementor-element-a1840fb .elementor-button {
  background-color: #00003C;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.elementor-element-a1840fb .elementor-button-text { color: #fff !important; font-weight: 600; }
.elementor-element-a1840fb .elementor-button:hover { background-color: #FF7A41; }
/* Hero WhatsApp button: solid green pill, white text */
.elementor-element-d68a0ed .elementor-button {
  background-color: #25D366;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.elementor-element-d68a0ed .elementor-button-text { color: #fff !important; font-weight: 600; }
.elementor-element-d68a0ed .elementor-button:hover { background-color: #1ebe5b; }
