.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 .step_box_border{&:before {
position: absolute;
content: "";
background: url("/wp-content/uploads/2026/04/progress-bar-line.svg");
left: -60px;
width: 2px;
height: calc(100% + 24px);
background-repeat: no-repeat;
top: 0;
}
p a{
  color: var(--e-global-color-accent);
  transition: all 0.3s;
}
 p a:hover {
  color: var( --e-global-color-v4-secondary-color );
}\n}.elementor .step_box{&:last-of-type .step_box_border:before {
display: none;
}\n}.elementor .btn-arrow{&::before {
  position: absolute;
  content: '';
  background: url('/wp-content/uploads/2026/05/black-arrow-next.svg');
  width: 13px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s;
}\n}