.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1000; /* Ensures it stays on top of other content */
}



/* Custom class for bottom-only shadow */
.shadow-bottom {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); /* x-offset=0, y-offset=4px, blur=6px, spread=-1px */
}
