.elementor-kit-5{--e-global-color-primary:#FAF7F2;--e-global-color-secondary:#2D5016;--e-global-color-text:#3D6B2C;--e-global-color-accent:#6B8F71;--e-global-color-3f02804:#C8922A;--e-global-color-9ff477f:#1E1E1E;--e-global-color-eb46bc2:#5A5A5A;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--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-kit-5 e-page-transition{background-color:#FFBC7D;}.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 */:root {
  --cream: #FAF7F2;
  --deep-green: #2D5016;
  --forest: #3D6B2C;
  --sage: #6B8F71;
  --gold: #C8922A;
  --charcoal: #1E1E1E;
  --mid: #5A5A5A;
  --light-border: rgba(107,143,113,0.25);
}

@keyframes pulse {
  0%,100%{ transform:scale(1); opacity:1; }
  50%{ transform:scale(1.5); opacity:0.6; }
}

@keyframes floatUp {
  from{ opacity:0; transform:translateY(30px); }
  to{ opacity:1; transform:translateY(0); }
}

.hero-tag-dot {
  width: 6px; height: 6px;
  background: var(--sage);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  animation: pulse 2s infinite;
}

.section-tag-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}/* End custom CSS */