.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-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-9 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 */.ac-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5fdf8;
  padding: 40px 20px;
  color: #333;
}

.ac-box {
  background-color: #fff;
  border-left: 6px solid #D4AF37; /* Gold */
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.ac-box h2 {
  color: #1F3A93; /* Deep Blue */
  margin-top: 0;
  font-size: 24px;
}

.ac-box p {
  font-size: 16px;
  line-height: 1.6;
}

.ac-cards h2 {
  color: #1F3A93; /* Deep Blue */
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.ac-card {
  background-color: #fff;
  border-top: 5px solid #D4AF37; /* Gold */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.ac-card:hover {
  transform: translateY(-5px);
}

.ac-card h3 {
  color: #1F3A93; /* Deep Blue */
  margin-top: 0;
  font-size: 18px;
}

.ac-card p {
  font-size: 15px;
  color: #555;
}

.ac-card ul {
  padding-left: 20px;
  list-style-type: none;
}

.ac-card ul li::before {
  content: "✔️";
  margin-right: 8px;
  color: #D4AF37; /* Gold */
}

.ac-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.ac-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.call-to-action {
  background-color: #eaf9f0;
  border-left-color: #D4AF37; /* Gold */
}

.call-to-action h2 {
  color: #1F3A93; /* Deep Blue */
  font-size: 24px;
}/* End custom CSS */