.site-footer {
  background-color: #111;
  color: #eee;
  padding: 40px 20px 20px;
  font-family: "Exo 2", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 220px;
}

.footer-section h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section p,
.footer-section a,
.footer-section li {
  font-size: 0.95rem;
  color: #ccc;
}

.footer-section a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #ffcc00;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  margin-bottom: 8px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  height: 45px;
  filter: invert(80%);
  transition: transform 0.3s, filter 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
  filter: invert(50%) sepia(100%) hue-rotate(45deg) saturate(200%);
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 0.85rem;
  color: #888;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}


.security_foot{
  align-items: center;
  height: 180px;
  margin-bottom: 0;
  margin-right: 120px;
}

