.elementor .btn-orange{overflow:hidden;position:relative;font-family:Lato;font-weight:700;font-size:18px;color:var(--white);letter-spacing:0.3px;line-height:20px;padding-block-start:18px;padding-block-end:18px;border-radius:12px;background-color:var(--orange);display:inline-flex;&::before{
      position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #0C58AF;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}\n}.elementor .btn-orange:hover,.elementor .btn-orange:focus-visible{&::before{
  width:100%;
}\n}