.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-eb97f4e *//* =========================================
   All IPTV Player – Dark Footer
========================================= */

.alltv-footer {
  --footer-primary: #24dde0;
  --footer-primary-dark: #00aeb5;
  --footer-dark: #021416;
  --footer-dark-soft: #052528;
  --footer-card: rgba(255, 255, 255, 0.045);
  --footer-white: #ffffff;
  --footer-text: #d5e6e7;
  --footer-muted: #9db6b8;
  --footer-border: rgba(114, 234, 235, 0.13);

  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(36, 221, 224, 0.12);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(36, 221, 224, 0.12),
      transparent 27%
    ),
    radial-gradient(
      circle at 4% 90%,
      rgba(0, 174, 181, 0.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 50%,
      #021416 100%
    );
  color: var(--footer-white);
  font-family: inherit;
}

.alltv-footer *,
.alltv-footer *::before,
.alltv-footer *::after {
  box-sizing: border-box;
}

.alltv-footer-container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Top Accent
========================================= */

.alltv-footer-accent {
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--footer-primary),
    var(--footer-primary-dark),
    #06777b
  );
}

/* Decorative dots */
.alltv-footer::before {
  content: "";
  position: absolute;
  top: 76px;
  right: 5%;
  width: 145px;
  height: 145px;
  opacity: 0.25;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.5) 1.2px,
    transparent 1.2px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-footer::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  width: 650px;
  height: 300px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.045);
  filter: blur(65px);
  transform: translateX(-50%);
  pointer-events: none;
}

/* =========================================
   Main Footer Grid
========================================= */

.alltv-footer-grid {
  display: grid;
  grid-template-columns:
    minmax(260px, 1.45fr)
    minmax(170px, 0.9fr)
    minmax(180px, 0.95fr)
    minmax(245px, 1.2fr);
  align-items: start;
  gap: clamp(34px, 4vw, 62px);
  padding: 72px 0 48px;
}

/* =========================================
   Brand Column
========================================= */

.alltv-footer-brand {
  min-width: 0;
}

.alltv-footer-logo {
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 19px;
  text-decoration: none;
}

.alltv-footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.alltv-footer-brand-title {
  max-width: 390px;
  margin: 0 0 13px;
  color: var(--footer-white);
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -0.35px;
}

.alltv-footer-description {
  max-width: 420px;
  margin: 0 0 20px;
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

/* =========================================
   Badges
========================================= */

.alltv-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 23px;
}

.alltv-footer-badges span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: #c5fbfc;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

/* =========================================
   WhatsApp Button
========================================= */

.alltv-footer-whatsapp {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--footer-primary);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--footer-primary),
    var(--footer-primary-dark)
  );
  color: #032224 !important;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 13px 28px rgba(0, 174, 181, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.alltv-footer-whatsapp svg {
  display: block;
  flex: 0 0 auto;
}

.alltv-footer-whatsapp:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(0, 174, 181, 0.32);
}

/* =========================================
   Footer Columns
========================================= */

.alltv-footer-column {
  min-width: 0;
}

.alltv-footer-title {
  position: relative;
  margin: 18px 0 25px;
  padding-bottom: 13px;
  color: var(--footer-white);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.alltv-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    var(--footer-primary),
    var(--footer-primary-dark)
  );
}

/* =========================================
   Footer Links
========================================= */

.alltv-footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.alltv-footer-links li {
  margin: 0 0 12px;
  padding: 0;
}

.alltv-footer-links a {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  padding-left: 15px;
  color: var(--footer-muted);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.alltv-footer-links a::before {
  content: "";
  position: absolute;
  top: 0.76em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--footer-primary-dark);
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.alltv-footer-links a:hover {
  color: var(--footer-primary);
  transform: translateX(3px);
}

.alltv-footer-links a:hover::before {
  background: var(--footer-primary);
  transform: translateY(-50%) scale(1.25);
}

/* =========================================
   Contact & Support
========================================= */

.alltv-footer-support {
  min-width: 0;
}

.alltv-footer-support-text {
  max-width: 100%;
  margin: 0 0 22px;
  color: var(--footer-text);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.75;
}

/* Desktop: one clean vertical column */
.alltv-footer-contact-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.alltv-footer-contact-list li {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.alltv-contact-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(36, 221, 224, 0.22);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--footer-primary);
}

.alltv-contact-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
}

.alltv-footer-contact-list li > div {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.alltv-footer-contact-list strong {
  display: block;
  margin: 0 0 4px;
  color: var(--footer-white);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.35;
}

.alltv-footer-contact-list li > div > span,
.alltv-footer-contact-list li > div > a {
  display: block;
  max-width: 100%;
  margin: 0;
  color: var(--footer-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.alltv-footer-contact-list li > div > a:hover {
  color: var(--footer-primary);
}

/* =========================================
   SEO Summary
========================================= */

.alltv-footer-summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 40px;
  padding: 19px 22px;
  overflow: hidden;
  border: 1px solid var(--footer-border);
  border-radius: 16px;
  background: var(--footer-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.alltv-footer-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--footer-primary),
    var(--footer-primary-dark)
  );
}

.alltv-footer-summary-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 43px;
  border: 1px solid rgba(36, 221, 224, 0.17);
  border-radius: 12px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--footer-primary);
}

.alltv-footer-summary-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.alltv-footer-summary p {
  min-width: 0;
  margin: 0;
  color: var(--footer-text);
  font-size: 13.5px;
  font-weight: 550;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

/* =========================================
   Bottom Footer
========================================= */

.alltv-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
  background: rgba(1, 15, 17, 0.48);
}

.alltv-footer-bottom-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.alltv-footer-bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
}

.alltv-footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px 22px;
}

.alltv-footer-legal a {
  position: relative;
  color: var(--footer-muted);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.alltv-footer-legal a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--footer-primary-dark);
  transform: translateY(-50%);
}

.alltv-footer-legal a:hover {
  color: var(--footer-primary);
}

/* =========================================
   Accessibility
========================================= */

.alltv-footer a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.38);
  outline-offset: 3px;
  border-radius: 5px;
}

/* =========================================
   Smaller Desktop
========================================= */

@media (max-width: 1180px) {
  .alltv-footer-grid {
    grid-template-columns:
      minmax(240px, 1.25fr)
      minmax(160px, 0.8fr)
      minmax(170px, 0.85fr)
      minmax(225px, 1fr);
    gap: 30px;
  }
}

/* =========================================
   Tablet
========================================= */

@media (max-width: 1050px) {
  .alltv-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 42px 34px;
  }

  .alltv-footer-support {
    grid-column: 1 / -1;
  }

  .alltv-footer-support-text {
    max-width: 680px;
  }

  .alltv-footer-contact-list {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 210px), 1fr)
    );
    gap: 20px 24px;
  }
}

/* =========================================
   Mobile and Small Tablet
========================================= */

@media (max-width: 767px) {
  .alltv-footer-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 25px;
    padding: 55px 0 38px;
  }

  .alltv-footer-brand,
  .alltv-footer-support {
    grid-column: 1 / -1;
  }

  .alltv-footer-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .alltv-footer-summary {
    align-items: flex-start;
  }

  .alltv-footer-bottom-inner {
    min-height: 0;
    padding: 22px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .alltv-footer-legal {
    justify-content: flex-start;
  }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 520px) {
  .alltv-footer-grid {
    grid-template-columns: 1fr;
    gap: 31px;
    padding-top: 48px;
  }

  .alltv-footer-brand,
  .alltv-footer-support {
    grid-column: auto;
  }

  .alltv-footer-logo {
    width: 92px;
    height: 92px;
  }

  .alltv-footer-title {
    margin-top: 5px;
  }

  .alltv-footer-contact-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .alltv-footer-summary {
    gap: 12px;
    padding: 16px;
  }

  .alltv-footer-summary-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .alltv-footer-bottom-inner {
    align-items: center;
    text-align: center;
  }

  .alltv-footer-legal {
    justify-content: center;
  }
}

/* =========================================
   Reduced Motion
========================================= */

@media (prefers-reduced-motion: reduce) {
  .alltv-footer *,
  .alltv-footer *::before,
  .alltv-footer *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */