.elementor-kit-9{--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-kit-9 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 *//* ===== GLOBAL STYLES ===== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #EAE2B7; /* Cream background */
  color: #2a2a2a;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SECTION ===== */
.section {
  padding: 50px 0;
  background-color: #ffffff; /* White for clarity */
}

.section.alt-bg {
  background-color: #EAE2B7; /* Cream accent */
}

/* ===== HEADINGS ===== */
.section h1, 
.section h2 {
  color: #006D77; /* Primary deep teal */
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.section h2 {
  font-size: 2rem;
}

/* ===== PARAGRAPHS ===== */
.section p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

/* ===== LISTS ===== */
.section ul {
  list-style: none;
  padding: 0;
}

.section ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.section ul li::before {
  content: "✔";
  color: #006D77; /* Teal check mark */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* ===== LINKS ===== */
a {
  color: #006D77;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===== CALL TO ACTION ===== */
.cta {
  background-color: #006D77; /* Teal background */
  color: #fff;
  padding: 20px 25px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cta h2 {
  margin-bottom: 15px;
  color: #fff;
}

.cta p {
  margin-bottom: 10px;
  color: #fff;
}

.cta a {
  display: inline-block;
  background-color: #EAE2B7; /* Cream button */
  color: #006D77; /* Teal text */
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta a:hover {
  background-color: #d8cf9c; /* Slightly darker cream */
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .section h1 {
    font-size: 2rem;
  }

  .section h2 {
    font-size: 1.5rem;
  }

  .cta {
    padding: 15px;
  }

  .cta a {
    padding: 10px 20px;
  }
}/* End custom CSS */