.ptrn_bg h2 {
    display: inline-block;
    padding: 12px 72px;
    background: url(https://lifewellworn.mplswebdev.com/wp-content/uploads/2026/04/pattern-bg.png) no-repeat center;
    background-size: 100% 100%;
  }

.cf7-btn input:hover {
   background-color: #2f352d !important;
		color: #fff !important;
}

.custom-contact-form {
  max-width: 700px;
  margin: 0 auto;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 18px 20px;
  margin-bottom: 18px;
  border: 1.5px solid #6b7f5b;
  border-radius: 20px;
  background: #f3f3f3;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.custom-contact-form textarea {
  height: 140px;
  resize: none;
}

/* Placeholder styling */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #8a9b7a;
  font-weight: 500;
}

/* Button */
.cf7-btn {
  text-align: center;
}

.cf7-btn input {
  background: #6b7f5b;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-btn input:hover {
  background: #5a6d4c;
}