/* Force light mode background */
body {
    background-color: #ffffff !important; /* White */
    color: #000000 !important;            /* Black text */
}

/* If Antler injects data-background, force it to stay light */
body[data-background="dark"],
body[data-background="light"] {
    background-color: #ffffff !important;
    color: #000000 !important;
}
/* Force light background */
body {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Services section background → dark blue */
.services.sec-normal.sec-bg4 {
  background-color: rgb(0, 31, 63) !important;
  color: #ffffff !important;
}

/* Force all headings and text inside → white */
.services.sec-normal.sec-bg4 h1,
.services.sec-normal.sec-bg4 h2,
.services.sec-normal.sec-bg4 h3,
.services.sec-normal.sec-bg4 p,
.services.sec-normal.sec-bg4 span {
  color: #ffffff !important;
}
