.sidemenu-hamburger {
  align-self: start;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}





.map-btn {
  border-radius: 8px;
  transition: background-color 0.3s ease;
}



.hamburger {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 20px;
    border-top: 5px solid #11253d;
    border-bottom: 5px solid #11253d;
    box-sizing: initial;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    border-top: 5px solid #11253d;
}

.sidemenu-wrapper {
  text-align: center;
  position: relative;
  border-radius: 0 20px 20px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 20px;
}

.sidemenu-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sidemenu-content ul {
  margin-top: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.nav-box, .vtour-ui .nav-box, .interactable .nav-box {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Units Menu Prototype Styles */
.nav-zone {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.05);
}

.nav-zone-title {
    padding: 12px 15px;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-weight: 400;
}

.nav-zone-title:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-zone.active .nav-zone-title {
    background: rgba(33, 150, 243, 0.3);
    font-weight: 600;
}

.nav-zone-title:after {
    content: "▶";
    transition: transform 0.3s;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    opacity: 1;
}

.nav-zone.open .nav-zone-title:after {
    transform: rotate(90deg);
}

.nav-zone-scenes {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 !important;
    display: block !important;
}

.nav-zone.open .nav-zone-scenes {
    max-height: 500px;
    padding-bottom: 0px !important;
}

.nav-panorama {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 !important;
}

.nav-panorama .link {
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.nav-panorama .link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-panorama .link.active {
    background: rgba(33, 150, 243, 0.8) !important;
    color: white !important;
    font-weight: 500 !important;
}

.nav-panorama .link:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    flex-shrink: 0;
}

.nav-panorama .link.active:before {
    border-color: white;
}

.nav-panorama .link.active:after {
    content: "";
    position: absolute;
    left: 29px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.sidemenu-content ul li:last-child {
  margin-bottom: 0px;
}

.sidemenu-logo {
  height: 70px;
}

.a4logo {
  height: 70px;
}

.moby, .moby .moby-close {
  background-color: rgba(0, 0, 0, 0.7);
}

.moby.left-drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 280px;
  height: var(--window-height);
  transform: translateX(-100%);
  background: transparent;
  transition: transform 0.3s ease-in-out;
  z-index: 10;
}

.moby.left-drawer .moby-wrap > .moby-close {
  display: none !important;
}

.moby.left-drawer.moby-active {
  transform: translateX(0);
}

.moby-header {
  padding: 18px 20px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}
.moby-header .moby-close .moby-close-icon{
  margin: 0;
  height: unset;
  width: unset;
  line-height: 1;
}

.moby-header .moby-close {
  padding: 20px !important;
}

.moby-header .moby-close .moby-close-icon::after, .moby-header .moby-close .moby-close-icon::before {
  display: none !important;
}

.moby-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.moby-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.moby-close {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative !important;
  top: auto !important;
  right: auto !important;
}

.moby-close:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.05);
}

.moby-close-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1;
  font-family: Arial, sans-serif;
  display: block;
  transform: unset !important;
}

.moby-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.moby-menu {
  flex-grow: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

body>.sidemenu-wrapper {
    display: none;
}

.moby .sidemenu-logo {
  display: inline;
}

.moby.bottom-full {
  bottom: inherit;
}

.nav-box, .vtour-ui .nav-box, .interactable .nav-box {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.sidemenu-hamburger {
  display: none !important;
}

.banner {
  background: #199545;
  color: white;
  padding: 10px;
  margin-top: 20px;
}

.banner span {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner span img {
  height: 80px;
  display: inline-block;
}

.banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.banner ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 10px;
}

.banner ul li:nth-child(even) {
  border-left: 1px solid;
}

.contacts {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.contact-cta {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}

.contact-cta img {
  width: 20px;
  margin-right: 10px;
}

.sidemenu-content .banner h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.underlined {
  text-decoration-color: #199545;
  text-underline-offset: 10px;
}

@media (min-width: 9999px) {
  .sidemenu-content {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: inline-block;
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
  }

  .contact-cta {
    font-size: 24px;
    align-items: center;
  }

  .contact-cta img {
    margin-right: 10px;
    height: 30px;
    width: auto;
  }

  .sidemenu-content ul.tours {
    flex: 1;
    justify-content: center;
    max-height: calc(100vh - 570px);
  }

  ul.tours li {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .sidemenu-content .banner h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .sidemenu-content ul li img {
    padding: 10px;
    flex: 1;
    height: 90%;
  }

  .banner {
    display: flex;
  }

  .banner .content {
    width: auto;
    margin: auto;
  }

  .banner span {
    font-size: 24px;
  }

  .contacts {
    font-size: 24px;
    justify-content: space-between;
  }

  .moby .sidemenu-logo {
    margin-right: 30px;
    height: 100px;
  }

  .a4logo {
    height: 100px;
  }

  .banner ul li {
    font-size: 24px;
  }

  .moby-menu {
    height: calc(100vh - 80px);
    overflow: hidden;
  }
}