.elementor-1088 .elementor-element.elementor-element-c1c597{--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;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-1088 .elementor-element.elementor-element-535b1d88.elementor-element{--align-self:center;}.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-535b1d88 */.header {
  transition: all 0.3s ease;
}
.header.solid {
  background-color: #FFFFFF;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.7s ease;
  height: 80px;
}

.header-inner.shrink {
  height: 65px;
}

/* Logos */
.header-logo {
  height: 50px;
  display: none;
  transition: width 0.3s ease;
}

.header-inner.shrink .header-logo {
  height: 35px;
}

.header-logo.active {
  display: block;
  height: 50px;
}

@media screen and (max-width: 768px){
    .header {
        padding-top: 0px;
    }
    .header-inner {
      height: 100px;
    }
    
    .header-logo {
      height: 35px;
    }
    
    .header-inner.shrink {
        height: 80px;
    }

    .header-inner.shrink .header-logo {
      height: 35px;
    }

    .header-logo.active {
      display: block;
      height: 35px;
    }
}

/* ===============================
   HAMBURGER MENU + SLIDEOUT NAV
   =============================== */

/* Hidden checkbox controller */
.lytbox-nav_control {
  position: absolute;
  left: -9999px;
}

/* Hamburger Button */
.lytbox-button {
  --hamburger-color: #fff;
  --close-x-color: #000;
  cursor: pointer;
  display: block;
  z-index: 101;
  position: relative;
  height: 24px;
  width: 30px;
}

.header.solid .lytbox-button,
.lytbox-nav_control:checked ~ .lytbox-button {
  --hamburger-color: #000;
}

.lytbox-button {
  --hamburger-color: #000;
}
.lytbox-button.nav-open {
  --hamburger-color: #000;
}

/* Hamburger Icon Structure */
.hamburguer {
  position: relative;
  height: 24px;
  width: 24px;
  overflow: visible;
}

.hamburguer span {
  display: block;
  height: 2px;
  width: 24px;
  background: var(--hamburger-color);
  margin: 5px 0;
  border-radius: 1px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Slide-out Navigation */
.lytbox-navigation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40vw;
  max-width: 400px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 100;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 0 20px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

/* Show nav when checked */
.lytbox-nav_control:checked ~ .lytbox-navigation {
  transform: translateX(0);
}

/* Hamburger transforms to 'X' on open */
.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span {
  background: var(--close-x-color);
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(1) {
  transform: scale(0);
}
.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(2) {
  transform: rotate(45deg) translate(3px, 3px);
}
.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}

/* Navigation link styles */
.lytbox-navigation nav,
.lytbox-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.lytbox-navigation li {
  margin: 1rem 0;
  width: 100%;
}

.lytbox-navigation a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  transition: color 0.2s ease;
}

.lytbox-navigation a:hover {
  color: #666;
}

/* Full screen on mobile */
@media (max-width: 768px) {
  .lytbox-navigation {
    width: 100vw;
  }
}/* End custom CSS */