/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2024 | 10:57:35 */
#header-dazelle {
    position: relative;
    width: 100%;
    transition: top 0.3s ease-in-out;
	  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff; /* Customize as needed */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
