html.dark-mode body,
html.dark-mode body.serviceBody,
html.dark-mode body.home-body {
  background-color: #121212;
  background-image: linear-gradient(135deg, #121212 0%, #1f1f1f 100%);
  color: #ffffff;
}

html.dark-mode body.home-body {
  background: linear-gradient(135deg, #121212 0%, #1f1f1f 100%) !important;
  color: #ffffff !important;
}
