.elementor-kit-15{--e-global-color-primary:#31572C;--e-global-color-secondary:#132A13;--e-global-color-text:#1E1E1E;--e-global-color-accent:#90A955;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#ECF4E7;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:95px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );font-family:"Inter", Sans-serif;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{font-family:"Inter", Sans-serif;}.elementor-kit-15 h1{font-family:"Inter", Sans-serif;}.elementor-kit-15 h3{font-family:"Inter", Sans-serif;}.elementor-kit-15 h4{font-family:"Inter", Sans-serif;}.elementor-kit-15 h5{font-family:"Inter", Sans-serif;}.elementor-kit-15 h6{font-family:"Inter", Sans-serif;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{border-radius:15px 15px 15px 15px;padding:12px 24px 12px 24px;}.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-kit-15{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.oniwg-inline-form{
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 420px;
}

/* Email input */
.oniwg-inline-form input[type="email"]{
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 14px;
  outline: none;
}

/* Button */
.oniwg-inline-form button{
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 15px;
  border: none;
  background-color: #31572C;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* Mobile: stack cleanly */
@media (max-width: 480px){
  .oniwg-inline-form{
    flex-direction: column !important;
    align-items: stretch;
  }

  .oniwg-inline-form button{
    width: 100%;
  }
}/* End custom CSS */