/* ==========================================================================
   Site footer — shared across all pages
   Bootstrap row/col used for brand + link columns layout.
   ========================================================================== */

.site-footer {
  background-color: transparent;
  color: var(--color-body);
  padding-block: clamp(3.5rem, 2.5rem + 3vw, 5.5rem) clamp(2rem, 1.5rem + 2vw, 3rem);
  padding-bottom: 25px;
  padding-top: 35px;
}

.site-footer__top {
  padding-bottom: clamp(2.5rem, 2rem + 2vw, 3.5rem);
}

.site-footer__brand-logo-img {
  display: block;
  width: 200px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.site-footer__tagline {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  color: var(--color-body);
  max-width: 22ch;
}

.site-footer__sebi {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666666;
}

.site-footer__sebi-no {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  color: #666666;
}

.footer-col__heading {
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  color: var(--color-body);
  margin: 0 0 12px;
}

.footer-col__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col__list a {
  font-size: 14px;
  font-weight: var(--fw-regular);
  line-height: 2.5;
  color: var(--color-muted);
}

.footer-col__list a:hover {
  color: var(--color-primary);
}

.site-footer__bottom {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  border-top: 0px solid rgba(var(--color-primary-rgb), 0.1);
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #383838;
}

@media (max-width: 991px) {
  .site-footer__brand {
    margin-bottom: 8px;
  }

  .footer-col {
    margin-bottom: 8px;
  }
}

.site-footer__heading {
  font-weight: 600;
  margin-bottom: 22px;
}