.home-cta {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  position: relative;
  /* padding: 304px 0 50px 0; */
  padding: clamp(100px, 15.625vw, 300px) 0 50px;
}
.home-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home-cta-heading {
  position: relative;
  z-index: 15;
  max-width: 796px;
}
.home-cta-form {
  padding: 50px 65px;
  background: white;
  z-index: 15;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.home-cta-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.home-cta-form input {
  width: 100%;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.formsubmit p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.home-cta-form form > p {
  flex: 1;
}
.cta-buble-1 {
  position: absolute;
  left: 40px;
  top: -200px;
  max-width: 330px;
  object-fit: contain;
  z-index: 3;
}
.cta-buble-2 {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
  max-width: 330px;
  object-fit: contain;
  transform: translate(-115px, -70px);
}
.cta-buble-huge {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home-cta-form form {
    flex-wrap: wrap;
  }
  .home-cta-form form > p {
    width: calc(50% - 20px);
    flex: unset;
  }
  .formsubmit p {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .home-cta-form {
    padding: 25px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"] {
    font-size: 14px;
  }
  .formsubmit p {
    flex-direction: column;
  }
  .formsubmit {
    width: 100%;
  }
}
