.elementor .btn-primary{position:relative;font-family:DM Sans;font-weight:400;font-size:16px;color:var(--Primary-Color);line-height:24px;text-align:start;border-radius:0px;background-color:#FF9900;position: relative;
  z-index: 0;

&::after {
position: absolute;
content: "";
background: var(--e-global-color-primary);
width: 5px;
height: 100%;
left: 0;
top: 0;
z-index: -1;
opacity: 1 !important;
transition: all 0.3s;
}\n}.elementor .btn-primary:hover,.elementor .btn-primary:focus-visible{&::after {
width: 100%;
}
color: var(--Pure-White);\n}.elementor .targeted_tab{width:100%;}