/* OFFCANVAS MENU */
.cygnus-offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  padding: 24px;
  transition: left 0.3s ease;
}

.cygnus-offcanvas.open {
  left: 0;
}

.menu-close {
  background: none;
  border: none;
  color: #000;
  font-size: 28px;
  margin-bottom: 24px;
}

.offcanvas-menu {
  list-style: none;
  padding: 0;
}

.offcanvas-menu li {
  margin-bottom: 16px;
}

.offcanvas-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 768px) {
  .nav-divider {
    height: 24px;
  }
}
