.mobex-button-special-hover-yes .elementor-button::before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    border-radius: 3px;
}

.mobex-button-special-hover-yes .elementor-button:hover:before,
.mobex-button-special-hover-yes .elementor-button:focus:before {
    width: 100%;
    left: 0;
    right: auto;
}

.mobex-button-special-hover-yes .elementor-button {
    position: relative;
    z-index: 1;
}