.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 */.ac-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #e8f6f3;
  padding: 40px 20px;
  color: #223838;
  min-height: 100vh;
}

.ac-box {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px 32px 32px;
  margin: 48px auto;
  max-width: 10000px;
  box-shadow: 0 4px 24px rgba(22, 70, 65, 0.06);
  position: relative;
  overflow: visible;
}

.ac-box::before,
.ac-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: #164641;
  transform: translateX(-50%);
  z-index: 2;
}

.ac-box::before {
  top: -18px;
  box-shadow: 0 4px 10px 0 rgba(22, 70, 65, 0.08);
}

.ac-box::after {
  bottom: -18px;
  box-shadow: 0 -4px 10px 0 rgba(22, 70, 65, 0.06);
}

.ac-box h2 {
  color: #164641;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.ac-box p {
  font-size: 1.08rem;
  color: #334444;
  line-height: 1.7;
  margin: 0 0 18px 0;
}

.ac-cards h2 {
  color: #164641;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
  margin-top: 0;
}

.ac-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.ac-card {
  background: #f5fcfa;
  border-radius: 12px;
  padding: 22px 18px 18px 18px;
  box-shadow: 0 2px 10px rgba(22, 70, 65, 0.04);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.23s cubic-bezier(.24,.75,.42,1.04);
}

.ac-card::before,
.ac-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #164641;
  transform: translateX(-50%);
}

.ac-card::before {
  top: -11px;
}

.ac-card::after {
  bottom: -11px;
}

.ac-card h3 {
  color: #164641;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
}

.ac-card p {
  font-size: 1rem;
  color: #365857;
  margin-bottom: 0;
}

.call-to-action {
  background: linear-gradient(90deg, #e8f6f3 60%, #b0ede1 100%);
  border: none;
  box-shadow: 0 4px 32px rgba(22, 70, 65, 0.09);
}

@media (max-width: 600px) {
  .ac-section {
    padding: 16px 3vw;
  }
  .ac-box {
    padding: 28px 9vw 24px 9vw;
    margin: 28px 0;
    max-width: 97vw;
  }
  .ac-box h2 {
    font-size: 1.3rem;
  }
  .ac-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}/* End custom CSS */