.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b99e704:#111827;--e-global-color-a7f7a71:#FF9B8A;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Peach Smile Next / Continue button */
.e-form__button-next,
.e-form__button-submit {
  background: #FF9B8A !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 18px 26px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 14px 30px rgba(255, 155, 138, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

/* Hover */
.e-form__button-next:hover,
.e-form__button-submit:hover {
  background: #ff8c78 !important;
  box-shadow: 0 18px 38px rgba(255, 155, 138, 0.45) !important;
}

/* Active click */
.e-form__button-next:active,
.e-form__button-submit:active {
  transform: scale(0.98) !important;
}

/* Remove Elementor default focus outline */
.e-form__button-next:focus,
.e-form__button-submit:focus {
  outline: none !important;
}

/* Optional: make button full width */
.e-form__buttons__wrapper .e-form__button-next,
.e-form__buttons__wrapper .e-form__button-submit {
  width: 100% !important;
}/* End custom CSS */