/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2025 | 10:57:06 */
.reveal-anim {
    position: relative;
    overflow: hidden;
    clip-path: inset(0 100% 0 0); /* Start fully hidden from right side */
}

/* For background image containers */
.reveal-anim.bg-image {
    background-size: cover;
    background-position: center;
}

/* For regular images */
.reveal-anim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}