/* SEO enhancements — breadcrumbs, FAQ, footer service area; matches existing site styling */
.seo-breadcrumbs {
  font-size: 0.875rem;
  margin: 0.5rem 0 1rem;
  color: #666;
}
.seo-breadcrumbs a {
  color: #00467f;
  text-decoration: none;
}
.seo-breadcrumbs a:hover {
  text-decoration: underline;
}
.seo-breadcrumbs span[aria-current="page"] {
  color: #333;
  font-weight: 600;
}
.seo-faq {
  margin: 2rem 0;
}
.seo-faq h2 {
  color: #00467f;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.seo-faq dt {
  font-weight: 600;
  color: #333;
  margin-top: 1rem;
}
.seo-faq dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
  color: #555;
}
.seo-cta-bar {
  background: #f5f8fa;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  text-align: center;
}
.seo-cta-bar a.seo-call-btn {
  display: inline-block;
  background: #00467f;
  color: #fff !important;
  padding: 0.6rem 1.25rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0.25rem;
}
.seo-cta-bar a.seo-call-btn:hover {
  background: #003560;
}
.seo-service-area {
  font-size: 0.875rem;
  color: #fefefe;
  margin-top: 0.5rem;
}
footer address {
  font-style: normal;
  line-height: 1.6;
}
footer address a {
  color: inherit;
  text-decoration: none;
}
footer address a:hover {
  text-decoration: underline;
}
.seo-map-wrap {
  margin: 1.5rem 0;
}
.seo-map-wrap iframe {
  width: 100%;
  max-width: 100%;
  height: 350px;
  border: 0;
  border-radius: 4px;
}

/* Navigation — keep top bar clickable */
.off-canvas-content {
  position: relative;
}
.off-canvas-content > .top-logo {
  z-index: 260 !important;
}
.title-bar,
.top-bar {
  position: relative;
  z-index: 250;
}
.off-canvas.position-right {
  z-index: 300;
}

.menu > li > a {
  padding: 0.7rem 0.9rem;
}
.off-canvas .vertical.menu > li > a {
  color: #fefefe;
  font-weight: bold;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.off-canvas .vertical.menu > li > a:hover,
.off-canvas .vertical.menu > li > a:focus {
  background: rgba(0, 0, 0, 0.15);
  color: #fefefe;
}
