.liquid-slider-container-589dcb52 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: #000;
}
.liquid-slider-container-589dcb52::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5); /* Subtle dark overlay */
    z-index: 2;
}
.liquid-slide-589dcb52 {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out, filter 2s ease-in-out;
    filter: blur(15px) contrast(1.2) grayscale(0.5);
    z-index: 1;
}
.liquid-slide-589dcb52.active {
    opacity: 1;
    filter: blur(0px) contrast(1) grayscale(0);
}