.elementor-kit-504{--e-global-color-a808aec:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-504 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ✨ دکمه ارسال طلایی درخشان برای WPForms */
.wpforms-submit {
  font-family: "Vazir", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0.3px;
  border-radius: 10px !important;
  padding: 12px 24px !important;
  cursor: pointer !important;
  transition: all 0.35s ease;
  border: none !important;
  color: #3b2e00 !important;
  background: linear-gradient(90deg, #d4a017, #e4b941) !important;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3),
              inset 0 0 0 rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

/* ✨ افکت درخشش هنگام هاور */
.wpforms-submit:hover {
  color: #2e2400 !important;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.6),
              0 0 30px rgba(255, 215, 0, 0.4),
              inset 0 0 8px rgba(255, 255, 255, 0.4);
  filter: brightness(1.1);
}

/* ✨ درخشش متحرک طلایی (افکت برق از وسط دکمه) */
.wpforms-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}

.wpforms-submit:hover::after {
  left: 125%;
  transition: all 0.6s ease;
}/* End custom CSS */