/* Container footer */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #333;
  color: #fff;
  padding: 40px 60px;
  flex-wrap: wrap;
}

/* Kolom footer */
.footer-col {
  flex: 1;
  margin: 0 20px;
  min-width: 200px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #555;
  padding-bottom: 5px;
}

/* Styling list */
.footer-col ul {
  list-style: none;   /* hilangkan titik */
  padding: 0;
}

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

.footer-col ul li a {
  text-decoration: none;
  color: #bbb;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* Bagian bawah footer */
.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #222;
  font-size: 14px;
  margin-top: 20px;
}

/* Floating WhatsApp */
.floating-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  padding: 15px 18px;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.floating-wa a {
  color: #fff;
  text-decoration: none;
}
