.elementor-5612 .elementor-element.elementor-element-7947431{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2%;--padding-bottom:2%;--padding-left:10%;--padding-right:10%;--z-index:100;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-5612 .elementor-element.elementor-element-7947431{--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}}@media(max-width:767px){.elementor-5612 .elementor-element.elementor-element-7947431{--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}}/* Start custom CSS */.jwh-mobile-header-container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  height: 78px !important;
  background: #fff !important;
  z-index: 9999 !important;
}

.jwh-mobile-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  padding-right: 28px !important;
  margin-left: auto !important;
}

.jwh-language-switcher,
.jwh-hamburger-widget {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.jwh-language-switcher .elementor-widget-container,
.jwh-hamburger-widget .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* TranslatePress shortcode: collapsed state */
.jwh-language-switcher .trp-language-switcher {
  width: auto !important;
  height: 42px !important;
  position: relative !important;
  overflow: visible !important;
}

.jwh-language-switcher .trp-ls-shortcode-current-language {
  width: 86px !important;
  height: 42px !important;
  min-width: 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid #ececec !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.jwh-language-switcher .trp-ls-shortcode-current-language a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent !important;
}

.jwh-language-switcher .trp-ls-shortcode-current-language img {
  width: 31px !important;
  height: auto !important;
  margin: 0 12px 0 0 !important;
}

.jwh-language-switcher .trp-ls-shortcode-current-language span {
  display: none !important;
}

/* Hide dropdown by default */
.jwh-language-switcher .trp-ls-shortcode-language {
  display: none !important;
  position: absolute !important;
  top: 48px !important;
  right: 0 !important;
  width: 170px !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08) !important;
  z-index: 10000 !important;
}

/* Show dropdown when user opens/hover language switcher */
.jwh-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
  display: block !important;
}

.jwh-language-switcher .trp-ls-shortcode-language a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 12px !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  background: #fff !important;
}

.jwh-language-switcher .trp-ls-shortcode-language img {
  width: 28px !important;
  height: auto !important;
  margin: 0 !important;
}

/* Hamburger */
.jwh-menu-toggle {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.jwh-menu-toggle span {
  width: 36px;
  height: 3px;
  display: block;
  background: #0b0b0b;
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.jwh-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.jwh-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.jwh-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.jwh-mobile-menu {
  position: fixed !important;
  top: 78px !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 24px rgba(0,0,0,0.08);
  transition: max-height 240ms ease;
  z-index: 9998 !important;
}

body.admin-bar .jwh-mobile-menu {
  top: 110px !important;
}

.jwh-mobile-menu.is-open {
  max-height: 260px;
}

.jwh-mobile-menu a {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

@media (min-width: 768px) {
  .jwh-mobile-header-container,
  .jwh-mobile-menu {
    display: none !important;
  }
}/* End custom CSS */