.elementor-kit-11{--e-global-color-primary:#004225;--e-global-color-secondary:#668D7C;--e-global-color-text:#002716;--e-global-color-accent:#004225;--e-global-color-6325359:#000000;--e-global-color-f0ae03e:#FFFFFF;--e-global-color-c47ee60:#F0F0F0;--e-global-typography-primary-font-family:"avenir-lt-pro";--e-global-typography-primary-font-size:clamp(4.5rem, 3.8rem + 3.2vw, 6rem);--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1.05;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"avenir-lt-pro";--e-global-typography-secondary-font-size:clamp(3rem, 2.5385rem + 2.05vw, 4rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.15;--e-global-typography-text-font-family:"avenir-lt-pro";--e-global-typography-text-font-size:clamp(2.4rem, 2.05rem + 1.4vw, 3rem);--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.2;--e-global-typography-accent-font-family:"avenir-lt-pro";--e-global-typography-accent-font-size:clamp(1.75rem, 1.55rem + 0.9vw, 2.25rem);--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.25;--e-global-typography-1953864-font-family:"avenir-lt-pro";--e-global-typography-1953864-font-size:clamp(1.35rem, 1.25rem + 0.35vw, 1.6rem);--e-global-typography-1953864-font-weight:400;--e-global-typography-1953864-line-height:1.7;--e-global-typography-f6a3742-font-family:"avenir-lt-pro";--e-global-typography-f6a3742-font-size:clamp(1.1rem, 1.05rem + 0.2vw, 1.25rem);--e-global-typography-f6a3742-font-weight:400;--e-global-typography-f6a3742-line-height:1.7;--e-global-typography-3635b52-font-family:"avenir-lt-pro";--e-global-typography-3635b52-font-size:clamp(0.95rem, 0.9rem + 0.15vw, 1.05rem);--e-global-typography-3635b52-font-weight:400;--e-global-typography-3635b52-line-height:1.6;--e-global-typography-8c19b56-font-family:"avenir-lt-pro";--e-global-typography-8c19b56-font-size:clamp(0.85rem, 0.82rem + 0.12vw, 0.95rem);--e-global-typography-8c19b56-font-weight:500;--e-global-typography-8c19b56-line-height:1.4;--e-global-typography-8c19b56-letter-spacing:0.004em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1620px;}.e-con{--container-max-width:1620px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 
=====================
Navigation Search Box
=====================
*/

/* Form wrapper */
.pill-search .e-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

/* Input wrapper (collapsible container) */
.pill-search .e-search-input-wrapper {
  position: relative;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.2s ease;
}

/* Open state */
.pill-search.is-open .e-search-input-wrapper {
  width: 320px; /* desktop width */
  opacity: 1;
}

/* Input pill */
.pill-search .e-search-input {
  border-radius: 999px !important;
  min-height: 50px;
  padding-left: 24px !important;
  padding-right: 120px !important; /* space for the button */
  border-width: 1px;
  width: 100%;
}

/* Submit button as inner pill on the right */
.pill-search .e-search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px !important;
  min-height: 44px;
  padding: 8px 18px !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  cursor: pointer;
}

/* Icon size */
.pill-search .e-search-submit svg {
  width: 16px;
  height: 16px;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .pill-search.is-open .e-search-input-wrapper {
    width: 220px;
  }

  .pill-search .e-search-input {
    padding-right: 140px !important;
  }
}

.pill-menu .elementor-nav-menu .current-menu-item > a,
.pill-menu .elementor-nav-menu .current-menu-ancestor > a {
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #ffffff;
}/* End custom CSS */