.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: linear-gradient(135deg, #e9f1f7 60%, #f5f2ee 100%);
  padding: 40px 20px;
  color: #1a2327;
}

.ac-box {
  background-color: #fff;
  border-left: 6px solid #4682B4; /* Steel Blue */
  border-radius: 12px;
  padding: 30px 32px;
  margin-bottom: 42px;
  box-shadow: 0 2px 12px rgba(70,130,180,0.09);
}

.ac-box h2 {
  color: #B08D57; /* Bronze heading */
  margin-top: 0;
  font-size: 25px;
  letter-spacing: 0.2px;
}

.ac-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #1a2327;
}

.ac-box ul {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 18px;
}

.ac-box ul li {
  font-size: 16px;
  color: #4682B4;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 28px;
}

.ac-box ul li::before {
  content: "★";
  position: absolute;
  left: 0;
  font-size: 1em;
  color: #B08D57;
}

.ac-cards h2 {
  color: #B08D57;
  font-size: 24px;
  margin-bottom: 22px;
  text-align: center;
}

.ac-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.ac-card {
  background: #f5f8fb;
  border-top: 5px solid #4682B4;
  border-radius: 10px;
  padding: 20px 22px 22px 22px;
  box-shadow: 0 2px 7px rgba(70,130,180,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s;
}

.ac-card:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 7px 22px rgba(70,130,180,0.12);
}

.ac-card h3 {
  color: #B08D57;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
}

.ac-card p {
  font-size: 15px;
  color: #4682B4;
  margin: 0;
}

.call-to-action {
  background: linear-gradient(90deg, #f5f2ee 50%, #e9f1f7 100%);
  border-left: 6px solid #4682B4;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(70,130,180,0.09);
}

.call-to-action h2 {
  color: #B08D57;
  font-size: 24px;
}

@media (max-width: 768px) {
  .ac-section { padding: 18px 4px; }
  .ac-box, .call-to-action { padding: 16px 7px; }
  .ac-card { padding: 16px 7px; }
  .ac-card-grid { gap: 14px; }
}/* End custom CSS */