/* Unique Hero Section for Productive Links Page */
.dv-prod-hero-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  background-color: #002b36; /* Fallback color */
  margin-top: 0 !important;
}

.dv-prod-hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.dv-prod-hero-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1);
}

.dv-prod-hero-overlay-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 43, 54, 0.6) 0%, rgba(0, 43, 54, 0.85) 100%);
}

.dv-prod-hero-section .container {
  position: relative;
  z-index: 2;
}

/* Ensure page title content is visible and styled */
.dv-prod-hero-section .page-title-content h2 {
  color: #ffffff !important;
  text-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Ensure breadcrumb links are white */
.dv-prod-hero-section .page-title-content ul li a {
  color: #ffffff;
}

.dv-prod-hero-section .page-title-content ul li.active {
  color: #ffffff;
}

/* Make separator dot white */
.dv-prod-hero-section .page-title-content ul li::before {
  background-color: rgba(255, 255, 255, 0.6);
}