.footer-widgets {
  background-color: #5e0190;
  color: white;
  padding: 30px 20px 20px 20px;
  margin-bottom: 10px;
  text-align: left;
}

.footer-widgets .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col h4 {
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-col p {
  color: #e0d3f1;
  font-size: 14px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #cbb26a !important;
}

/* Social Icons */
.footer-social {
  margin-top: 20px;
  text-align: center;
}

.footer-social i {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
  margin: 0 10px;
}

.footer-social a:hover i {
  color: #cbb26a !important;
}

/* Bottom copyright strip */
.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #5e0190;
}

.footer-bottom a {
  color: #cbb26a;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Mobile tweak */
@media screen and (max-width: 600px) {
  .footer-widgets {
    text-align: center;
  }

  .footer-bottom {
    font-size: 13px;
    padding: 15px 12px;
  }

  .footer-bottom span {
    display: inline-block;
    word-break: break-word;
  }
}
