/* Start custom CSS for pages-contact, class: .elementor-element-80eac1d */.contact-form-wrapper .form-control {
  width: 100%;
  padding: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 15px;
  background-color: #fafafa;
  transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
  border-color: #4CAF50;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.2);
}

.contact-form-wrapper textarea.form-control {
  min-height: 140px;
}

.btn.btn-primary {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn.btn-primary:hover {
  background-color: #3d8a42;
}

.mb-3 { margin-bottom: 15px; }
.mt-3 { margin-top: 15px; }
.text-center { text-align: center; }/* End custom CSS */