/* === FOOTER SECTION === */
.footer-section {
  background-color: #24252a;
  color: #fff;
  margin-top: 150px;
  padding-top: 5rem;
  padding-bottom: 3rem;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

.footer-section a {
  transition: 0.3s;
}

.footer-section a:hover {
  color: #fffdd0; /* Light cream on hover */
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section i {
  font-size: 22px;
}
