/* ================================
   SwiftTrust Footer Styles
   ================================ */

.site-footer {
  background: #0A0A0A; /* dark background */
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.site-footer a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #0A8F3E; /* SwiftTrust Green on hover */
}

.site-footer img {
  max-width: 100%;
  height: auto;
}

.site-footer .list-unstyled li {
  margin-bottom: 8px;
}

.site-footer hr {
  border-top: 1px solid rgba(255,255,255,.15);
  margin: 20px 0;
}

.site-footer p {
  font-size: 13px;
  color: #bbb;
  margin-bottom: 0;
}

.site-footer strong {
  color: #fff;
}

/* Social Icons */
.social-icons a {
  color: #ddd;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0A8F3E; /* SwiftTrust Green */
}
