/* Header */
.vl-btn.vl-brand6 {
  background: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 0 0 1px #fff!important;
}
.vl-btn.vl-brand6:hover {
  background: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 0 0 1px #55CC87 !important;
}
@media (min-width: 1025px) {

  .vl-main-header {
	background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.03),
                0 10px 6px -12px rgba(0, 30, 90, 0.12) !important;
    transition: box-shadow 0.2s ease !important;
  }
  .vl-main-header:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),
                0 10px 18px -15px rgba(0, 30, 90, 0.18) !important;
  }
  .vl-main-header:has(.e-n-menu-content.e-active) {
    background: #ffffff !important;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: none !important;
  }

  .vl-dropdown {
    box-shadow: none !important;
  }

  .vl-main-header:has(.e-n-menu-content.e-active) .vl-dropdown,
  .vl-dropdown.e-active {
    box-shadow: 0 24px 40px -14px rgba(0, 30, 90, 0.14) !important;
  }

}

.vl-hover-blur {
  transition: filter 0.6s ease, opacity 0.6s ease !important;
}

.vl-blur-active .vl-hover-blur {
  filter: blur(9px);
  opacity: 0.5;
}

/* remove Elementor default arrow */
.e-n-menu-dropdown-icon i,
.e-n-menu-dropdown-icon svg,
.e-n-menu-dropdown-icon::before {
  display: none !important;
  content: none !important;
}

.e-n-menu-dropdown-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  background-color: #414244 !important;
  -webkit-mask: url("https://www.i-vita.lt/wp-content/uploads/2026/02/angle-down.svg") center / contain no-repeat !important;
  mask: url("https://www.i-vita.lt/wp-content/uploads/2026/02/angle-down.svg") center / contain no-repeat !important;
  position: relative;
  top: 2px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.6s ease !important;
}

.e-n-menu-item:hover .e-n-menu-dropdown-icon { transform: rotate(-180deg); }

/* Mobile menu */
@media (max-width: 1024px) {

  .vl-mobile-menu {
	background: #ffffff !important;
	border-bottom: 0.5px solid #E6E7EA !important;
	box-shadow: none !important;
	transition: background 0.22s ease,
	            backdrop-filter 0.22s ease,
	            box-shadow 0.18s ease !important;
  }
  .vl-mobile-menu.scrolled {
    background: rgba(255, 255, 255, 0.965) !important;
    border-bottom: 1px solid #E6E7EA !important;
    backdrop-filter: blur(24px) saturate(125%);
    -webkit-backdrop-filter: blur(24px) saturate(125%);
	box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.28) !important;
  }

  .vl-mobile-menu .elementor-widget-image img {
    transition: filter 0.35s ease, opacity 0.35s ease !important;
  }

}

.vl-menu-toggle,
.vl-menu-toggle:hover,
.vl-menu-toggle:focus {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.vl-menu-toggle {
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  top: 4px !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 99999 !important;
}

.vl-menu-toggle span {
  position: absolute !important;
  left: 50% !important;
  width: 19px !important;
  height: 1.5px !important;
  margin-left: -9.5px !important;
  background: #111111 !important;
  border-radius: 999px !important;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1),
              opacity 0.4s ease !important;
}

.vl-menu-toggle span:nth-child(1) {
  top: calc(50% - 0.75px) !important;
  transform: translateY(-5.25px);
}

.vl-menu-toggle span:nth-child(2) {
  top: calc(50% - 0.75px) !important;
  transform: translateY(0) translateX(-3.5px);
}

.vl-menu-toggle span:nth-child(3) {
  top: calc(50% - 0.75px) !important;
  transform: translateY(5.25px);
}

.vl-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(0) rotate(45deg) !important;
}

.vl-menu-toggle.is-active span:nth-child(2) {
  transform: translateY(0) translateX(0);
  opacity: 0 !important;
}

.vl-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg) !important;
}
.vl-mobile-menu:has(.vl-menu-toggle.is-active) {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* Header titles hover effect */
#menubar-146:hover .e-n-menu-title-text,
#menubar-165:hover .e-n-menu-title-text {
  color: #6f737c !important;
}

#menubar-146 .e-n-menu-item:hover .e-n-menu-title-text,
#menubar-165 .e-n-menu-item:hover .e-n-menu-title-text {
  color: #202932 !important;
}
