/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2025 | 07:06:33 */
/* Default header logo background */
.header-logo img {
  background-color: transparent!important;
  transition: background-color 0.3s ease!important;
}

/* When scrolled, add white background */
.header-scrolled .header-logo img {
  background-color: #ffffff!important;
}
