.navbar-container {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-inner {
  display: flex;
  width: 100%;
  max-width: 1424px;
  padding-inline: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  height: 100%;
}

.navbar-menu {
  display: flex;
  /*   gap: 20px;
  justify-content: space-between; */
  width: 100%;
  height: 100%;
  align-items: center;
}

.main-menu-text-container {
  display: flex;
  height: 100%;
  align-items: center;
  width: 20%;
}


.mainmenu-text {
  color: white !important;
  text-decoration: none;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: default;
  font-weight: 500;
}

.mainmenu-text *{
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  cursor: default;
}


.mainmenu-text:hover *{
  color: #0085ff !important;
  text-decoration: none;
}

.mainmenu-text:hover {
  color: #0085ff !important;
  text-decoration: none;
  font-weight: 500;
}

.submenu {
  display: none;
  position: absolute;
  top: 95px; 
  left: 0;
  padding: 10px;
  padding-top: 20px;
  min-width: 320px;
  flex-direction: row;
  z-index: 20;
  gap:20px;
  /*   background:red; */
  /*   width: 100vw; */
}

.sub-menu-container-block{
  display: flex ; max-width: 1424px; width: 100%; justify-content: space-between; padding-inline: 32px; gap:70px
}

.submenu-product{
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 890px;
  padding-top: 10px;
}

.submenu-about{
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 250px;
  padding-top: 10px;
}

.submenu-resources{
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 890px;
  padding-top: 10px;
  padding-left: 273px; 
}

.product-sub-menu-container{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 1360px;
  width: 100%;
}
.resources-sub-menu-container{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 300px;
  width: 100%;
  min-width: 250px;
}
.submenu {
  display: none;
  position: absolute;
  top: 95px; 
  left: 0;
  padding: 10px;
  padding-top: 20px;
  min-width: 320px;
  flex-direction: row;
  z-index: 20;
  gap:20px;
  /*   background:red; */
  /*   width: 100vw; */
}


.sub-menu-container{
  width: 200px;
}

.product-sub-menu-overlay{
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 1000;
  top: 98px
}

.solution-sub-menu-overlay{
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 1000;
  top: 98px
}

.about-sub-menu-overlay{
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 1000;
  top: 98px
}

.resources-sub-menu-overlay{
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 1000;
  top: 98px
}




.sub-menu-overlay-top{
  background-color: rgba(3, 0, 1, 0.8);
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  z-index: -100;
}

.sub-menu-overlay-bottom{
  background-color: rgba(3, 0, 1, 0.9) !important;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);

}

.submenu a {
  display: block;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.sub-menu-text{
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.sub-menu-title{
  font-size: 12px;
  font-weight: 400;
  color: #84857B !important;
  margin-bottom: 25px;
  display: flex;
}

.sub-menu-title *{
  color: #84857B !important;
}

.submenu a:hover {
  color: #0085ff;
}

.navbar-menu > div {
  position: relative; 
}

/* .navbar-menu > div:hover .submenu {
display: flex;
}


.navbar-menu > div:hover .sub-menu-overlay {
display: flex;
} */

.mainmenu-text:hover {
  display: flex;

}

.navbar-right {
  display: flex;
  gap: 35px;
  align-items: center;
}

.navbar-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.navbar-button {
  display: flex;
}

.talk_to_specialist-btn {
  font-style: normal;
  line-height: 20px;
  border-radius: 50px;
  background: #0085ff;
  border: none;
  box-shadow: none;
  padding: 18px 32px;
  color: #fff !important;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  text-decoration: none;
}

.talk_to_specialist-btn:active {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 18px 32px;
  color: #000000 !important;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  text-decoration: none;
}

.talk_to_specialist-btn:hover{
  font-size: 18px !important;
  color: #fff;
  font-weight: 700  !important;
  background: #52aafc;
  text-decoration: none;
}

.talk_to_specialist-btn::after {
  content: "→"; 
  margin-left: 8px;
  font-size: 26px;   /* larger */
  font-weight: 900;  /* boldest weight */
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
}

.hamburger {
  width: 25px;
  height: 17.5px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}

.hamburger span {
  display: block;
  height: 2.5px;
  background-color: #ffffff; /* change color */
  border-radius: 2px;
}


.mobile-navbar-container {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #3c3a3b;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);  /* 🔥 start off-screen */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-navbar-container.active {
  transform: translateX(0);  
  opacity: 1; 
}

.close-btn {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.close-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.close-btn span:first-child {
  transform: rotate(45deg);
}

.close-btn span:last-child {
  transform: rotate(-45deg);
}

.mobile-submenu{
  padding: 20px 8px 15px 8px;
  display: none; 
  flex-direction: column; 
  gap: 30px;
  transition: all 0.3s ease;
}
.mobile-submenu.active {
  display: flex;
}
.submenu-group{
  display: flex; 
  flex-direction: column; 
  gap: 5px;
}

.submenu-title  {
  font-size: 14px; 
  font-weight: 400; 
  color: #6E7062 !important; 
  line-height: 1.5; 
}

.submenu-links-group{
  display: flex; 
  flex-direction: column; 
  gap: 5px; 
  margin-bottom: 10px;
}

.submenu-links  {
  text-decoration: none;
}

.submenu-links * {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none;
}


.sub-menu-text-link{
  display: flex ; 
  gap: 1px;
}

.sub-menu-image-container{
  display: none; 
  align-items: center;
}


.sub-menu-text-link:hover .sub-menu-text{ 
  color: #0085ff !important;

}

.sub-menu-text-link:hover .hide-div{
  display: none ;
}

.sub-menu-text-link:hover .sub-menu-image-container{
  display: flex ;
}

/* .sub-menu-text-link:hover .sub-menu-text::after {
content: "→"; 
margin-left: 8px;
font-size: 26px;  
font-weight: 900; 
position: relative;
top: -1px;
transition: transform 0.3s ease;
} */

.submenu-links-text{
  display: flex;
}

.submenu-links-text::after {
  content: "→"; 
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
  opacity: 0;              
  transform: translateX(-5px); 
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  color: inherit;            
}
.sub-menu-text:hover {
  color: #0085ff !important;  
}

.submenu-links:hover * {
  color: #0085ff !important;  
}
.submenu-links-text:hover::after {
  opacity: 1;                 
  transform: translateX(0);   
}

.mobile-mainmenu-arrow{
  color: white !important; 
  width: 18px; 
  height: 18px; 
  display: flex;
  cursor: pointer;
}
.mobile-mainmenu-arrow.rotate {
  transform: rotate(180deg);
}

.mobile-navbar-topbar{
  display: flex; 
  justify-content: end; 
  height: 72px; 
  padding-right: 20px; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); 
  align-items: center;
}
.mobile-mainmenu-item{
  padding: 15px 20px; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.mobile-mainmenu-header {
  display: flex ; 
  justify-content: space-between; 
  align-items: center;
}
.mobile-book-a-demo-btn-container {
  padding-inline: 13px;
  padding-bottom: 30px;
  display: flex;
  padding-top: 200px;
}
.mobile-book-a-demo-btn {
  background-color: #0085ff;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
  padding: 11.22px 22.44px;
  color: white !important;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mobile-customer-portal-container{
  display: flex;
}
.mobile-customer-portal-container a {
  width: 100%;
  color: #0085ff !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.mobile-button-container{
  margin-block: 10px;
}

.mobile-mainmenu-text {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6;
  color: #f8f8f8 !important;
}

.mobile-mainmenu-text:hover {
  color: #0085ff !important;
}

.login-btn-container{
  background-color: transparent;
  border: none;
}

.login-btn-container:hover{
  background-color: transparent;
  border: none;
}

.login-btn-container:focus{
  background-color: transparent;
  border: none;
}

.login-btn-container:active{
  background-color: transparent;
  border: none;
}

.login-btn-wrap{
  position: absolute;
  width: 600px;
  right: -2px;
  height: 100px;
  top: -30px;
  display: none;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.client-btn {
  background-color: white;
  padding: 18px 32px;
  border-radius: 50px;
  width: 200px;
  font-size: 17px;
  color: #007bff !important;
  font-weight: 700;
  text-decoration: none;
}

.client-btn:hover {
  text-decoration: none;
  background-color: white;
  padding: 18px 32px;
  border-radius: 50px;
  width: 200px;
  font-size: 17px;
  color: #007bff !important;
  font-weight: 700;
}

.close-protal-btn {
  display: flex;
  background-color: #0085ff;;
  padding: 12px;
  border-radius: 45%;    
  padding-inline: 13px;
}

.sub-menu-overlay-top-login{
  background-color: black;
  height: 100px;
  opacity: 40%;
  width: 100%;
  position: absolute; 
  display:none;
}
@media (max-width: 1450px) {
  .sub-menu-container{
    width: 150px;
  }
}
@media (max-width: 1236px) {
  .navbar-inner {
    gap: 40px;
  }

  .sub-menu-container{
    width: 130px;
  }
  .sub-menu-container-block{
    gap:40px;
  }
}

@media (max-width: 1170px) {
  .sub-menu-container{
    width: 110px;
  }
  .navbar-icons img {
    width: 20px;
    height: 20px;
  }
  .talk_to_specialist-btn{
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
  }
  .mainmenu-text *{
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 1024px) {
  .navbar-menu {
    display: none;
  }
  .navbar-button {
    display: none;
  }
  .hide{
    display: none !important;
  }
  .navbar-icons img {
    width: 28px;
    height: 28px;
  }

  .navbar-container {
    height: 72px;
  }
  .logo-container img{u
    width: 132px !important;
  }
  .portal{
    display: none;
  }
  .hamburger{
    display: flex;
  }

  .talk_to_specialist-btn {
    display: none;
  }
  .login-btn-container{
    display: none;
  }
}

@media (min-width: 1024px) {
  .mobile-navbar-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar-inner {
    padding-inline: 16px;
  }
}


#product-sub-menu {
  display: none;
}

#product-menu:hover + #product-sub-menu {
  display: block;
}



/* Search */

.search{
  cursor: pointer;
}
.search-overlay{
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(9, 12, 16, 0.97);
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  padding: 2em;
  display: none;
  justify-content: center;
  align-items: center;
}

.screen-reader-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;

}

.main-search{
  background-color: transparent !important;
  border: 1px solid !important;
  border-radius: 3px !important;
  box-shadow: 5px 5px 0 0 currentColor;
  color: #fff !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6;
  max-width: 100% !important;
  outline: 0;
  outline-offset: -2px;
  padding: .8em 88px .8em .8em !important;
}

.main-search::placeholder {
    color: #838486 !important;
    opacity: 1;
}

.search-form{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  color: #fff;
  padding: 0px !important;
}

.search_form-lable{
  flex-grow: 2;
  position: relative;
}

.main-search-btn{
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
  box-shadow: none;
  color: transparent !important;
  cursor: pointer !important;
  padding: 8px 12px 7px !important;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  top: 0;
  transition: all .2s ease !important;
  width: 70px !important;
  z-index: 2;
}


.search-icon-wrapper{
  width: 70px;
  color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  text-align: center;
  background: 0 0;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
  color: var(--global-palette6);
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon-container{
  display: inline-flex;
  align-self: center;
}

.search-svg{
  height: 17px;
  width: 17px;
  fill: #ffffff;
}

.search-overlay-close{
  height: 1em;
  width: 1em;
  fill: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.search-overlay-container{
  position: absolute;
  top: 20px;
  right: 30px;
}

@media (max-width: 768px) {
  .search-overlay{
    padding: 16px;
  }
}

.hide-div{
  display: flex;
  width: 12px;
}

.clear-icon{
  position: absolute;
    color: #0085ff !important; 
    right: 68px;
    top: 25px;
    font-size: 20px;
}


