.elementor-1412 .elementor-element.elementor-element-e114c90{--display:flex;}/* Start custom CSS for html, class: .elementor-element-13c36e7 *//* Slider Container */
.car-features-slider {
  --swiper-theme-color: #007aff;
  font-family: "Inter", Sans-serif;
  max-width: 900px;
  width: 100%;
  height: auto;
  padding-bottom: 30px; /* Space for pagination dots */
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Feature Card Layout */
.feature-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Typography & Caption Styling */
.caption-wrapper {
  padding: 40px 50px;
  text-align: center;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.feature-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
}
/* Positioning navigation to align nicely with the image section */
.car-features-slider .swiper-button-next,
.car-features-slider .swiper-button-prev {
  top: 35%; 
}

.car-features-slider .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
}/* End custom CSS */