.elementor-kit-72{--e-global-color-primary:#111111;--e-global-color-secondary:#FCFCFC;--e-global-color-text:#111111;--e-global-color-accent:#2A2A2A;--e-global-typography-primary-font-family:"Alata";--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 Slab";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alata";--e-global-typography-accent-font-weight:500;font-family:"Roboto Slab", Sans-serif;font-size:18px;line-height:1.6px;}.elementor-kit-72 button:hover,.elementor-kit-72 button:focus,.elementor-kit-72 input[type="button"]:hover,.elementor-kit-72 input[type="button"]:focus,.elementor-kit-72 input[type="submit"]:hover,.elementor-kit-72 input[type="submit"]:focus,.elementor-kit-72 .elementor-button:hover,.elementor-kit-72 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-72 e-page-transition{background-color:#FFBC7D;}.elementor-kit-72 h1{font-family:"Alata", Sans-serif;font-weight:400;}.elementor-kit-72 h2{font-family:"Alata", Sans-serif;font-weight:400;}.elementor-kit-72 h3{font-family:"Alata", Sans-serif;font-weight:400;}.elementor-kit-72 button,.elementor-kit-72 input[type="button"],.elementor-kit-72 input[type="submit"],.elementor-kit-72 .elementor-button{font-family:"Alata", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:14px 18px 14px 18px;}.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 *//* Header baseline */
.site-header {
  background: transparent;
  transition: background-color .2s ease, box-shadow .2s ease;
  z-index: 9999;
}

/* Elementor adds this class when sticky effects kick in */
.site-header.elementor-sticky--effects {
  background: rgba(252, 252, 252, 0.98); /* Paper */
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

/* Smooth color transitions */
.site-header .elementor-nav-menu a,
.site-header .elementor-button,
.site-header .elementor-icon-list-text,
.site-header .elementor-heading-title {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

/* Default over dark hero: light nav + CTA */
.site-header:not(.elementor-sticky--effects) .elementor-nav-menu a {
  color: #FCFCFC;
}
.site-header:not(.elementor-sticky--effects) .elementor-button {
  color: #FCFCFC;
  border-color: #FCFCFC;
  background: transparent;
}

/* When sticky: dark nav + CTA */
.site-header.elementor-sticky--effects .elementor-nav-menu a {
  color: #111111;
}
.site-header.elementor-sticky--effects .elementor-button {
  color: #111111;
  border-color: #111111;
  background: transparent;
}

/* Optional: hover states */
.site-header .elementor-nav-menu a:hover {
  opacity: 0.8;
}
.site-header.elementor-sticky--effects .elementor-button:hover {
  background: #111111;
  color: #FCFCFC;
}
.site-header:not(.elementor-sticky--effects) .elementor-button:hover {
  background: #FCFCFC;
  color: #111111;
}/* End custom CSS */