/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2026 | 01:34:00 */
/* === MISSION / VISION SECTION BACKGROUND === */
.wp-block-columns.has-accent-background-color.has-background {
  background: linear-gradient(
    135deg,
    #E6F4FF 0%,    /* clean corporate blue */
    #BFE8FF 45%,   /* bright confidence blue */
    #4F8CFF 100%   /* strong leadership blue */
  ) !important;
}

/* === TEXT READABILITY === */
.wp-block-columns.has-accent-background-color.has-background h1,
.wp-block-columns.has-accent-background-color.has-background h2,
.wp-block-columns.has-accent-background-color.has-background h3,
.wp-block-columns.has-accent-background-color.has-background p {
  color: #0A2540; /* deep corporate navy */
}

