.elementor-kit-3828{--e-global-color-primary:#107634;--e-global-color-secondary:#051815;--e-global-color-text:#585C59;--e-global-color-accent:#051815;--e-global-color-lighter:#A7A9A7;--e-global-color-highlight:#EECD15;--e-global-color-dark:#000000;--e-global-color-border:#E8EAE5;--e-global-color-backgroundfield:#F4F5F3;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Rethink Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:700;background-color:#FAF9F7;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 for page-settings *//* === HERO SLIDESHOW === */
.elementor-element-hero_exact_001 {
  position: relative;
  overflow: hidden;
  background: #051815;
}

/* Slideshow layers (injected by JS) */
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  will-change: opacity, transform;
  z-index: 0;
}
.hero-slide.active {
  opacity: 1;
}

/* Ken Burns zoom - subtle, on active slide only */
@keyframes heroZoom {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.08); }
}
.hero-slide.active {
  animation: heroZoom 8s ease-out forwards;
}

/* Dark overlay */
.elementor-element-hero_exact_001::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  pointer-events: none;
}

/* Content above slides and overlay */
.elementor-element-hero_exact_001 > .e-con-inner {
  position: relative;
  z-index: 2;
}
.elementor-element-hero_exact_001 > .elementor-shape {
  z-index: 3;
}

/* === MENU DROPDOWNS === */
.agrile-nav-menu .sub-menu,
.agrile-nav-menu .children {
  display: none !important;
  position: absolute;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
}
.agrile-nav-menu .menu-item:hover > .sub-menu,
.agrile-nav-menu .menu-item:hover > .children {
  display: block !important;
}
.agrile-nav-menu .sub-menu .menu-item a {
  padding: 8px 20px;
  display: block;
  color: #051815 !important;
  font-size: 14px;
  white-space: nowrap;
}
.agrile-nav-menu .sub-menu .menu-item a:hover {
  color: #107634 !important;
}/* End custom CSS */