/* Default Header Style */
.medicore-header-menu {
  position: absolute;
  top: 5% !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.4s ease-in-out !important;
  z-index: 9999;
      background: rgba(255, 255, 255, 0.83);
    backdrop-filter: blur(10px);
}

/* Header after scroll */
.medicore-header-menu.scrolled {
  position: fixed;
    top: 10% !important;
    width: 80%;
    background: rgb(183 244 247 / 83%);
    backdrop-filter: blur(8px);
    border-radius: 42px;
    transition: all 0.4s ease-in-out !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}
