.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  margin: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-heading {
  flex: 1 1 250px;
  margin-bottom: 20px;
}

.footer-heading h2,
.footer-heading p {
  margin: 0 0 10px;
}

.footer-left {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

.footer-left p {
  margin: 6px 0;
}

.footer-left a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  flex: 1 1 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

.footer-links ul li {
  margin: 8px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}

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

  .footer-links {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-heading {
  flex: 1 1 250px;
  margin-bottom: 20px;
}

.footer-heading h2,
.footer-heading p {
  margin: 0 0 10px;
}

.footer-left {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

.footer-left p {
  margin: 6px 0;
}

.footer-left a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  flex: 1 1 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

.footer-links ul li {
  margin: 8px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}

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

  .footer-links {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
