.sticky-sidebar {
    position: absolute;
    bottom: 0;
    right: 20px; /* Adjust the distance from the right side as needed */
    width: 260px; /* Adjust the width of the sidebar as needed */
    z-index: 999; /* Ensure the sidebar stays above other content */
}



