.elementor-kit-6{--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-6 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 *//* ============================================================
   APEX WASTE SOLUTIONS — GLOBAL WIDGET CSS
   Add this to Elementor > Site Settings > Custom CSS
   or Appearance > Additional CSS in WordPress.
   
   All widget HTML uses .ahw as the root scoping class.
   ============================================================ */

/* ── DESIGN TOKENS ── */
.ahw {
  --navy:        #004E7D;
  --navy-deep:   #003a5e;
  --navy-light:  #e0eff8;
  --navy-mid:    #0a6398;
  --green:       #7FBC42;
  --green-dark:  #5a9430;
  --green-tint:  #eef7e1;
  --off-white:   #f5f7fa;
  --white:       #ffffff;
  --body:        #1a2535;
  --body-mid:    #4a5568;
  --line:        #e2e8f0;
  --dot-green:   #7FBC42;
  --dot-orange:  #e0971a;
  --dot-red:     #c0392b;
  --ff:          'Fira Sans', sans-serif;
  --ffb:         'Roboto', sans-serif;
}
.ahw * { box-sizing: border-box; }

/* ── PAGE HEADER ── */
.ahw .ahw-page-header {
  background: var(--navy);
  padding: 60px 28px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ahw .ahw-page-header::after {
  content: '';
  display: block;
  height: 4px;
  background: var(--green);
  margin-top: 60px;
}
.ahw .ahw-ph-eyebrow {
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.ahw .ahw-ph-eyebrow::before,
.ahw .ahw-ph-eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--green);
  display: block;
}
.ahw .ahw-page-header h1 {
  font-family: var(--ff);
  font-weight: 900;
  font-size: clamp(38px, 5vw, 60px);
  color: #fff;
  line-height: 1.05;
  margin-bottom: 16px;
}
.ahw .ahw-page-header h1 span { color: var(--green); }
.ahw .ahw-page-header p {
  font-size: 18px;
  font-family: var(--ff);
  font-weight: 500;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* ── LOCATION SELECTOR ── */
.ahw .ahw-loc-section {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.ahw .ahw-loc-inner { max-width: 1100px; margin: 0 auto; }
.ahw .ahw-loc-label {
  font-family: var(--ff);
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.ahw .ahw-loc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ahw .ahw-loc-btn {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 10px 18px !important;
  border-radius: 6px;
  border: 2px solid var(--navy) !important;
  background: var(--navy) !important;
  color: #fff !important;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
}
.ahw .ahw-loc-btn:hover {
  background: var(--navy-mid) !important;
  border-color: var(--navy-mid) !important;
}
.ahw .ahw-loc-btn.active {
  background: var(--green) !important;
  border-color: var(--green) !important;
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(127,188,66,.3);
}
.ahw .ahw-loc-section.hidden { display: none; }

/* ── FACILITY TAB BAR ── */
.ahw .ahw-tab-wrap {
  background: var(--off-white);
  border-bottom: 1px solid var(--line);
  padding: 0 28px;
  display: none;
}
.ahw .ahw-tab-wrap.visible { display: block; }
.ahw .ahw-tab-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
.ahw .ahw-tab-btn {
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 700;
  padding: 14px 20px !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  background: transparent !important;
  color: var(--body-mid) !important;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
  border-radius: 0 !important;
}
.ahw .ahw-tab-btn:hover {
  color: var(--navy) !important;
  background: transparent !important;
}
.ahw .ahw-tab-btn.active {
  color: var(--navy) !important;
  border-bottom-color: var(--green) !important;
  background: transparent !important;
}

/* ── MAIN CONTENT AREA ── */
.ahw .ahw-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 28px 72px;
}

/* ── PANELS ── */
.ahw .ahw-panel { display: none; animation: ahwFadeUp .25s ease; }
.ahw .ahw-panel.active { display: block; }
@keyframes ahwFadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── CONTACT CARD ── */
.ahw .ahw-contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.ahw .ahw-card-head {
  background: var(--navy);
  padding: 12px 20px;
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}
.ahw .ahw-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.ahw .ahw-contact-col {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}
.ahw .ahw-contact-col:last-child { border-right: none; }
.ahw .ahw-col-label {
  font-family: var(--ff);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--body-mid);
  margin-bottom: 8px;
}
.ahw .ahw-col-val {
  font-family: var(--ffb);
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}
.ahw .ahw-col-val a {
  color: var(--navy);
  text-decoration: none;
  display: block;
}
.ahw .ahw-col-val a:hover { text-decoration: underline; }

/* ── BUTTONS ── */
.ahw .ahw-pay-btn {
  display: block;
  margin-top: 12px;
  padding: 7px 16px !important;
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 700;
  background: var(--green) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background .15s;
}
.ahw .ahw-pay-btn:hover { background: var(--green-dark) !important; }

.ahw .ahw-explore-btn {
  display: block;
  margin-top: 8px;
  padding: 7px 14px !important;
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 700;
  background: transparent !important;
  color: var(--navy) !important;
  border: 1.5px solid var(--navy) !important;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background .15s;
}
.ahw .ahw-explore-btn:hover { background: var(--navy-light) !important; }

.ahw .ahw-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 7px 14px !important;
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 700;
  border: 1.5px solid var(--navy) !important;
  color: var(--navy) !important;
  background: transparent !important;
  border-radius: 20px;
  cursor: pointer;
  transition: background .15s;
}
.ahw .ahw-toggle-btn:hover { background: var(--navy-light) !important; }
.ahw .ahw-toggle-arrow {
  display: inline-block;
  font-size: 10px;
  transition: transform .2s;
}
.ahw .ahw-toggle-arrow.open { transform: rotate(180deg); }

.ahw .ahw-change-btn {
  display: none;
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px !important;
  border: 2px solid var(--navy) !important;
  background: transparent !important;
  color: var(--navy) !important;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* ── HOLIDAY TOGGLE WRAP ── */
.ahw .ahw-holiday-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease;
  border-top: 1px solid var(--line);
}
.ahw .ahw-holiday-wrap.visible { max-height: none; }
.ahw .ahw-holiday-head {
  background: var(--navy);
  padding: 12px 20px;
  font-family: var(--ff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

/* ── HOLIDAY TIMELINE ── */
.ahw .ahw-tl-wrap {
  padding: 16px 20px 4px;
  border-bottom: 1px solid var(--line);
}
.ahw .ahw-tl-label {
  font-family: var(--ff);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--body-mid);
  margin-bottom: 10px;
}
.ahw .ahw-tl-track { display: flex; gap: 3px; align-items: flex-end; }
.ahw .ahw-tl-seg {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ahw .ahw-tl-seg-bar-wrap { width: 100%; position: relative; padding-top: 28px; }
.ahw .ahw-tl-seg-bar {
  width: 100%;
  height: 7px;
  background: var(--line);
  border-radius: 3px;
  transition: background .2s;
}
.ahw .ahw-tl-seg.lit .ahw-tl-seg-bar { background: var(--navy); }
.ahw .ahw-tl-seg.lit:hover .ahw-tl-seg-bar { background: var(--green); }
.ahw .ahw-tl-seg-label {
  font-family: var(--ff);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--body-mid);
  margin-top: 5px;
  opacity: 0.45;
}
.ahw .ahw-tl-seg.lit .ahw-tl-seg-label { color: var(--navy); opacity: 1; }
.ahw .ahw-tl-seg.lit:hover .ahw-tl-seg-label { color: var(--green-dark); }
.ahw .ahw-tl-tooltip {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--ff);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: var(--navy);
  padding: 3px 7px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  z-index: 10;
}
.ahw .ahw-tl-tooltip::after {
  content: '';
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--navy);
}
.ahw .ahw-tl-seg.lit:hover .ahw-tl-tooltip { opacity: 1; }

/* ── HOLIDAY CARDS ── */
.ahw .ahw-hgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  padding: 20px;
}
.ahw .ahw-hcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: all .18s;
}
.ahw .ahw-hcard:hover {
  border-color: var(--navy);
  box-shadow: 0 6px 20px rgba(0,78,125,.1);
  transform: translateY(-2px);
}
.ahw .ahw-hcard-top {
  background: var(--navy);
  padding: 14px 18px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ahw .ahw-hcard-mm {
  font-family: var(--ff);
  font-weight: 900;
  font-size: 26px;
  color: rgba(255,255,255,.2);
  line-height: 1;
}
.ahw .ahw-hcard-chip {
  font-family: var(--ff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  background: var(--green);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.ahw .ahw-hcard-body { padding: 14px 18px 16px; }
.ahw .ahw-hcard-name {
  font-family: var(--ff);
  font-weight: 900;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 3px;
  line-height: 1.2;
}
.ahw .ahw-hcard-date {
  font-family: var(--ff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--body-mid);
  margin-bottom: 12px;
}
.ahw .ahw-hcard-rule { height: 1px; background: var(--line); margin-bottom: 12px; }
.ahw .ahw-hcard-impact {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--body-mid);
  font-weight: 500;
  margin-bottom: 6px;
}
.ahw .ahw-hcard-impact-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--dot-green);
  flex-shrink: 0;
}
.ahw .ahw-hcard-impact.warn .ahw-hcard-impact-dot { background: var(--dot-orange); }
.ahw .ahw-hcard-impact.closed .ahw-hcard-impact-dot { background: var(--dot-red); }

/* ── MISC ── */
.ahw .ahw-facility-note {
  font-family: var(--ffb);
  font-size: 12px;
  color: var(--body-mid);
  margin-top: 6px;
  font-style: italic;
}
.ahw .ahw-empty {
  text-align: center;
  padding: 80px 28px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--line);
}
.ahw .ahw-empty h2 {
  font-family: var(--ff);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 8px;
}
.ahw .ahw-empty p { font-size: 15px; color: var(--body-mid); }

/* ── MOBILE ── */
@media (max-width: 640px) {
  .ahw .ahw-loc-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .ahw .ahw-contact-grid { grid-template-columns: 1fr; }
  .ahw .ahw-contact-col { border-right: none; border-bottom: 1px solid var(--line); }
  .ahw .ahw-contact-col:last-child { border-bottom: none; }
  .ahw .ahw-tab-inner { flex-wrap: wrap; gap: 6px; padding: 10px 0; }
  .ahw .ahw-tab-btn {
    border: 1.5px solid var(--navy) !important;
    border-bottom: 1.5px solid var(--navy) !important;
    border-radius: 6px !important;
    padding: 8px 14px !important;
    font-size: 12px;
  }
  .ahw .ahw-tab-btn.active {
    background: var(--navy) !important;
    color: #fff !important;
    border-color: var(--navy) !important;
  }
  .ahw .ahw-change-btn { display: inline-block; }
  .ahw .ahw-hgrid { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .ahw .ahw-tl-seg-label { font-size: 7px; }
}

/* ── TYPOGRAPHY UTILITIES ── */
/* Use these classes in widget HTML instead of inline font-size styles */

.ahw .ahw-eyebrow {
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.ahw .ahw-section-title {
  font-family: var(--ff);
  font-size: 36px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 16px;
}

.ahw .ahw-section-sub {
  font-family: var(--ffb);
  font-size: 15px;
  color: var(--body-mid);
  line-height: 1.7;
  margin-bottom: 28px;
}

.ahw .ahw-body-text {
  font-family: var(--ffb);
  font-size: 15px;
  color: var(--body-mid);
  line-height: 1.8;
}/* End custom CSS */