/* 
  NOTE: Replace 'd61eab4' with the actual data-id you find 
  by inspecting the button's container.
*/
.elementor-element-9f62814 a.elementor-button {
  transition: all 0.3s ease !important;
  background-color: #1B5AA7 !important; /* Your primary blue color */
  border: 2px solid #1B5AA7 !important; /* Matching border color */
  color: #FFFFFF !important;             /* White text */
  border-radius: 4px !important;
}

.elementor-element-9f62814 a.elementor-button:hover {
  background-color: transparent !important;
  border-color: #1B5AA7 !important;      /* Black border on hover */
  color: #1B5AA7!important;             /* Black text on hover */
}

.elementor-element-01e5fb0 a.elementor-button {
  transition: all 0.3s ease !important;
  background-color: #1B5AA7 !important; /* Your primary blue color */
  border: 2px solid #1B5AA7 !important; /* Matching border color */
  color: #FFFFFF !important;             /* White text */
  border-radius: 4px !important;
}

.elementor-element-01e5fb0 a.elementor-button:hover {
  background-color: transparent !important;
  border-color: #1B5AA7 !important;      /* Black border on hover */
  color: #1B5AA7!important;             /* Black text on hover */
}