/* Header CSS Start */
header#masthead {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in;
}
.admin-bar header#masthead {
  top: 32px;
}
header#masthead.header-fixed {
    background: rgb(255 255 255 / 10%);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
	border-bottom: 0;
}

header#masthead.header-fixed .site-branding {
        max-width: 110px;
    }
.header-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.site-branding {
  width: 100%;
  max-width: 96px;
  transition: all 0.3s ease-in-out;
}
/* .header-fixed .site-branding {
    max-width: 70px;
} */
.custom-logo-link {
  display: flex;
}
img.custom-logo {
  padding: 15px 0px;
}
button.menu-toggle {
  display: none;
}
ul#primary-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#primary-menu li.menu-item {
  position: relative;
  margin-right: 30px;
}
#primary-menu li.menu-item-has-children > a:first-child {
  padding-right: 20px;
  position: relative;
}
#primary-menu li.menu-item-has-children > a:first-child:after {
  background-image: url(/wp-content/uploads/2025/07/icon-arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  position: absolute;
  right: -5px;
  top: -1px;
  width: 23px;
  content: '';
  transition: all 0.3s ease-in-out;
}
#primary-menu li.menu-item-has-children:hover > a:first-child:after {
  transform: rotate(180deg);
}
#primary-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration-line: none;
  transition: all 0.3s ease-in-out;
}
#primary-menu li a:hover {
  color: #ffffff;
}
#primary-menu li.current-menu-item a {
  color: #ffffff;
}
#primary-menu li:last-child {
  margin-right: 0px;
}
#primary-menu ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  align-items: baseline;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 15px 0px;
}
#primary-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#primary-menu ul.sub-menu li {
  margin-right: 0px;
}
#primary-menu ul.sub-menu li a {
  padding: 15px 20px;
  display: block;
}
#primary-menu
  li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children
  > a:first-child:after {
  top: 15px;
  right: 15px;
}
#primary-menu
  li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children
  > .sub-menu {
  top: 0px;
  left: 100%;
  width: max-content;
}

#top-right-menu {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#top-right-menu li a {
  color: #fff;
  text-decoration: none;
}
.location-btn a {
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
.location-btn a::before {
  position: absolute;
  content: '';
  height: 28px;
  width: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/11/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.right-menu-btn a {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.19);
  text-align: center;
  padding: 7px 20px;
  transition: all 0.3s ease-in-out;
}

#menu-trigger {
  position: relative;
  width: 48px !important;
  height: 40px !important;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.19);
}
#menu-trigger .line {
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 12px;
  transition: all 0.3s ease-in-out;
}
#menu-trigger .line-2 {
  top: 18px;
}
#menu-trigger .line-3 {
  top: 24px;
}
.mobile-nav-activated #menu-trigger .line-1 {
  transform: rotate(45deg);
  top: 19px;
}
.mobile-nav-activated #menu-trigger .line-2 {
  display: none;
}
.mobile-nav-activated #menu-trigger .line-3 {
  transform: rotate(-45deg);
  top: 19px;
}

.right-navigation {
  display: none;
}

.mobile-nav-activated .header-container {
  background: rgba(255, 255, 255, 0.16);
}
.mobile-menu-wrapper {
  width: 100%;
  height: calc(100% - 83.11px);
  padding: 20px;
  position: fixed;
  left: 0px;
  top: 83.11px;
  background: rgba(0, 0, 0, 0.98);
  /* 	transition: all .3s ease-in-out; */
}
.admin-bar .mobile-menu-wrapper {
  top: 115.11px;
  height: calc(100% - 115.11px);
}
.mobile-menu-inner-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-inner-wrapper .inner {
  width: 100%;
}
/* .header-fixed .mobile-menu-wrapper {
    top: 81.55px;
    height: calc(100% - 81.55px);
}
.admin-bar .header-fixed .mobile-menu-wrapper {
    top: 113.55px;
    height: calc(100% - 113.55px);
} */
#primary-menu-mobile li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.16);
}
#primary-menu-mobile li {
  position: relative;
}
#primary-menu-mobile li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.38px;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding: 15px 10px;
  text-decoration-line: none;
  transition: all 0.3s ease-in-out;
}
#primary-menu-mobile li a:hover {
  color: #ffffff;
}
#primary-menu-mobile li.current-menu-item a {
  color: #ffffff;
}
#primary-menu-mobile li.menu-item-has-children span {
  position: absolute;
  right: 5px;
  top: 10px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border: 1px solid #8f9797;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #2da9e4;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
#primary-menu-mobile li > span > img {
  transition: all ease-in-out 0.6s;
}
#primary-menu-mobile li.menu-item-has-children.hover-active span img {
  transform: rotate(180deg);
}
#primary-menu-mobile li ul.sub-menu {
  display: none;
  margin-left: 10px;
  padding-bottom: 10px;
}
.mobile-btn-group {
  width: 100%;
  align-self: flex-end;
  text-align: center;
  padding-bottom: 30px;
}
nav#site-navigation {
  flex: 1;
  padding-left: 70px;
}
@media only screen and (min-width: 768px) {
  .site-branding {
    max-width: 110px;
  }
  .right-navigation {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* #site-navigation {
    width: calc(100% - 510px);
  } */
  #menu-trigger,
  .mobile-menu-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .site-branding {
    max-width: 162px;
  }
  /* #site-navigation {
    width: calc(100% - 540px);
  } */
  .right-menu-btn a {
    padding: 18px 30px;
  }
}
@media only screen and (min-width: 1560px) {
  /* #site-navigation {
    width: calc(100% - 600px);
  } */
}
@media only screen and (max-width: 1279px) {
  nav#site-navigation {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-navigation,
  .mobile-btn-group {
    display: none;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead {
    top: 46px;
  }
  .admin-bar .mobile-menu-wrapper {
    top: 122.34px;
    height: calc(100% - 122.34px);
  }
}
@media only screen and (max-width: 767px) {
  .mobile-btn-group {
    display: block;
  }
  .mobile-nav-activated .header-container {
    background: rgba(0, 0, 0, 0.98);
  }
  #top-right-menu-mobile li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  #top-right-menu-mobile li.right-menu-btn a {
    align-items: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.19);
    text-align: center;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out;
  }
  #top-right-menu-mobile {
    margin: 0px;
  }
  #top-right-menu-mobile li:not(:last-child) {
    margin-bottom: 15px;
  }
  .mobile-menu-wrapper {
    height: calc(100% - 76.34px);
    top: 76.34px;
  }
}
@media only screen and (max-width: 479px) {
}
