.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:800;color:#000000;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cf7-form-custom .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background-color:#29BF3E;
    color:white;
    text-transform:uppercase;
    border-radius:12px;
    padding:10px 32px;
    
}

.cf7-form-custom textarea.wpcf7-form-control.wpcf7-textarea {
  min-height: 70px;
  height: 70px;
  resize: vertical; 
}


.cf7-form-custom {
background-color:white;
padding:30px;
    border-radius:14px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    max-width:500px;
    padding-bottom:15px;
}

.cf7-form-custom .wpcf7-spinner {
    display:inline !important;
}

/* Two-column CF7 layout */
.cf7-form-custom .cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top:-25px
}

.cf7-form-custom .cf7-grid .wpcf7-form-control {
  width: 100%;
}

/* Stack on mobile */
@media (max-width: 640px) {
  .cf7-form-custom .cf7-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */