.footer-line {
  height: 2.4px;
  background-color: #122983;
  width: 100%;
}

footer {
  background-color: #f8f9fa;
  color: #333;
  font-family: 'Spinnaker', sans-serif;
  /* padding-top: 20px; */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: left;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  margin: 15px;
}

.footer-left {
  /* max-width: 300px; */
}

.footer-logo {
  width: 100px;
  margin-bottom: 15px;
}

.footer-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.linkedin-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 26px;
  color: #0a66c2; /* LinkedIn Blue */
  transition: 0.3s ease;
}

.linkedin-link:hover {
  color: #004182; /* Darker blue on hover */
}


.footer-column h4 {
  font-size: 18px;
  color: #122983;
  /* margin-bottom: 10px; */
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #122983;
}

.footer-contact p {
  font-size: 14px;
  margin: 6px 0;
}

.footer-contact a {
  color: #333;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #122983;
}

.footer-bottom {
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin: 20px 0;
  }

  .footer-left {
    margin-bottom: 20px;
    text-align: center;
  }
}
