/* Disable sticky header dark background - keep original colors */
.sticky {
  background: transparent !important;
}

/* Keep menu text color same as non-sticky */
.sticky .solutek_menu li a {
  color: inherit !important;
}

.sticky .solutek_menu > ul > li > a:hover {
  color: var(--primary) !important;
}

.solutek_nav_manu.style-two.sticky .solutek_menu > ul > li > a {
  color: inherit !important;
}

.solutek_nav_manu.style-three.sticky .solutek_menu > ul > li > a {
  color: inherit !important;
}
