:root {
  --afr-dark: #050505;
  --afr-navy: #222222;
  --afr-blue: #333333;
  --afr-accent: lightskyblue;
  --afr-light: lightskyblue;
  --afr-gray: #8896a6;
  --afr-divider: rgba(255, 255, 255, 0.08);
}

.no-pad {
  padding: 0px !important;
}

.content-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.25rem;
  padding: 4rem 2rem;
}

/* ── Footer ── */
.afr-footer {
  background: var(--afr-dark);
  color: #cdd5df;
  font-size: 0.9rem;
  position: relative;
  padding-bottom: 0px!important;
  padding-top: 0px!important;
  overflow: hidden;
  background-color: #020202;
  background-image: radial-gradient(#222222 0.5px, #020202 0.5px);
  background-size: 10px 10px;
  border-bottom: solid 1px #282828;
  -webkit-box-shadow: inset 0px 11px 15px -7px #000000; 
    box-shadow: inset 0px 11px 15px -7px #000000;
    border-top: solid 1px #050505;
}

.afr-footer::before{
    width: 60%;
    height: 55%;
    position: absolute;
    left: 50%;
    top: -27%;
    background-color: #f0f0f0;
    transform: translateX(-50%);
    content: "";
    filter: blur(66px);
    border-radius: 100%;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none!important;
}

.afr-footer a {
  color: #b0bcca;
  text-decoration: none;
  transition: color 0.2s;
}

.afr-footer a:hover {
  color: #fff;
}

.footer-top {
  background: linear-gradient(135deg, #2a2a2a 0%, var(--afr-dark) 100%);
  border-bottom: 1px solid var(--afr-divider);
  padding: 3.5rem 0 2.5rem;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(26, 26, 26) 64%, rgb(46, 46, 46) 100%) !important;
}

.footer-heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.25rem;
}

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

.footer-nav-list li + li {
  margin-top: 0.5rem;
  width: 100%!important;
}

.footer-nav-list a {
  font-size: 0.9rem;
  font-weight: 400;
}

/* ── App Buttons ── */
.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  color: #fff !important;
  min-width: 150px;
  transition: all ease-in-out 0.2s !important;
}

.app-btn i {
  font-size: 1.35rem;
}

.app-btn small {
  display: block;
  font-size: 0.6rem;
  opacity: 0.6;
  line-height: 1;
}

.app-btn strong {
  display: block;
  line-height: 1.2;
}

.app-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  padding-left: 25px;
}

.view-all-apps {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--afr-accent) !important;
  font-weight: 600;
}

.view-all-apps i {
  font-size: 0.65rem;
  transition: transform 0.2s;
}

.view-all-apps:hover i {
  transform: translateX(3px);
}

/* ── Subscribe Button ── */
.subscribe-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 600;
  color: #cdd5df !important;
  transition: all 0.2s;
}

.subscribe-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

/* ── Donate Button ── */
.donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.75rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #dbb956, #c9a83c);
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.25s;
  border: none;
  white-space: nowrap;
  filter: drop-shadow(0px 0px 0px #000000);
}

.donate-btn:hover {
  background: linear-gradient(135deg, #e6c96a, #dbb956);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(219, 185, 86, 0.3);
  color: #1a1a1a !important;
  filter: drop-shadow(0px 7px 7px #000000);
}

.donate-btn i {
  font-size: 1.1rem;
}

/* ── App Section ── */
.app-section {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--afr-divider);
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
}

.app-section-text {
  font-size: 0.8125rem;
  color: #8896a6;
  margin-bottom: 25;
}

.app-section .view-all-apps {
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  .app-section-text {
    max-width: 100%;
    text-align: center;
  }
  .app-section {
    text-align: center;
  }
  .app-section .footer-heading {
    text-align: center;
  }
  .app-section .d-flex {
    justify-content: center;
  }
}
/* ── Division Logos ── */
.division-logos {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--afr-divider);
  background: linear-gradient(180deg, var(--afr-dark) 0%, #080808 100%);
   background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent */
    backdrop-filter: blur(2px);
}

.division-logos .footer-heading {
  text-align: center;
  margin-bottom: 1.75rem;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2.5rem;
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.6;
  transition: opacity 0.25s;
  color: #b0bcca !important;
  text-decoration: none !important;
}

.logo-item:hover {
  opacity: 1;
}

.logo-img {
  height: 29px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.25s, transform 0.25s;
}

.logo-item:hover .logo-img {
  opacity: 1;
  transform: scale(1.05);
}

.logo-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  max-width: 110px;
  opacity: 0.7;
}

/* ── Bottom Bar ── */
.footer-bottom {
  padding: 1.25rem 0;
  font-size: 0.75rem;
  color: #6a7a8a;
  background-color: rgba(255, 255, 255, 0.05); /* Semi-transparent */
  backdrop-filter: blur(2px);
}

.footer-bottom a {
  color: #8896a6 !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  width: 100%;
}

/* ── Back to Top ── */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--afr-accent);
  color: var(--afr-dark);
  border: none;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #dbb956;
}

/* ── Newsletter ── */
.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

.newsletter-form .form-control::placeholder {
  color: #6a7a8a;
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--afr-accent);
  box-shadow: none;
}

.newsletter-form .btn-subscribe {
  background: var(--afr-accent);
  color: var(--afr-dark);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 0 0.375rem 0.375rem 0;
  border: none;
  padding: 0.375rem 1rem;
}

.newsletter-form .btn-subscribe:hover {
  background: #dbb956;
}

.footer-bottom p{
    font-size: .8rem;
    width: 100%;
    text-align: center
}

.footer-bottom .footer-botton-links{
    width: 100%!important;
}

@media (max-width: 1185px) {
    .footer-col:last-child {
        width: 100%!important;
        text-align: center!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: center!important;
    }
    .footer-col:last-child p{
        width: 100%!important;
        max-width: 100%!important;
    }
    .footer-col:last-child .d-flex{
        text-align: center!important;
        justify-content: center!important;
    }
      .footer-col + .footer-col {
    margin-top: 1.75rem;
    text-align: center;
  }
  .footer-nav-list{
      width: 100%;
  }
}

@media (max-width: 991.98px) {
  .footer-top {
    padding: 2.5rem 0 1.5rem;
  }
  .footer-col + .footer-col {
    margin-top: 1.75rem;
    text-align: center;
  }
  .footer-nav-list{
      width: 100%;
  }
  .logo-grid {
    gap: 1.25rem;
  }
  .footer-col:first-child,
  .footer-col:first-child .footer-heading,
  .footer-col:first-child p,
  .footer-col:first-child .d-flex,
  .footer-col:last-child,
  .footer-col:last-child .footer-heading,
  .footer-col:last-child p,
  .footer-col:last-child .d-flex {
    text-align: center;
    justify-content: center;
  }
  .footer-col:first-child p,
  .footer-col:last-child p {
    max-width: 100%;
    margin-inline: auto;
  }
  .footer-col:last-child {
    width: 100%;
  }
  .footer-col .app-btn {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .view-all-apps {
    text-align: center;
    display: block;
  }
}
.center-text {
  text-align: center;
}

.qr-wrap {
  height: 51px;
  border-radius: 0.3rem;
  overflow: hidden;
}
.qr-wrap img {
  height: 100%;
  width: auto;
}

.footer-top{
    background: transparent!important;
}
.app-section{
    background: transparent!important;
}