.elementor-10390 .elementor-element.elementor-element-6e2239e{--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-10390 .elementor-element.elementor-element-ac5e6bd.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-10390 .elementor-element.elementor-element-8e47cf5.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-ac5e6bd *//* === FORM BUTTON STYLING === */
#wpforms-submit-10307 {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between icon and text */
  background-color: #E07A5F !important; /* your brand orange */
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 0 !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


/* Add a file icon before the text */
#wpforms-submit-10307::before {
  content: url('https://cdn-icons-png.flaticon.com/512/60/60525.png'); /* 📎 icon example */
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1); /* makes it white */
}/* End custom CSS */