.header-top .nav > li > a {
  color: var(--primary-color);
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 500 !important;
}
.header-top .nav > li > a svg path {
  stroke: var(--primary-color) !important;
}
.header-top .nav > li > a:hover svg path {
  stroke: var(--fs-color-secondary) !important;
}

.header-top .nav > li > a:hover {
  color: var(--fs-color-secondary) !important;
}
.nav-divided > li + li > a:after {
  content: unset !important;
}

.header-top .nav-divided > li {
  margin: 0 1.125rem !important;
}

.header-search a i.icon-search {
  font-size: 12px !important;
  top: 0 !important;
}

.header-search a {
  min-width: 1.675rem !important;
  min-height: 1.675rem;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header-search .header-button {
  display: flex !important;
  align-items: center;
  font-size: 0.875rem;
  gap: 0.5rem;
}

.header-top,
.header-main {
  min-height: auto !important;
}

.header-main .nav > li > a {
  line-height: 60px !important;
}

.header-top {
  position: relative;
  /* background-image: url(/wp-content/uploads/2024/11/bg-top-header.png); */
  background-size: cover;
  width: 100%;
  background-position: center;
  padding: 5px 0 !important;
}

.wrapper__topheader .row__inner__header {
  height: 42px !important;
  background: #fff;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  padding: 0 1.75rem;
}

.svg__abs__top__header {
  width: 19.688rem;
  height: 100%;
  top: 0;
}

.svg__abs__top__header svg {
  width: 100%;
  height: 100%;
}

.wave__svg__left.svg__abs__top__header {
  left: 0;
}

.wave__svg__right.svg__abs__top__header {
  right: 0;
}

.wave__radius__svg svg {
  width: 1.219rem;
  height: 0.969rem;
}

.wave__radius__svg {
  bottom: 0;
  display: flex;
}

.wave__radius__svg.wave__left {
  left: -0.1rem;
}

.wave__radius__svg.wave__right {
  right: -0.1rem;
}

.header-nav-main > li > a {
/*   font-size: 0.875rem !important; */
  position: relative;
}

.header-nav-main > li {
  margin: 0 1.25rem !important;
}

.header-nav-main > li > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/07/line-menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  opacity: 0 !important;
  transition: all 0.3s;
}

.header-nav-main > li > a:hover:before,
.header-nav-main > li.current-menu-item > a:before,
.header-nav-main > li.active > a:before {
  opacity: 1 !important;
}

#logo {
  width: auto !important;
}

.rl {
  position: relative;
}

svg.svg__circle__logo {
  width: 100%;
  left: 0;
  bottom: 0;
}

.header-wrapper {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(119, 76, 26, 0.5);
}

.header-main {
  position: relative;
}

#logo {
  width: 265px !important;
  height: 80px;
}

svg.svg__circle__logo {
  width: 13.688rem;
  height: 7.813rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.wrapper__main__logo {
  width: 100%;
  height: 100%;
}

.logo a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 9;
}

.header-bg-container {
  display: none;
}
/* 
.header-main,
.header-top {
  z-index: unset !important;
} */

svg.wave__logo.w__left {
  left: -2.313rem;
}

svg.wave__logo {
  position: absolute;
  width: 3.75rem;
  z-index: 9;
  top: -0.625rem;
}

svg.wave__logo.w__right {
  right: -2.313rem;
}

.header-nav-main .has-dropdown .icon-angle-down {
  display: none;
}

ul.sub-menu > li > a {
  padding: 0.5rem 0 !important;
  padding-right: 10px !important;
  font-size: 0.875rem;
  color: var(--primary-color) !important;
  font-weight: 500;
  position: relative;
  width: max-content;
  display: block;
}

ul.sub-menu li > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 5px;
  margin-right: 0.5rem;
  background-image: url("/wp-content/uploads/2025/07/line-menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

ul.sub-menu {
  padding: 1.45rem 0;
  min-width: 240px !important;
}

ul.sub-menu > li > a:hover,
li.current-menu-item > a {
  background: transparent !important;
}

ul.sub-menu > li > a:hover:before,
li.current-menu-item > a:before {
  opacity: 1 !important;
}

.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
  background: #ffffff;
}

.nav-sidebar li a {
  color: var(--fs-color-secondary) !important;
}

.nav-sidebar.nav-vertical > li + li {
  border-top: 1px solid #ececec26 !important;
}

.nav-sidebar i.icon-angle-down {
  /* color: #fff; */
  font-size: 1.35rem !important;
}

button.toggle {
  opacity: 1 !important;
}

.nav-sidebar li.current-menu-item > a {
  background: #f8ebdd !important;
  border-radius: 30px;
}

.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover {
  background-color: transparent !important;
}

.nav-sidebar li.active a {
  /* color: #fff !important; */
}

.nav-sidebar > li > ul > li > ul {
  display: none;
}

.nav-sidebar > li > ul > li.menu-item-has-children {
  position: relative;
}

.nav-sidebar > li > ul > li.menu-item-has-children .click_i::after {
  content: "\f107";
  font-family: fl-icons;
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.nav-sidebar > li > ul > li.menu-item-has-children .click_i.active::after {
  transform: rotate(180deg);
}

.nav-vertical li li.menu-item-has-children {
  margin: 0 !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical > li > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
}

.wrapper__main__logo svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 140px;
  user-select: none;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.header-inner.flex-row.container.logo-center.medium-logo-center {
  max-width: 1900px !important;
}

@media screen and (min-width: 2000px) {
  svg.svg__circle__logo,
  svg.wave__logo {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1850px) {
  .header-nav-main > li {
    margin: 0 1.125rem !important;
  }
}

@media screen and (max-width: 1599px) {
}

@media screen and (max-width: 1439px) {
}

@media screen and (max-width: 1300px) {
  li.header-block {
    display: none !important;
  }
}

@media screen and (max-width: 1239px) {
  .header-nav-main > li {
    margin: 0 0.875rem !important;
  }

/*   .header-nav-main > li > a {
    font-size: 0.75rem !important;
  } */
}

@media screen and (max-width: 1025px) {
}

@media screen and (max-width: 997px) {
  .header-nav-main > li {
    margin: 0 0.5rem !important;
  }
}

@media screen and (max-width: 849px) {
  .row__inner__header ul.nav {
    justify-content: flex-start;
  }

  .header-top .nav-divided > li {
    margin: 0 0.5rem !important;
  }

  .wrapper__topheader .row__inner__header {
    padding: 0;
  }

  .row__inner__header svg {
    width: 18px;
  }

  i.icon-menu {
    color: var(--sc-color);
    font-size: 2.125rem !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 549px) {
  #logo {
    width: 180px !important;
    margin: 0 10px;
  }

  .wrapper__main__logo svg {
    height: 116px;
  }

  .wrapper__topheader .row__inner__header {
    height: 22px !important;
  }

  svg.svg__circle__logo {
    bottom: -4px;
  }

  .row__inner__header ul.nav {
    display: none;
  }

  svg.wave__logo.w__left {
    left: -1.75rem;
  }

  svg.wave__logo.w__right {
    right: -1.75rem;
  }

  i.icon-menu {
    font-size: 1.75rem !important;
  }

  .header-search .header-button span,
  .header-search .header-button:after {
    content: unset;
    display: none;
  }
}
