/* Footer Styles */
footer {
  background-color: #05070b;
  color: white;

  padding: 20px 0;
  font-family: 'Jost', sans-serif;
}


.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}


.f1 a {
  color: white;
  font-size: 1.8rem;
  transition: transform 0.3s, color 0.3s ease;
  margin-right: 50px;
}


.f1 a:nth-child(1) { color: #1877f2; }  
.f1 a:nth-child(2) { color: #e1306c; }   
.f1 a:nth-child(3) { color: #25d366; }  
.f1 a:nth-child(4) { color: #0088cc; }  
.f1 a:nth-child(5) { color: #cba4a4; }      
.f1 a:nth-child(6) { color: #ff0000; }  
.f1 a:nth-child(7) { color: #0077b5; }   


.f2 {
  font-size: 1rem;
  opacity: 0.8;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .f1 {
    gap: 12px;
  }

  .f1 a {
    font-size: 1.6rem;
    margin-right: 13px;
  }

  .f2 {
    font-size: 0.95rem;
  }
}
