:root {
  --muqi-teqsti: #655449;
  --header: #69473c;
  --gia-teqsti: #c0b3ac;
  --kanis-feri: #fff6ed;
}

.site-footer {
  background-color: var(--kanis-feri);
  color: var(--muqi-teqsti);
  padding: 40px 20px 20px;
  font-family: 'Arial', sans-serif;
  margin-top: 8em;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--header);
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: var(--muqi-teqsti);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: var(--header);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--gia-teqsti);
  margin-top: 20px;
  font-size: 14px;
  color: var(--gia-teqsti);
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section {
    width: 100%;
    margin-bottom: 20px;
    flex: 1 1 50px;
  }
}
