/* =========================
   BIGO IPTV - Footer (Dark Modern)
   ========================= */

.site-footer {
  background: radial-gradient(circle at top left, #020617 0%, #020617 40%, #000000 100%);
  color: #e5e7eb;
  font-size: 0.92rem;
}

/* Top help + WhatsApp bar */
.footer-newsletter {
  padding: 26px 0;
  background: #e5f0ff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
  text-align: center;
}

.footer-newsletter-title {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.footer-newsletter-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.9rem;
}

/* WhatsApp CTA button */
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #22c55e 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.55);
  border: 1px solid rgba(187, 247, 208, 0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.footer-cta-btn i {
  font-size: 1.2rem;
}

.footer-cta-btn:hover,
.footer-cta-btn:focus {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(16, 185, 129, 0.75);
  color: #ffffff;
}

/* Main footer area */
.footer-top {
  padding: 40px 0 32px;
}

.footer-column {
  min-height: 100%;
}

@media (min-width: 992px) {
  .footer-column:not(:last-child) {
    border-right: 1px solid rgba(55, 65, 81, 0.6);
  }
}

/* BIGO IPTV left column (brand) */
.footer-logo {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.footer-logo span {
  color: #3b82f6;
}

/* Make brand text and list clearly visible */
.site-footer .footer-brand-text {
  color: #f9fafb;
  opacity: 1;
  font-weight: 500;
}

.site-footer .footer-brand .footer-list-small li,
.site-footer .footer-brand .footer-list-small li a {
  color: #e5e7eb;
  opacity: 1;
  font-weight: 500;
}

/* Small SEO list (brand column) */
.site-footer .footer-brand .footer-list-small {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.site-footer .footer-brand .footer-list-small li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.site-footer .footer-brand .footer-list-small li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9rem;
  color: #60a5fa;
}

.site-footer .footer-brand .footer-list-small li a {
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.site-footer .footer-brand .footer-list-small li a:hover,
.site-footer .footer-brand .footer-list-small li a:focus {
  color: #ffffff;
  transform: translateX(2px);
}

/* Section titles (other columns) */
.footer-top h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #f9fafb;
}

/* Generic lists (middle columns) */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

/* Chevron icon for useful links and services */
.footer-list li i {
  font-size: 0.9rem;
  color: #60a5fa;
  margin-top: 3px;
}

/* Links styling */
.footer-list a {
  color: #e5e7eb;
  text-decoration: none;
  opacity: 1;
  transition: color 0.18s ease, transform 0.18s ease;
  font-weight: 500;
}

.footer-list a:hover,
.footer-list a:focus {
  color: #ffffff;
  transform: translateX(3px);
}

/* Contact column (right side) */
.site-footer .footer-contact {
  border-left: 1px solid rgba(55, 65, 81, 0.6); /* nice vertical line */
}

.footer-contact-line {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.footer-contact-line i {
  color: #38bdf8;
  font-size: 1.05rem;
}

.footer-contact-line a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-line a:hover {
  text-decoration: underline;
}

.footer-contact-text {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-top: 6px;
}

/* Social icon pills */
.site-footer .social-links a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background: radial-gradient(circle at 30% 0, #60a5fa 0, #1d4ed8 40%, #0f172a 100%);
  color: #f9fafb;
  font-size: 1.2rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.site-footer .social-links a:hover {
  filter: brightness(1.12);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(75, 85, 99, 0.9);
  background: #020617;
}

.footer-bottom .copyright,
.footer-bottom .credits {
  font-size: 0.85rem;
  color: #f9fafb !important;
}

.footer-bottom strong span {
  color: #3b82f6;
}

.footer-bottom .credits a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom .credits a:hover {
  text-decoration: underline;
}

/* Back-to-top button */
.back-to-top {
  background: #2563eb;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.7);
}

.back-to-top:hover {
  background: #1d4ed8;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .footer-newsletter {
    text-align: center;
  }

  .footer-top {
    padding-top: 30px;
  }

  .footer-column {
    border-right: none !important;
    margin-bottom: 20px;
  }

  .site-footer .footer-contact {
    border-left: none;
    border-top: 1px solid rgba(55, 65, 81, 0.6);
    padding-top: 18px;
    margin-top: 6px;
  }
}
/* Force visible text for BIGO IPTV left column */
#footer .footer-brand-text,
#footer .footer-brand .footer-list-small li,
#footer .footer-brand .footer-list-small li a {
  color: #777777 !important;   /* pure white-ish */
  opacity: 1 !important;       /* no transparency */
  font-weight: 500;
}