.elementor .text-bottol-line{display:flex;flex-direction:column;gap:24px;&::after{
  content: "";
  width: 52px;
  height: 3px;
  background-color: #A9CC41;
}\n}.elementor .orange-btn{width:100%;min-height:52px;max-width:max-content;font-family:Roboto;font-weight:600;font-size:16px;color:#ffffff;line-height:100%;padding-block-start:12px;padding-block-end:12px;padding-inline-start:16px;padding-inline-end:16px;border-radius:999px;background-color:#F37120;transition:all 500ms;display:flex;justify-content:center;align-items:center;position: relative;
&:before {
  content: "";
  margin-left: 8px;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2026/05/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: -28px 50%;
  border-radius: 28px;
  background-size: 16px;
  position: absolute;
  left: auto;
  right: 12px;
  transition: all 0.5s;
  z-index: 1;
}
&:after {
  content: "";
  margin-left: 8px;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-color: #121212;
  background-image: url(/wp-content/uploads/2026/05/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 28px;
  background-size: 16px;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}\n}.elementor .orange-btn:hover,.elementor .orange-btn:focus-visible{color:#ffffff;background-color:#A9CC41;&:before {
      background-position: 2px 50%;
      transition: all 0.5s;
  }
  &:after {
      background-color: #F37120;
      background-position: 28px 50%;
      transition: all 0.5s;
  }\n}