﻿ /* === FOOTER === */
footer {
  background-color: #e9edf3;
  color: #001489;
  font-family: var(--font-base);
  font-size: 1.05rem;
  padding: 4rem 0 1rem;
}

footer .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

/* === SECTION TITLE === */
footer h5,
.footer-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #001489;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 140px;
  height: 2px;
  background-color: #ffc107;
}

/* === TEXT & LINKS === */
footer p {
  margin-bottom: 0.65rem;
  line-height: 1.6;
}

footer a {
  color: #001489;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

footer a:hover {
  color: #f6b700;
  text-decoration: underline;
}

/* === SOCIAL ICONS === */
.kadin-follow {
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.kadin-social {
  margin-bottom: 1rem;
}

.social-icons a,
.kadin-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #001489;
  color: #001489;
  border-radius: 50%;
  font-size: 1.15rem;
  margin-right: 16px;
  transition: all 0.3s ease;
}

.social-icons a:hover,
.kadin-social a:hover {
  background-color: #001489;
  color: white;
}

/* === LOGO TENGAH === */
.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.logo-top {
  margin-bottom: 1.5rem;
}

.logo-top img {
  max-height: 48px;
  object-fit: contain;
}

.logo-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.2rem;
  margin-bottom: 2rem;
}

.logo-row img {
  max-height: 42px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

/* === SITEMAP === */
.sitemap-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-list li a {
  display: block;
  padding: 3px 0 3px 12px;
  position: relative;
  font-weight: 500;
}

.sitemap-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 2px;
  background-color: #ffc107;
}

.sitemap-list li a:hover {
  color: #ffc107;
}

/* === KONTAK === */
.kadin-contact {
  font-size: 1rem;
  color: #001489;
}

.kadin-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #001489;
}

.kadin-subtitle {
  font-size: 0.95rem;
  color: #001489;
  margin-top: -0.3rem;
}

.kadin-link {
  color: #001489;
  text-decoration: none;
  font-weight: 500;
}

.kadin-link:hover {
  color: #ffc107;
  text-decoration: underline;
}

/* === FOOTER BOTTOM === */
.footer-bottom {
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 2px solid #ccc;
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  flex-wrap: wrap;
  color: #444;
}

.footer-bottom a {
  color: #444;
  margin-left: 1rem;
  font-weight: 500;
}

.footer-bottom a:hover {
  color: #001489;
}

/* === RESPONSIVE: MOBILE === */
@media (max-width: 768px) {
  /* Sitemap jadi dua kolom */
  .sitemap-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 1rem;
    justify-content: center;
    padding: 0;
    margin-top: 0.5rem;
  }

  .sitemap-list li {
    list-style: none;
    text-align: left;
  }

  .sitemap-list li a {
    padding-left: 0 !important;
  }

  .sitemap-list li a::before {
    display: none;
  }

  /* Jarak antar ikon media sosial */
  .social-icons a,
  .kadin-social a {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;

  }

  /* Logo row responsif */
  .logo-row {
    margin-top: 1rem;
    row-gap: 1.2rem;
    column-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .logo-row img {
    margin-bottom: 0.5rem;
  }

  .logo-top {
    margin-bottom: 1.5rem;
  }

  .footer-title {
    margin-top: 1rem;
  }
  .kadin-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* === SOCIAL ICONS === */
.kadin-follow {
  text-align: center;
}

}
.mt-3 {
    margin-top: 0 !important;
}
.footer-program {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-program .program-logo {
  margin-bottom: 1.5rem;
}

.program-logo-row img {
  object-fit: contain;
  height: 50px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .program-logo-row img {
    height: 45px;
  }

    .col-md-4 {
        text-align: start;
        margin-top: 1rem;
    }
}
