.bg-dark-green {
  background: linear-gradient(180deg, #1684e5, #2665a5);
}

.footer {
  font-size: 16px;
  text-decoration:none;
  color: #ffffff;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;

}

.vc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-top: 30px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #ffffff;
  transform: translateY(-2px);
}
