.cicl-carousel-wrapper {
	position: relative;
	width: 100%;
}

.cicl-carousel {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px; /* مساحة للنقاط */
}

.cicl-slide {
	display: block;
}

.cicl-slide a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 8px;
}

.cicl-slide picture {
	display: block;
	width: 100%;
}

.cicl-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.cicl-slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

/* أسهم التنقل */
.cicl-carousel-wrapper .swiper-button-next,
.cicl-carousel-wrapper .swiper-button-prev {
	background: rgba(0, 0, 0, 0.35);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.cicl-carousel-wrapper .swiper-button-next::after,
.cicl-carousel-wrapper .swiper-button-prev::after {
	font-size: 18px;
}

/* النقاط */
.cicl-carousel .swiper-pagination-bullet {
	background: #999;
	opacity: 0.6;
}

.cicl-carousel .swiper-pagination-bullet-active {
	opacity: 1;
}
