.slide-content {
    /* Essential for the slide effect */
    overflow: hidden;
    height: 0; /* Default starting state: hidden */

    /* Smoothly animate the height property */
    transition: height 0.3s ease-in-out;
}