.elementor-3041 .elementor-element.elementor-element-5771a7b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7c2ef88 */.cf7-rwh-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 38px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15, 79, 189, 0.12);
  border: 1px solid rgba(15, 79, 189, 0.06);
}

.cf7-rwh-form h2 {
  text-align: center;
  margin: 0 0 28px;
  color: #123f8e;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.cf7-rwh-form p {
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.cf7-rwh-form label {
  display: block;
  margin: 0 0 6px !important;
  color: #123f8e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.cf7-rwh-form br {
  display: none !important;
}

.cf7-rwh-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 !important;
}

.cf7-rwh-form input,
.cf7-rwh-form textarea,
.cf7-rwh-form select {
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 13px 16px;
  border: 1px solid #d8e7ff;
  border-radius: 12px;
  background: #f8fbff;
  color: #173b73;
  font-size: 15px;
  outline: none;
  transition: 0.25s ease;
}

.cf7-rwh-form textarea {
  min-height: 110px;
  resize: vertical;
}

.cf7-rwh-form input:focus,
.cf7-rwh-form textarea:focus,
.cf7-rwh-form select:focus {
  border-color: #24a8ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(36, 168, 255, 0.12);
}

.cf7-rwh-form .wpcf7-checkbox,
.cf7-rwh-form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 0;
}

.cf7-rwh-form .wpcf7-list-item {
  margin: 0 !important;
}

.cf7-rwh-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 13px 14px !important;
  border: 1px solid #d8e7ff;
  border-radius: 12px;
  background: #f8fbff;
  color: #173b73;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cf7-rwh-form input[type="checkbox"],
.cf7-rwh-form input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: auto;
  padding: 0;
  accent-color: #0f57c9;
}

.cf7-rwh-form input[type="submit"] {
  width: auto;
  min-width: 230px;
  min-height: 54px;
  margin-top: 8px !important;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #0f4fbd, #25b9ff);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 79, 189, 0.25);
}

.cf7-rwh-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 79, 189, 0.32);
}

.cf7-rwh-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  border-radius: 12px;
  padding: 12px 16px !important;
}

@media (max-width: 767px) {
  .cf7-rwh-form {
    padding: 24px;
    border-radius: 18px;
  }

  .cf7-rwh-form h2 {
    font-size: 24px;
  }

  .cf7-rwh-form .wpcf7-checkbox,
  .cf7-rwh-form .wpcf7-radio {
    grid-template-columns: 1fr 1fr;
  }

  .cf7-rwh-form input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */