.elementor-kit-2983{--e-global-color-primary:#398C45;--e-global-color-secondary:#398C45;--e-global-color-text:#181818;--e-global-color-accent:#398C45;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-19b6db9-font-family:"Roboto";--e-global-typography-19b6db9-font-weight:500;font-family:"Urbanist", Sans-serif;}.elementor-kit-2983 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2983 h1{color:#FFFFFF;font-family:"Outfit", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-2983 h2{font-family:"Outfit", Sans-serif;}.elementor-kit-2983 h3{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =============================
   Global H1 Override (Elementor)
   ============================= */

/* Base variables (edit once) */
:root{
  --h1-size-min: 32px;
  --h1-size-fluid: 6vw;
  --h1-size-max: 72px;
  --h1-line: 1.1;
  --h1-weight: 800;
  --h1-letter: -0.5px;
  --h1-color: #ffffff;
  --h1-shadow: 0 2px 8px rgba(0,0,0,.6);
}

/* Strong .elementor-kit-2983s to win specificity across Elementor & theme */
.elementor .elementor-widget-heading h1.elementor-heading-title,
.elementor h1,
.entry-content h1,
h1 {
  color: var(--h1-color) !important;
  font-weight: var(--h1-weight) !important;
  letter-spacing: var(--h1-letter) !important;
  line-height: var(--h1-line) !important;
  font-size: clamp(var(--h1-size-min), var(--h1-size-fluid), var(--h1-size-max)) !important;
  text-shadow: var(--h1-shadow) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: 0 !important;
}

/* Light sections utility: add class "on-light" to the section or H1 to flip colors */
.on-light h1,
h1.on-light,
.on-light .elementor-widget-heading h1.elementor-heading-title {
  --h1-color: #111111;
  --h1-shadow: 0 1px 2px rgba(0,0,0,.12);
}

/* Media/busy backgrounds utility (stronger shadow) */
.on-media h1,
h1.on-media,
.on-media .elementor-widget-heading h1.elementor-heading-title {
  --h1-color: #ffffff;
  --h1-shadow: 0 3px 12px rgba(0,0,0,.65);
}

/* Ultra-contrast outline option: add class "h1-contrast" to a specific H1 */
.elementor .elementor-widget-heading h1.elementor-heading-title.h1-contrast,
h1.h1-contrast {
  text-shadow:
    0 0 2px rgba(0,0,0,.55),
    0 2px 8px rgba(0,0,0,.55) !important;
}

/* Opt-out: add class "no-h1-override" on any H1 you want to keep local styles */
h1.no-h1-override,
.elementor .elementor-widget-heading h1.elementor-heading-title.no-h1-override {
  all: revert !important;
}
    
/* Responsive refinements */
@media (max-width: 1024px){
  :root{
    --h1-size-fluid: 7vw;
    --h1-size-max: 60px;
  }
}
@media (max-width: 767px){
  :root{
    --h1-size-min: 26px;
    --h1-size-fluid: 8vw;
    --h1-size-max: 42px;
  }
  .elementor .elementor-widget-heading h1.elementor-heading-title,
  .entry-content h1,
  h1 { --h1-shadow: 0 2px 6px rgba(0,0,0,.5); }
}
/* Force overlay on the hero section */
#HERO-SECTION-ID { position: relative; overflow: hidden; }
#HERO-SECTION-ID .elementor-background-overlay {
  display: block !important;
  opacity: 1 !important;
  background-color: #00000070 !important;
  mix-blend-mode: normal !important;
  pointer-events: none;
  z-index: 1;
}
/* Keep content above the overlay */
#HERO-SECTION-ID > .elementor-container,
#HERO-SECTION-ID .e-con { position: relative; z-index: 2; }/* End custom CSS */