body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-container {
  margin-top: 0vh !important;
}
.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0d1117;
  position: relative;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
}
.user-icon-mobile {
  width: 35px;
  height: 35px;
  background-color: #404248;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 7px;
}
/*
.mobile-logo-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  width: 35px;
  height: 35px;
  margin-top: 7px;
}
*/
.mobile-logo-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slide-up-mobile 2s ease-in-out forwards;
  z-index: 1002;
  width: 35px;
  height: 35px;
}

@keyframes slide-up-mobile {
  0% {
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0d1117, #1a222e);
  z-index: 999;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu:has(.menu-item.go-cam-container.active) {
  padding: 1px;
}
.mobile-menu .menu-items div {
  font-size: 18px;
}
.mobile-menu .dropdown-content ul li {
  font-size: 18px;
}
.mobile-menu.visible {
  display: block;
}
.mobile-menu .menu-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 100px;
  position: relative;
  padding: 0;
}
.go-cam-container.active + .menu-item {
  margin-top: 10px;
}
.mobile-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-family: 'Gilroy', Arial, sans-serif;
}


.menu-item {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  z-index: 1;
}

.menu-item .thin-border-dropdown {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  height: 1px;
  background-color: #485363;
  z-index: 0;
  content: '';
  display: block;
}

.mobile-language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  bottom: 106px;
  position: fixed;
  left: 39px;
  z-index: 1020;
}
.mobile-language-switcher {
  right: 38px;
  position: fixed;
  width: 150px;
  transition: all 0.6s ease-in-out;
  display: flex;
}
.custom-language-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #404248;
  width: 150px;
  max-width: 100%;
  cursor: pointer;
  padding: 13px 15px 13px 15px;
  transition: width 0.6s ease-in-out, transform 0.6s ease-in-out;
  transform-origin: right;
  border-radius: 28px;
}
.custom-language-mobile .mobile-language-options span:hover {
  color: #ffc600;
}
.current-language-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-language-flag {
  width: 26px !important;
  height: 16px;
  flex-shrink: 0;
}
.mobile-language-name {
  font-size: 14px;
  color: #ffffff;
}
.mobile-language-options {
  display: none;
  position: absolute;
  bottom: 46px;
  left: -1px;
  background-color: #0d1117;
  list-style: none;
  padding: 0px 0px 8px 0px;
  margin: 0;
  width: 100.5%;
  z-index: 1020;
  transform-origin: bottom center;
  border: 1px solid #485363;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.custom-language-mobile.active .mobile-language-options {
  display: block;
}

.mobile-language-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 1;
}

.mobile-language-border {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #485363;
  z-index: 0;
  content: '';
  display: block;
}

.mobile-language-item:last-child .mobile-language-border {
  display: none;
}

.mobile-language-item .mobile-language-link {
  padding: 2px 0px 2px 0px;
}
.mobile-language-item:last-of-type {
  border-bottom: unset;
}
.mobile-language-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.mobile-language-link .mobile-language-flag {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}
.mobile-language-link .mobile-language-name {
  font-size: 14px;
}
.book-demo-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc600;
  color: #0d1117;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  width: calc(100% - 75px);
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  z-index: 1020;
}

.book-demo-btn:hover {
  background-color: #e6b800;
}

@media (max-width: 768px) {
  .book-demo-btn {
    width: calc(100% - 75px);
    padding: 12px 1px;
  }
}
@media (max-width: 768px) {
  .custom-language-dropdown-v2 {
    display: none;
  }
  .custom-language-mobile {
    display: flex;
  }
}
@media (min-width: 769px) {
  .custom-language-mobile {
  }
  .custom-language-dropdown-v2 {
    display: inline-block;
  }
}
.go-cam-container {
  position: relative;
  padding: 0;
}
.go-cam-container .go-cam-dropdown {
  margin-top: 10px;
}
.go-cam-container.active {
  border: 1px solid #485363;
  border-radius: 28px;
  background: linear-gradient(180deg, #0d1117, #1a222e);
  overflow: hidden;
}
.go-cam-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0px;
  transition: transform 0.6s ease;
  transform: rotate(0deg);
}
.go-cam-arrow.rotating {
  transform: rotate(180deg);
}
.go-cam-container.active .go-cam-arrow {
  right: 24px;
}
.go-cam-dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.6s ease;
}
.go-cam-container.active .go-cam-dropdown {
  max-height: 600px;
  opacity: 1;
  padding: 20px;
}
.dropdown-image {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 210px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  opacity: 0;
  transform: translateX(50px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.go-cam-container.active .dropdown-image {
  right: 0;
  opacity: 1;
  transform: translateX(0);
}
.go-cam-container.active .go-cam-dropdown {
  display: block;
  padding: 20px;
}
.dropdown-content {
  display: flex;
  flex-direction: column;
}
.dropdown-content h3 {
  font-size: 12px;
  color: #ffc600;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-weight: normal;
}
.dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-content ul li {
  font-size: 14px;
  margin-bottom: 21px;
  cursor: pointer;
  transition: color 0.3s ease;
  padding-bottom: unset;
  padding-top: unset;
}
.dropdown-content ul li:last-of-type {
  margin-bottom: 28px;
}
.dropdown-content ul li:hover {
  color: #ffc600;
}
.explore-all {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  margin-bottom: 40px;
}
.explore-all:hover {
  color: #ffc600;
}
.explore-all img {
  content: url("/wp-content/themes/giraffe360/images/nav/icons/right-arrow.png");
  margin-left: 17px;
  width: 31px;
  height: 16px;
  object-fit: contain;
}
.dropdown-image {
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 210px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.go-cam-container.active .go-cam-header {
  padding: 20px;
}
.mobile-hamburger {
  display: inline-block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-top: -1px;
}
.mobile-hamburger .mobile-bar1,
.mobile-hamburger .mobile-bar3 {
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.6s;
}
.mobile-hamburger .mobile-invis {
  width: 35px;
  height: 2px;
  margin: 6px 0;
  background-color: transparent;
}
.mobile-hamburger.change .mobile-bar1 {
  transform: rotate(-45deg) translate(-7px, 5px);
}
.mobile-hamburger.change .mobile-bar3 {
  transform: rotate(45deg) translate(-6px, -4px);
}
.mobile-language-arrow {
  font-size: 12px;
  color: #ffffff;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  position: relative;
}
.custom-language-mobile.active .mobile-language-arrow {
  transform: rotate(180deg);
}
.mobile-language.dropdown-active .mobile-language-switcher {
  float: unset;
  left: unset;
  position: fixed;
  width: 100vw;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
  padding-left: 77px;
  padding-right: 3px;
}
.mobile-language.dropdown-active .custom-language-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #404248;
  width: 500px;
  max-width: 100%;
  cursor: pointer;
  transform: translateX(0);
  border-radius: unset;
}
.mobile-language.dropdown-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
  bottom: 96px;
  position: fixed;
  z-index: 1020;
}
.mobile-language.closing .custom-language-mobile {
  border: 1px solid #485363;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background-color: #1a222e;
  width: 150px;
}
.mobile-language-arrow {
  font-size: 12px;
  color: #ffffff;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  position: absolute;
  right: 10px;
}
.mobile-language.dropdown-active .mobile-language-arrow {
  transform: rotate(180deg);
}
.mobile-language.dropdown-active .custom-language-mobile {
  background-color: #1a222e;
  border: 1px solid #485363;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.mobile-menu .menu-item a {
	color: #fff;
	font-size: clamp(20px, 2vw, 22px);
}
.mobile-menu .dropdown-content h3 {
	font-size: clamp(14px, 2vw, 16px);
}

.menu-item .inner-thin-border-dropdown {
  position: absolute;
  top: 78px;
  left: 39px;
  width: 100%;
  height: 1px;
  background-color: #485363;
  z-index: 0;
  content: '';
  display: block;
}

.language-text {
  color: #fff;
}

.mobile-logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-logo-link {
  left: 8%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  width: 35px;
  height: 35px;
  margin-top: 7px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.mobile-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-logo-head img,
.mobile-logo-circle img {
    width: 40px;
    height: auto;
}