.elementor-884 .elementor-element.elementor-element-a1de369{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-a5ec5ee *//* Base Typography & Colors */
body, p, li {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #002f4b; /* dark navy for headings */
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
a {
  color: #006633; /* dark green accent */
  text-decoration: none;
}
a:hover {
  color: #004d29;
  text-decoration: underline;
}

/* Section containers */
section {
  padding: 30px 0;
}
section > .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Lists */
ol, ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

/* Tables (privacy and terms) */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table th, table td {
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: left;
}
table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Button styling (if you link to these pages via buttons) */
.elementor-button, .elementor-button a {
  background-color: #006633;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1rem;
}
.elementor-button:hover, .elementor-button a:hover {
  background-color: #004d29;
  color: #ffffff;
}

/* Accessibility: ensure contrast compliance */
p, li {
  color: #333; /* dark on white */
}
a, h1, h2, h3, h4 {
  color: #002f4b; /* dark headings/links */
}

/* Responsive adjustment */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
}

/* Add spacing to anchor link targets */
:target {
  scroll-margin-top: 80px;
}/* End custom CSS */