.elementor-kit-6 {
  background-image: linear-gradient(to top,
      rgba(22, 36, 86, 0.2) 0%,
      rgba(2, 6, 24, 1) 50%,
      rgba(2, 6, 24, 1) 100%);
  background-color: rgba(3, 5, 11, 1) !important;
}

.gradient_text .elementor-heading-title {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.design_toolkit_grd_text .elementor-icon-box-title span {
  /* background: linear-gradient(270deg, #155DFC 0%, #00B8DB 100%); */
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);

  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.design_toolkit_box {
  position: relative;
}

.design_toolkit_box::before {
  content: "";
  transition: all .2s ease-out;
  background-image: url("../300mind/assets/images/blue-line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  z-index: 0;
  border: none !important;
}

.design_toolkit_box::after {
  content: "";
  transition: all .2s ease-out;
  background-image: url("../300mind/assets/images/blue-left-line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 80%;
  opacity: 1;
  z-index: 6;
  transform: translate(0, -50%);
}


.header_main_menu .hfe-nav-menu .sub-menu li.menu-item::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(16px);
  background-color: transparent;
  z-index: -1; */
}

.header_main_menu .hfe-nav-menu .sub-menu li.menu-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  /* backdrop-filter: blur(16px); */
  background-color: transparent;
  z-index: -1;
}

.header_main_menu .hfe-nav-menu .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(16px);
  background-color: transparent;
  z-index: 0;
}

.header_main_menu .hfe-nav-menu .sub-menu {
  /* border: 1px solid #FAFAFA14; */
  /* border: 1px solid rgba(250, 250, 250, 0.08); */
}


.header_main_menu .hfe-nav-menu .sub-menu li.menu-item {
  background-color: rgba(20, 30, 55, 0.5) !important;
  position: relative;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
  transition: transform 0.2s !important;
}

.header_glass_effect {
  position: relative;
}

.header_glass_effect::before {
  backdrop-filter: blur(16px);
  background: transparent !important;
  position: absolute !important;
  top: 0;
  height: 100%;
  z-index: 0;
  left: 0;
  content: "";
}



@media (min-width: 1025px) {

  .header_main_menu .current-menu-ancestor .hfe-menu-item,
  .header_main_menu .current-menu-ancestor.menu-active .hfe-menu-item {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
  }
}

.header_main_menu .menu-item.current-menu-ancestor>div .hfe-sub-menu-item {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.header_main_menu .current_page_item .hfe-menu-item,
.header_main_menu .current_page_item .hfe-sub-menu-item {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.header_main_menu .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active,
.header_main_menu nav.hfe-dropdown .menu-item.current-menu-item a.hfe-menu-item,
.header_main_menu nav.hfe-dropdown .menu-item.current-menu-ancestor a.hfe-menu-item,
.header_main_menu nav.hfe-dropdown .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.header_main_menu .menu-item a.hfe-menu-item:hover,
.header_main_menu .sub-menu a.hfe-sub-menu-item:hover,
.header_main_menu .menu-item.current-menu-item a.hfe-menu-item,
.header_main_menu .menu-item a.hfe-menu-item.highlighted,
.header_main_menu .menu-item a.hfe-menu-item:focus {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.header_main_menu .sub-menu a.hfe-sub-menu-item:hover,
.header_main_menu .elementor-menu-toggle:hover,
.header_main_menu nav.hfe-dropdown li a.hfe-menu-item:hover,
.header_main_menu nav.hfe-dropdown li a.hfe-sub-menu-item:hover,
.header_main_menu nav.hfe-dropdown-expandible li a.hfe-menu-item:hover,
.header_main_menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item:hover {
  background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
  .header_main_menu #menu-1-f55ae9c:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(16px);
    background-color: rgba(20, 30, 55, 0.5) !important;
    z-index: -1;
  }

  .header_main_menu .hfe-nav-menu .sub-menu::before {
    content: none;
  }

  .header_main_menu .hfe-nav-menu .sub-menu li.menu-item {
    background-color: transparent !important;
  }


  .header_main_menu .menu-item .current-menu-parent div a {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%) !important;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
  }

  .header_main_menu .hfe-nav-menu-icon {
    padding-bottom: 6px;
  }

  #menu-1-f55ae9c {
    width: calc(100% - 94px);
    margin: 4px auto 0 auto;
    border-radius: 25px;
    overflow: hidden;
    max-width: 830px;
    border: 1px solid #FAFAFA14;
  }

  .header_main_menu nav.hfe-nav-menu__layout-horizontal .sub-menu {
    border-width: 1px 0 0 0 !important;
  }

  .header_main_menu .menu-item .sub-menu {
    display: none;
    height: auto;
    overflow: auto;
    scrollbar-width: none;
  }


  .header_main_menu .menu-item nav {
    /* position: relative !important; */
  }

  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    /* visibility: visible !important; */
    opacity: 1 !important;
  }

}

@media (max-width: 767px) {
  #menu-1-f55ae9c {
    width: calc(100% - 38px);
  }
}