.navigations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  /* Fixed height for better layout */
  padding: 10px 5%;
  background-color: #f0f0f3;
  box-sizing: border-box;
  position: fixed;
  /* Makes the header fixed at the top */
  top: 0;
  left: 0;
  z-index: 1000;
  /* Ensures it stays above other content */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Optional shadow for visual separation */
  font-family: Quicksand;
  font-size: 18px;
}

.navigations .innovvay-logo {
  width: 215px;
  height: auto;
}

.navigations .frame {
  display: flex;
  align-items: center;
  gap: 12px;
  /* border-radius: 98px; */
  padding: 8px 20px;
  background-color: #f0f0f3;
}

.navigations .nav-btn,
.navigations .home-wrapper,
.navigations .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 18px;
}

.navigations .frame>* {
  padding: 8px 16px;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #000;
  /* Default color */
}

/* .navigations .frame>*:hover { */
/* background-color: #e0e0e0; */
/* Hover background */
/* } */

.navigations .frame>*:target {
  background-color: #2a74b5;
  color: #fff;
}

.navigations .frame>*.active {
  background-color: #2a74b5;
  color: #fff;
}

.navigations .text-wrapper {
  /* font-family: "Quicksand-Bold", Helvetica; */

  font-family: Quicksand;
  /* font-weight: 700; */
  font-size: 18px;
  /* color: #ffffff; */
}

#home:hover {
  background-color: #2a74b5;
  color: #fff;
}

.dropbtn:hover {
  background-color: #2a74b5;
  color: #fff;
}

.home-wrapper:hover {
  background-color: #2a74b5;
  color: #fff;
}

.div-wrapper:hover {
  background-color: #2a74b5;
  color: #fff;
}


/* .navigations .home {
  font-family: "Quicksand-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #000910;
} */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  /* background-color: #2c78c4; */
  color: #000;
  /* font-family: "Quicksand-Bold", Helvetica; */
  font-family: Quicksand;
  padding: 8px 16px;
  font-size: 18px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  /* font-weight: bold; */
}

.dropbtn:hover {
  /* background-color: #1d5f99;
  color: white; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 260px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-content a:hover {
  background-color: #2a74b5;
  color: white;
}



/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #2a74b5;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #2a74b5;
}



.dropdown-content a {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* .dropdown-content a:hover {
  background-color: #f1f1f1;
} */

.dropdown:hover .dropdown-content {
  display: block;
}

.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}

.coming-soon img {
  width: 50%;
}

.menu-img {
  display: none;
}





@media (max-width: 768px) {
  .navigations {
    flex-direction: column;
    align-items: flex-start;
    /* height:60px; */
    padding: 0px 5%;
  }

  .navigations .frame {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .navigations .innovvay-logo {
    width: 150px;
  }

  .navigations .frame>*.active {
    width: 100%;
    text-align: center;
  }

  .dropdown-content {
    height: 150px;
    overflow: scroll;
  }

  .logos-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  /* .img.menu-img{
    display:block;
    width:15% !important;
  }
   */

  .menu-img {
    display: block;
    width: 12%;
    height: 88%;
  }

  .frame {
    display: none;
  }

  .navigations .text-wrapper,
  .dropbtn,
  .home {
    font-size: 18px;
  }

  .coming-soon img {
    width: 100%;
  }


}

@media (max-width: 480px) {
  .navigations {
    flex-direction: column;
    /* align-items: center; */
  }

  .navigations .frame {
    flex-direction: column;
    gap: 8px;
  }

  .navigations .nav-btn,
  .navigations .home-wrapper,
  .navigations .div-wrapper {
    width: 100%;
    justify-content: center;
  }
}




@media(max-width: 425px) {
  .menu-img {
    width: 20%;
    height: 88%;
  }

  .innovvay-logo {
    width: 120px;
  }

  .text-wrapper {
    font-size: 18px !important;
  }

  .dropbtn,
  .home {
    font-size: 18px;
  }

  .home-end {
    display: block;
  }

  .contact-us-row div {
    text-align: center;
  }

  .home-end {
    display: block !important;
    text-align: center;
  }

  .home-end-rights-text {
    text-align: center !important;
  }

}