    body{
      overflow-x: hidden;
    }
    .header1{
      position: fixed;
      z-index:1000;
    }
  
  .custom-navbar {
    background: #191919CC;
    backdrop-filter: blur(18.5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: background-color 0.3s ease-in-out;
 
  }

  .custom-navbar.fixed-top {
    background: #191919CC;
    backdrop-filter: blur(18.5px);
    
  }
.nav-link:hover{
  color:#FFFFFF !important;
}

  .custom-navbar.scrolled {
    background: #191919CC;
    backdrop-filter: blur(18.5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    
  }
  .enovo-logo{
    width: 193px;
 
  }
  .navbar ul{
 
  }
  .navbar ul li a{
    
    color:#ffffff;
font-size: 20px;
font-weight: 600;
line-height: 30px;
transition: color 0.3s ease;

  }

  .nav-link1{
    margin-right: 73px;
  }
  .navbar ul li a:hover{
    background: linear-gradient(270deg, #6DDEE5 31.82%, #50F1BE 68.64%);
      -webkit-background-clip: text;
  
  }

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

.dropdown-button {
 
  background:red;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.8) !important;
  min-width: 160px;
 
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  width: 218px;
}

.dropdown-menu a {
  color: white !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background 0.3s ease;


}

.dropdown-menu li:hover {
  background: linear-gradient(270deg, #6DDEE5 31.82%, #50F1BE 68.64%);
  color: black !important; 
}

.dropdown-menu li a{
  position: relative;
}

.dropdown-menu li a::after{
  content : "";
  position: absolute;
  bottom : 0;
  height : 1px;
  width: 80%;
  left : 50%;
  transform : translateX(-50%);
  background : #FFFFFF14;
}

.dropdown-menu li:last-child a::after{
  height : 0;
}


.dropdown-menu li:hover a{
  color: black !important; 
}


.navbar ul li a:hover {
    background: linear-gradient(270deg, #6DDEE5 31.82%, #50F1BE 68.64%);
    -webkit-background-clip: text;
    
}

.dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}


@keyframes fadeIn {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}

.di-text{
  color:#000000 !important;
}

.di-text:hover{
  color:#ffffff !important;
}

.white-popup .dropdown-item {
  color: black !important;
    font-weight: 500;
    padding: 6px;
    font-size: 16px;
    margin-left: 8px;
    text-align: left;
}

.white-popup .dropdown-item:hover {
  background-color: #f8f9fa;
}

.white-popup {
  background-color: white !important;
  color: black !important;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none; 
}

@media only screen and (max-width:990px){
  .white-popup .dropdown-item {

    margin-left: 0px;
  
}
  .nav-item .dropdown-menu {
        border-radius: 8px !important;
        margin-right:10px;
        position: absolute;
        margin-bottom:100px;
    }

  .fa-solid, .fas {
    font-size: 32px;
  }
  .custom-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  transition: transform 0.7s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.custom-mobile-menu.show {
  transform: translateX(100%); 
}
.custom-mobile-menu.hide {
  transform: translateX(-100%); 
}

.navbar-toggler {
  z-index: 10000;
  position: relative;
}
.close-menu {
  position: absolute;
  top: 15px;
  right: 26px;
  font-size: 57px;
  color: white;
  cursor: pointer;
}
.nav-item .dropdown-menu {
      border-radius: 8px !important;
      width: 78%;
    }
}

/* FAQ */
.faq-section {
    margin-bottom: 168px;
  padding: 40px 40px;
}

.faq-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.faq-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border: 3px solid #d1f6f0;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  overflow: hidden;
}

.faq-item.active {
  background-color: #1c1c1c;
  color: #fff;
}

.faq-item p {
  color: #000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.faq-item.active p {
  color: #ccc;
  max-height: 500px; 
  opacity: 1;
}

.faq-question {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: color 0.4s ease;
}

.faq-toggle {
  font-size: 35px;
  transition: color 0.4s ease;
}

.faq-item.active .faq-toggle {
  color: #50F1BE;
  transition: color 0.3s ease;
}

@media(max-width : 990px){
    .faq-section {
  padding: 0;
}
}