.hfe-nav-menu .menu-item-type-custom .hfe-has-submenu-container a:active,
.hfe-nav-menu .menu-item-type-custom .hfe-has-submenu-container a:hover {
  color: #E7DDB5 !important;
}
.disable-scroll {
  overflow: hidden !important;
}

/* START HEADER */

body #masthead {
  z-index: 9999 !important;
}
.section_header .header_top_icons img {
  height: 20px !important;
  width: auto !important;
}

.section_header .elementor-search-form__container {
  display: flex;
}
.section_header .elementor-search-form__container > label {
  order: 2;
}
.section_header
  .elementor-search-form__container
  > .elementor-search-form__input {
  order: 3;
  padding-left: calc(35px / 3) !important;
  padding-right: calc(35px / 3) !important;
  color: #e7ddb5;
  font-family: "Josefin Sans";
  font-size: 18px;
  opacity: 1;
}
.section_header
  .elementor-search-form__container
  > .elementor-search-form__input::placeholder {
  color: #e7ddb5;
  font-family: "Josefin Sans";
  font-size: 18px;
  opacity: 1;
}
.section_header .elementor-search-form__container > button {
  order: 1;
  background-image: url(/wp-content/uploads/2024/07/Group.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 25px !important;
}
.section_header
  .elementor-search-form__container
  > button
  .e-font-icon-svg-container {
  display: none;
}

.section_header form.elementor-search-form {
  margin-bottom: 0;
}

.section_header h2 a {
  font-family: cormorant infant, Sans-serif;
}

.section_header.sh_mobile .hfe-nav-menu-icon {
  padding: 0;
}

.popup_mobile_search.show,
.popup_mobile_search {
  display: none;
}

.popup_burgermenu .hfe-nav-menu li.parent-has-child .sub-menu-active a.hfe-menu-item {
  pointer-events: none;
  cursor: default; /* Optional: Change cursor to indicate non-clickable */
}


.popup_burgermenu.show,
.popup_burgermenu {
  display: none;
}

/* END HEADER */

/* START PAGE BODY */
#page #primary {
  margin-top: 200px;
}
/* END PAGE BODY */

@media screen and (max-width: 1024px) {
  #page #primary {
    margin-top: 108px;
  }
   .popup_burgermenu.show {
    left: 0 !important;
    display: block;
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .popup_burgermenu .hfe-nav-menu li a {
    position: relative;
  }
  .popup_burgermenu
    .hfe-nav-menu
    li.parent-has-child
    .hfe-has-submenu-container
    a.hfe-menu-item:after {
    content: "+";
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    position: absolute !important;
    right: 0;
    top: 4px;
    line-height: 1;
    font-size: 30px;
    font-weight: 300;
    opacity: 0.5 !important;
    color: #e7ddb5;
    transition: transform 0.3s ease;
  }

  .popup_burgermenu
    .hfe-nav-menu
    li.parent-has-child
    .sub-menu-active
    a.hfe-menu-item:after {
    content: "+";
    transform: rotate(45deg);
  }

  .btn_burgermenu_show img,
  .btn_burgermenu_hide img,
  .btn_search_hide img,
  .btn_search_show img {
    cursor: pointer;
  }

  .popup_burgermenu {
    top: 0;
    left: calc(-100vw - 10px) !important;
    right: 0;
    transition: left 0.5s ease-in-out; /* Adjust the duration and easing as needed */
    display: block;
    position: fixed;
  }

  .popup_mobile_search {
    top: calc(-100vh - 10px);
    left: 0;
    right: 0;
    transition: top 0.5s ease-in-out; /* Adjust the duration and easing as needed */
    display: block;
    position: fixed;
  }

  .popup_mobile_search .elementor-search-form {
    margin-bottom: 0;
  }

  .popup_mobile_search.show {
    top: 0 !important;
    display: block;
    position: fixed;
  }

  .popup_mobile_search .elementor-search-form__submit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 45px;
    max-width: 100%;
  }

  .popup_mobile_search .elementor-search-form__container {
    background-color: #0a163b !important;
    gap: 10px !important;
  }
  .popup_mobile_search .elementor-search-form__container input {
    background-color: #414b77 !important;
    background: #414b77 !important;
  }

  .popup_mobile_search .elementor-search-form__container,
  .popup_mobile_search .elementor-search-form__container input {
    height: 45px;
    min-height: unset !important;
  }

  .popup_mobile_search
    .elementor-search-form__container
    input[type="search"]::placeholder {
    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    opacity: 1;
  }

  .popup_mobile_search .elementor-search-form__submit div,
  .popup_mobile_search .elementor-search-form__submit span {
    display: none;
  }

  .popup_mobile_search .elementor-search-form__submit:after {
    color: #e7ddb5;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    content: "Search";
    display: block;
  }

  #page #primary {
    margin-top: 0;
  }

  .section_header.sh_mobile .hfe-nav-menu-icon svg {
    display: none !important;
  }

  .section_header.sh_mobile .hfe-nav-menu-icon {
    background-image: url(/wp-content/uploads/2024/07/align-justify.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 5px;
  }

  .section_header.sh_mobile .header_top_icons img {
    height: 22px !important;
    width: auto !important;
  }
}
