/* Efectipasos Styles */
.rnz-efectipasos-wrap {
    position: relative;
    width: 100%;
}

.rnz-efectipasos-wrap .swiper {
    width: 100%;
    padding-top: 40px; /* Space for the floating counter */
    padding-bottom: 20px;
}

/* Card Styling */
.rnz-ep-card {
    position: relative;
    height: auto;
    background-color: #ffffff; /* Fallback, controllable via Elementor */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.rnz-ep-card-inner {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    height: 100%;
}

/* Floating Counter */
.rnz-ep-counter {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Image */
.rnz-ep-image {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.rnz-ep-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Content */
.rnz-ep-content {
    width: 100%;
}

.rnz-ep-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.rnz-ep-desc {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* Conditional Centered Layout (No Swiper) */
.rnz-efectipasos-wrap.is-centered .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: none !important;
}

.rnz-efectipasos-wrap.is-centered .swiper-slide {
    flex-shrink: 0;
}
