.elementor-464 .elementor-element.elementor-element-64c75e8{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2ed6187 *//* Catering Form Styling */
.catering-form {
  max-width: 700px;
  margin: 20px auto;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  font-family: "Segoe UI", sans-serif;
}

.catering-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
}

.catering-form .form-row {
  margin-bottom: 15px;
}

.catering-form input,
.catering-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.catering-form input:focus,
.catering-form textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 8px rgba(40,167,69,0.2);
  outline: none;
}

.catering-form textarea {
  min-height: 80px;
  resize: vertical;
}

.catering-form input[type="submit"] {
  background: #28a745;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.catering-form input[type="submit"]:hover {
  background: #218838;
}/* End custom CSS */