.wpcp-swiper-wrapper>div {
    overflow: visible !important;
}

.vertical-carousel .wpcp-single-item {
    padding: 32px 24px !important;
    max-width: 306px !important;
    border-radius: 8px !important;
    transition: all .3s !important;
    /* transform: scale(.75) !important; */
    opacity: 1 !important;
}

.vertical-carousel .wpcpro-wrapper .wpcp-carousel-section.wpcp-standard .swiper-slide {
    text-align: left !important;
}

.vertical-carousel h4 {
    margin-bottom: 15px !important;
}

.vertical-carousel .swiper-slide-next .wpcp-single-item {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.swiper-slide.swiper-slide-prev {
    bottom: -410px;
    transition: bottom 600ms ease;
}

.swiper-slide.swiper-slide-active {
    bottom: 0px;
    transition: bottom 600ms ease;
}

/* base: make room for the caret on the right */
.step-tabs-list li {
    position: relative;
    padding-right: 20px;
    /* room for the caret */
}
.step-tabs-list li:hover {
    cursor: pointer;
}

/* active state weight you already have */
.step-tabs-list li.step-active {
    font-weight: 700;
}

/* caret after the active li */
.step-tabs-list li.step-active::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("https://citemedi1dev.wpenginepowered.com/wp-content/uploads/2025/10/right-carret.png") no-repeat center / cover;
    vertical-align: middle;
    pointer-events: none;
    margin-left: 8px;
}

@media screen and (max-width: 600px) {
    li.step-active::after {
        display: none !important;
    }
    .step-tabs-list {
        text-align: center !important;
    }
    
}