.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: #f9fafb;
  padding: 40px 20px;
  color: #2a2d34;
}

.ac-box {
  background-color: #fff;
  border-radius: 14px;
  padding: 32px 34px 28px 34px;
  margin-bottom: 44px;
  box-shadow: 0 4px 22px rgba(42,45,52,0.08);
  position: relative;
  overflow: hidden;
}

.ac-box::before {
  content: '';
  position: absolute;
  top: -36px; left: -36px;
  width: 80px; height: 80px;
  background: #e49430;
  transform: rotate(-14deg);
  opacity: 0.12;
  z-index: 0;
}

.ac-box h2 {
  color: #e49430;
  margin-top: 0;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.ac-box p {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.ac-cards h2 {
  color: #e49430;
  font-size: 26px;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.ac-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.ac-card {
  background: #fcfbfa;
  border-radius: 14px;
  border-right: 6px solid #e49430;
  padding: 22px 20px 22px 26px;
  box-shadow: 0 2px 16px rgba(255,140,26,0.10);
  transition: transform 0.33s cubic-bezier(.21,1.13,.45,1.08), box-shadow 0.25s;
  position: relative;
  min-height: 160px;
}

.ac-card:hover {
  transform: skew(-2deg, -1deg) scale(1.04);
  box-shadow: 0 4px 28px rgba(255,140,26,0.14);
}

.ac-card h3 {
  color: #2a2d34;
  margin-top: 0;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ac-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

.ac-card ul {
  padding-left: 0;
  list-style: none;
  margin-top: 12px;
}

.ac-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 24px;
}

.ac-card ul li::before {
  content: "🔑";
  position: absolute;
  left: 0;
  color: #e49430;
  font-size: 17px;
}

.call-to-action {
  background-color: #fff7f0;
  border-right: 6px solid #e49430;
}

.call-to-action h2 {
  color: #e49430;
  font-size: 26px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .ac-section { padding: 18px 4px; }
  .ac-box { padding: 16px 8px 14px 14px; }
  .ac-box h2, .ac-cards h2, .call-to-action h2 { font-size: 20px; }
  .ac-card { padding: 16px 8px 16px 16px; min-height: 120px; }
}/* End custom CSS */