.footer-custom {
  background-color: #003366;
  color: white;
  padding: 30px 20px;
  font-family: 'Segoe UI', sans-serif;
}

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

.footer-col {
  flex: 1 1 115px;
  margin: 10px;
}

.footer-col h2 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ffffff;
}

.footer-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}

.logo-footer {
  width: 60px;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-col p {
  font-size: 14px;
  margin: 4px 0;
  color: #ffffff;
}

.footer-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* Garis dekoratif bawah judul */
.footer-col hr {
  width: 40px;
  border: 1px solid #ffffff;
  margin: 4px auto 12px;
}

/* ======================= */
/* SOSIAL MEDIA BOX PER ICON */
.social-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.social-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-box a:hover {
  background-color: #f2f2f2;
  transform: scale(1.1);
}

.social-box img {
  width: 22px;
  height: 22px;
}

/* ======================= */
/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
  .footer-custom {
    padding: 10px 10px 20px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 0px;
  }

  .footer-col {
    margin: 6px 0;
    padding: 0;
  }

  .footer-col h2 {
    font-size: 14.5px;
    margin-bottom: 4px;
  }

  .footer-title {
    font-size: 13.5px;
    margin-top: 6px;
  }

  .footer-col p {
    font-size: 12.5px;
    line-height: 1.2;
    margin: 2px 0;
  }

  .logo-footer {
    width: 48px;
    margin-bottom: 6px;
  }

  .footer-col hr {
    margin: 4px auto 10px;
  }

  .social-box {
    gap: 10px;
    margin-top: 8px;
  }

  .social-box a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .social-box img {
    width: 20px;
    height: 20px;
  }
}
.footer-bottom {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #003366; /* sesuaikan dengan tema footer */
}

.footer-bottom hr {
  margin: 10px auto;
  width: 100%;                /* full layar */
  border: none;               /* reset default border */
  border-top: 2px solid #fff; /* garis putih tebal */
}
