/* Section spacing */
.home-main {
  margin-top: 0;
}

.projects-section {
  margin-top: 0;
  padding: 22px 0 46px;
}

/* Heading */
.projects-heading {
  color: #313a44;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0;
  position: relative;
}

/* Yellow underline accent */
.projects-heading::after {
  background-color: #cbeb00;
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
  width: 84px;
}

/* Bottom link */
.view-all-link {
  align-items: center;
  color: #313a44;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* Hover effect */
.view-all-link:hover {
  color: #7f9900;
  transform: translateY(-1px);
}
