/* Custom styles for Elite Motors
   Tailwind is used for most styling; add any custom rules here. */

/* Ensure body takes full height */
html, body {
  height: 100%;
}

/* Small helper for image overflow in older browsers */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
