/* Portfolio Text Color Fix */
.portfolio-info {
  color: #000 !important;
}

.portfolio-info-title {
  color: #000 !important;
  font-weight: 600;
}

.portfolio-info-caption {
  color: #333 !important;
  font-weight: 400;
}

/* Ensure portfolio text is visible on all backgrounds */
.portfolio-item .portfolio-info {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}

/* Portfolio filter buttons text color */
.sort-source .nav-link {
  color: #000 !important;
}

.sort-source .nav-link.active {
  color: #007bff !important;
  background-color: transparent !important;
}

.sort-source .nav-link:hover {
  color: #007bff !important;
}
