.logo img {
  max-height: 60px;
  margin: 0px 0px 0px 0px;
}

.nav {
  display: none;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.menu-item {
  margin: 0 10px;
}

.menu-item a {
  color: white;
  text-decoration: none;
}

.menu-item.active a {
  background-color: blue;
  padding: 5px 10px;
  border-radius: 3px;
}

.social a {
  color: white;
  margin: 0 5px;
  text-decoration: none;
}

.hamburger {
  display: none;
  color: white;
  cursor: pointer;
}

/* Logo */
.logo {
  display: inline-block;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
}

.header-inner {
  flex: 2;
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-left: 5em; /* no faq and tractoin */
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;

  min-width: 100%;
  max-height: 60px;
}

/* .center-menu {
  margin-left: 1em; 
} */

ul a {
  list-style: none;
  color: #fff;
}
.home-link {
  display: block;
  float: right;
  padding: 16px 0px;
  color: var(--white);
  font-size: 0.8em;
}
/* Left menu styles */
.left-menu {
  flex: 0.8;
  display: flex;
  align-items: center;
  /* margin-right: 1rem; */
  max-height: 60px;
  /* float: left; */
}

/* Center menu styles */
.center-menu li {
  display: inline-block;
  /* margin-right: 0.6rem; */
  /* margin-left: 0.6rem; */
  font-size: 0.8em;
  text-align: left;
  display: inline-block;
  padding-left: 20px;
}
.center-menu li a {
  padding-right: 20px;
}

@media screen and (min-width: 1050px) {
  .center-menu li {
    display: inline-block;
    /* margin-right: 0.6rem; */
    /* margin-left: 0.6rem; */
    font-size: 0.8em;
    text-align: center;
    border-right: 1px solid white;
    padding-right: 0.5em;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1210px) {
  .center-menu li {
    display: inline-block;
    font-size: 0.9em;
    text-align: center;
  }
  .center-menu {
    margin-left: 0;
    padding: 0;
  }
}

/* Right menu styles */
.right-menu li {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.8em;
}

.right-menu {
  display: inline-block;
  margin-right: 1rem;
}

/* Hamburger menu styles */
.menu-toggle {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 24px;
  top: 26px;
  z-index: 100;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 25px;
  margin-bottom: 5px;
  background-color: #fff;
}

.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}

.active {
  font-weight: 700;
}

/* Media queries */
@media screen and (max-width: 1050px) {
  /* Header styles */
  header {
    background-color: #fff;
    color: #333;
  }

  ul a {
    color: #eaeaea;
  }
  /* Center menu styles */
  .center-menu li {
    display: block;
    margin: 0;
  }

  /* Right menu styles */
  .right-menu li {
    display: block;
    margin: 0;
  }

  /* Center and Right menu styles */
  .center-menu,
  .right-menu {
    display: none;
    background-color: black;
    padding: 1rem;
    z-index: 99;
  }

  .center-menu li,
  .right-menu li {
    margin: 2em 0;
    height: 5%;
    text-decoration: underline;
    text-underline-offset: 0.5em;
  }

  /* Hamburger menu styles */
  .menu-toggle {
    display: block;
  }

  .menu-toggle span {
    transition: all 0.3s ease-in-out;
    background-color: #ccc4c4;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Grid styles */
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .right-menu {
    margin-top: 1rem;
  }

  .center-menu,
  .right-menu {
    background-color: black;
    padding: 1rem;
  }

  .nav {
    display: block;
  }

  .hamburger {
    display: none;
  }

  .center-menu {
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    padding-top: 53px;
    padding-bottom: 1px;
    height: 100vh; /* to take the entire vh */
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}

body {
  /* padding-top: 60px;
  padding-bottom: 40px; */
}
.fixed-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  background: #000000;
  padding: 0px 0;
  color: #fff;
  z-index: 999;
  height: 60px;
}

.fixed-footer {
  width: 100%;
  position: fixed;
  background: #000000;
  padding: 0px 0;
  color: #fff;
  z-index: 999;
  height: 60px;
}
.fixed-header {
  top: 0;
}
.fixed-footer {
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .fixed-header-padding {
    padding: 0 30%;
  }
  .left-menu {
    z-index: 9999;
  }
  .home-link {
    display: none;
  }
  .center-menu li {
    padding-left: 10px;
    height: 5%;
    font-size: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .fixed-header-padding {
    padding: 0 40%;
  }
  .left-menu {
    z-index: 9999;
  }
  .home-link {
    display: none;
  }
}
