.elementor-kit-1888{--e-global-color-primary:#B5C99A;--e-global-color-secondary:#D8F6B1;--e-global-color-text:#707070;--e-global-color-accent:#101828;--e-global-color-a607e2b:#FFFFFF;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1888 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-1888 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1304px;}.e-con{--container-max-width:1304px;}.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 *//* Fix menu colors */

.menu-item a,
.current-menu-item a,
.current_page_item a,
.current-menu-ancestor a {
  color: #111 !important;
}

.menu-item a:hover {
  color: #B5C99A !important;
}

/* Mobile active / clicked menu item */

@media (max-width: 1024px) {

  .current-menu-item > a,
  .current_page_item > a,
  .menu-item a:focus,
  .menu-item a:active {
    color: #B5C99A !important;   /* change color here */
  }

}

.elementor-element-af45558.blur-10 {
  filter: none !important;
  backdrop-filter: none !important;
}


/* FULLSCREEN VIDEO MODAL — FINAL */

.lightbox-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0,0,0,0.9) !important;
  z-index: 999999 !important;
}

.lightbox-content {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  display: flex !important;
}

.lightbox-content iframe {
  width: 100vw !important;
  height: 100vh !important;
  border: 0 !important;
}

.fv-parallax-slider {
  position: relative;
  overflow: hidden;
}

.fv-parallax-slider .elementor-background-slideshow {
  transform: translateY(var(--scroll-y, 0px)) scale(1.08);
  will-change: transform;
  backface-visibility: hidden;
}

#video {
  position: relative;
  overflow: hidden;
}

#video .rts__youtube__widget__image {
  transform: translateY(var(--fv-video-y, 0px));
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#video .play-icon,
#video .rts__youtube__widget__overlay {
  transform: none !important;
}

@media (max-width: 767px) {
  #video .rts__youtube__widget__image {
    transform: none !important;
  }
}/* End custom CSS */