.elementor-kit-499{--e-global-color-primary:#185FA5;--e-global-color-secondary:#E6F1FB;--e-global-color-text:#1A1A2E;--e-global-color-accent:#555555;--e-global-color-1422127:#F8F9FA;--e-global-color-5d186d3:#E0E0E0;--e-global-color-09b251f:#FFFFFF;--e-global-color-f1a8bb7:#1D9E75;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--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-499 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 *//* ============================================
   ACERPACER CONSULTING — GLOBAL DESIGN TOKENS
   Paste into: Elementor > Site Settings > Custom CSS
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Source+Sans+Pro:wght@400;500;600&display=swap');

:root {
  --ac-primary:       #185FA5;
  --ac-primary-light: #E6F1FB;
  --ac-primary-mid:   #85B7EB;
  --ac-dark:          #1A1A2E;
  --ac-body:          #555555;
  --ac-bg-light:      #F8F9FA;
  --ac-border:        #E0E0E0;
  --ac-green:         #1D9E75;
  --ac-white:         #FFFFFF;
}

body, p, li, td, input, textarea, select, button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ac-body);
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: var(--ac-dark);
  line-height: 1.25;
}

h1 { font-size: 42px; font-weight: 500; }
h2 { font-size: 32px; font-weight: 500; }
h3 { font-size: 22px; font-weight: 500; }

@media (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
}

.ac-eyebrow {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-body);
  font-weight: 500;
  display: block;
  margin-bottom: 0.75rem;
}

.elementor-button.ac-btn-primary {
  background: var(--ac-primary) !important;
  color: var(--ac-primary-light) !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
}
.elementor-button.ac-btn-primary:hover {
  background: #0C447C !important;
}

.elementor-button.ac-btn-secondary {
  background: transparent !important;
  color: var(--ac-primary) !important;
  border: 1px solid var(--ac-primary) !important;
  border-radius: 6px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
}
.elementor-button.ac-btn-secondary:hover {
  background: var(--ac-primary-light) !important;
}

.ac-card {
  background: var(--ac-white);
  border: 1px solid var(--ac-border);
  border-radius: 14px;
  padding: 32px;
}

.ac-card-featured {
  border-left: 3px solid var(--ac-primary);
  border-top: 1px solid var(--ac-border);
  border-right: 1px solid var(--ac-border);
  border-bottom: 1px solid var(--ac-border);
  border-radius: 0 14px 14px 0;
  padding: 32px;
  background: var(--ac-white);
}

.ac-pill {
  background: var(--ac-white);
  border: 1px solid var(--ac-border);
  border-radius: 6px;
  padding: 8px 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ac-body);
  display: inline-block;
}

.ac-credential-bar {
  background: var(--ac-bg-light);
  border: 1px solid var(--ac-border);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}

.ac-bg-dark  { background: var(--ac-dark); }
.ac-bg-light { background: var(--ac-bg-light); }
.ac-bg-white { background: var(--ac-white); }
.ac-bg-blue  { background: var(--ac-primary); }

.ac-philosophy {
  border-left: 3px solid var(--ac-primary);
  padding-left: 24px;
  border-radius: 0;
}

.ac-outcome-list .elementor-icon-list-icon i {
  color: var(--ac-green) !important;
}

.ac-footer { background: var(--ac-dark); }
.ac-footer p, .ac-footer a, .ac-footer span {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}
.ac-footer a:hover { color: #ffffff; text-decoration: none; }
.ac-footer-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}
.ac-footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }
.ac-footer-cred {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 767px) {
  .ac-card, .ac-card-featured { padding: 24px; }
}/* End custom CSS */