/* Target: the navbar */
nav#navigation.navbar.navbar-fixed-top{
  background: rgba(255,255,255,0.72) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06) !important;
  top: 0 !important;
  z-index: 99999 !important;
}

/* Remove the white bar INSIDE the navbar (keep glass on the navbar itself) */
nav#navigation.navbar.navbar-fixed-top #ovatheme_header_default,
nav#navigation.navbar.navbar-fixed-top .navbar-collapse,
nav#navigation.navbar.navbar-fixed-top .navbar-collapse.collapse,
nav#navigation.navbar.navbar-fixed-top .container-fluid,
nav#navigation.navbar.navbar-fixed-top .navbar-header{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* (Optional) ensure menu items stay visible */
nav#navigation.navbar.navbar-fixed-top #menu-scroll-menu > li > a{
  color: rgba(20,20,20,0.92) !important;
}