.elementor-35826 .elementor-element.elementor-element-ae4d91d{--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:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}#elementor-popup-modal-35826{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-35826 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-35826 .dialog-close-button{display:flex;}#elementor-popup-modal-35826 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-e54ff6c *//* Dealer Form Wrapper */
.tg-dealer-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* Headings */
.tg-dealer-form .form-heading {
  text-align: center;
  font-size: 26px;
  color: #a8197d; /* Top Gear brand */
  font-weight: 700;
  margin-bottom: 5px;
}

.tg-dealer-form .form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

/* Inputs */
.tg-dealer-form .tg-input,
.tg-dealer-form .tg-textarea,
.tg-dealer-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-dealer-form .tg-input:focus,
.tg-dealer-form .tg-textarea:focus {
  border-color: #a8197d;
  box-shadow: 0 0 0 3px rgba(168,25,125,0.2);
  outline: none;
}

/* Textarea */
.tg-dealer-form .tg-textarea {
  min-height: 100px;
  resize: vertical;
}

/* Labels */
.tg-dealer-form label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

/* Submit Button */
.tg-dealer-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-dealer-form .tg-btn:hover {
  background: #8a1264;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(168,25,125,0.3);
}

/* Spacing */
.tg-dealer-form .form-row {
  margin-bottom: 18px;
}/* End custom CSS */