.elementor-7360 .elementor-element.elementor-element-f9e4c6a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:4rem;--padding-bottom:4rem;--padding-left:4rem;--padding-right:4rem;}.elementor-7360 .elementor-element.elementor-element-d7a98e1 .elementor-heading-title{font-size:2rem;color:var( --e-global-color-accent );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7360 .elementor-element.elementor-element-f9e4c6a{--content-width:100%;--padding-top:2rem;--padding-bottom:2rem;--padding-left:1rem;--padding-right:1rem;}.elementor-7360 .elementor-element.elementor-element-d7a98e1 .elementor-heading-title{font-size:1.5rem;}}@media(min-width:768px){.elementor-7360 .elementor-element.elementor-element-f9e4c6a{--content-width:1300px;}}/* Start custom CSS for text-editor, class: .elementor-element-eedeeda *//* Container for the entire form */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border: solid 1px #9FC838;
  border-radius: 10px;
}

.wpcf7-form .part1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.wpcf7-form .two-column {
  width: 49%;
}

.wpcf7-form .three-column {
  width: 32%;
}

.wpcf7-form .one-column {
  width: 100%;
}

/* Input fields and dropdowns */
.wpcf7-form input,
.wpcf7-form select {
  width: 100%;    
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 1px #C7C7C7;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: montserrat;
}

/* Textarea full width */
.wpcf7-form textarea {
  width: 100%;
  border: solid 1px #C7C7C7;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  height: 100px;
  font-family: montserrat;
}

.wpcf7-form .submit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0 0;
}

/* Submit button styling */
.wpcf7 .custom-submit {
  background: #9FC838;
  color: #000;
  border: 1px solid #9FC838;
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

/* Hover effect */
.wpcf7 .custom-submit:hover {
  background: #fff;
  color: #9FC838;
}
.wpcf7-form-control{
    border-radius: 10px!important;
}
.wpcf7-spinner{
    display: none!important;
}

/* Optional: Mobile responsive */
@media (max-width: 768px) {
  .wpcf7-form {
  width: 100%;
  padding: 15px;
}
  .wpcf7-form .part1{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

  .wpcf7-form .two-column {
  width: 100%;
}

.wpcf7-form .three-column {
  width: 100%;
}

.wpcf7-form .one-column {
  width: 100%;
}
}/* End custom CSS */