ok, make changes to simpl-overrides.css:          /* =========================================================
   SimpL Driving School – Modern Red & Charcoal Theme
   (Blue removed / replaced with dark neutral tones)
   ========================================================= */

/* ---------- Brand tokens ---------- */
:root {
  --simpl-red: #ff0015;      /* SimpL accent red */
  --simpl-dark: #0f172a;     /* main dark text */
  --simpl-grey: #6b7280;     /* body copy muted text */
  --simpl-bg: #f9fafb;       /* page background */
  --simpl-border: #e5e7eb;   /* soft border */
  --simpl-radius-lg: 18px;
  --simpl-radius-md: 12px;
  --simpl-shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
  --simpl-shadow-strong: 0 18px 40px rgba(15, 23, 42, 0.18);
}

/* ---------- Base typography ---------- */
body {
  font-size: 16px;
  color: var(--simpl-dark);
  background: var(--simpl-bg);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.8;
  color: var(--simpl-grey);
}

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5 {
  color: var(--simpl-dark);
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* ---------- Section titles ---------- */
.sec-title {
  margin-bottom: 32px;
}
.sec-title .title {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--simpl-grey);
}
.sec-title .separator {
  height: 3px;
  width: 70px;
  background: var(--simpl-border);
  border-radius: 999px;
}
.sec-title .separator:after {
  background: var(--simpl-red);
}

/* ---------- Universal Accent ---------- */
.theme_color {
  color: var(--simpl-red) !important;
}

/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */

.main-header .header-top.style-two {
  background: #0c0f14;
  border-bottom: 2px solid var(--simpl-red);
}
.main-header .header-top.style-two a {
  color: #e5e7eb !important;
}
.main-header .header-top.style-two a:hover {
  color: var(--simpl-red) !important;
}

/* Nav */
.main-men
/* ============================
   Pre-footer CTA (SimpL style)
   ============================ */

.pre-footer-cta {
  background: #111827;
  color: #f9fafb;
  padding: 24px 0;
  border-top: 2px solid #ff0015;
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.pre-footer-cta h2 {
  font-size: 22px;
  margin-bottom: 6px;
  color: #f9fafb;
}

.pre-footer-cta p {
  margin-bottom: 0;
  color: #e5e7eb;
}

.pre-footer-cta-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pre-footer-cta .pre-footer-btn {
  white-space: nowrap;
}

/* Mobile stacking */
@media (max-width: 767px) {
  .pre-footer-cta-right {
    margin-top: 12px;
    justify-content: flex-start;
  }
}

/* ============================
   Footer – SimpL redesign
   ============================ */

.main-footer {
  background: #020617;
  color: #e5e7eb;
  padding-top: 32px;
}

.main-footer .widgets-section {
  padding-top: 10px;
  padding-bottom: 26px;
}

.main-footer .footer-column {
  margin-bottom: 24px;
}

.main-footer .footer-widget .footer-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
  margin-bottom: 10px;
}

/* About widget */
.main-footer .about-widget .bold-text {
  color: #f9fafb;
  margin-bottom: 6px;
}

.main-footer .about-widget p {
  font-size: 13px;
  color: #9ca3af;
}

.footer-badges {
  margin-top: 10px;
}

.footer-badges a {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}

.footer-badges img {
  max-height: 40px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.6);
}

/* Facebook widget column */
.footer-widget.gallery-widget {
  text-align: left;
}

.footer-widget.gallery-widget .fb-page {
  background: #020617;
  border-radius: 12px;
  overflow: hidden;
}

/* Contact column */
.main-footer .info-widget .list-style-one li {
  color: #e5e7eb;
  font-size: 14px;
}

.main-footer .info-widget .list-style-one li a {
  color: #e5e7eb;
}
.main-footer .info-widget .list-style-one li a:hover {
  color: #ff0015;
}

/* Mini CTA under contact */
.footer-mini-cta {
  margin-top: 16px;
}

.footer-mini-cta p {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 8px;
}

/* Make .btn-style-two small variant */
.btn-style-two.btn-sm {
  padding: 6px 16px !important;
  font-size: 12px !important;
}

/* Footer bottom */
.footer-bottom {
  background: #020617;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  padding: 10px 0;
}

.footer-bottom .copyright {
  font-size: 13px;
  color: #9ca3af;
}

.footer-bottom .copyright a {
  color: #e5e7eb;
  font-weight: 500;
}

/* Social icons bottom-right */
.footer-social {
  text-align: right;
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
  margin-left: 6px;
}

.footer-social li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #111827;
  text-align: center;
  line-height: 34px;
  color: #e5e7eb;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social li a:hover {
  background: #ff0015;
  transform: translateY(-1px);
}

/* Mobile footer alignment */
@media (max-width: 767px) {
  .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-social {
    text-align: center;
  }
}
/* =========================
   Fix header row alignment
   ========================= */

/* Put logo + nav in one row */
.main-header .header-lower .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo block */
.main-header .header-lower .header-left {
  float: none;
  padding: 10px 0;       /* tweak if you want it higher/lower */
}

/* Nav block – remove old padding that pushes it down */
.main-header .header-lower .nav-outer {
  float: none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Make top-level menu items line up nicely */
.main-header .main-menu .navigation > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* Keep mobile layout working */
@media (max-width: 991px) {
  .main-header .header-lower .auto-container {
    display: block;
  }

  .main-header .header-lower .nav-outer {
    margin-top: 10px;
  }
}
/* Make header push the slider down instead of overlaying it */
.main-header {
  position: relative !important;
  width: 100%;
  z-index: 999;
}
.main-slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ==========================================
   Fix header so it no longer overlays slider
   ========================================== */

/* Make header a normal block, not overlaying */
.main-header {
  position: relative !important;
  width: 100%;
  z-index: 50; /* enough for dropdowns, but not covering slider */
}

/* Header lower bar: sit normally in the flow */
.main-header .header-lower {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  background: #0c0f14; /* same dark as top bar */
  border-bottom: 2px solid var(--simpl-red);
}

/* Layout logo + nav on a single row */
.main-header .header-lower .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

/* Logo block */
.main-header .logo-outer {
  margin: 0;
  padding: 0;
}

/* Nav block */
.main-header .nav-outer {
  flex: 1;
  text-align: right;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Make top-level menu items sit inline, not stacked */
.main-header .main-menu .navigation > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* Keep mobile layout stacking nicely */
@media (max-width: 991px) {
  .main-header .header-lower .auto-container {
    display: block;
  }

  .main-header .nav-outer {
    text-align: left;
    margin-top: 10px !important;
  }
}
