.elementor-3029 .elementor-element.elementor-element-4964fb5{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c377e33 *//* Form container */
.wpcf7 form {
  max-width: 900px;
  margin: auto;
}

/* Headings */
.wpcf7 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* Row layout */
.form-row p {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

/* 2 columns */
.form-row > * {
  flex: 1;
}

/* Input fields */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 14px;
  outline: none;
}

/* Textarea */
.wpcf7 textarea {
  border-radius: 20px;
  height: 120px;
  margin-bottom: 15px;
}

/* Full width fields */
.wpcf7 input[name="address"],
.wpcf7 textarea {
  width: 100%;
  display: block;
}

/* Captcha row */
.captcha-row {
  align-items: center;
}

.captcha-row input {
  flex: 1;
}

.captcha-code {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-left: 10px;
  width: 16%;
}

/* Checkbox */
.wpcf7-acceptance {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

/* Submit button */
.wpcf7-submit {
  background: #ff4d00;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin: 25px auto;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  background: #e84300;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .captcha-code {
    margin-left: 0;
    margin-top: 10px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px !important;
}

/* Fix submit button width */
.wpcf7 input[type="submit"] {
    width: auto !important;
    min-width: 200px !important;
    max-width: 300px !important;
    display: block !important;
    margin: 20px auto !important;
}

/* Fix acceptance checkbox */
.wpcf7 .accept-row .wpcf7-acceptance {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 15px 0 !important;
}

.wpcf7 .accept-row .wpcf7-acceptance input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border-radius: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcf7 .accept-row .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

span.wpcf7-list-item-label {
    margin-left: 10px;
}/* End custom CSS */