.sifency-sticky-stack-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.sifency-sticky-item {
    width: 100%;
    /* This padding is crucial so the scroll continues after the last card */
    padding-bottom: 10vh;
}

.sifency-sticky-card {
    width: 100%;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    /* Default if no BG selected */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Ensure Elementor templates take full width inside the card */
.sifency-sticky-card .elementor {
    width: 100%;
}