/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 16:08:19 */
.wpcf7-form > p {
  margin-bottom: 16px;
}
.wpcf7-form p:last-of-type {
  margin: 0;
  height: 48px;
}
.wpcf7-form label {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 8px;
}
.wpcf7-form .newsletter-input {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #a9bdcb;
  outline: 1px solid transparent;
  text-indent: 12px;
  padding: 0;
  height: 48px;
  font-size: 16px;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  outline: none;
  margin-top: 8px;
}
.wpcf7-form .newsletter-input:hover, .wpcf7-form .newsletter-input:focus {
  border-color: #1f1f1f;
  background: #fff;
}
.wpcf7-form p.pricing-top-column-text {
  font-size: 14px;
  line-height: 16px;
}
.wpcf7-form .privacy {
  text-decoration: underline;
  color: #000;
}
.wpcf7-form .btn-secondary {
  margin-top: 12px;
}
.wpcf7-form .full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wpcf7-form .full-width-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
}
form.contact textarea {
  overflow: auto;
  outline: none;
  box-shadow: none;
  resize: none;
  border: solid 1px #a9bdcb;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  background: #f9f6f1;
  height: 95px;
}
form.contact textarea:hover, form.contact textarea:focus {
  border-color: #1f1f1f;
}
form.contact .newsletter-input {
  background: #f9f6f1;
}
form.contact p:last-of-type {
  margin: 0;
}
.wpcf7-response-output {
  margin: 0;
}
