.elementor-39 .elementor-element.elementor-element-521ff4c{--display:flex;--background-transition:0.3s;}.elementor-39 .elementor-element.elementor-element-6f65c75 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}.elementor-39 .elementor-element.elementor-element-6f65c75 .qodef-qi-contact-form-7{text-align:left;}.elementor-39 .elementor-element.elementor-element-6f65c75 .qodef-qi-contact-form-7 .wpcf7-not-valid-tip{text-align:left;}@media(max-width:1024px){.elementor-39 .elementor-element.elementor-element-6f65c75 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-6f65c75 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}/* Start custom CSS for qi_addons_for_elementor_contact_form_7, class: .elementor-element-6f65c75 *//* ================================
   Wrapper Form
================================= */
.form-elegan {
  max-width: 640px;
  margin: 60px auto;
  padding: 40px;
  background: linear-gradient(to bottom right, #ffffff, #f9f9fb);
  border: 1px solid #eaeaea;
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* ================================
   Setiap Field Wrapper
================================= */
.field {
  margin-bottom: 28px;
}

.field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2937;
}

/* ================================
   Input & Textarea
================================= */
.input-elegan {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 transparent;
  resize: vertical;
}

.input-elegan:focus {
  background: #fff;
  border-color: #6366f1;
  outline: none;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

/* ================================
   Tombol Submit
================================= */
.field.align-right {
  text-align: center;
  margin-top: 32px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-521ff4c */.form-elegan {
  max-width: 640px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.field {
  margin-bottom: 28px;
}

.field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2937;
}

.input-elegan {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 transparent;
}

.input-elegan:focus {
  background: #fff;
  border-color: #6366f1;
  outline: none;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

.btn-elegan {
  background: linear-gradient(to right, #6366f1, #8b5cf6);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.btn-elegan:hover {
  background: linear-gradient(to right, #4f46e5, #7c3aed);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}

.align-right {
  text-align: right;
}/* End custom CSS */