.elementor-kit-6{--e-global-color-primary:#2D5A27;--e-global-color-secondary:#F5F0E8;--e-global-color-text:#3D2B1F;--e-global-color-accent:#D35400;--e-global-color-2a5253e:#FFFFFF;--e-global-color-d53d16a:#F5F0E8;--e-global-color-7f16957:#CAC1B1;--e-global-color-94f4f88:#2C7A22;--e-global-color-b31efe4:#F5EEDF;--e-global-color-989792c:#4A2E0E;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-size:14px;line-height:22px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h4{font-size:30px;}.elementor-kit-6 h5{font-size:25px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Montserrat", Sans-serif;font-weight:400;color:var( --e-global-color-2a5253e );border-radius:30px 30px 30px 30px;padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-6{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:16px;font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:14px;--e-global-typography-text-font-size:14px;font-size:12px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#peif-submit-btn.submit-btn {
    background-color: #1D9E75 !important;
    color: #ffffff !important; 
    border: none !important; 
    outline: none !important; 
    transition: background-color 0.3s ease !important; 
}


#peif-submit-btn.submit-btn:hover {
    background-color: #0F6E56 !important;
    border: none !important;
}


/* file remove button style */
.file-remove {
  flex-shrink: 0 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 16px !important;
  border: 1px solid #1D9E75 !important;
  background: #1D9E75 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background .15s !important;
}

.file-remove:hover {
  background: #0F6E56 !important;
}/* End custom CSS */