.elementor-875 .elementor-element.elementor-element-5c07a95b{--display:flex;}.elementor-875 .elementor-element.elementor-element-cd697c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b40816a */.static-btn {
  display: inline-block;
  padding: 12px 30px;
  background-image: linear-gradient(115deg, #4D0AA4 0%, #AD77FF 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  width: 190px;
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 4px 10px 0px rgba(77, 10, 164, 0.52);
  transition: none !important; /* disable animation */
}

/* On hover → keep same style (no change) */
.static-btn:hover {
  background-image: linear-gradient(115deg, #4D0AA4 0%, #AD77FF 100%);
  color: #fff;
}/* End custom CSS */