/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2025 | 06:44:40 */
selector {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 9999; /* Keeps the menu on top */
    width: 100%; /* Ensure the menu takes the full width */
    box-shadow: 0 4px 2px -2px gray; /* Optional: adds a shadow for better visibility */
}
