/* --- Fix Owl Carousel scroll issue on mobile --- */

.owl-carousel,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
  height: auto !important;
  min-height: 100dvh !important;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

/* Hero-specific adjustments */
.home-slider,
.home-slider .slider-item,
.home-slider .slider-text {
  min-height: 100dvh !important;
  height: auto !important;
}
