.image-slider__image-wrap img {
	width: 100%;
}

/* Image Slider — normal slide transition (no fade, no zoom) */
.image-slider__carousel {
	width: 100%;
	overflow: hidden;
	height: 500px; /* adjust to your preferred slider height */
}

.image-slider__carousel .swiper-slide {
	height: 100%;
}

.image-slider__item {
	height: 100%;
}

.image-slider__image-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-slider__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	/* Prevent any zoom / scale animation */
	transform: none !important;
	animation: none !important;
	transition: none !important;
}
