@media (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li > a {
    position: relative;
    display: inline-block;
    color: #0b4ea2;
    text-decoration: none;
    font-weight: 500;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 5px 10px; /* optional for spacing */
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #06387b;
    transform: translateX(-50%);
    transition: width 0.3s ease;
  }

  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
    color: #06387b;
    transform: translateY(-2px);
  }

  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a::after {
    width: 80%;
  }
@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a {

        color: #06387b;
    }
}
  /* This part removes the background from active menu items */
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a.active,
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.active > a {
    background: none !important;
    color: #06387b;
    box-shadow: none !important;
  }
}
.theme-footer-area {
    background-color: #ffffff;
}

.zpdark-section a {
    color: #ffffff;
}

.zpdark-section a:hover {
    color: #ffffff;
}
