.tf-list-image {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 25px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image .item-image {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image:hover .item-image {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image:hover {
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image li .image {
    width: 85px;
    height: 85px;
    cursor: pointer;
    overflow: hidden;
    margin-left: -24px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image li .name {
    color: #fff;
    padding: 7px 15px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -40px;
    background-color: var(--theme-primary-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.tf-list-image li:hover .name {
    opacity: 1;
    bottom: -35px;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty {
    background-color: transparent;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty
    .elementor-widget-empty-icon {
    display: none;
}

.tf-list-image li.item-image.item-icon {
    width: 85px;
    height: 85px;
    margin-left: -24px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F43FE2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tf-list-image:hover li.item-image.item-icon {
    margin-left: -10px;
}

.tf-list-image li.item-image.item-icon i {
    color: #fff;
    font-size: 18px;
}