.sub-footer-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
}

.sub-footer-col {
  flex: 1 1 120px;
  max-width: 180px;
}

.sub-footer-col a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.sub-footer-col a:hover {
  color: #7175fb; /* your brand color or accent */
}
