#destinatii-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom center;
}

#destinatii-scroll-wrapper {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 200px; /* Înălțimea default pentru desktop */
}