/* ============================================================
   FOOTER
   ============================================================ */

.webintern-footer {
  width: 100%;
  margin-top: 120px;
  font-family: "Nunito", system-ui, sans-serif;
  float: none;
  clear: both;
}

/* ── Main footer area ────────────────────────────────────── */

.webintern-footer .webintern-footer-inner {
  background:
    radial-gradient(ellipse at 15% 80%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 20%, rgba(167, 139, 250, 0.1) 0%, transparent 45%),
    linear-gradient(170deg, #0d0825 0%, #111827 50%, #0f172a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 50px 0 40px;
}

/* Match Bootstrap col-lg-10 col-lg-offset-1 width */
.webintern-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.6fr;
  gap: 40px;
  width: 83.333%;
  margin: 0 auto;
}

/* ── Reset globals inside footer ─────────────────────────── */

.webintern-footer a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 150ms ease;
}

.webintern-footer a:hover {
  color: var(--color-primary-light, #a78bfa);
}

.webintern-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.webintern-footer li {
  list-style: none;
  margin-bottom: 10px;
}

.webintern-footer p {
  margin: 0;
}

.webintern-footer h6 {
  margin: 0;
}

/* ── Brand column ────────────────────────────────────────── */

.webintern-footer .footer-brand a {
  display: block;
  margin-bottom: 14px;
  font-size: 0;
}

.webintern-footer .footer-brand .logo-bottom {
  display: block;
  max-width: 200px;
  height: auto;
}

.webintern-footer .footer-blurb {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.6;
  clear: both;
}

/* ── Center columns (Partners + Quick Links) ─────────────── */

.webintern-footer .footer-col-center {
  text-align: center;
}

/* ── Column headings ─────────────────────────────────────── */

.webintern-footer .footer-heading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(99, 102, 241, 0.4);
  display: inline-block;
}

/* ── Link lists ──────────────────────────────────────────── */

.webintern-footer .footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 400;
}

.webintern-footer .footer-links a:hover {
  color: var(--color-primary-light, #a78bfa);
}

/* ── Two-column Quick Links grid ─────────────────────────── */

.webintern-footer .footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}

/* ── Newsletter column ───────────────────────────────────── */

.webintern-footer .footer-newsletter-text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.webintern-footer .footer-newsletter-text .subscribe-button {
  display: inline-block;
  padding: 10px 26px;
  font-size: 0.68rem;
  line-height: 1.3;
  color: #fff;
  border-radius: 6px;
  min-height: 0;
  margin: 16px 0 8px 0;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* ── Social icons ────────────────────────────────────────── */

.webintern-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
  clear: both;
  justify-content: center;
}

.webintern-footer .footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 150ms ease;
}

.webintern-footer .footer-socials a:hover {
  color: #fff;
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* ── Disclaimer ──────────────────────────────────────────── */

.webintern-footer .footer-disclaimer {
  background:
    linear-gradient(170deg, #0d0825 0%, #111827 50%, #0f172a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 14px 0;
}

.webintern-footer .footer-disclaimer-inner {
  width: 83.333%;
  margin: 0 auto;
}

.webintern-footer .footer-disclaimer p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.58rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.webintern-footer .footer-disclaimer p strong {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

.webintern-footer .footer-privacy-link {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: color 0.15s;
}
.webintern-footer .footer-privacy-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* ── Copyright — full width, left/right ──────────────────── */

.webintern-footer .footer-copyright {
  background: #000;
  padding: 12px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webintern-footer .footer-copyright span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 400;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 1024px) {
  .webintern-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    width: 90%;
  }

  .webintern-footer .footer-disclaimer-inner {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .webintern-footer .webintern-footer-inner {
    padding: 35px 0 30px;
  }

  .webintern-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 90%;
    text-align: center;
  }

  .webintern-footer .footer-disclaimer-inner {
    width: 90%;
  }

  .webintern-footer .footer-heading {
    border-bottom: none;
    padding-bottom: 0;
  }

  .webintern-footer .footer-brand .logo-bottom {
    margin: 0 auto 14px;
  }

  .webintern-footer .footer-socials {
    justify-content: center;
  }

  .webintern-footer .footer-copyright {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 12px 20px;
  }
}
