.elementor-35816 .elementor-element.elementor-element-cf82175{--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;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}#elementor-popup-modal-35816{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-35816 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-35816 .dialog-close-button{display:flex;}#elementor-popup-modal-35816 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-cf82175 *//* Wrapper */
.tg-enquiry-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* Headings */
.tg-enquiry-form .form-heading {
  text-align: center;
  font-size: 24px;
  color: #a8197d; /* Top Gear brand color */
  margin-bottom: 5px;
}

.tg-enquiry-form .form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Input fields */
.tg-enquiry-form .tg-input,
.tg-enquiry-form .tg-textarea,
.tg-enquiry-form .tg-file {
  width: 100%;
  padding: 12px 15px;
  margin-top: 6px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tg-enquiry-form .tg-input:focus,
.tg-enquiry-form .tg-textarea:focus {
  border-color: #a8197d;
  box-shadow: 0 0 0 3px rgba(168, 25, 125, 0.2);
  outline: none;
}

/* Labels */
.tg-enquiry-form label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

/* Textarea */
.tg-enquiry-form .tg-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
.tg-enquiry-form .tg-btn {
  background: #a8197d;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}

.tg-enquiry-form .tg-btn:hover {
  background: #8a1264;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(168,25,125,0.3);
}

/* Form Row Spacing */
.tg-enquiry-form .form-row {
  margin-bottom: 18px;
}/* End custom CSS */