.elementor-1592 .elementor-element.elementor-element-cecfaa5{--display:flex;--min-height:100vh;--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;--justify-content:flex-end;}.elementor-1592 .elementor-element.elementor-element-cecfaa5:not(.elementor-motion-effects-element-type-background), .elementor-1592 .elementor-element.elementor-element-cecfaa5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://velocityfintrust.com/wp-content/uploads/2025/11/Test-Drive-Banner.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1592 .elementor-element.elementor-element-1a7f141{--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-1592 .elementor-element.elementor-element-dd80dd3{--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:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1592 .elementor-element.elementor-element-6a28434{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:10px 10px 10px 10px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1592 .elementor-element.elementor-element-cecfaa5{--min-height:30vh;}}/* Start custom CSS for shortcode, class: .elementor-element-6a28434 *//* === Schedule Test Drive Form Styles === */
.wpcf7 form {
  max-width: 700px;
  margin: auto;
  font-family: "Inter", sans-serif;
}

.wpcf7 h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.wpcf7 p {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}

.wpcf7 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
}

.form-group {
  flex: 1;
  margin-right: 10px;
}

.form-group.half {
  width: 48%;
}

.form-group:last-child {
  margin-right: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
}

.send-otp-btn,
.verify-otp-btn,
input[type="submit"] {
  background-color: #0b63f6;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.send-otp-btn:hover,
.verify-otp-btn:hover,
input[type="submit"]:hover {
  background-color: #0849b3;
}

.verify-otp-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.submit-row {
  text-align: center;
  margin-top: 25px;
}/* End custom CSS */