.elementor-2472 .elementor-element.elementor-element-878005a{--display:flex;}.elementor-2472 .elementor-element.elementor-element-64842ee{text-align:center;}.elementor-2472 .elementor-element.elementor-element-64842ee .elementor-heading-title{text-transform:uppercase;}/* Start custom CSS for shortcode, class: .elementor-element-f4a7267 */.enquiry-form {
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  width: 100%;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

/* Inputs */
input, 
select, 
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

/* Focus State */
input:focus, 
select:focus, 
textarea:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Textarea */
textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
input[type="submit"] {
  background: #FC6045;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

input[type="submit"]:hover {
  background: #FC6045;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}/* End custom CSS */