.elementor-kit-403{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.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);}.elementor-kit-403 e-page-transition{background-color:#FFBC7D;}.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 *//*
 * PASTE THIS INTO:
 * Elementor → Site Settings → Custom CSS
 * (or WP Admin → Appearance → Customize → Additional CSS)
 *
 * Purpose: Override any remaining theme colour bleeds and fix Hero section backgrounds
 */

/* Force all Elementor section backgrounds that use dark green gradient */
.elementor-section[data-settings*="dark"],
.e-con[data-settings*="dark"] {
  background: linear-gradient(140deg, #1A4228, #0F2918) !important;
}

/* Hero section — ensure dark green, not red */
.elementor-section:first-of-type {
  background: var(--nw-dark, #0F2918) !important;
}

/* Stop Astra / Hello theme colour from bleeding through */
:root {
  --ast-global-color-0: #2A6B40 !important;
  --ast-global-color-1: #1A4228 !important;
  --ast-global-color-2: #C8962A !important;
}

/* Remove any Hello Elementor header/footer duplicates rendered by Elementor Theme Builder */
.elementor-location-header,
.elementor-location-footer { display: none !important; }

/* Page title "Home" / "About Us" shown by theme above Elementor canvas */
.page .entry-header,
.entry-title { display: none !important; }

/* Logo background fix */
.custom-logo { background: transparent !important; }
img.custom-logo { mix-blend-mode: multiply; }

/* Ensure Nunito loads on all body text */
body, p, li, td, input, textarea, select, button, label {
  font-family: 'Nunito', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: 'Playfair Display', Georgia, serif !important;
}/* End custom CSS */