
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 20px;
  margin-top: auto;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

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

.contact-btn {
  background-color: #e83e8c;
  border: none;
  padding: 8px 25px;
  border-radius: 25px;
  transition: all 0.3s;
}

.contact-btn:hover {
  background-color: #d63384;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 40px;
}

.brand-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.brand-desc {
  color: #aaa;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
