@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
a:focus {
  outline: 2px solid #20558a; /* blue outline */
  outline-offset: 2px; /* lifts the outline slightly for clarity */
}



.navbar { background-color: #20558a; }
.nav-item a { color: #ffffff; text-decoration: none;  }
a.nav-link { color: #ffffff; text-decoration: none;  }
a.nav-link:hover { color: #ffbf60; text-decoration: underline;  }
.navbar-nav .nav-link.active { color: #ffbf60; text-decoration: underline; }
.nav-link:hover { color: #ffbf60;}
.nav-link:focus { color: #ffbf60;}
.navbar-nav.schev-banner { flex-direction: row; align-self: flex-end; }
.navbar svg {padding-bottom: 5px; }
.nav-link:focus { outline: 3px solid #FFBF60; outline-offset: 2px;}
.breadcrumb-nav {background-color: #efefef;}
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.breadcrumb li + li::before {
  content: "»";
  margin-right: 0.5rem;
}

.home::before {
  display: inline-block;
  content: "\F424"; 
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
}

body {font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
ul{ margin-block-start: 0px; padding-inline-start: 0px; }


 .bd-footer {
      background-color: #20558a;
      color: #fff;
    }

    .bd-footer a {
      color: #fff;
      text-decoration: none;
    }

    .bd-footer a:hover,
    .bd-footer a:focus {
      color: #fff;
      text-decoration: underline;
    }

    /* ── Main footer band ── */
    .footer-main {
      padding: 2rem 0;
    }

    /* ── Logo ── */
    .footer-logo img {
      height: 55px;
      width: auto;
    }

    /* ── Contact block ── */
    .footer-contact .footer-heading {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .footer-contact address {
      font-style: normal;
      line-height: 1.6;
      margin: 0 0 0.5rem 0;
    }

    .footer-contact .phone {
    }

    /* ── Links block ── */
    .footer-links .footer-heading {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links ul li + li {
      margin-top: 0.35rem;
    }

    /* ── Social block ── */
    .footer-social .footer-heading {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .footer-social ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 1rem;
    }

    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.3);
      transition: background 0.2s, border-color 0.2s;
    }

    .footer-social a:hover,
    .footer-social a:focus {
      background: rgba(255,255,255,0.15);
      border-color: #fff;
      text-decoration: none;
    }

    /* ── Legal bar ── */
    .footer-legal {
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 0.75rem 0;
      font-size: 0.9rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      justify-content: space-between;
    }

    .footer-legal ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 1.5rem;
    }