
.moveit-form-wrapper {
  max-width: 700px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.moveit-form-wrapper input,
.moveit-form-wrapper textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f7f8f9;
  color: #000;
  font-size: 16px;
}

.moveit-form-wrapper input:focus,
.moveit-form-wrapper textarea:focus {
  background-color: #fff;
  border: 1px solid #d45721;
  outline: none;
}

input[type="date"]::placeholder {
  color: #888;
  white-space: nowrap;
}

.gdpr-heading {
  margin-bottom: 5px;
  font-weight: bold;
}

.gdpr-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.gdpr-row input[type="checkbox"] {
  transform: scale(1.4);
  margin: 0;
}

.gdpr-row label {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.moveit-form-wrapper button {
  background-color: #ff691b;
  color: white;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
}

.moveit-form-wrapper button:hover {
  background-color: #e55a1a;
}

.h-captcha {
  margin: 20px 0;
}
