

/*============================================
footer
=============================================*/

.footer {
  background: linear-gradient(135deg, #120018, #0a0a12);
  color: #f7e7a1;
  padding: 50px 20px 20px;
  margin-top: 50px;
  border-top: 1px solid rgba(247,231,161,0.2);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h3,
.footer-section h4 {
  color: #d4af37;
  margin-bottom: 10px;
}

.footer-section p {
  color: #c7b3b8;
  font-size: 14px;
}

.footer-section a {
  display: block;
  color: #f7e7a1;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 14px;
  transition: 0.2s;
}

.footer-section a:hover {
  color: #d4af37;
  transform: translateX(5px);
}

.socials a {
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(247,231,161,0.2);
  font-size: 12px;
  color: #b8a7aa;
}
