.elementor-20 .elementor-element.elementor-element-13041f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c165579 */.nalya-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(117,18,25,0.12);
  box-shadow: 0 15px 45px rgba(0,0,0,0.06);
}

.nalya-header-top {
  height: 82px;
  padding: 0 6%;
  display: grid;
  grid-template-columns: 220px 1fr 120px;
  align-items: center;
  gap: 28px;
}

.nalya-logo img {
  max-height: 58px;
  display: block;
}

.nalya-search {
  height: 48px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(117,18,25,0.16);
  border-radius: 999px;
  overflow: hidden;
}

.nalya-search input[type="search"] {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 22px;
  font-size: 14px;
  color: #2a090c;
}

.nalya-search button {
  height: 100%;
  width: 58px;
  border: 0;
  background: linear-gradient(135deg, #B11F24, #751219);
  color: white;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.nalya-search button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nalya-icons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.nalya-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(117,18,25,0.16);
  color: #B11F24;
  transition: 0.3s ease;
}

.nalya-icons a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nalya-icons a:hover {
  background: linear-gradient(135deg, #B11F24, #751219);
  color: #fff;
  transform: translateY(-2px);
}

.nalya-menu {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: rgba(255,255,255,0.72);
}

.nalya-menu a {
  text-decoration: none;
  color: #2a090c;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .45px;
  position: relative;
}

.nalya-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #B11F24, #751219);
  border-radius: 99px;
  transform: translateX(-50%);
  transition: .3s;
}

.nalya-menu a:hover::after,
.nalya-menu a.active::after {
  width: 100%;
}

.nalya-menu a.active {
  color: #B11F24;
}

#nalya-menu-toggle,
.nalya-burger {
  display: none;
}

body {
  padding-top: 128px;
}

@media(max-width: 900px) {
  .nalya-header-top {
    height: auto;
    padding: 14px 22px;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .nalya-logo img {
    max-height: 48px;
  }

  .nalya-search {
    grid-column: 1 / 4;
    order: 3;
    height: 44px;
  }

  .nalya-icons {
    display: none;
  }

  .nalya-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .nalya-burger span {
    width: 28px;
    height: 2px;
    background: #751219;
  }

  .nalya-menu {
    position: absolute;
    top: 126px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: rgba(255,255,255,0.98);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: .35s;
  }

  #nalya-menu-toggle:checked ~ .nalya-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body {
    padding-top: 126px;
  }
}/* End custom CSS */