/* Start custom CSS for html, class: .elementor-element-218 */.asi-naviation-menu {
  display: flex;
}

.asi-naviation-menu-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.asi-menu-item>span>a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.80);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.asi-menu-item span {
  position: relative;
  display: inline-flex;
  padding: 0 0 4px 0;
}

.asi-menu-item span::before {
  content: "";
  background: rgba(255, 255, 255, 0.80);
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}

.asi-menu-item.active>span>a {
  color: #ffffff;
}

.asi-menu-item:hover>span>a {
  color: #ffffff;
}

.asi-menu-item:hover span::before {
  width: 100%;
  background: #ffffff;
}

.dropdown-menu.open .dropdown-icon::before {
  width: 100%;
  background: #ffffff;
}

.asi-menu-item.active span::before {
  width: 100%;
  background: #ffffff;
}

.dropdown-menu.active .asi-menu-item .dropdown-icon::before {
  width: 100%;
  background: #ffffff;
}

.dropdown-menu {
  position: relative;
}

.dropdown-menu-content {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: max-content;
  background: #D9D9D9;
  border-radius: none;
  padding: 1px;
  box-shadow: 0 4px 30px 0 rgba(9, 9, 9, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all 0.6s ease;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 24px;
  clip-path: var(--clipPathGlobal);
  align-items: stretch;

  .border-overlay {
    background-color: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    clip-path: var(--clipPathGlobal);
  }
}

.dropdown-menu-content .asi-menu-item>span>a {
  color: #484848;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.dropdown-menu-content .asi-menu-item::before {
  background: #484848;
}

.dropdown-menu-content .asi-menu-item:hover span::before {
  background: #000000;
}

.dropdown-menu-content .asi-menu-item.active span::before {
  background: #000000 !important;
}

.dropdown-menu .dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;

  svg {
    cursor: pointer;
    width: 18px;
    height: 20px;
    margin-top: -4px;

    path {
      stroke: rgba(255, 255, 255, 0.80);
      transition: all 0.3s ease;
    }
  }
}

.dropdown-menu-content .asi-menu-item:hover span a {
  color: #000000;
}

.dropdown-menu .asi-menu-item:hover span svg path {
  stroke: #FFF;
}


.dropdown-menu-content .asi-menu-item.active span a {
  color: #000000;
}

/* Show dropdown */
.dropdown-menu.open .dropdown-menu-content {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu.active>.asi-menu-item>span>a {
  color: #FFF;
}

.dropdown-menu.open .asi-menu-item>.dropdown-icon>a {
  color: #FFF;
}

.dropdown-menu.open .dropdown-icon svg path {
  stroke: #FFF;
}

.dropdown-menu.active .dropdown-icon svg path {
  stroke: #FFF;
}

@media (max-width: 1024px) {
  .asi-naviation-menu-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .asi-menu-item>span>a {
    color: #484848;
  }

  .asi-menu-item span::before {
    background: #484848;
  }

  .asi-menu-item.active>span>a {
    color: #000 !important;
  }

  .asi-menu-item:hover>span>a {
    color: #000;
  }

  .asi-menu-item:hover span::before {
    width: 100%;
    background: #000;
  }

  .asi-menu-item.active span::before {
    width: 100%;
    background: #000;
  }

  .dropdown-menu.open .asi-menu-item>.dropdown-icon>a {
    color: #000;
  }

  .dropdown-menu.open .dropdown-icon svg path {
    stroke: #000;
  }

  .dropdown-menu.active .dropdown-icon svg path {
    stroke: #000;
  }

  .dropdown-menu.active>.asi-menu-item>span>a {
    color: #000 !important;
  }

  .dropdown-menu-content {
    position: static;
    min-width: max-content;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    padding: 0;
    gap: 16px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  .dropdown-menu.open .dropdown-menu-content {
    transform: none;
    opacity: 1;
  }

  .dropdown-menu-content .asi-menu-item:hover,
  .dropdown-menu-content .asi-menu-item.active {
    background: transparent;
  }

  .dropdown-menu .dropdown-icon {
    justify-content: start;
  }

  .dropdown-menu.open .asi-menu-item .dropdown-menu.open::before {
    width: 100%;
    background: #000 !important;
  }

  .dropdown-menu.active .asi-menu-item .dropdown-icon::before {
    width: 100%;
    background: #000 !important;
  }

  .dropdown-menu.open .dropdown-icon svg {
    transform: rotate(180deg);
    margin-bottom: -5px;

    path {
      stroke: #090909 !important;
    }
  }

  .dropdown-menu .dropdown-icon svg {
    transform: rotate(0deg);
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;

    path {
      stroke: #484848 !important;
      transition: all 0.3s ease-in-out;
    }
  }

  .dropdown-menu.open .dropdown-menu-content {
    max-height: 500px;
    margin: 10px 0 0;
  }

  .dropdown-menu.open .dropdown-icon::before {
    width: 100%;
    background: #000;
  }
}


.page-id-737,
.single-post,
.error404,
.search,
.page-id-2648,
.page-id-2655,
header.asi-header--scrolled {
  
  .header-logo svg .dark-logo {
    filter: brightness(0) !important;
    mix-blend-mode: difference !important;
  }

  #main-asi-header {
    box-shadow: 0 2px 30px 0 rgba(112, 144, 176, 0.10);

    nav.asi-naviation-menu .asi-menu-item a {
      color: #484848;
    }


    nav.asi-naviation-menu .asi-menu-item span svg path {
      stroke: #484848;
    }

    nav.asi-naviation-menu .asi-menu-item:hover span svg path {
      stroke: #000;
    }

    .asi-menu-item:hover>span>a {
      color: #000;
    }

    .asi-menu-item:hover span::before {
      width: 100%;
      background: #000;
    }

    .dropdown-menu.open .dropdown-icon::before {
      width: 100%;
      background: #000;
    }

    .dropdown-menu.active .asi-menu-item .dropdown-icon::before {
      width: 100%;
      background: #000;
    }

    .asi-menu-item.active span::before {
      width: 100%;
      background: #000;
    }
  }
  .open-popupMobileMenu-btn {
    svg path {
      stroke: #484848;
    }
  }
}

.page-id-737,
.single-post,
.error404,
.search,
.page-id-2648,
.page-id-2655
{
  header{
    background-color: white !important;
  }
}/* End custom CSS */