.elementor-134 .elementor-element.elementor-element-9fc32ff{--display:flex;--min-height:119px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-092d3e4{--spacer-size:555px;width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-426ba00{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6283206 */.vehicle-loan-section {
  padding: 60px 20px;
  background: #f5f8fc;
  font-family: 'Poppins', sans-serif;
}

.vehicle-loan-container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vehicle-loan-container h1 {
  font-size: 36px;
  color: #0a2a66;
  margin-bottom: 20px;
}

.vehicle-loan-container h2 {
  font-size: 24px;
  margin-top: 30px;
  color: #143c8a;
}

.vehicle-loan-container p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.vehicle-loan-container ul {
  padding-left: 20px;
}

.vehicle-loan-container ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.vehicle-loan-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.vehicle-loan-feature-box {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.vehicle-loan-feature-box:hover {
  background: #0a2a66;
  color: #fff;
  transform: translateY(-5px);
}

.apply-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 35px;
  background: #0a2a66;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #143c8a;
}/* End custom CSS */