 <style>
    .top-navbar .navbar-content .navbar-nav.navbar-nav-left {
      margin-left: 0;
      margin-right: auto;
      justify-content: flex-start;
    }

    .top-navbar .navbar-content .navbar-nav.navbar-nav-left .nav-link {
      margin-left: 0;
      margin-right: 0;
      text-align: left;
    }

    .mobile-horizontal-header {
      display: none;
    }

    @media (max-width: 991.98px) {
      .mobile-horizontal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 0.75rem;
        background: #ffffff;
        border-bottom: 1px solid #e8ebf1;
      }

      .mobile-horizontal-header .mobile-brand {
        color: #000;
        font-weight: 700;
        text-decoration: none;
      }

      .mobile-horizontal-header .mobile-menu-toggle {
        border: 1px solid #e8ebf1;
        background: #fff;
        color: #000;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .mobile-horizontal-header .mobile-menu-toggle:hover,
      .mobile-horizontal-header .mobile-menu-toggle:focus {
        color: #000;
        background: #f5f6fa;
      }

      .horizontal-menu .bottom-navbar .page-navigation > .nav-item.nav-brand-item {
        display: none;
      }
    }
  </style>