body{
     overflow-x: hidden;
}
.privacy-hero {
  background-color: var(--theme-secondary);
  padding: 4rem 1rem;
  text-align: center;
}

.privacy-hero .container {
  max-width: 900px;
  margin: auto;
}

.privacy-hero .breadcrumb {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1rem;
}

.privacy-hero h1 {
  color: var(--theme-primary);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.privacy-hero .lead {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.privacy-hero p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.breadcrumb a {
  text-decoration: none;
  color: #333; /* Neutral text color */
  font-weight: 500;
}

.breadcrumb .current {
  color: var(--theme-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--theme-primary);
  padding-bottom: 2px;
}
