.elementor-7652 .elementor-element.elementor-element-74f886d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7652 .elementor-element.elementor-element-31fe6dfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7652 .elementor-element.elementor-element-41d2f07b .elementor-button{background-color:#000000;font-family:"Poppins", Sans-serif;font-size:25px;font-weight:400;font-style:italic;text-decoration:none;fill:#FFFDFD;color:#FFFDFD;border-style:groove;}/* Start custom CSS */<script>
  // Get the current URL parameters
  const urlParams = new URLSearchParams(window.location.search);
  const postSlug = urlParams.get('post_slug'); // Get 'post_slug' parameter

  // Set the button link dynamically
  const button = document.querySelector('.elementor-button'); // Target button
  if (button && postSlug) {
      button.href = `/step-2/?post_slug=${postSlug}`; // Append slug to Step 2 URL
  }
</script>/* End custom CSS */