/* Progress bar transition */
.progress-bar-fill {
    transition: width 0.3s ease-in-out;
}

/* Modal content scroll */
.modal-content-scroll {
    scroll-behavior: smooth;
    overflow-y: auto;
}