.page-header {
  position: relative;
  padding: 30px 0;
  color: #fff;

  /* Background image + overlay */
  background:
    linear-gradient(90deg, rgba(217,95,234,.85), rgba(241,47,21,.85)),
     url(../../include/image/image6.jpg) center/cover no-repeat;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.breadcrumb-wrap {
  display: flex;
  align-items: center;
}

.v-line {
  width: 2px;
  height: 28px;
  background: rgba(255,255,255,0.7);
  margin: 0 12px;
}

.breadcrumb-custom {
  font-size: 15px;
  color: #f2f2f2;
}

.breadcrumb-custom a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-custom a:hover {
  text-decoration: underline;
}
