.elementor-1559 .elementor-element.elementor-element-40644e0{--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-1559 .elementor-element.elementor-element-5c6f625{--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-b5b880c */body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

#desktopHeader {
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

.desktop-header-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

#desktopLogo {
  height: 80px;
  max-height: 80px;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.desktop-menu {
  display: flex;
  align-items: left;
  gap: 15px;
  position: relative;
  z-index: 1003;
  font-size: 14px;
}

.desktop-menu > a,
.desktop-menu > .menu-item > a {
  color: white;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
  position: relative;
}

#desktopHeader.scrolled .desktop-menu > a,
#desktopHeader.scrolled .desktop-menu > .menu-item > a {
  color: black;
}

.menu-item {
  position: relative;
}

.menu-item a {
  position: relative;
  z-index: 2;
}

.has-submenu:hover .submenu {
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  z-index: 1;
}

.submenu a {
  display: block;
  padding: 10px 15px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.submenu a:hover {
  background-color: #f9f3f0;
}

#desktopHeader.scrolled {
  background-color: #F9F3F0;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.06);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bfffd1 */#mobileHeader {
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

.mobile-header-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

#mobileLogo {
  height: 80px;
  max-height: 80px;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.mobile-hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  z-index: 1002;
}

.mobile-hamburger span {
  width: 24px;
  height: 2px;
  background-color: white;
  transition: background-color 0.4s ease;
}

#mobileHeader.scrolled .mobile-hamburger span {
  background-color: black;
}

#mobileMenuNav {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 300px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 20px 20px;
  gap: 15px;
  transition: right 0.4s ease;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1003;
  display: flex;
}

#mobileMenuNav.open {
  right: 0;
}

#mobileMenuNav a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  z-index: 1003;
}

#mobileMenuNav .submenu {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  background-color: transparent;
  box-shadow: none;
  position: static;
}

#mobileMenuNav .menu-item.open .submenu {
  display: flex;
}

#mobileMenuNav .menu-item.has-submenu > a::after {
  content: " ▼";
  font-size: 12px;
  margin-left: 4px;
}

#mobileMenuNav .menu-item > a {
  cursor: pointer;
}

#mobileMenuNav .menu-item > a.prevent-default {
  pointer-events: none;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

body.menu-open {
  overflow: hidden;
}

#mobileHeader.scrolled {
  background-color: #F0F4F9;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.06);
}/* End custom CSS */