/* Client-specific overrides — chitwoods (Chitwood & Chitwood)
 * Loaded AFTER the captured Avia CSS and the shared static-overrides.css.
 * Only site-specific tweaks live here; general Avia fixes go in the shared template.
 */

/* Home "Specialized Services" — standalone full-width section (operator 2026-07-06).
 * Operator: treat it as a completely new section that does NOT collide with the
 * gold "Let Us Do The Work!" band and fills full page width to the gutters.
 *
 * The captured Enfold layout builds a floating white card that straddles two
 * sections via negative margins (post-406 CSS):
 *   - #services section          margin-top:-50px; margin-bottom:-50px
 *   - inner heading column        margin-top:-60px  (pulls the card up into gold)
 *   - inner list column           margin-top:-20px
 * and the section background is #f9f9f9, so the white content columns read as a
 * narrow card with a grey gutter around them.
 *
 * Fix: (a) zero every negative margin so nothing collides, (b) paint the whole
 * section white so it is a clean full-bleed block with content at the container
 * gutters. */
#services.avia-section.av-5lei26-cac53c7799ce1578b9aaa6efbb0d39f5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ffffff !important;
}
/* the id class sits on BOTH .flex_column and its inner .flex_column_table; the
 * -60px/-20px lands on the _table, so match the id class unscoped by element. */
#services .av-5exrz2-89302f9e2532331bbd87f67839e73df5,
#services .av-5exrz2-4-19e9724e6dbcb90650a1a4e43b3e38b5,
#services .av-3oqopy-66fecef145d7176f8266a18bd4d9b4cf {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
