/* ===== Footer ===== */

.footer-section.finoit-style {
  background-color: #020b3b; /* dark blue like screenshot */
  border-top: 1px solid #1a2454;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.footer-section.finoit-style .navbar-brand img {
  max-width: 180px;
}

/* Column headings */
.footer-section.finoit-style .footer-heading {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.9rem;
  color: #f9fafb;
}

/* Lists */
.footer-links,
.footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li + li,
.footer-contact li + li {
  margin-top: 0.35rem;
}

/* Links look like finoit footer */
.footer-section.finoit-style .footer-links a {
  text-decoration: none;
  color: #9ca3af;
  transition: color 0.15s ease;
}

.footer-section.finoit-style .footer-links a:hover {
  color: #ffffff;
}

/* Contact icons & text */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  color: #d1d5db;
}

.footer-section.finoit-style .footer-icon {
  font-size: 1rem;
  color: #38bdf8;
  margin-right: 0.6rem;
  margin-top: 0.18rem;
}

/* Social icons keep your theme but on dark bg */
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.55);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.social-icon.linkedin {
  background-color: #0a66c2;
}

.social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.8);
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #1f2937;
  background-color: #020721;
}

.footer-bottom-text {
  font-size: 0.85rem;
  color: #9ca3af;
}
.footer-section .hr-logo {
  filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 767.98px) {
  .footer-section.finoit-style {
    text-align: left; /* keep like finoit */
  }

  .footer-contact li {
    justify-content: flex-start;
  }
}

.social-wrapper {
  align-items: center;
}

/* Mobile social icon tweaks */
@media (max-width: 576px) {
  .social-wrapper {
    justify-content: flex-start;
  }

  .social-icon.linkedin {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}
