.elementor-2747 .elementor-element.elementor-element-0562cfe{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5c9c61c */.mh {
  background: #fbf7f1;
}

.mh,
.mh * {
  box-sizing: border-box;
}

.mh {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  direction: rtl;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #e6dacb;
  box-shadow: 0 5px 20px rgba(63, 34, 67, 0.08);
}

.mh-in {
  width: 100%;
  min-height: 90px;
  padding: 12px 28px;
  display: grid;
  grid-template-columns: minmax(215px,255px) minmax(760px,1fr) minmax(180px,215px);
  align-items: center;
  gap: 18px;
}

.mh-logo {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f2854;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.mh-logo span {
  color: #c8a45c;
  font-size: 31px;
  line-height: 1;
}

.mh-nav {
  grid-column: 2;
  width: 100%;
  min-width: 0;
}

.mh-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-nav > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.mh-nav > ul > li {
  position: relative;
  flex: 0 0 auto;
}

.mh-nav > ul > li + li {
  border-right: 1px solid #e6dacb;
}

.mh-nav a {
  position: relative;
  display: block;
  padding: 19px 12px;
  color: #4f2854;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.mh-nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 12px;
  left: 12px;
  bottom: 7px;
  height: 2px;
  background: #c8a45c;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.mh-nav > ul > li:hover > a {
  color: #754a72;
}

.mh-nav > ul > li:hover > a::after {
  transform: scaleX(1);
}

.mh-drop > ul {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 260px;
  padding: 9px;
  background: #fffdf9;
  border: 1px solid #e6dacb;
  border-radius: 14px;
  box-shadow: 0 15px 38px rgba(63,34,67,0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(9px);
  pointer-events: none;
  transition: 0.22s ease;
}

.mh-drop:hover > ul,
.mh-drop:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mh-drop ul a {
  width: 100%;
  padding: 11px 14px;
  border-radius: 9px;
  color: #4b3b49;
  font-size: 15px;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

.mh-drop ul a:hover {
  padding-right: 19px;
  color: #4f2854;
  background: #f3eaf2;
}

.mh-btn {
  grid-column: 3;
  justify-self: end;
  min-height: 46px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #4f2854 0%, #3c1d41 100%);
  border: 1px solid #c8a45c;
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(79,40,84,0.19);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mh-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(79,40,84,0.26);
}

#mh-toggle,
.mh-burger,
.mh-mobile-btn {
  display: none;
}

@media (min-width: 1181px) and (max-width: 1400px) {

  .mh-in {
    grid-template-columns: minmax(190px,220px) minmax(690px,1fr) minmax(150px,180px);
    padding-right: 16px;
    padding-left: 16px;
    gap: 10px;
  }

  .mh-logo {
    font-size: 19px;
  }

  .mh-logo span {
    font-size: 28px;
  }

  .mh-nav a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
  }

  .mh-nav > ul > li > a::after {
    right: 9px;
    left: 9px;
  }

  .mh-btn {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
  }

}

@media (max-width: 1180px) {

  .mh-in {
    min-height: 74px;
    padding: 10px 17px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .mh-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 18px;
  }

  .mh-logo span {
    font-size: 27px;
  }

  .mh-burger {
    grid-column: 2;
    grid-row: 1;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2854;
    background: #fffaf4;
    border: 1px solid #e6dacb;
    border-radius: 11px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .mh-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: none;
  }

  #mh-toggle:checked ~ .mh-nav {
    display: block;
  }

  .mh-nav > ul {
    width: 100%;
    display: block;
    padding: 8px 0;
    background: #fbf7f1;
    border-top: 1px solid #e6dacb;
  }

  .mh-nav > ul > li {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #e6dacb;
  }

  .mh-nav > ul > li > a {
    width: 100%;
    padding: 14px 9px;
    font-size: 17px;
  }

  .mh-nav > ul > li > a::after {
    display: none;
  }

  .mh-drop > ul {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 5px 13px 11px;
    background: #f4ede6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .mh-drop ul a {
    padding: 10px 14px;
    font-size: 15px;
  }

  .mh-btn {
    display: none;
  }

  .mh-mobile-btn {
    display: block;
    padding: 14px 8px;
    border-bottom: 0 !important;
  }

  .mh-mobile-btn a {
    display: block;
    padding: 13px 16px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #4f2854 0%, #3c1d41 100%);
    border: 1px solid #c8a45c;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
  }

}

@media (max-width: 600px) {

  .mh-in {
    padding: 9px 13px;
  }

  .mh-logo {
    font-size: 16px;
  }

  .mh-logo span {
    font-size: 24px;
  }

  .mh-burger {
    width: 41px;
    height: 41px;
    font-size: 22px;
  }

}/* End custom CSS */