.bs-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background: #fff;
}

@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
    (backdrop-filter: saturate(180%) blur(20px))
) {
  .bs-header {
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px); */
  }
}

.hide-header-footer .bs-header {
  display: none !important;
}

.transparent-header .bs-header {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.customize-support .bs-header {
  top: 32px;
}

@media (max-width: 782px) {
  .customize-support .bs-header {
    top: 46px;
  }
}

.notification-bar-active .bs-header {
  top: 64px;
}

.customize-support.notification-bar-active .bs-header {
  top: 96px;
}

@media (max-width: 782px) {
  .customize-support.notification-bar-active .bs-header {
    top: 110px;
  }
}

.page-template-sklik.notification-bar-active .bs-header,
.page-template-linkedin-ai-outreach.notification-bar-active .bs-header {
  top: 0 !important;
}

.page-template-sklik.notification-bar-active.customize-support .bs-header,
.page-template-linkedin-ai-outreach.notification-bar-active.customize-support .bs-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  .page-template-sklik.notification-bar-active.customize-support .bs-header,
  .page-template-linkedin-ai-outreach.notification-bar-active.customize-support .bs-header {
    top: 46px !important;
  }
}

@media screen and (max-width: 599px) {
  #wpadminbar {
    position: fixed;
  }
}

body.mobile-navigation-active,
body.bs-modal-open {
  overflow-y: hidden;
}

.bs-modal-open .bs-header,
.bs-modal-open .bs-header-notification-bar {
  z-index: 1;
}

.bs-modal-open .bs-main-content {
  z-index: 105;
}

.bs-header-wrapper {
  position: relative;
  z-index: 20;
}

.bs-header-wrapper__inner {
  margin: 0 auto;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  transition: height 0.2s ease;
  padding: 0 50px;
  max-width: 1500px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1399px) {
  .bs-header-wrapper__inner {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .bs-header-wrapper__inner {
    height: 66px;
  }
}

@media only screen and (max-width: 1024px) {
  .bs-header-wrapper__inner {
    max-width: 100%;
    height: 56px;
    padding: 0 16px;
  }
}

@media only screen and (max-width: 899px) {
  .mobile-navigation-active .bs-header-wrapper__inner {
    /* padding-right: 31px; open menu scrollbar jump fix */
  }
}

.bs-header {
  transition: transform 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.page-scroll .bs-header-wrapper__inner {
  height: 56px;
}

body .bs-header-dark .bs-header-wrapper__inner {
  height: 56px;
}

.bs-header__logo_wrapper {
}

.bs-header__logo {
  display: flex;
  max-width: 130px;
  transition: max-width 0.2s ease;
}

.page-scroll .bs-header__logo {
  max-width: 130px;
}

body .bs-header-dark .bs-header__logo {
  max-width: 130px;
}

.bs-header__logo > img,
.bs-header__logo > svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

@media only screen and (max-width: 419px),
only screen and (min-width: 999px) and (max-width: 1099px) {
  .bs-header__logo > svg.full {
    display: none;
  }
  .bs-header__logo > svg.compact {
    display: flex !important;
  }
}

.bs-header__menu_wrapper {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
  align-items: center;
}

.bs-header__menu_wrapper .primary-menu-wrapper {
  flex: 1;
  padding-left: 22px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 999px) {
  .bs-header__menu_wrapper .primary-menu-wrapper {
    padding-left: 10px;
  }
}

.bs-header__menu_wrapper > nav {
  display: inline-flex;
  height: 100%;
}

.bs-header__menu_wrapper > nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  height: 100%;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 899px) {
  .bs-header__menu_wrapper > nav > ul {
    gap: 0rem;
  }
}

.bs-header__menu_wrapper > nav > ul > li {
  margin: 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.bs-header__menu_wrapper > nav > ul > li.menu-item-mobile {
  display: none;
}

@media only screen and (max-width: 899px) {
  .bs-header__menu_wrapper > nav > ul > li.menu-item-mobile {
    display: flex;
  }
}

.bs-header__menu_wrapper > nav > ul > li > a,
.header-menu ul li.menu-item > a,
.buttons-menu-wrapper > a.menu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 1399px) {
  .bs-header__menu_wrapper > nav > ul > li > a,
  .header-menu ul li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .bs-header__menu_wrapper > nav > ul > li > a,
  .header-menu ul li.menu-item > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-header__menu_wrapper > nav > ul > li > a,
  .header-menu ul li.menu-item > a {
  }
}

.bs-header__menu_wrapper > nav > ul > li > a:hover {
  color: inherit;
}

.bs-header__menu_wrapper > nav > ul:not(.aux-menu) > li.current-menu-item > a,
.bs-header__menu_wrapper
  > nav
  > ul:not(.aux-menu)
  > li.current-page-ancestor
  > a,
.bs-header__menu_wrapper > nav > ul:not(.aux-menu) > li > a.is-active {
  color: #e0546b;
  background: linear-gradient(267deg, #e0546b -6.07%, #eca73d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bs-header__menu_wrapper > nav > ul > li.current-menu-item::after {
  border-top-color: #542fe8 !important;
}

.bs-header__menu_wrapper > nav > ul > li > a:after,
.bs-header__menu_wrapper > nav > ul > li > ul > li > a:after,
.bs-header__menu_wrapper > nav > ul > li.menu-item-has-megamenu > a:before {
  position: absolute;
  content: "";
  left: 0;
  background: #e0546b;
  background: linear-gradient(267deg, #e0546b -6.07%, #eca73d 100%);
  height: 1.5px !important;
  bottom: -0.5px !important;
  width: 0% !important;
  z-index: 9999 !important;
  -webkit-transform: scaleY(1) translateY(0) !important;
  -moz-transform: scaleY(1) translateY(0) !important;
  transform: scaleY(1) translateY(0) !important;
  -webkit-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  opacity: 1 !important;
  margin-left: 0px;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 899px) {
  .bs-header__menu_wrapper > nav > ul > li > a:after,
  .bs-header__menu_wrapper > nav > ul > li > ul > li > a:after,
  .bs-header__menu_wrapper > nav > ul > li.menu-item-has-megamenu > a:before {
    display: none !important;
  }
}

.bs-header__menu_wrapper > nav > ul > li.menu-item-has-megamenu > a:before {
  width: 100% !important;
  background: #dddddd !important;
  opacity: 0 !important;
}

.bs-header-dark .bs-header__menu_wrapper > nav > ul > li > a:after,
.bs-header-dark .bs-header__menu_wrapper > nav > ul > li > ul > li > a:after,
.bs-header-dark
  .bs-header__menu_wrapper
  > nav
  > ul
  > li.menu-item-has-megamenu
  > a:before {
  background: #333 !important;
}

.bs-header-dark .bs-header__menu_wrapper > nav > ul > li > a:hover {
  color: #333;
}

.bs-header__menu_wrapper > nav > ul > li.menu-item-has-megamenu > a:before,
.bs-header__menu_wrapper > nav > ul > li:not(.menu-item-has-megamenu) > a:after,
.bs-header__menu_wrapper > nav > ul > li.menu-active > a:after {
  max-width: calc(100% - 3px);
}

.bs-header__menu_wrapper > nav > ul > li > ul > li > a:after {
  max-width: 100%;
}

.bs-header__menu_wrapper
  > nav
  > ul
  > li.menu-item-has-megamenu:hover
  > a:before {
  opacity: 1 !important;
}

.bs-header__menu_wrapper
  > nav
  > ul
  > li:not(.menu-item-has-megamenu):hover
  > a:after,
.bs-header__menu_wrapper > nav > ul > li.menu-active > a:after,
.bs-header__menu_wrapper > nav > ul > li > ul > li:hover > a:after {
  width: 100% !important;
  -webkit-transform: scaleY(1) translateY(0);
  -moz-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
}

.bs-header__menu_wrapper > nav > .primary-menu-footing {
  display: none;
}

.bs-header-btn {
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  padding: 10px 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  border-width: 1.9px;
  font-weight: 600;
  min-width: 0;
}

@media (max-width: 1199px) {
  .bs-header-btn {
    font-size: 14px;
    padding: 11px 16px 10px 16px;
  }
}

@media (max-width: 599px) {
  .bs-header-btn {
    font-size: 12px;
    padding: 9px 14px 9px 14px;
  }
}

@media (max-width: 399px) {
  .bs-header-btn {
    padding: 9px 10px 9px 10px;
  }
}
@media (max-width: 335px) {
  .bs-header-btn {
    font-size: 11px;
    padding: 9px 9px 9px 9px;
  }
}

@media (max-width: 250px) {
  .bs-header-btn:not(.bs-signup-system) {
    display: none;
  }
}

/* Submenus */

header .header-menu ul li.menu-item-has-children {
  display: flex;
  transition-duration: 0.5s;
  position: relative;
}

header .header-menu ul li.menu-item-has-children::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 3.5px solid #333;
  content: "";
  margin-left: -12px;
  margin-bottom: -4px;
  transition: all 0.26s ease;
}

@media (max-width: 1199px) {
  header .header-menu ul li.menu-item-has-children::after {
    margin-left: -6px;
    border-width: 3px;
    border-bottom: none;
  }
}

header
  .header-menu
  ul
  li.menu-item-has-children:not(.menu-item-has-megamenu):hover::after,
header .header-menu ul li.menu-item-has-children.menu-active::after {
  border-bottom: 3.5px solid #333;
  border-top: none;
}

header .header-menu ul li.menu-item-has-children > a {
  padding-right: 18px;
}

/* Language switcher */

header .header-menu ul.aux-menu {
}

@media (max-width: 599px) {
  header .header-menu ul.aux-menu {
    display: none;
  }
}

header .header-menu ul.aux-menu li.menu-item-has-children {
  padding-left: 2px;
  padding-right: 2px;
}

@media (max-width: 1024px) {
  header .header-menu ul.aux-menu li.menu-item-has-children {
    padding-left: 0;
    padding-right: 2px;
    margin-right: 0;
  }
}

header .header-menu ul.aux-menu li.wpml-ls-item.menu-item-has-children::after {
  margin-left: 0;
}

header .header-menu ul.aux-menu li.wpml-ls-item.menu-item-has-children > a {
  padding-left: 14px;
  padding-right: 6px;
}

@media (max-width: 1024px) {
  header .header-menu ul.aux-menu li.wpml-ls-item.menu-item-has-children > a {
    padding-left: 6px;
    padding-right: 4px;
  }
}

header
  .header-menu
  ul.aux-menu
  li.wpml-ls-item.menu-item-has-children
  > a:hover:after {
  display: none;
}

header .header-menu ul.aux-menu li.menu-item-has-children ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  white-space: nowrap;
  transform: scaleY(0) translateY(10px);
  transform-origin: top;
  transition: all 0.26s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
  padding: 0 0;
  z-index: 999;
  list-style: none;
}

header .header-menu ul.aux-menu li.menu-item-has-children:hover > ul,
header .header-menu ul.aux-menu li.menu-item-has-children:focus-within > ul,
header .header-menu ul.aux-menu li.menu-item-has-children ul:hover {
  opacity: 1;
  transform: scaleY(1) translateY(0);
}

header .header-menu ul.aux-menu li.menu-item-has-children ul {
  padding: 0;
  margin: 0;
}

header .header-menu ul.aux-menu li.menu-item-has-children ul li {
  padding: 0;
  margin: 0;
}

header .header-menu ul.aux-menu li.menu-item-has-children ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

header .header-menu ul.aux-menu li.menu-item-has-children > a:after {
  display: none;
}

/**
 * Secondary menus
 */

header .header-menu ul.secondary-menu {
}

@media (max-width: 599px) {
  header .header-menu ul.secondary-menu {
    display: none;
  }
}

header .buttons-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
}

@media (max-width: 1199px) {
  header .buttons-menu-wrapper {
    margin-left: 14px;
  }
}

@media (max-width: 999px) {
  header .buttons-menu-wrapper {
    margin-left: 12px;
    gap: 1.25rem;
  }
}

/* Mobile toggle navigation */

.bs-header-navigation-mobile-toggle,
#bs-header-navigation-mobile {
  display: none;
}

.bs-header-navigation-mobile-toggle {
  padding: 0;
  margin: 0;
  z-index: 99;
  width: 2rem;
  height: 40px;
  transition: all 0.3s ease;
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  order: 1;
}

@media (max-width: 999px) {
  .bs-header-navigation-mobile-toggle {
    display: inline-flex;
  }
}

.bs-header-navigation-mobile-toggle .menu-icon {
  background: #060b3e;
  display: flex;
  height: 2px;
  position: relative;
  transition: all 0.2s ease-out;
  width: 1.5rem;
  border-radius: 2px;
}

.bs-header-navigation-mobile-toggle .menu-icon:before,
.bs-header-navigation-mobile-toggle .menu-icon:after {
  background: #060b3e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  border-radius: 2px;
}

.bs-header-navigation-mobile-toggle .menu-icon:before {
  top: 7px;
  width: 1.5rem;
}

.bs-header-navigation-mobile-toggle .menu-icon:after {
  top: -7px;
  width: 1.5rem;
}

.bs-header-navigation-mobile-toggle:hover .menu-icon:before {
  top: 9px;
}

.bs-header-navigation-mobile-toggle:hover .menu-icon:after {
  top: -9px;
}

.bs-header-navigation-mobile-toggle.active .menu-icon {
  width: 0;
}

.bs-header-navigation-mobile-toggle.active .menu-icon:before {
  transform: rotate(-45deg) translateY(-7px) translateX(-7px);
  width: 1.25rem;
}

.bs-header-navigation-mobile-toggle.active .menu-icon:after {
  transform: rotate(45deg) translateY(7px) translateX(-7px);
  width: 1.25rem;
}

.bs-header-navigation-mobile-toggle.active .menu-icon:before,
.bs-header-navigation-mobile-toggle.active .menu-icon:after {
  top: 0;
}

.bs-header-navigation-mobile {
  display: none;
  padding: 0;
  margin: 0;
  position: fixed;
  margin-top: -1px;
  top: 56px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transition: top 0.15s ease;
  box-shadow: 0 10px 23px rgba(0, 0, 0, 0.02);
}

@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(20px)) or
    (backdrop-filter: saturate(180%) blur(20px))
) {
  .bs-header-navigation-mobile {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  }
}

@media (max-width: 999px) {
  .bs-header-navigation-mobile {
    position: absolute;
  }
}

@media (min-width: 1025px) {
  .bs-header-navigation-mobile {
    display: none !important;
  }
}

.bs-header-navigation-mobile > nav {
}

.bs-header-navigation-mobile > nav ul {
  margin: 16px 28px;
}

@media (max-width: 599px) {
  .bs-header-navigation-mobile > nav ul {
    margin: 16px 16px;
  }
}

.bs-header-navigation-mobile > nav ul li {
  position: relative;
  background: none;
  display: block;
  width: 100%;
  margin: 14px 0;
  text-align: right;
}

.bs-header-navigation-mobile > nav ul li:last-child {
  margin-bottom: 21px;
}

.bs-header-navigation-mobile > nav ul li .sub-menu li:last-child {
  margin-bottom: 8px;
}

.bs-header-navigation-mobile > nav ul li:first-child {
  margin-bottom: 6px;
}

.bs-header-navigation-mobile > nav ul li::after {
  display: none !important;
}

.bs-header-navigation-mobile > nav ul li a {
  display: inline-block;
  line-height: 1.2;
  text-align: right;
  padding: 4px 4px;
  z-index: 8;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  color: #060b3e;
  transition: all 0.2s ease;
}

.bs-header-navigation-mobile > nav ul li a:hover {
  color: #542fe8;
}

.bs-header-navigation-mobile > nav ul li.current-menu-item > a,
.bs-header-navigation-mobile > nav ul li.current-page-ancestor > a {
  color: #542fe8;
}

/* Submenu */

.bs-header-navigation-mobile > nav ul li.menu-item-has-children a {
  padding-right: 35px;
}

.bs-header-navigation-mobile > nav ul li.menu-item-has-children .sub-menu li a {
  padding-right: 19px;
}

.bs-header-navigation-mobile .sub-menu {
  position: relative;
  top: 4px;
  left: 0;
  width: 100%;
  display: block;
  padding-right: 16px;
  overflow: hidden;
  white-space: nowrap;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  opacity: 0;
  max-height: 0;
}

.bs-header-navigation-mobile .sub-menu.visible {
  transform: scaleY(1);
  opacity: 1;
  max-height: 400px;
}

.bs-header-navigation-mobile .sub-menu::after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 1px;
  top: 0;
  right: 15px;
}

.open-menu-link {
  position: absolute;
  width: 32px;
  height: 28px;
  right: 0px;
  top: 0;
  cursor: pointer;
  z-index: 9;
  justify-content: flex-end;
}

@media (max-width: 999px) {
  .open-menu-link {
    display: flex;
  }
}

.open-menu-link .open-menu-link-icon {
  background: #fff;
  display: flex;
  height: 1px;
  position: relative;
  transition: all 0.2s ease-out;
  width: 15px;
  margin-top: 4px;
  margin-right: 4px;
  align-self: center;
}

.open-menu-link .open-menu-link-icon::before,
.open-menu-link .open-menu-link-icon::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  right: 0;
}

.open-menu-link .open-menu-link-icon::before {
  top: 4px;
  width: 20px;
}

.open-menu-link .open-menu-link-icon::after {
  top: -4px;
  width: 20px;
}

.open-menu-link:not(.visible) .open-menu-link-icon {
  width: 0;
}

.open-menu-link:not(.visible) .open-menu-link-icon:before {
  transform: rotate(45deg) translateY(1px) translateX(-1px);
  width: 20px;
}

.open-menu-link:not(.visible) .open-menu-link-icon:after {
  transform: rotate(-45deg) translateY(-1px) translateX(-1px);
  width: 20px;
}

.open-menu-link:not(.visible) .open-menu-link-icon:before,
.open-menu-link:not(.visible) .open-menu-link-icon:after {
  top: 0;
}

/* Subheader */

.bs-subheader-wrapper {
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08);
}

.bs-subheader-wrapper .bs-header__title_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 599px) {
  .bs-subheader-wrapper .bs-header__title_wrapper {
    gap: 8px;
  }
}

.bs-subheader-wrapper .bs-header__title_wrapper > img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

@media (max-width: 999px) {
  .bs-subheader-wrapper .bs-header__title_wrapper > img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 599px) {
  .bs-subheader-wrapper .bs-header__title_wrapper > img {
    width: 26px;
    height: 26px;
  }
}

.bs-subheader-wrapper .bs-header__title_wrapper .bs-header__title {
  display: block;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  text-transform: lowercase;
}

@media (max-width: 999px) {
  .bs-subheader-wrapper .bs-header__title_wrapper .bs-header__title {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .bs-subheader-wrapper .bs-header__title_wrapper .bs-header__title {
    font-size: 15px;
  }
}

@media (max-width: 399px) {
  .bs-subheader-wrapper .bs-header__title_wrapper .bs-header__title {
    display: none;
  }
}

.bs-subheader-wrapper .bs-header__menu_wrapper {
  justify-content: flex-start;
  padding-left: 18px;
}

@media (max-width: 999px) {
  .bs-subheader-wrapper .bs-header__menu_wrapper {
    display: none;
  }
}

.bs-subheader-wrapper .bs-header__menu_wrapper li {
}

.bs-subheader-wrapper .bs-header__menu_wrapper li a {
  line-height: 1;
}

.bs-subheader-wrapper .buttons-menu-wrapper {
}

@media (max-width: 299px) {
  .bs-subheader-wrapper .buttons-menu-wrapper .bs-header-btn {
    display: block;
  }
}
