/*your custom css goes here*/ 

/* Add this to your CSS file */
.menu-bar-scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}