.elementor-101 .elementor-element.elementor-element-c4cdd93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-101 .elementor-element.elementor-element-29e5be5.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-29e5be5 *//* Wrapper */
.demo-form {
  max-width: 900px;
}

.demo-form h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-subtitle {
  color: #6b7280;
  margin-bottom: 40px;
  font-size: 16px;
}

/* Row Layout */
.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.form-row.full {
  display: block;
}

.form-col {
  flex: 1;
}

/* Labels */
.demo-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #111827;
}

/* Inputs */
.demo-form input,
.demo-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 15px;
  transition: all 0.2s ease;
  outline: none;
}

/* Textarea height */
.demo-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Focus */
.demo-form input:focus,
.demo-form textarea:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

/* Submit Button */
.demo-form input[type="submit"] {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, #2b78e4, #2563eb);
  cursor: pointer;
  transition: all 0.3s ease;
}

.demo-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(37,99,235,0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}/* End custom CSS */