/* Elementor Addon Nextra - Team Carousel */

.ean-widget-team-carousel .ean-carousel-slide {
	height: 100%;
}

.ean-widget-team-carousel .ean-tc-card {
	height: 100%;
	padding: 22px 20px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e8e8ef;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(20, 20, 40, .06);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ean-widget-team-carousel .ean-tc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(20, 20, 40, .12);
	border-color: #dcdcf0;
}

.ean-widget-team-carousel .ean-tc-image {
	width: 110px;
	height: 110px;
	margin: 0 auto 16px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(20, 20, 40, .14);
}

.ean-widget-team-carousel .ean-tc-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.ean-widget-team-carousel .ean-tc-card:hover .ean-tc-image img {
	transform: scale(1.05);
}

.ean-widget-team-carousel .ean-tc-name {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: .2px;
}

.ean-widget-team-carousel .ean-tc-role {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6c63ff;
}
