.qr-code {
    width: 30%;
}


/* Define keyframes for animations */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* Schedule section animation */

.css-gromqj.e1ey7hd22 {
    animation: fadeInScale 1s ease-in-out forwards;
}


/* QR code image animation */

.css-4go01x.e1ey7hd25.qr-code {
    animation: fadeInScale 1s ease-in-out forwards;
}


/* Ensure animations are smooth and not too aggressive */

@media (prefers-reduced-motion: reduce) {
    .css-lnhrpw.efxys350.main-title,
    .css-ooq18z.e1q2dhxc2,
    .css-gromqj.e1ey7hd22,
    .css-4go01x.e1ey7hd25.qr-code {
        animation: none;
    }
}

.wedding-date {
    animation: fadeInScale 1s ease-in-out forwards;
}