/* =========================================================
   Site-wide breadcrumb navigation
   ========================================================= */

.gotech-breadcrumb-bar {
  background: #f4f8fc;
  border-bottom: 1px solid rgba(8, 34, 60, 0.08);
}

.gotech-breadcrumb-bar .gotech-breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
}

.gotech-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(8, 34, 60, 0.72);
}

.gotech-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gotech-breadcrumb a:hover {
  color: #1260e1;
}

.gotech-breadcrumb .sep {
  color: rgba(8, 34, 60, 0.35);
  user-select: none;
}

.gotech-breadcrumb .current {
  color: #08223c;
  font-weight: 600;
}

/* Dark hero placement */
.gotech-breadcrumb--hero {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.gotech-breadcrumb--hero a {
  color: rgba(255, 255, 255, 0.78);
}

.gotech-breadcrumb--hero a:hover {
  color: #fff;
}

.gotech-breadcrumb--hero .sep {
  color: rgba(255, 255, 255, 0.45);
}

.gotech-breadcrumb--hero .current {
  color: #fff;
}

/* Hub pages with hero sections */
.page-portfolio .portfolio-hero .hero-content > .gotech-breadcrumb--hero,
.page-services .hero .hero-content > .gotech-breadcrumb--hero,
.page-about .hero .hero-content > .gotech-breadcrumb--hero,
.page-contact .hero .hero-content > .gotech-breadcrumb--hero,
.page-career .hero .hero-content > .gotech-breadcrumb--hero,
.page-blog .blog-hero .hero-content > .gotech-breadcrumb--hero {
  margin-bottom: 20px;
}

/* Blog single native template */
.page-blog-post .blog-post-hero .gotech-breadcrumb--hero {
  margin-top: 8px;
  margin-bottom: 0;
}

.page-blog-post .gotech-breadcrumb-bar {
  background: #fff;
}

/* Career single */
.job-hero-inner > .gotech-breadcrumb--hero {
  margin-bottom: 24px;
}

/* Visitor sitemap */
.visitor-sitemap-hero-inner > .gotech-breadcrumb--hero {
  margin-bottom: 20px;
}
