.itc-6e53bd78-wrapper {
	position: relative;
	padding: 0 40px;
}

.itc-6e53bd78-slide {
	text-align: center;
	padding: 30px 20px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.itc-6e53bd78-slide:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.itc-6e53bd78-icon {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 1;
	color: #6366f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itc-6e53bd78-icon svg {
	width: 48px;
	height: 48px;
	fill: #6366f1;
}

.itc-6e53bd78-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px 0;
	line-height: 1.3;
}

.itc-6e53bd78-desc {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Navigation Arrows */
.itc-6e53bd78-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #6366f1;
	border: 1px solid #e2e8f0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 10;
	transition: all 0.3s ease;
	padding: 0;
	line-height: 1;
}

.itc-6e53bd78-arrow:hover {
	background-color: #6366f1;
	color: #ffffff;
	border-color: #6366f1;
}

.itc-6e53bd78-prev {
	left: 0;
}

.itc-6e53bd78-next {
	right: 0;
}

/* Pagination Dots */
.itc-6e53bd78-pagination {
	text-align: center;
	margin-top: 20px;
}

.itc-6e53bd78-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #cbd5e1;
	opacity: 1;
	margin: 0 5px;
	transition: background-color 0.3s ease;
}

.itc-6e53bd78-pagination .swiper-pagination-bullet-active {
	background-color: #6366f1;
}

/* Swiper slide height fix */
.itc-6e53bd78-swiper .swiper-slide {
	height: auto;
}

.itc-6e53bd78-swiper .swiper-wrapper {
	align-items: stretch;
}

/* Responsive */
@media (max-width: 767px) {
	.itc-6e53bd78-wrapper {
		padding: 0 30px;
	}

	.itc-6e53bd78-arrow {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
