.footer {
  background-color: #0A0A0A;
  color: #ddd;
  padding: 4vw 6vw 2vw;
  font-family: "Montserrat", sans-serif;
}
.footer .footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 4vw;
  margin-bottom: 2vw;
}
.footer .footer-logo img {
  width: 140px;
  margin-bottom: 1vw;
}
.footer .footer-logo p {
  font-size: 1vw;
  color: #aaa;
  line-height: 1.6;
}
.footer .footer-links h4,
.footer .footer-contact h4,
.footer .footer-social h4 {
  color: white;
  font-size: 1.1vw;
  margin-bottom: 1vw;
}
.footer .footer-links ul,
.footer .footer-contact ul,
.footer .footer-social ul {
  list-style: none;
  padding: 0;
}
.footer .footer-links ul li,
.footer .footer-contact ul li,
.footer .footer-social ul li {
  margin-bottom: 0.6vw;
}
.footer .footer-links ul li a,
.footer .footer-contact ul li a,
.footer .footer-social ul li a {
  color: #ccc;
  font-size: 1vw;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-links ul li a:hover,
.footer .footer-contact ul li a:hover,
.footer .footer-social ul li a:hover {
  color: #70fa00;
}
.footer .footer-links p,
.footer .footer-contact p,
.footer .footer-social p {
  font-size: 1vw;
  color: #bbb;
  margin: 0.4vw 0;
}
.footer .footer-links .social-icons,
.footer .footer-contact .social-icons,
.footer .footer-social .social-icons {
  display: flex;
  gap: 1vw;
}
.footer .footer-links .social-icons i,
.footer .footer-contact .social-icons i,
.footer .footer-social .social-icons i {
  font-size: 1.6vw;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.footer .footer-links .social-icons i:hover,
.footer .footer-contact .social-icons i:hover,
.footer .footer-social .social-icons i:hover {
  color: #70fa00;
}
.footer .footer-bottom {
  border-top: 1px solid #1a1a1a;
  padding-top: 1.5vw;
  text-align: center;
  font-size: 0.9vw;
  color: #777;
}

@media (max-width: 768px) {
  .footer {
    padding: 8vw 5vw;
  }
  .footer .footer-top {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .footer .footer-logo img {
    width: 40vw;
  }
  .footer .footer-logo p,
  .footer .footer-links ul li a,
  .footer .footer-contact p {
    font-size: 3.4vw;
  }
  .footer .footer-links h4,
  .footer .footer-contact h4,
  .footer .footer-social h4 {
    font-size: 4vw;
    color: white;
  }
  .footer a {
    color: inherit;
  }
  .footer .social-icons {
    margin-top: 3vw !important;
    gap: 5vw !important;
  }
  .footer .social-icons i {
    font-size: 5vw !important;
    color: #ccc !important;
  }
  .footer .footer-bottom {
    margin-top: 5vw !important;
    font-size: 3vw;
    height: 2vw;
  }
}

/*# sourceMappingURL=footer.css.map */
