.expert-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.expert-item .expert__img-wrapper {
	position: relative;
}
.expert-item .expert__img-wrapper img {
	width: 280px;
	height: 300px;
	object-fit: contain;
}
.expert-item .expert__img-wrapper .expert__decorator {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	position: absolute;
	background: #F1F1F1;
	bottom: 0;
	right: 40px;
	border-radius: 50%;
}
.expert-item .expert__img-wrapper .expert__decorator:after {
	content: '';
	background: url(/wp-content/uploads/2025/11/Right_Arrow.svg)no-repeat center/contain;
	width: 30px;
	height: 30px;
}
.expert-item h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #055D99;
	margin: 0;
}
.expert-item > p {
	font-family: Poppins;
	font-weight: 600;
	font-size: 17px;
	line-height: 33px;
	text-align: center;
	color: #1C0B19;
	margin: 0;
}
.expert-slider .custom-slider-dots {
	bottom: -60px;
	left: 50%;
    transform: translateX(-50%);
}
.expert-slider .custom-slider-dots .custom-slider-dot {
	background: #F1F1F1;
}
/* FLIP CARD */
.flip-card-inner {
	position: relative;
  	width: 100%;
  	height: 100%;
  	transition: transform 0.6s;
  	transform-style: preserve-3d;
	margin-bottom: 20px;
}
@media (min-width:767px){
	.expert-item:hover .flip-card-inner {
		transform: rotateY(180deg);
	}
}
.flip-card-front, .flip-card-back {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	backface-visibility: hidden;
  	border-radius: 10px;
  	overflow: hidden;
}
/* Mobile: flip por clase */
.flip-card-inner.is-flipped {
	transform: rotateY(180deg);
}

/* Mobile: cerrar */
.flip-card-inner.close-flip {
	transform: rotateY(0deg) !important;
}
.flip-card-back {
  	color: #FFF;
  	transform: rotateY(180deg);
  	padding: 60px 19px 26px 22px;
	background: radial-gradient(71.37% 90.79% at 6.57% 0%, #44B2E8 0%, #055D99 50.61%, #02324C 100%);
	font-family: Poppins;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: 0;
}
.flip-card-back strong,
.flip-card-back b {
	font-weight: 600;
}
.flip-card-back img {
    max-width: 64px !important;
    top: 5px;
    position: absolute;
    right: 0;
}
@media(max-width: 767px) {
	.expert-slider .custom-slider-dots {
		bottom: -30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#close-expert {
		display: initial
	}
	.expert-slider .custom-slider-dots {
		bottom: -30px;
	}
}
