
/*.contact-form{
  max-width: 1280px !important;
  border: 1px solid #FFFFFF14;
  padding: 16px !important;
  border-radius: 16px;
}*/
.wpcf7-form {
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  margin: auto;
  padding: 40px;
  gap: 32px;
  max-width: 1280px;
  background: linear-gradient(0deg, rgba(26, 188, 156, 0.08), rgba(26, 188, 156, 0.08)), #FFFFFF;
  box-shadow: 0px 50px 20px rgba(26, 188, 156, 0.01), 0px 28px 17px rgba(26, 188, 156, 0.04), 0px 13px 13px rgba(26, 188, 156, 0.07), 0px 3px 7px rgba(26, 188, 156, 0.08);
  border-radius: 8px;
}
p.description-hero{
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: var(--green-10);
}

.form{
  display: flex;
  gap: 32px;
}

.form-row {
  width: 50%;
}
.wpcf7-form p{
  color: var(--grey-80) !important;
}
.wpcf7-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.topic {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #1ABC9C0A;
  border-radius: 5px;
  color: #86878D;
}

textarea.wpcf7-form-control.wpcf7-textarea.description {
  width: 100%;
  border: 1px solid #1ABC9C0A;
  padding: 24px;
  border-radius: 8px;
  padding-bottom: 0px;
  padding-top: 17px;
}


.wpcf7-form input[type="submit"] {
  background-color: #1ABC9C;
  color: white;
  padding: 13px 65px 10px 37px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 24px;
  background-image:  url('/wp-content/uploads/2024/11/Icon-2.png') !important;
  background-repeat: no-repeat !important;
  background-position: 110px center !important;
  background-size: 40px 40px !important;
}

.wpcf7-form input[type="submit"]:hover {
 background: #40C7AD;
 border: 1px solid #1ABC9C;
 box-shadow: 0px 50px 20px rgba(26, 188, 156, 0.01), 0px 28px 17px rgba(26, 188, 156, 0.04), 0px 13px 13px rgba(26, 188, 156, 0.07), 0px 3px 7px rgba(26, 188, 156, 0.08);
}

.wpcf7-privacy-policy {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

.wpcf7-form .required {
 color: red;
 margin-left: 2px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"],select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.topic
{
  height: 56px;
  padding: 0px 24px 0px 24px;
  border-radius: 8px;
  border: 1px solid #1ABC9C0A;
  background: white;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.topic{
  padding-left: 18px;
  padding-right: 18px;
}

.wpcf7-form .privacy p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #515155 !important;
}

.privacy-link {
 border-bottom: 1px solid #1ABC9C
}

.privacy {
  padding-top: 32px;
}

div#wpcf7-f1986-p1838-o1{
  margin-top: -14px;
}

/*start new contact*/

/*end new contact*/

/************* START RESPONSIVE ***********************/

@media screen and (max-width: 1248px) {
  .contact-form {
    width: calc(100% - 32px);
    margin: auto;
    /*padding: 16px !important;*/
  }

  .wpcf7-form {
    padding: 20px;
    gap: 16px;
  }

  .form {
    flex-direction: column;
    gap: 16px;
  }

  .form-row {
    width: 100%;
  }

  .wpcf7-form input[type="submit"] {
    padding: 10px 68px 10px 20px;
    background-image:  url('/wp-content/uploads/2024/11/Icon-2.png') !important;
    background-repeat: no-repeat !important;
    background-position: 100px center !important;
    background-size: 32px 32px !important;
  }


  .wpcf7-privacy-policy {
    font-size: 10px;
  }

  p.description-hero {
    font-size: 20px;
    text-align: center;
  }
}


@media screen and (max-width: 980px) {
  .wpcf7-form input[type="submit"] {
    padding: 8px 60px 8px 20px;
    background-image:  url('/wp-content/uploads/2024/11/Icon-2.png') !important;
    background-repeat: no-repeat !important;
    background-position: 100px center !important;
    background-size: 28px 28px !important;
  }

}

@media screen and (max-width: 768px) {


  .wpcf7-form {
    padding: 16px;
  }

  .wpcf7-form label {
    font-size: 14px;
    line-height: 28px;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"] {
    height: 48px;
    padding: 8px;
    font-size: 14px;
  }

  .wpcf7-privacy-policy {
    font-size: 9px;
  }

  .form-spans .et_pb_text_inner{
    gap: 8px;
  }

}

@media screen and (max-width: 480px) {

  .wpcf7-form {
    padding: 20px;
  }


  .wpcf7-privacy-policy {
    font-size: 8px;
  }
}
