.elementor-2613 .elementor-element.elementor-element-2cd3548{--display:flex;}.elementor-2613 .elementor-element.elementor-element-8c21a91{background-color:#F4FAE9;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.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-8c21a91 */.olive-header {
  width: 100%;
  background: #f5faee;
  border-bottom: 1px solid #dfeadd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  font-family: inherit;
}

.olive-top-banner {
  width: 100%;
  background: #517C6B;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.olive-top-banner,
.olive-top-banner a,
.olive-top-banner a:visited,
.olive-top-banner a:hover,
.olive-top-banner a:focus,
.olive-top-banner a:active {
  color: #ffffff;
}

.olive-top-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.olive-top-item {
  text-decoration: none;
  line-height: 1.3;
}

.olive-top-item:hover {
  color: #cfe6d7;
}

.olive-top-center {
  text-align: right;
}

.olive-nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.olive-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.olive-logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Desktop Nav */
.olive-desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.olive-desktop-nav a {
  color: #173f35;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.25s ease;
}

.olive-desktop-nav a:hover {
  color: #5f8f7f;
 
}

/* Desktop Submenu */
.olive-desktop-has-submenu {
  position: relative;
}

.olive-desktop-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #dfeadd;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  padding: 10px;
  display: none;
  z-index: 99999;
}

.olive-desktop-has-submenu:hover .olive-desktop-submenu {
  display: flex;
  flex-direction: column;
}

.olive-desktop-submenu a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: #173f35;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.olive-desktop-submenu a:hover {
  background: #f5faee;
  color: #5f8f7f;
}

/* Desktop Button */
.olive-nav-btn {
  background: #5f8f7f;
  color: #ffffff !important;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}


.olive-nav-btn:hover {
  background: #173f35;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Mobile Toggle */
.olive-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d3e1d6;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  box-shadow: none;
}

.olive-menu-toggle:hover,
.olive-menu-toggle:focus,
.olive-menu-toggle:active {
  background: #ffffff;
  color: #173f35;
  border-color: #d3e1d6;
  outline: none;
  box-shadow: none;
}

.olive-menu-toggle span {
  width: 24px;
  height: 3px;
  background: #173f35;
  border-radius: 20px;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.olive-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.olive-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.olive-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Menu Default */
.olive-mobile-menu {
  display: none;
}

/* Tablet + Mobile */
@media (max-width: 1024px) {
  .olive-nav-wrap {
    padding: 12px 22px;
  }

  .olive-logo img {
    width: 175px;
  }

  .olive-desktop-nav,
  .olive-nav-btn {
    display: none;
  }

  .olive-menu-toggle {
    display: flex;
  }

  .olive-mobile-menu {
    display: none;
    background: #ffffff;
    padding: 10px 22px 24px;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #edf3eb;
  }

  .olive-mobile-menu.open {
    display: flex;
    flex-direction: column;
  }

  .olive-mobile-menu > a {
    color: #173f35;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0;
    border-bottom: 1px solid #edf3eb;
  }

  .olive-mobile-menu > a:hover {
    color: #5f8f7f;
  }

  /* Mobile Submenu */
  .olive-mobile-has-submenu {
    border-bottom: 1px solid #edf3eb;
  }

  .olive-submenu-toggle {
    width: 100%;
    background: transparent;
    border: 0;
    color: #173f35;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    box-shadow: none;
  }

  .olive-submenu-toggle:hover,
  .olive-submenu-toggle:focus,
  .olive-submenu-toggle:active {
    background: transparent;
    color: #173f35;
    outline: none;
    box-shadow: none;
  }

  .olive-submenu-toggle span {
    font-size: 24px;
    line-height: 1;
    color: #5f8f7f;
  }

  .olive-mobile-submenu {
    display: none;
    padding: 0 0 14px 16px;
  }

  .olive-mobile-submenu.open {
    display: flex;
    flex-direction: column;
  }

  .olive-mobile-submenu a {
    color: #5f8f7f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
  }

  .olive-mobile-submenu a:hover {
    color: #173f35;
  }

  .olive-mobile-btn {
    margin-top: 18px;
    background: #5f8f7f;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 16px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 0;
  }

  .olive-mobile-btn:hover {
    background: #173f35;
    color: #ffffff;
  }

  .olive-mobile-call {
    margin-top: 12px;
    background: #f5faee;
    color: #173f35;
    text-decoration: none;
    text-align: center;
    padding: 15px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #dfeadd;
  }

  .olive-mobile-call:hover {
    background: #edf6e8;
    color: #173f35;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .olive-nav-wrap {
    padding: 10px 16px;
  }

  .olive-logo img {
    width: 155px;
  }

  .olive-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .olive-mobile-menu {
    padding: 8px 18px 22px;
  }

  .olive-mobile-menu > a,
  .olive-submenu-toggle {
    font-size: 17px;
    padding: 17px 0;
  }
}

body {
  padding-top: 90px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 82px;
  }
.olive-top-banner {
  width: 100%;
  background: #517C6B;
  font-size: 13px;
}

@media (max-width: 480px) {
  body {
    padding-top: 76px;
  }
    .olive-top-banner {
  display: none;
}
}/* End custom CSS */