html{
    font-family: Be Vientam Pro;
}
.elementor-shortcode .cardSwiper{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 #0000, 0 32px 64px -16px rgba(0, 0, 0, 0.08);
}

.elementor-shortcode .cardSwiper .card-container {
    padding: 4rem;
    text-align: center;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 1.5rem;
    max-width: 540px;
}
.elementor-shortcode .cardSwiper .card-container .main-content {
    z-index: 10;
    position: relative;
}
.elementor-shortcode .cardSwiper .card-container .icon-wrapper{
    display: inline-block;
    background: #f5f3f3;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
	height: fit-content;
    box-shadow: 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.elementor-shortcode .cardSwiper .card-container .icon-wrapper span{
    color: #a4834a;
    font-size: 2.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-shortcode .cardSwiper .card-container .background-content{
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0px;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.elementor-shortcode .cardSwiper .card-container .background-content span{
    color: #efeded66;
    font-weight: 900;
    font-size: 20rem;
}
.elementor-shortcode .cardSwiper .swiper-button-next,
.elementor-shortcode .cardSwiper .swiper-button-prev
{
    height: 2.5rem;
    width: 2.5rem;
    background: #a4834a;
    /* padding: 1.5rem; */
    border-radius: 999px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.elementor-shortcode .cardSwiper .swiper-button-next{
    right: 5%;
}
.elementor-shortcode .cardSwiper .swiper-button-prev{
    left: 5%;
}
.elementor-shortcode .cardSwiper .swiper-button-next svg,
.elementor-shortcode .cardSwiper .swiper-button-prev svg
{
    height: 1rem;
    color: white;
}
.trainer-widget > .justify-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 3rem;
}
.trainer-widget .header h1{
    color: #1b1c1c;
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -0.01em;
    font-weight: 600;
}
.trainer-widget .header p{
    color: #5f5e5e;
    font-size: 1rem;
    font-family: Be Vietnam Pro;
}
.trainer-widget .btn-filters{
    background-color: #f5f3f3;
    padding: 0.25rem;
    gap: .5rem;
    border-radius: 9999px;
}
.trainer-widget .btn-filters button{
    color: #5f5e5e;
    background: transparent;
    font-family: Be Vietnam Pro;
    padding: .5rem 1.5rem;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: none;
}
.trainer-widget .btn-filters button.active{
    color: white;
    background-color: #a4834a;
}
.trainer-widget .carousel{
    display: flex;
    gap: 2rem;
}
.trainer-widget .carousel .trainer-card{
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-duration: 300ms;
}
.trainer-widget .carousel .trainer-card:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.trainer-widget .carousel .trainer-card:hover .avatar-img img{
    transform: scale(1.2);
}
.trainer-widget .carousel .description{
    padding: 1.5rem;
}
.trainer-widget .carousel .name{
    color: #1b1c1c;
    font-size: 1.125rem;
    font-family: Manrope;
    margin-bottom: 0.5rem;
}
.trainer-widget .carousel .specialty{
    color: #5f5e5e;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.trainer-widget .carousel .language{
    color: #5f5e5e;
    font-size: 0.675rem;
    padding: .125rem .5rem;
    background-color: #e4e2e2;
    border-radius: 0.25rem;
}
.trainer-widget .carousel .divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
}
.trainer-widget .carousel .avatar-img{
    position: relative;
    aspect-ratio: 4 / 5;
    max-width: 18rem;
    overflow: hidden;
}
.trainer-widget .carousel .avatar-img img{
    object-fit: cover;
    height: 100%;
    transition-duration: .2s;
}
.trainer-widget .carousel .profile-action{
    color: #a4834a;
    background: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
}
.trainer-widget .carousel .avatar-img .favorite-btn{
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: #fff3;
    color: white;
    backdrop-filter: blur(12px);
    padding: 0.5rem;
    border-radius: 999px;
    z-index: 10;
}
.trainer-widget .carousel .profile-action:hover{
    text-decoration: underline;
}
