.elementor-kit-10{--e-global-color-primary:#012169;--e-global-color-secondary:#1B7339;--e-global-color-text:#393939;--e-global-color-accent:#E4002B;--e-global-color-8e8e753:#FFFFFF;--e-global-color-a0f79db:#F3F8F5;--e-global-typography-primary-font-family:"Hanken Grotesk";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.6px;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Hanken Grotesk";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-line-height:1em;--e-global-typography-9fa5303-font-family:"Hanken Grotesk";--e-global-typography-9fa5303-font-size:14px;--e-global-typography-9fa5303-font-weight:400;--e-global-typography-9fa5303-line-height:1em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-width:14%;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end: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;}.elementor-kit-10{--e-page-transition-exit-animation:e-page-transition-fade-in;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-10{--e-page-transition-exit-animation:e-page-transition-fade-in;}}/* Start custom CSS */.green{
    color: #1B7339;
}

.nf-form-fields-required{
    display: none !important;
}
  
.nf-form-content *:not(input):not(textarea){
    color: #FFF !important;
}

.nf-response-msg {
    color: #FFF;
}
#nf-field-4, #nf-field-14 {
  background-color: #1B7339;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 30px;
  border: none;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#nf-field-4:hover, #nf-field-14:hover {
  background-color: #145a2d;  
}
 #nf-form-1-cont nf-fields-wrap{
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 12px;

}

#nf-form-1-cont nf-fields-wrap nf-field:nth-child(-n+4){
    width: 49%;
}


@media (max-width: 990px){
    #nf-form-1-cont nf-fields-wrap nf-field:nth-child(-n+4){
    width: 100%;
}
}

#nf-form-1-cont nf-fields-wrap nf-field:nth-child(n+5){
    width: 100%;
}

.label-above .nf-field-label{
     margin-bottom: 2px;
}

.nf-form-content .nf-field-element textarea {
    height: 70px;
    resize: vertical;
}

#nf-form-1-cont .nf-field-label, #nf-form-2-cont .nf-field-label{
    
    display: none !important;
    
}

.elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1B7339; /* Deep green */
  color: #ffffff !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  padding: 12px 30px;
  border: none;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.elementor-post__read-more:hover {
  background-color: #145a2d; /* Darker green on hover */
  color: #ffffff;
}/* End custom CSS */