/* Custom styles overriding dark backgrounds with a corporate blue theme */
/* This file overrides specific dark backgrounds from the default styles.css. */

:root {
  /* update the primary accent used throughout the site */
  --primary: #003366;
}

/* Topbar background and text */
.topbar {
  background: #003366;
}

/* Hamburger menu bars */
.menu-toggle span {
  background: #003366;
}

/* Hero slider background */
.hero-slider {
  background: #003366;
}

/* Page hero gradient updated to shades of corporate blue */
.page-hero {
  background: linear-gradient(135deg, #003366 0%, #004e8a 55%, #0066b2 100%);
}

/* Footer background */
.site-footer {
  background: #003366;
}

/* Floating call button background */
.call {
  background: #003366;
}