.elementor-27 .elementor-element.elementor-element-952f428{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-ee95cbe{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-201c8f1a{margin-top:0px;margin-bottom:0px;z-index:2;}.elementor-27 .elementor-element.elementor-element-36c6e598 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-1b2e53e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-09ad055{width:100%;max-width:100%;}.elementor-27 .elementor-element.elementor-element-3f36d96{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-0b53e92 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-27 .elementor-element.elementor-element-e5bcc54{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-0aa1cd3{padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-cc64281{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-cc64281 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27 .elementor-element.elementor-element-e2d2519{padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-8ef3a61{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-ee95cbe{padding:20px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-1b2e53e{padding:20px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-3f36d96{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-e5bcc54{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-0aa1cd3{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-e2d2519{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-8ef3a61{padding:40px 0px 0px 0px;}}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-952f428{padding:0px 0px 100px 0px;}.elementor-27 .elementor-element.elementor-element-ee95cbe{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-201c8f1a{margin-top:-100px;margin-bottom:0px;}.elementor-27 .elementor-element.elementor-element-1b2e53e{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-3f36d96{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-e5bcc54{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-0aa1cd3{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-cc64281{padding:0px 0px 20px 0px;}.elementor-27 .elementor-element.elementor-element-e2d2519{padding:40px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-8ef3a61{padding:40px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-038b8ef *//* =========================================
   All IPTV Player – Dark Homepage Hero
========================================= */

.alltv-hero {
  --hero-primary: #24dde0;
  --hero-primary-dark: #00aeb5;
  --hero-dark: #031719;
  --hero-dark-soft: #062629;
  --hero-card: #092f31;
  --hero-white: #ffffff;
  --hero-text: #d7e8e9;
  --hero-muted: #9bb6b8;
  --hero-border: rgba(114, 234, 235, 0.15);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 7vw, 110px) 0 clamp(78px, 8vw, 120px);
  background:
    radial-gradient(
      circle at 88% 17%,
      rgba(36, 221, 224, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 5% 92%,
      rgba(0, 174, 181, 0.09),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 48%,
      #031719 100%
    );
  color: var(--hero-white);
  font-family: inherit;
}

.alltv-hero *,
.alltv-hero *::before,
.alltv-hero *::after {
  box-sizing: border-box;
}

/* Decorative Glow */
.alltv-hero::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.16) 0%,
    rgba(36, 221, 224, 0.045) 44%,
    transparent 72%
  );
  pointer-events: none;
}

.alltv-hero::after {
  content: "";
  position: absolute;
  bottom: -230px;
  left: -190px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.11) 0%,
    transparent 68%
  );
  pointer-events: none;
}

.alltv-hero-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
  align-items: center;
  gap: clamp(52px, 6vw, 92px);
}

/* =========================================
   Content
========================================= */

.alltv-hero-content {
  min-width: 0;
}

.alltv-hero-eyebrow {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: #bdf9fa;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;
}

.alltv-hero-eyebrow-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.1);
  color: var(--hero-primary);
}

.alltv-hero h1 {
  max-width: 740px;
  margin: 0 0 23px;
  color: var(--hero-white);
  font-size: clamp(42px, 4.55vw, 69px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: clamp(-2.1px, -0.12vw, -0.8px);
  text-wrap: balance;
}

.alltv-hero-description {
  max-width: 690px;
  margin: 0 0 31px;
  color: var(--hero-text);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.78;
}

/* =========================================
   Buttons
========================================= */

.alltv-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}

.alltv-hero-primary,
.alltv-hero-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-hero-primary {
  border: 1px solid var(--hero-primary);
  background: linear-gradient(
    135deg,
    var(--hero-primary) 0%,
    var(--hero-primary-dark) 100%
  );
  color: #032224 !important;
  box-shadow: 0 14px 30px rgba(0, 174, 181, 0.24);
}

.alltv-hero-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 174, 181, 0.34);
}

.alltv-hero-primary svg {
  transition: transform 0.2s ease;
}

.alltv-hero-primary:hover svg {
  transform: translateX(3px);
}

.alltv-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.055);
  color: var(--hero-white) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.alltv-hero-secondary:hover {
  color: var(--hero-white) !important;
  border-color: rgba(36, 221, 224, 0.32);
  background: rgba(36, 221, 224, 0.09);
  transform: translateY(-2px);
}

/* =========================================
   Benefits
========================================= */

.alltv-hero-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.alltv-hero-features li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #bdd0d1;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.45;
}

.alltv-feature-check {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 21px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.1);
  color: var(--hero-primary);
}

/* =========================================
   Statistics
========================================= */

.alltv-hero-stats {
  max-width: 590px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.alltv-hero-stat {
  min-width: 0;
  padding-right: 20px;
}

.alltv-hero-stat:not(:first-child) {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.alltv-hero-stat strong {
  display: block;
  margin-bottom: 3px;
  color: var(--hero-white);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.15;
}

.alltv-hero-stat span {
  display: block;
  color: var(--hero-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
}

/* =========================================
   Visual
========================================= */

.alltv-hero-visual {
  position: relative;
  min-width: 0;
}

.alltv-hero-image-card {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  aspect-ratio: 4 / 3;
  overflow: visible;
  border: 8px solid rgba(255, 255, 255, 0.07);
  border-radius: 30px;
  background: var(--hero-card);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(36, 221, 224, 0.13);
}

.alltv-hero-image-decoration {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 125px;
  height: 125px;
  border: 1px solid rgba(36, 221, 224, 0.14);
  border-radius: 28px;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.42) 1.3px,
    transparent 1.3px
  );
  background-size: 12px 12px;
  opacity: 0.5;
  z-index: -1;
}

.alltv-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
}

.alltv-hero-image-overlay {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(3, 23, 25, 0.04) 25%,
      rgba(3, 23, 25, 0.68) 100%
    );
  pointer-events: none;
}

/* =========================================
   Floating Cards
========================================= */

.alltv-hero-quality-card,
.alltv-hero-device-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 14px;
  background: rgba(5, 38, 41, 0.94);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.alltv-hero-quality-card {
  top: 28px;
  left: -34px;
}

.alltv-hero-device-card {
  right: -30px;
  bottom: 29px;
}

.alltv-quality-icon {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.1);
  color: var(--hero-primary);
}

.alltv-hero-quality-card strong,
.alltv-hero-device-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--hero-white);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-hero-quality-card div > span,
.alltv-hero-device-card div > span {
  display: block;
  color: var(--hero-muted);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.35;
}

.alltv-device-icons {
  display: flex;
  align-items: center;
  padding-left: 7px;
}

.alltv-device-icons > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -7px;
  border: 2px solid #052629;
  border-radius: 50%;
  background: #0b3a3d;
  color: var(--hero-primary);
}

/* =========================================
   Accessibility
========================================= */

.alltv-hero a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.4);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1100px) {
  .alltv-hero-container {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 45px;
  }

  .alltv-hero-quality-card {
    left: -20px;
  }

  .alltv-hero-device-card {
    right: -18px;
  }
}

@media (max-width: 900px) {
  .alltv-hero {
    padding-top: 60px;
  }

  .alltv-hero-container {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .alltv-hero-content {
    max-width: 760px;
  }

  .alltv-hero-image-card {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .alltv-hero {
    padding: 52px 0 76px;
  }

  .alltv-hero-container {
    width: min(100% - 30px, 1280px);
    gap: 47px;
  }

  .alltv-hero-content {
    text-align: center;
  }

  .alltv-hero-eyebrow {
    margin-inline: auto;
    font-size: 11.5px;
  }

  .alltv-hero h1 {
    max-width: 630px;
    margin-inline: auto;
    margin-bottom: 19px;
    font-size: clamp(36px, 10.5vw, 49px);
    line-height: 1.1;
    letter-spacing: -1.2px;
  }

  .alltv-hero-description {
    margin-inline: auto;
    margin-bottom: 26px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .alltv-hero-actions {
    justify-content: center;
  }

  .alltv-hero-features {
    justify-content: center;
  }

  .alltv-hero-stats {
    margin-inline: auto;
    text-align: left;
  }

  .alltv-hero-quality-card {
    top: 17px;
    left: 13px;
  }

  .alltv-hero-device-card {
    right: 13px;
    bottom: 17px;
  }
}

@media (max-width: 560px) {
  .alltv-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-hero-primary,
  .alltv-hero-secondary {
    width: 100%;
  }

  .alltv-hero-features {
    display: grid;
    justify-content: flex-start;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .alltv-hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .alltv-hero-stat {
    padding-right: 9px;
  }

  .alltv-hero-stat:not(:first-child) {
    padding-left: 10px;
  }

  .alltv-hero-stat strong {
    font-size: 18px;
  }

  .alltv-hero-stat span {
    font-size: 9.5px;
  }

  .alltv-hero-image-card {
    border-width: 5px;
    border-radius: 22px;
  }

  .alltv-hero-image,
  .alltv-hero-image-overlay {
    border-radius: 16px;
  }

  .alltv-hero-quality-card,
  .alltv-hero-device-card {
    padding: 9px 10px;
    border-radius: 11px;
  }

  .alltv-hero-quality-card {
    top: 10px;
    left: 9px;
  }

  .alltv-hero-device-card {
    right: 9px;
    bottom: 10px;
  }

  .alltv-quality-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .alltv-device-icons {
    display: none;
  }

  .alltv-hero-quality-card strong,
  .alltv-hero-device-card strong {
    font-size: 10.5px;
  }

  .alltv-hero-quality-card div > span,
  .alltv-hero-device-card div > span {
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-hero *,
  .alltv-hero *::before,
  .alltv-hero *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d82b50 *//* =========================================
   All IPTV Player – Why Choose Us Light
========================================= */

.alltv-why-section {
  --why-primary: #24dde0;
  --why-primary-dark: #00aeb5;
  --why-teal: #006f73;
  --why-dark: #092f31;
  --why-text: #3f5f61;
  --why-muted: #6f8587;
  --why-white: #ffffff;
  --why-light: #f3ffff;
  --why-border: #dcebec;
  --why-shadow: 0 18px 48px rgba(4, 70, 73, 0.08);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #ffffff;
  color: var(--why-dark);
  font-family: inherit;
}

.alltv-why-section *,
.alltv-why-section *::before,
.alltv-why-section *::after {
  box-sizing: border-box;
}

/* Decorative Glow */
.alltv-why-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -140px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.12) 0%,
    rgba(36, 221, 224, 0.035) 44%,
    transparent 72%
  );
  pointer-events: none;
}

.alltv-why-section::after {
  content: "";
  position: absolute;
  bottom: -190px;
  left: -170px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08) 0%,
    transparent 68%
  );
  pointer-events: none;
}

.alltv-why-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Section Heading
========================================= */

.alltv-why-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-why-heading-content {
  min-width: 0;
}

.alltv-why-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--why-light);
  color: var(--why-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-why-heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--why-dark);
  font-size: clamp(35px, 4.2vw, 59px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-why-intro {
  max-width: 530px;
  margin: 0;
  padding-left: 23px;
  border-left: 3px solid var(--why-primary-dark);
  color: var(--why-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Cards Grid
========================================= */

.alltv-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.alltv-why-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 21px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--why-border);
  border-radius: 22px;
  background: var(--why-white);
  box-shadow: var(--why-shadow);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-why-card::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -75px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.1),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-why-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 44px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--why-primary),
    var(--why-primary-dark)
  );
  opacity: 0;
  transition:
    opacity 0.25s ease,
    width 0.25s ease;
}

.alltv-why-card:hover {
  border-color: rgba(0, 174, 181, 0.32);
  box-shadow: 0 25px 58px rgba(4, 70, 73, 0.13);
  transform: translateY(-5px);
}

.alltv-why-card:hover::after {
  width: 72px;
  opacity: 1;
}

/* Featured Card */
.alltv-why-card-featured {
  border-color: rgba(0, 174, 181, 0.22);
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.09),
      rgba(255, 255, 255, 0.98) 52%
    );
  box-shadow: 0 20px 52px rgba(0, 174, 181, 0.1);
}

/* =========================================
   Icons
========================================= */

.alltv-why-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 18px;
  background: var(--why-light);
  color: var(--why-primary-dark);
  box-shadow: 0 10px 24px rgba(0, 174, 181, 0.08);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-why-icon svg {
  display: block;
  flex: 0 0 auto;
}

.alltv-why-card:hover .alltv-why-icon {
  background: rgba(36, 221, 224, 0.14);
  box-shadow: 0 13px 28px rgba(0, 174, 181, 0.14);
  transform: rotate(-3deg) scale(1.04);
}

/* =========================================
   Card Content
========================================= */

.alltv-why-card-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-why-number {
  display: block;
  margin-bottom: 7px;
  color: var(--why-primary-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.4px;
}

.alltv-why-card h3 {
  margin: 0 0 10px;
  color: var(--why-dark);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

.alltv-why-card p {
  margin: 0 0 17px;
  color: var(--why-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.75;
}

.alltv-card-highlight {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 174, 181, 0.17);
  border-radius: 999px;
  background: var(--why-light);
  color: var(--why-teal);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================
   CTA
========================================= */

.alltv-why-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 24px 27px;
  border: 1px solid var(--why-border);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      var(--why-light),
      #ffffff 72%
    );
  box-shadow: 0 15px 40px rgba(4, 70, 73, 0.07);
}

.alltv-why-cta-text strong {
  display: block;
  margin-bottom: 5px;
  color: var(--why-dark);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.alltv-why-cta-text span {
  display: block;
  color: var(--why-muted);
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-why-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.alltv-why-primary,
.alltv-why-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.alltv-why-primary {
  border: 1px solid var(--why-primary);
  background: linear-gradient(
    135deg,
    var(--why-primary),
    var(--why-primary-dark)
  );
  color: var(--why-dark) !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.2);
}

.alltv-why-primary:hover {
  color: var(--why-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 174, 181, 0.29);
}

.alltv-why-primary svg {
  transition: transform 0.2s ease;
}

.alltv-why-primary:hover svg {
  transform: translateX(3px);
}

.alltv-why-secondary {
  border: 1px solid var(--why-border);
  background: #ffffff;
  color: var(--why-dark) !important;
  box-shadow: 0 8px 22px rgba(4, 70, 73, 0.06);
}

.alltv-why-secondary:hover {
  border-color: rgba(0, 174, 181, 0.35);
  background: var(--why-light);
  color: var(--why-teal) !important;
  transform: translateY(-2px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-why-section a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.32);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 900px) {
  .alltv-why-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-why-intro {
    max-width: 700px;
  }

  .alltv-why-card {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 17px;
    padding: 25px;
  }

  .alltv-why-icon {
    width: 53px;
    height: 53px;
    border-radius: 15px;
  }

  .alltv-why-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .alltv-why-section {
    padding: 68px 0;
  }

  .alltv-why-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-why-heading {
    margin-bottom: 35px;
  }

  .alltv-why-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-why-intro {
    padding-left: 17px;
    font-size: 15px;
  }

  .alltv-why-grid {
    grid-template-columns: 1fr;
  }

  .alltv-why-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .alltv-why-card {
    grid-template-columns: 1fr;
    padding: 24px 21px;
  }

  .alltv-why-icon {
    width: 51px;
    height: 51px;
  }

  .alltv-why-cta {
    padding: 21px;
  }

  .alltv-why-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-why-primary,
  .alltv-why-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-why-section *,
  .alltv-why-section *::before,
  .alltv-why-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8414b31 *//* =========================================
   All IPTV Player – Dark Statistics
========================================= */

.alltv-stats-section {
  --stats-primary: #24dde0;
  --stats-primary-dark: #00aeb5;
  --stats-dark: #021416;
  --stats-dark-soft: #062629;
  --stats-white: #ffffff;
  --stats-text: #d5e6e7;
  --stats-muted: #98b3b5;
  --stats-border: rgba(114, 234, 235, 0.14);
  --stats-card: rgba(255, 255, 255, 0.052);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background:
    radial-gradient(
      circle at 7% 20%,
      rgba(36, 221, 224, 0.11),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(0, 174, 181, 0.1),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 50%,
      #021416 100%
    );
  color: var(--stats-white);
  font-family: inherit;
}

.alltv-stats-section *,
.alltv-stats-section *::before,
.alltv-stats-section *::after {
  box-sizing: border-box;
}

/* Decorative dots */
.alltv-stats-section::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 4%;
  width: 145px;
  height: 145px;
  opacity: 0.24;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.52) 1.2px,
    transparent 1.2px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-stats-section::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: 50%;
  width: 700px;
  height: 300px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.045);
  filter: blur(65px);
  transform: translateX(-50%);
  pointer-events: none;
}

.alltv-stats-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Heading
========================================= */

.alltv-stats-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-stats-heading-main {
  min-width: 0;
}

.alltv-stats-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--stats-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-stats-heading h2 {
  max-width: 800px;
  margin: 0;
  color: var(--stats-white);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-stats-intro {
  max-width: 530px;
  margin: 0;
  padding-left: 23px;
  border-left: 2px solid var(--stats-primary-dark);
  color: var(--stats-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Statistics Grid
========================================= */

.alltv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.alltv-stat-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 27px 24px 25px;
  overflow: hidden;
  border: 1px solid var(--stats-border);
  border-radius: 22px;
  background: var(--stats-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 44px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-stat-card::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -85px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.11),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 40px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--stats-primary),
    var(--stats-primary-dark)
  );
  opacity: 0;
  transition:
    width 0.25s ease,
    opacity 0.25s ease;
}

.alltv-stat-card:hover {
  border-color: rgba(36, 221, 224, 0.34);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 27px 58px rgba(0, 0, 0, 0.22);
  transform: translateY(-6px);
}

.alltv-stat-card:hover::after {
  width: 70px;
  opacity: 1;
}

/* Featured card */
.alltv-stat-card-featured {
  border-color: rgba(36, 221, 224, 0.28);
  background:
    linear-gradient(
      145deg,
      rgba(36, 221, 224, 0.14),
      rgba(255, 255, 255, 0.045) 70%
    );
}

/* =========================================
   Card Header
========================================= */

.alltv-stat-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 28px;
}

.alltv-stat-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  border: 1px solid rgba(36, 221, 224, 0.2);
  border-radius: 16px;
  background: rgba(36, 221, 224, 0.09);
  color: var(--stats-primary);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.alltv-stat-icon svg {
  display: block;
}

.alltv-stat-card:hover .alltv-stat-icon {
  background: rgba(36, 221, 224, 0.16);
  transform: rotate(-3deg) scale(1.04);
}

.alltv-stat-index {
  padding-top: 5px;
  color: rgba(36, 221, 224, 0.5);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.4px;
}

/* =========================================
   Numbers and Content
========================================= */

.alltv-stat-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  margin: 0 0 12px;
  color: var(--stats-white);
  font-size: clamp(38px, 3.8vw, 53px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -1.6px;
}

.alltv-stat-number span {
  margin: 2px 0 0 3px;
  color: var(--stats-primary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.alltv-stat-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: var(--stats-white);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.alltv-stat-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--stats-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

/* =========================================
   Bottom Information
========================================= */

.alltv-stats-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 22px 25px;
  border: 1px solid var(--stats-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.alltv-stats-bottom-text {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alltv-stats-status {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: var(--stats-primary);
  box-shadow: 0 0 0 6px rgba(36, 221, 224, 0.09);
}

.alltv-stats-status::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(36, 221, 224, 0.2);
  border-radius: 50%;
}

.alltv-stats-bottom-text p {
  margin: 0;
  color: var(--stats-text);
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.6;
}

.alltv-stats-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid var(--stats-primary);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--stats-primary),
    var(--stats-primary-dark)
  );
  color: #032224 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.21);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.alltv-stats-button:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 174, 181, 0.3);
}

.alltv-stats-button svg {
  transition: transform 0.2s ease;
}

.alltv-stats-button:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-stats-section a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.4);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1050px) {
  .alltv-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alltv-stat-card {
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  .alltv-stats-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-stats-intro {
    max-width: 700px;
  }
}

@media (max-width: 700px) {
  .alltv-stats-section {
    padding: 68px 0;
  }

  .alltv-stats-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-stats-heading {
    margin-bottom: 35px;
  }

  .alltv-stats-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-stats-intro {
    padding-left: 17px;
    font-size: 15px;
  }

  .alltv-stats-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .alltv-stats-grid {
    grid-template-columns: 1fr;
  }

  .alltv-stat-card {
    min-height: auto;
    padding: 25px 22px;
  }

  .alltv-stat-number {
    font-size: 43px;
  }

  .alltv-stats-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-stats-section *,
  .alltv-stats-section *::before,
  .alltv-stats-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09ad055 *//* =========================================
   All IPTV Player – Trending Series
========================================= */

.alltv-trending-section {
  --trending-primary: #24dde0;
  --trending-primary-dark: #00aeb5;
  --trending-teal: #006f73;
  --trending-dark: #092f31;
  --trending-text: #405f61;
  --trending-muted: #708587;
  --trending-white: #ffffff;
  --trending-light: #f3ffff;
  --trending-border: #dcebec;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #ffffff;
  color: var(--trending-dark);
  font-family: inherit;
}

.alltv-trending-section *,
.alltv-trending-section *::before,
.alltv-trending-section *::after {
  box-sizing: border-box;
}

/* Decorative Background */
.alltv-trending-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.12),
    rgba(36, 221, 224, 0.035) 45%,
    transparent 70%
  );
  pointer-events: none;
}

.alltv-trending-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -170px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-trending-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Heading
========================================= */

.alltv-trending-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-trending-heading {
  min-width: 0;
}

.alltv-trending-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--trending-light);
  color: var(--trending-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-trending-heading h2 {
  max-width: 790px;
  margin: 0;
  color: var(--trending-dark);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-trending-header-side {
  max-width: 530px;
  padding-left: 23px;
  border-left: 3px solid var(--trending-primary-dark);
}

.alltv-trending-header-side p {
  margin: 0 0 15px;
  color: var(--trending-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

.alltv-trending-header-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trending-teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.alltv-trending-header-link svg {
  transition: transform 0.2s ease;
}

.alltv-trending-header-link:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Series Grid
========================================= */

.alltv-series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.alltv-series-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--trending-border);
  border-radius: 24px;
  background: var(--trending-white);
  box-shadow: 0 18px 48px rgba(4, 70, 73, 0.08);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.alltv-series-card:hover {
  border-color: rgba(0, 174, 181, 0.32);
  box-shadow: 0 28px 65px rgba(4, 70, 73, 0.14);
  transform: translateY(-7px);
}

.alltv-series-card-featured {
  border-color: rgba(0, 174, 181, 0.24);
  box-shadow: 0 22px 55px rgba(0, 174, 181, 0.11);
}

/* =========================================
   Series Image
========================================= */

.alltv-series-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.7;
  overflow: hidden;
  background: #062629;
  text-decoration: none;
}

.alltv-series-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.alltv-series-card:hover .alltv-series-image img {
  transform: scale(1.055);
}

.alltv-series-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(3, 23, 25, 0.02) 30%,
      rgba(3, 23, 25, 0.75) 100%
    );
  pointer-events: none;
}

.alltv-series-category {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(3, 30, 32, 0.74);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.alltv-series-play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 221, 224, 0.4);
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--trending-primary),
    var(--trending-primary-dark)
  );
  color: #032224;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-series-card:hover .alltv-series-play {
  transform: scale(1.08);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.3);
}

/* =========================================
   Series Content
========================================= */

.alltv-series-content {
  padding: 24px 24px 27px;
}

.alltv-series-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-bottom: 13px;
}

.alltv-series-meta span {
  position: relative;
  color: var(--trending-primary-dark);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.4;
}

.alltv-series-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b7d6d7;
  transform: translateY(-50%);
}

.alltv-series-content h3 {
  margin: 0 0 11px;
  color: var(--trending-dark);
  font-size: clamp(19px, 1.75vw, 23px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.3px;
}

.alltv-series-content p {
  min-height: 74px;
  margin: 0 0 18px;
  color: var(--trending-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.75;
}

.alltv-series-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trending-teal);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.alltv-series-link svg {
  transition: transform 0.2s ease;
}

.alltv-series-link:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Bottom CTA
========================================= */

.alltv-trending-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 23px 26px;
  border: 1px solid var(--trending-border);
  border-radius: 19px;
  background:
    linear-gradient(
      135deg,
      var(--trending-light),
      #ffffff 72%
    );
  box-shadow: 0 15px 40px rgba(4, 70, 73, 0.07);
}

.alltv-trending-bottom-text {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.alltv-trending-bottom-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 43px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: #ffffff;
  color: var(--trending-primary-dark);
}

.alltv-trending-bottom-text strong {
  display: block;
  margin-bottom: 3px;
  color: var(--trending-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-trending-bottom-text div > span {
  display: block;
  color: var(--trending-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-trending-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.alltv-trending-primary,
.alltv-trending-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-trending-primary {
  border: 1px solid var(--trending-primary);
  background: linear-gradient(
    135deg,
    var(--trending-primary),
    var(--trending-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.2);
}

.alltv-trending-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 174, 181, 0.29);
}

.alltv-trending-secondary {
  border: 1px solid var(--trending-border);
  background: #ffffff;
  color: var(--trending-dark) !important;
}

.alltv-trending-secondary:hover {
  border-color: rgba(0, 174, 181, 0.34);
  background: var(--trending-light);
  color: var(--trending-teal) !important;
  transform: translateY(-2px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-trending-section a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.34);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 950px) {
  .alltv-trending-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-trending-header-side {
    max-width: 720px;
  }

  .alltv-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alltv-series-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 11px);
    width: 100%;
    margin-inline: auto;
  }

  .alltv-trending-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .alltv-trending-section {
    padding: 68px 0;
  }

  .alltv-trending-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-trending-header {
    margin-bottom: 35px;
  }

  .alltv-trending-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-trending-header-side {
    padding-left: 17px;
  }

  .alltv-trending-header-side p {
    font-size: 15px;
  }

  .alltv-series-grid {
    grid-template-columns: 1fr;
  }

  .alltv-series-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .alltv-series-content p {
    min-height: 0;
  }

  .alltv-trending-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .alltv-series-image {
    aspect-ratio: 4 / 4.6;
  }

  .alltv-series-content {
    padding: 21px 20px 24px;
  }

  .alltv-trending-bottom {
    padding: 20px;
  }

  .alltv-trending-bottom-text {
    align-items: flex-start;
  }

  .alltv-trending-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-trending-primary,
  .alltv-trending-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-trending-section *,
  .alltv-trending-section *::before,
  .alltv-trending-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94ba4fd *//* =========================================
   All IPTV Player – Trial & Setup Section
========================================= */

.alltv-start-section {
  --start-primary: #24dde0;
  --start-primary-dark: #00aeb5;
  --start-dark: #021416;
  --start-dark-soft: #062629;
  --start-white: #ffffff;
  --start-text: #d5e6e7;
  --start-muted: #99b3b5;
  --start-border: rgba(114, 234, 235, 0.14);
  --start-card: rgba(255, 255, 255, 0.052);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(36, 221, 224, 0.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(0, 174, 181, 0.1),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 50%,
      #021416 100%
    );
  color: var(--start-white);
  font-family: inherit;
}

.alltv-start-section *,
.alltv-start-section *::before,
.alltv-start-section *::after {
  box-sizing: border-box;
}

/* Decorative Pattern */
.alltv-start-section::before {
  content: "";
  position: absolute;
  top: 55px;
  right: 4%;
  width: 145px;
  height: 145px;
  opacity: 0.24;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.52) 1.2px,
    transparent 1.2px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-start-section::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  width: 700px;
  height: 300px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.045);
  filter: blur(65px);
  transform: translateX(-50%);
  pointer-events: none;
}

.alltv-start-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Header
========================================= */

.alltv-start-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-start-heading {
  min-width: 0;
}

.alltv-start-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--start-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-start-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--start-white);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-start-intro {
  max-width: 530px;
  margin: 0;
  padding-left: 23px;
  border-left: 2px solid var(--start-primary-dark);
  color: var(--start-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Main Grid
========================================= */

.alltv-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 20px;
}

.alltv-start-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--start-border);
  border-radius: 25px;
  background: var(--start-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 24px 55px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-start-card::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.11),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-start-card:hover {
  border-color: rgba(36, 221, 224, 0.34);
  background: rgba(255, 255, 255, 0.072);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
}

/* =========================================
   Trial Card
========================================= */

.alltv-start-trial-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: stretch;
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.13),
      rgba(255, 255, 255, 0.045) 62%
    );
}

.alltv-trial-visual {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 25px;
  overflow: hidden;
  border-right: 1px solid rgba(36, 221, 224, 0.14);
  background: rgba(36, 221, 224, 0.06);
  text-align: center;
}

.alltv-trial-visual::before {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(36, 221, 224, 0.025),
    0 0 0 37px rgba(36, 221, 224, 0.018);
}

.alltv-trial-number,
.alltv-trial-days,
.alltv-trial-caption {
  position: relative;
  z-index: 2;
}

.alltv-trial-number {
  color: var(--start-white);
  font-size: 78px;
  font-weight: 950;
  line-height: 0.85;
  letter-spacing: -4px;
}

.alltv-trial-days {
  margin-top: 8px;
  color: var(--start-primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.alltv-trial-caption {
  margin-top: 13px;
  color: var(--start-muted);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* =========================================
   Setup Card
========================================= */

.alltv-start-setup-card {
  padding-top: 95px;
}

.alltv-setup-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 57px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 221, 224, 0.22);
  border-radius: 17px;
  background: rgba(36, 221, 224, 0.1);
  color: var(--start-primary);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.alltv-start-setup-card:hover .alltv-setup-icon {
  background: rgba(36, 221, 224, 0.16);
  transform: rotate(-3deg) scale(1.04);
}

/* =========================================
   Card Content
========================================= */

.alltv-start-card-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 34px;
}

.alltv-start-setup-card .alltv-start-card-content {
  padding-top: 22px;
}

.alltv-card-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.065);
  color: #bffafb;
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1;
}

.alltv-start-card h3 {
  margin: 0 0 14px;
  color: var(--start-white);
  font-size: clamp(23px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.45px;
}

.alltv-start-setup-card h3 {
  font-size: clamp(22px, 2vw, 28px);
}

.alltv-start-card p {
  margin: 0 0 22px;
  color: var(--start-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Trial Feature List
========================================= */

.alltv-start-features {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

.alltv-start-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--start-text);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.5;
}

.alltv-feature-icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 21px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.1);
  color: var(--start-primary);
}

/* =========================================
   Device List
========================================= */

.alltv-device-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.alltv-device-list span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 10px;
  border: 1px solid rgba(36, 221, 224, 0.15);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.055);
  color: #c5eaeb;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================
   Buttons
========================================= */

.alltv-start-primary,
.alltv-start-secondary {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-start-primary {
  border: 1px solid var(--start-primary);
  background: linear-gradient(
    135deg,
    var(--start-primary),
    var(--start-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.22);
}

.alltv-start-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 33px rgba(0, 174, 181, 0.32);
}

.alltv-start-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: var(--start-white) !important;
}

.alltv-start-secondary:hover {
  border-color: rgba(36, 221, 224, 0.3);
  background: rgba(36, 221, 224, 0.09);
  color: var(--start-white) !important;
  transform: translateY(-2px);
}

.alltv-start-primary svg,
.alltv-start-secondary svg {
  transition: transform 0.2s ease;
}

.alltv-start-primary:hover svg {
  transform: translateX(3px);
}

.alltv-start-secondary:hover svg {
  transform: translateY(2px);
}

/* =========================================
   Support Bar
========================================= */

.alltv-start-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 22px 25px;
  border: 1px solid var(--start-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.043);
}

.alltv-start-support-content {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.alltv-support-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.18);
  border-radius: 12px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--start-primary);
}

.alltv-start-support-content strong {
  display: block;
  margin-bottom: 3px;
  color: var(--start-white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-start-support-content div > span {
  display: block;
  color: var(--start-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-support-link {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 11px 17px;
  border: 1px solid rgba(36, 221, 224, 0.25);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--start-primary) !important;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.alltv-support-link:hover {
  background: rgba(36, 221, 224, 0.13);
  color: var(--start-primary) !important;
  transform: translateY(-2px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-start-section a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.4);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1000px) {
  .alltv-start-grid {
    grid-template-columns: 1fr;
  }

  .alltv-start-trial-card {
    grid-template-columns: 185px minmax(0, 1fr);
  }

  .alltv-start-setup-card {
    padding-top: 0;
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
  }

  .alltv-start-setup-card .alltv-setup-icon {
    position: relative;
    top: auto;
    left: auto;
    margin: 34px 0 0 30px;
  }

  .alltv-start-setup-card .alltv-start-card-content {
    padding-top: 34px;
  }
}

@media (max-width: 900px) {
  .alltv-start-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-start-intro {
    max-width: 700px;
  }
}

@media (max-width: 700px) {
  .alltv-start-section {
    padding: 68px 0;
  }

  .alltv-start-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-start-header {
    margin-bottom: 35px;
  }

  .alltv-start-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-start-intro {
    padding-left: 17px;
    font-size: 15px;
  }

  .alltv-start-trial-card {
    grid-template-columns: 1fr;
  }

  .alltv-trial-visual {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 221, 224, 0.14);
  }

  .alltv-start-setup-card {
    display: block;
    padding-top: 90px;
  }

  .alltv-start-setup-card .alltv-setup-icon {
    position: absolute;
    top: 25px;
    left: 24px;
    margin: 0;
  }

  .alltv-start-support {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .alltv-start-card-content {
    padding: 25px 21px;
  }

  .alltv-start-setup-card .alltv-start-card-content {
    padding: 22px 21px 25px;
  }

  .alltv-start-primary,
  .alltv-start-secondary {
    width: 100%;
  }

  .alltv-start-support {
    padding: 20px;
  }

  .alltv-start-support-content {
    align-items: flex-start;
  }

  .alltv-support-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-start-section *,
  .alltv-start-section *::before,
  .alltv-start-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbc0bd1 *//* =========================================
   All IPTV Player – IPTV Features
========================================= */

.alltv-features-section {
  --features-primary: #24dde0;
  --features-primary-dark: #00aeb5;
  --features-teal: #006f73;
  --features-dark: #092f31;
  --features-text: #405f61;
  --features-muted: #708587;
  --features-white: #ffffff;
  --features-light: #f3ffff;
  --features-border: #dcebec;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #ffffff;
  color: var(--features-dark);
  font-family: inherit;
}

.alltv-features-section *,
.alltv-features-section *::before,
.alltv-features-section *::after {
  box-sizing: border-box;
}

/* Background Decoration */
.alltv-features-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.12),
    rgba(36, 221, 224, 0.035) 45%,
    transparent 70%
  );
  pointer-events: none;
}

.alltv-features-section::after {
  content: "";
  position: absolute;
  bottom: -210px;
  left: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-features-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Header
========================================= */

.alltv-features-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-features-heading {
  min-width: 0;
}

.alltv-features-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--features-light);
  color: var(--features-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-features-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--features-dark);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-features-intro {
  max-width: 540px;
  padding-left: 23px;
  border-left: 3px solid var(--features-primary-dark);
}

.alltv-features-intro p {
  margin: 0 0 15px;
  color: var(--features-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

.alltv-features-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--features-teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.alltv-features-text-link svg {
  transition: transform 0.2s ease;
}

.alltv-features-text-link:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Bento Grid
========================================= */

.alltv-features-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.alltv-feature-card {
  position: relative;
  min-width: 0;
  grid-column: span 3;
  padding: 27px 24px;
  overflow: hidden;
  border: 1px solid var(--features-border);
  border-radius: 22px;
  background: var(--features-white);
  box-shadow: 0 17px 45px rgba(4, 70, 73, 0.075);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-feature-card::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -75px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.1),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-feature-card:hover {
  border-color: rgba(0, 174, 181, 0.32);
  box-shadow: 0 26px 60px rgba(4, 70, 73, 0.13);
  transform: translateY(-5px);
}

/* Large Live TV Card */
.alltv-feature-card-live {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 23px;
  padding: 34px;
  background:
    linear-gradient(
      135deg,
      #062629 0%,
      #0a3a3d 100%
    );
  border-color: rgba(0, 174, 181, 0.3);
  box-shadow: 0 24px 58px rgba(3, 45, 47, 0.18);
}

.alltv-feature-card-live::before {
  width: 260px;
  height: 260px;
  right: -95px;
  bottom: -120px;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.18),
    transparent 68%
  );
}

/* VOD Card */
.alltv-feature-card-vod {
  grid-column: span 5;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 34px;
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.11),
      #ffffff 68%
    );
  border-color: rgba(0, 174, 181, 0.22);
}

/* =========================================
   Icons
========================================= */

.alltv-feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 17px;
  background: var(--features-light);
  color: var(--features-primary-dark);
  box-shadow: 0 10px 23px rgba(0, 174, 181, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.alltv-feature-icon svg {
  display: block;
  flex: 0 0 auto;
}

.alltv-feature-card:hover .alltv-feature-icon {
  background: rgba(36, 221, 224, 0.15);
  transform: rotate(-3deg) scale(1.04);
}

.alltv-feature-card-live .alltv-feature-icon {
  width: 68px;
  height: 68px;
  flex-basis: 68px;
  border-color: rgba(36, 221, 224, 0.2);
  background: rgba(36, 221, 224, 0.1);
  color: var(--features-primary);
  box-shadow: none;
}

.alltv-feature-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 21px;
}

/* =========================================
   Content
========================================= */

.alltv-feature-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-feature-number {
  display: block;
  margin-bottom: 8px;
  color: var(--features-primary-dark);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.4px;
}

.alltv-feature-card-live .alltv-feature-number {
  color: rgba(36, 221, 224, 0.65);
}

.alltv-feature-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: var(--features-dark);
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

.alltv-feature-card-live h3 {
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 32px);
}

.alltv-feature-card-vod h3 {
  font-size: clamp(21px, 2vw, 27px);
}

.alltv-feature-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--features-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.77;
}

.alltv-feature-card-live p {
  max-width: 650px;
  color: #b8ced0;
  font-size: 14px;
}

/* Tags */
.alltv-feature-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.alltv-feature-tags span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: #c8f7f8;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

/* Card Link */
.alltv-feature-card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 20px;
  color: var(--features-teal);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

/* =========================================
   CTA
========================================= */

.alltv-features-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 23px 26px;
  border: 1px solid var(--features-border);
  border-radius: 19px;
  background:
    linear-gradient(
      135deg,
      var(--features-light),
      #ffffff 72%
    );
  box-shadow: 0 15px 40px rgba(4, 70, 73, 0.07);
}

.alltv-features-cta-content {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.alltv-features-cta-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 43px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: #ffffff;
  color: var(--features-primary-dark);
}

.alltv-features-cta-content strong {
  display: block;
  margin-bottom: 3px;
  color: var(--features-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-features-cta-content div > span {
  display: block;
  color: var(--features-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-features-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.alltv-features-primary,
.alltv-features-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-features-primary {
  border: 1px solid var(--features-primary);
  background: linear-gradient(
    135deg,
    var(--features-primary),
    var(--features-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.2);
}

.alltv-features-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 174, 181, 0.29);
}

.alltv-features-secondary {
  border: 1px solid var(--features-border);
  background: #ffffff;
  color: var(--features-dark) !important;
}

.alltv-features-secondary:hover {
  border-color: rgba(0, 174, 181, 0.34);
  background: var(--features-light);
  color: var(--features-teal) !important;
  transform: translateY(-2px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-features-section a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.34);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1050px) {
  .alltv-feature-card-live,
  .alltv-feature-card-vod {
    grid-column: span 6;
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 29px;
  }

  .alltv-feature-card {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .alltv-features-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-features-intro {
    max-width: 720px;
  }

  .alltv-features-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .alltv-features-section {
    padding: 68px 0;
  }

  .alltv-features-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-features-header {
    margin-bottom: 35px;
  }

  .alltv-features-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-features-intro {
    padding-left: 17px;
  }

  .alltv-features-intro p {
    font-size: 15px;
  }

  .alltv-feature-card,
  .alltv-feature-card-live,
  .alltv-feature-card-vod {
    grid-column: 1 / -1;
  }

  .alltv-features-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .alltv-feature-card-live,
  .alltv-feature-card-vod {
    grid-template-columns: 1fr;
    padding: 24px 21px;
  }

  .alltv-feature-card {
    padding: 24px 21px;
  }

  .alltv-feature-card-live .alltv-feature-icon {
    width: 58px;
    height: 58px;
  }

  .alltv-features-cta {
    padding: 20px;
  }

  .alltv-features-cta-content {
    align-items: flex-start;
  }

  .alltv-features-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-features-primary,
  .alltv-features-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-features-section *,
  .alltv-features-section *::before,
  .alltv-features-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58b6e2c *//* =========================================
   All IPTV Player – Device Compatibility
========================================= */

.alltv-devices-section {
  --devices-primary: #24dde0;
  --devices-primary-dark: #00aeb5;
  --devices-dark: #021416;
  --devices-dark-soft: #062629;
  --devices-white: #ffffff;
  --devices-text: #d5e6e7;
  --devices-muted: #98b2b4;
  --devices-border: rgba(114, 234, 235, 0.14);
  --devices-card: rgba(255, 255, 255, 0.052);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background:
    radial-gradient(
      circle at 9% 18%,
      rgba(36, 221, 224, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(0, 174, 181, 0.1),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 50%,
      #021416 100%
    );
  color: var(--devices-white);
  font-family: inherit;
}

.alltv-devices-section *,
.alltv-devices-section *::before,
.alltv-devices-section *::after {
  box-sizing: border-box;
}

/* Decorative Pattern */
.alltv-devices-section::before {
  content: "";
  position: absolute;
  top: 55px;
  right: 4%;
  width: 145px;
  height: 145px;
  opacity: 0.24;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.52) 1.2px,
    transparent 1.2px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-devices-section::after {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 50%;
  width: 720px;
  height: 320px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.045);
  filter: blur(65px);
  transform: translateX(-50%);
  pointer-events: none;
}

.alltv-devices-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Header
========================================= */

.alltv-devices-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-devices-heading {
  min-width: 0;
}

.alltv-devices-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--devices-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-devices-heading h2 {
  max-width: 830px;
  margin: 0;
  color: var(--devices-white);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-devices-intro {
  max-width: 540px;
  margin: 0;
  padding-left: 23px;
  border-left: 2px solid var(--devices-primary-dark);
  color: var(--devices-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Main Showcase
========================================= */

.alltv-devices-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  align-items: center;
  gap: clamp(35px, 5vw, 70px);
  padding: clamp(35px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid var(--devices-border);
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.085),
      rgba(255, 255, 255, 0.038) 58%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 30px 70px rgba(0, 0, 0, 0.18);
}

.alltv-devices-showcase::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.13),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-devices-showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(35px, 5vw, 62px);
  width: 70px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--devices-primary),
    var(--devices-primary-dark)
  );
}

/* =========================================
   Content
========================================= */

.alltv-devices-content {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.alltv-devices-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(36, 221, 224, 0.2);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: #c4fafb;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.alltv-devices-content h3 {
  max-width: 650px;
  margin: 0 0 17px;
  color: var(--devices-white);
  font-size: clamp(29px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.8px;
  text-wrap: balance;
}

.alltv-devices-content > p {
  max-width: 650px;
  margin: 0 0 23px;
  color: var(--devices-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Feature List
========================================= */

.alltv-devices-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 29px;
  list-style: none;
}

.alltv-devices-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--devices-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.alltv-device-check {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 23px;
  margin-top: 1px;
  border: 1px solid rgba(36, 221, 224, 0.19);
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.095);
  color: var(--devices-primary);
}

/* =========================================
   Actions
========================================= */

.alltv-devices-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.alltv-devices-primary,
.alltv-devices-secondary {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-devices-primary {
  border: 1px solid var(--devices-primary);
  background: linear-gradient(
    135deg,
    var(--devices-primary),
    var(--devices-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.22);
}

.alltv-devices-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 33px rgba(0, 174, 181, 0.32);
}

.alltv-devices-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.052);
  color: var(--devices-white) !important;
}

.alltv-devices-secondary:hover {
  border-color: rgba(36, 221, 224, 0.3);
  background: rgba(36, 221, 224, 0.09);
  color: var(--devices-white) !important;
  transform: translateY(-2px);
}

.alltv-devices-primary svg,
.alltv-devices-secondary svg {
  transition: transform 0.2s ease;
}

.alltv-devices-primary:hover svg {
  transform: translateX(3px);
}

.alltv-devices-secondary:hover svg {
  transform: translateY(2px);
}

/* =========================================
   Device Visual
========================================= */

.alltv-devices-visual {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TV */
.alltv-tv-device {
  position: relative;
  width: min(100%, 455px);
}

.alltv-tv-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 18px;
  border: 8px solid #0a1516;
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(36, 221, 224, 0.22),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #0b3336,
      #041b1d
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 65px rgba(0, 0, 0, 0.34);
}

.alltv-tv-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alltv-tv-logo-mark {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  border-radius: 9px;
  background: linear-gradient(
    135deg,
    var(--devices-primary),
    var(--devices-primary-dark)
  );
  color: #032224;
  font-size: 13px;
  font-weight: 950;
}

.alltv-tv-topbar-lines {
  display: grid;
  gap: 5px;
  flex: 1;
}

.alltv-tv-topbar-lines span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.alltv-tv-topbar-lines span:first-child {
  width: 72px;
}

.alltv-tv-topbar-lines span:last-child {
  width: 47px;
}

.alltv-tv-live {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.09);
  color: var(--devices-primary);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.alltv-tv-player {
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-top: 17px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(36, 221, 224, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      rgba(36, 221, 224, 0.04),
      rgba(1, 13, 15, 0.78)
    );
}

.alltv-tv-player-glow {
  position: absolute;
  top: -65px;
  right: -30px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.26),
    transparent 68%
  );
}

.alltv-tv-play {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--devices-primary),
    var(--devices-primary-dark)
  );
  color: #032224;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.25);
}

.alltv-tv-player-text {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-tv-player-text strong {
  display: block;
  margin-bottom: 3px;
  color: var(--devices-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.alltv-tv-player-text span {
  display: block;
  color: var(--devices-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.alltv-tv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.alltv-tv-cards span {
  min-height: 45px;
  display: block;
  border: 1px solid rgba(36, 221, 224, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.1),
      rgba(255, 255, 255, 0.035)
    );
}

.alltv-tv-stand {
  display: flex;
  justify-content: center;
}

.alltv-tv-stand::before {
  content: "";
  width: 82px;
  height: 31px;
  background: linear-gradient(
    180deg,
    #0b1718,
    #071011
  );
  clip-path: polygon(32% 0, 68% 0, 82% 100%, 18% 100%);
}

.alltv-tv-stand span {
  position: absolute;
  bottom: -8px;
  width: 145px;
  height: 11px;
  border-radius: 50%;
  background: #081112;
}

/* Phone */
.alltv-phone-device {
  position: absolute;
  right: -8px;
  bottom: 7px;
  width: 102px;
  height: 190px;
  padding: 9px 7px;
  border: 5px solid #0b1516;
  border-radius: 24px;
  background: #071b1d;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
  transform: rotate(4deg);
}

.alltv-phone-speaker {
  width: 29px;
  height: 4px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.alltv-phone-screen {
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(36, 221, 224, 0.23),
      transparent 37%
    ),
    linear-gradient(
      145deg,
      #0d383b,
      #04191b
    );
}

.alltv-phone-play {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--devices-primary);
  color: #032224;
}

.alltv-phone-lines {
  width: 58%;
  display: grid;
  gap: 6px;
}

.alltv-phone-lines span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.alltv-phone-lines span:last-child {
  width: 72%;
}

/* TV Box */
.alltv-box-device {
  position: absolute;
  left: -7px;
  bottom: 24px;
  width: 105px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 221, 224, 0.15);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      #11292b,
      #071719
    );
  color: var(--devices-primary);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
  transform: rotate(-4deg);
}

.alltv-box-light {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--devices-primary);
  box-shadow: 0 0 10px rgba(36, 221, 224, 0.7);
}

/* =========================================
   Device Types
========================================= */

.alltv-device-types {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.alltv-device-type {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--devices-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.043);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.alltv-device-type:hover {
  border-color: rgba(36, 221, 224, 0.3);
  background: rgba(36, 221, 224, 0.065);
  transform: translateY(-3px);
}

.alltv-device-type-icon {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  border: 1px solid rgba(36, 221, 224, 0.17);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--devices-primary);
}

.alltv-device-type div {
  min-width: 0;
}

.alltv-device-type strong {
  display: block;
  margin-bottom: 2px;
  color: var(--devices-white);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-device-type div > span {
  display: block;
  color: var(--devices-muted);
  font-size: 9.5px;
  font-weight: 550;
  line-height: 1.4;
}

/* =========================================
   Accessibility
========================================= */

.alltv-devices-section a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.4);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1100px) {
  .alltv-devices-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 35px;
  }

  .alltv-device-types {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alltv-device-type:nth-child(4),
  .alltv-device-type:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .alltv-devices-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-devices-intro {
    max-width: 720px;
  }

  .alltv-devices-showcase {
    grid-template-columns: 1fr;
  }

  .alltv-devices-visual {
    width: min(100%, 560px);
    min-height: 390px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .alltv-devices-section {
    padding: 68px 0;
  }

  .alltv-devices-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-devices-header {
    margin-bottom: 35px;
  }

  .alltv-devices-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-devices-intro {
    padding-left: 17px;
    font-size: 15px;
  }

  .alltv-devices-showcase {
    padding: 28px 23px;
    border-radius: 24px;
  }

  .alltv-devices-showcase::after {
    left: 23px;
  }

  .alltv-device-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alltv-device-type:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .alltv-devices-content h3 {
    font-size: 29px;
  }

  .alltv-devices-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-devices-primary,
  .alltv-devices-secondary {
    width: 100%;
  }

  .alltv-devices-visual {
    min-height: 310px;
  }

  .alltv-tv-screen {
    padding: 12px;
    border-width: 6px;
    border-radius: 20px;
  }

  .alltv-tv-player {
    min-height: 115px;
    padding: 14px;
  }

  .alltv-phone-device {
    right: -6px;
    width: 76px;
    height: 145px;
    border-width: 4px;
    border-radius: 19px;
  }

  .alltv-box-device {
    left: -5px;
    width: 80px;
    height: 57px;
  }

  .alltv-device-types {
    grid-template-columns: 1fr;
  }

  .alltv-device-type:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-devices-section *,
  .alltv-devices-section *::before,
  .alltv-devices-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ce8901 *//* =========================================
   All IPTV Player – Promo Video Section
========================================= */

.alltv-promo-section {
  --promo-primary: #24dde0;
  --promo-primary-dark: #00aeb5;
  --promo-teal: #006f73;
  --promo-dark: #092f31;
  --promo-text: #405f61;
  --promo-muted: #708587;
  --promo-white: #ffffff;
  --promo-light: #f3ffff;
  --promo-border: #dcebec;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #ffffff;
  color: var(--promo-dark);
  font-family: inherit;
}

.alltv-promo-section *,
.alltv-promo-section *::before,
.alltv-promo-section *::after {
  box-sizing: border-box;
}

/* =========================================
   Background Decorations
========================================= */

.alltv-promo-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.12),
    rgba(36, 221, 224, 0.035) 45%,
    transparent 70%
  );
  pointer-events: none;
}

.alltv-promo-section::after {
  content: "";
  position: absolute;
  bottom: -210px;
  left: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-promo-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Section Header
========================================= */

.alltv-promo-header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-promo-heading {
  min-width: 0;
}

.alltv-promo-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--promo-light);
  color: var(--promo-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-promo-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--promo-dark);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-promo-intro {
  max-width: 540px;
  margin: 0;
  padding-left: 23px;
  border-left: 3px solid var(--promo-primary-dark);
  color: var(--promo-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Main Promo Card
========================================= */

.alltv-promo-card {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(350px, 0.88fr);
  align-items: center;
  gap: clamp(30px, 4vw, 54px);
  padding: clamp(22px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--promo-border);
  border-radius: 28px;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      var(--promo-light) 145%
    );
  box-shadow: 0 23px 62px rgba(4, 70, 73, 0.1);
}

.alltv-promo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  width: 70px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--promo-primary),
    var(--promo-primary-dark)
  );
}

/* =========================================
   Vimeo Video
========================================= */

.alltv-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 25px;
  background:
    linear-gradient(
      135deg,
      #062629,
      #031719
    );
  box-shadow:
    0 24px 58px rgba(3, 45, 47, 0.19),
    0 0 0 1px rgba(0, 174, 181, 0.08);
}

.alltv-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* =========================================
   Promo Content
========================================= */

.alltv-promo-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 8px 3px;
}

.alltv-promo-content-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 999px;
  background: var(--promo-light);
  color: var(--promo-teal);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1;
}

.alltv-promo-content h3 {
  margin: 0 0 15px;
  color: var(--promo-dark);
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.55px;
  text-wrap: balance;
}

.alltv-promo-content > p {
  margin: 0 0 21px;
  color: var(--promo-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================
   Features List
========================================= */

.alltv-promo-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.alltv-promo-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--promo-text);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.55;
}

.alltv-promo-check {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  margin-top: 1px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 50%;
  background: var(--promo-light);
  color: var(--promo-primary-dark);
}

.alltv-promo-check svg {
  display: block;
}

/* =========================================
   Device Tags
========================================= */

.alltv-promo-devices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}

.alltv-promo-devices span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--promo-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--promo-teal);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

/* =========================================
   Buttons
========================================= */

.alltv-promo-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.alltv-promo-primary,
.alltv-promo-secondary {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.alltv-promo-primary {
  border: 1px solid var(--promo-primary);
  background: linear-gradient(
    135deg,
    var(--promo-primary),
    var(--promo-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 12px 25px rgba(0, 174, 181, 0.2);
}

.alltv-promo-primary:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 174, 181, 0.29);
}

.alltv-promo-secondary {
  border: 1px solid var(--promo-border);
  background: #ffffff;
  color: var(--promo-dark) !important;
  box-shadow: 0 8px 22px rgba(4, 70, 73, 0.055);
}

.alltv-promo-secondary:hover {
  border-color: rgba(0, 174, 181, 0.34);
  background: var(--promo-light);
  color: var(--promo-teal) !important;
  transform: translateY(-2px);
}

.alltv-promo-primary svg,
.alltv-promo-secondary svg {
  display: block;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.alltv-promo-primary:hover svg {
  transform: translateX(3px);
}

.alltv-promo-secondary:hover svg {
  transform: translateY(2px);
}

/* =========================================
   Bottom Note
========================================= */

.alltv-promo-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 19px;
  padding: 17px 20px;
  border: 1px solid var(--promo-border);
  border-radius: 15px;
  background: var(--promo-light);
}

.alltv-promo-note-icon {
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 37px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 11px;
  background: #ffffff;
  color: var(--promo-primary-dark);
}

.alltv-promo-note-icon svg {
  display: block;
}

.alltv-promo-note p {
  margin: 0;
  color: var(--promo-muted);
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.6;
}

/* =========================================
   Accessibility
========================================= */

.alltv-promo-section a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.34);
  outline-offset: 4px;
}

/* =========================================
   Responsive – Tablet
========================================= */

@media (max-width: 1000px) {
  .alltv-promo-card {
    grid-template-columns: 1fr;
  }

  .alltv-video-wrap {
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
  }

  .alltv-promo-content {
    width: 100%;
    max-width: 820px;
    padding: 6px 4px 8px;
  }
}

@media (max-width: 900px) {
  .alltv-promo-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-promo-intro {
    max-width: 720px;
  }
}

/* =========================================
   Responsive – Mobile
========================================= */

@media (max-width: 700px) {
  .alltv-promo-section {
    padding: 68px 0;
  }

  .alltv-promo-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-promo-header {
    margin-bottom: 35px;
  }

  .alltv-promo-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-promo-intro {
    padding-left: 17px;
    font-size: 15px;
  }

  .alltv-promo-card {
    gap: 25px;
    padding: 18px;
    border-radius: 23px;
  }

  .alltv-promo-card::before {
    left: 24px;
  }

  .alltv-video-wrap {
    border-width: 5px;
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .alltv-promo-content h3 {
    font-size: 27px;
  }

  .alltv-promo-content > p {
    font-size: 13px;
  }

  .alltv-promo-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-promo-primary,
  .alltv-promo-secondary {
    width: 100%;
  }

  .alltv-promo-note {
    align-items: flex-start;
    padding: 16px;
  }
}

/* =========================================
   Reduced Motion
========================================= */

@media (prefers-reduced-motion: reduce) {
  .alltv-promo-section *,
  .alltv-promo-section *::before,
  .alltv-promo-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-227cef0 *//* =========================================
   All IPTV Player – Apps Download Section
========================================= */

.alltv-apps-section {
  --apps-primary: #24dde0;
  --apps-primary-dark: #00aeb5;
  --apps-dark: #021416;
  --apps-dark-soft: #062629;
  --apps-white: #ffffff;
  --apps-text: #d5e6e7;
  --apps-muted: #99b3b5;
  --apps-border: rgba(114, 234, 235, 0.14);
  --apps-card: rgba(255, 255, 255, 0.052);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background:
    radial-gradient(
      circle at 8% 16%,
      rgba(36, 221, 224, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 86%,
      rgba(0, 174, 181, 0.1),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 50%,
      #021416 100%
    );
  color: var(--apps-white);
  font-family: inherit;
}

.alltv-apps-section *,
.alltv-apps-section *::before,
.alltv-apps-section *::after {
  box-sizing: border-box;
}

/* =========================================
   Decorations
========================================= */

.alltv-apps-section::before {
  content: "";
  position: absolute;
  top: 55px;
  right: 4%;
  width: 145px;
  height: 145px;
  opacity: 0.24;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.52) 1.2px,
    transparent 1.2px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-apps-section::after {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 50%;
  width: 720px;
  height: 320px;
  border-radius: 50%;
  background: rgba(36, 221, 224, 0.045);
  filter: blur(65px);
  transform: translateX(-50%);
  pointer-events: none;
}

.alltv-apps-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Header
========================================= */

.alltv-apps-header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 48px;
}

.alltv-apps-heading {
  min-width: 0;
}

.alltv-apps-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--apps-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-apps-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--apps-white);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-apps-intro {
  max-width: 540px;
  padding-left: 23px;
  border-left: 2px solid var(--apps-primary-dark);
}

.alltv-apps-intro p {
  margin: 0 0 15px;
  color: var(--apps-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

.alltv-apps-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--apps-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.alltv-apps-intro-link svg {
  transition: transform 0.2s ease;
}

.alltv-apps-intro-link:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Main Layout
========================================= */

.alltv-apps-layout {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.82fr)
    minmax(0, 1.18fr);
  align-items: stretch;
  gap: 20px;
}

/* =========================================
   Application Preview
========================================= */

.alltv-apps-preview {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--apps-border);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(36, 221, 224, 0.14),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 28px 65px rgba(0, 0, 0, 0.17);
}

.alltv-apps-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 70px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--apps-primary),
    var(--apps-primary-dark)
  );
}

.alltv-apps-preview-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(36, 221, 224, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(36, 221, 224, 0.025),
    0 0 0 90px rgba(36, 221, 224, 0.015);
}

/* Phone */
.alltv-apps-phone {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 455px;
  padding: 11px;
  border: 7px solid #071314;
  border-radius: 37px;
  background: #071719;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.36);
  transform: rotate(-2deg);
}

.alltv-apps-phone-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  width: 57px;
  height: 6px;
  border-radius: 999px;
  background: #132426;
  transform: translateX(-50%);
}

.alltv-apps-phone-screen {
  height: 100%;
  padding: 35px 14px 16px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(36, 221, 224, 0.22),
      transparent 31%
    ),
    linear-gradient(
      155deg,
      #0c383b,
      #031719
    );
}

.alltv-apps-phone-top {
  display: flex;
  align-items: center;
  gap: 9px;
}

.alltv-apps-logo-mark {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    var(--apps-primary),
    var(--apps-primary-dark)
  );
  color: #032224;
  font-size: 15px;
  font-weight: 950;
}

.alltv-apps-phone-top div {
  min-width: 0;
}

.alltv-apps-phone-top strong {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}

.alltv-apps-phone-top div > span {
  display: block;
  color: var(--apps-muted);
  font-size: 7.5px;
  font-weight: 600;
}

.alltv-apps-phone-player {
  min-height: 152px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 19px;
  padding: 15px;
  border: 1px solid rgba(36, 221, 224, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(36, 221, 224, 0.19),
      transparent 37%
    ),
    rgba(2, 18, 20, 0.7);
}

.alltv-apps-phone-play {
  width: 41px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 41px;
  border-radius: 50%;
  background: var(--apps-primary);
  color: #032224;
}

.alltv-apps-phone-player div {
  min-width: 0;
}

.alltv-apps-phone-player strong {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
}

.alltv-apps-phone-player div > span {
  display: block;
  color: var(--apps-muted);
  font-size: 6.8px;
  font-weight: 600;
}

.alltv-apps-phone-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 11px;
}

.alltv-apps-phone-menu span {
  height: 29px;
  border: 1px solid rgba(36, 221, 224, 0.1);
  border-radius: 8px;
  background: rgba(36, 221, 224, 0.065);
}

.alltv-apps-phone-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 11px;
}

.alltv-apps-phone-cards span {
  height: 52px;
  border: 1px solid rgba(36, 221, 224, 0.09);
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      rgba(36, 221, 224, 0.11),
      rgba(255, 255, 255, 0.025)
    );
}

/* Floating Cards */
.alltv-apps-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(36, 221, 224, 0.16);
  border-radius: 15px;
  background: rgba(5, 39, 42, 0.92);
  box-shadow: 0 19px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.alltv-apps-floating-android {
  top: 95px;
  right: 25px;
}

.alltv-apps-floating-apple {
  bottom: 90px;
  left: 22px;
}

.alltv-floating-icon {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  border: 1px solid rgba(36, 221, 224, 0.17);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.08);
  color: var(--apps-primary);
}

.alltv-apps-floating-card strong {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 900;
}

.alltv-apps-floating-card div > span {
  display: block;
  color: var(--apps-muted);
  font-size: 8px;
  font-weight: 600;
}

/* =========================================
   App Cards Grid
========================================= */

.alltv-apps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.alltv-app-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 25px;
  overflow: hidden;
  border: 1px solid var(--apps-border);
  border-radius: 22px;
  background: var(--apps-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 48px rgba(0, 0, 0, 0.13);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-app-card:first-child {
  grid-column: 1 / -1;
}

.alltv-app-card::before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.11),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-app-card:hover {
  border-color: rgba(36, 221, 224, 0.34);
  background: rgba(255, 255, 255, 0.072);
  box-shadow: 0 27px 60px rgba(0, 0, 0, 0.21);
  transform: translateY(-5px);
}

.alltv-app-card-featured {
  background:
    linear-gradient(
      135deg,
      rgba(36, 221, 224, 0.13),
      rgba(255, 255, 255, 0.045) 70%
    );
  border-color: rgba(36, 221, 224, 0.27);
}

.alltv-app-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.alltv-app-platform-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  border: 1px solid rgba(36, 221, 224, 0.2);
  border-radius: 15px;
  background: rgba(36, 221, 224, 0.09);
  color: var(--apps-primary);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.alltv-app-card:hover .alltv-app-platform-icon {
  background: rgba(36, 221, 224, 0.15);
  transform: rotate(-3deg) scale(1.04);
}

.alltv-app-platform-name {
  color: rgba(36, 221, 224, 0.7);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.alltv-app-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.35px;
}

.alltv-app-card p {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 0 0 19px;
  color: var(--apps-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

/* Support Tags */
.alltv-app-support-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}

.alltv-app-support-tags span {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(36, 221, 224, 0.14);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.055);
  color: #c4e8e9;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

/* App Link */
.alltv-app-download-link {
  position: relative;
  z-index: 2;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid rgba(36, 221, 224, 0.21);
  border-radius: 11px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--apps-primary) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-app-download-link:hover {
  border-color: rgba(36, 221, 224, 0.36);
  background: rgba(36, 221, 224, 0.13);
  color: var(--apps-primary) !important;
  transform: translateY(-2px);
}

.alltv-app-download-link svg {
  transition: transform 0.2s ease;
}

.alltv-app-download-link:hover svg {
  transform: translateY(2px);
}

/* =========================================
   Bottom Bar
========================================= */

.alltv-apps-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
  padding: 22px 25px;
  border: 1px solid var(--apps-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.043);
}

.alltv-apps-bottom-content {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.alltv-apps-bottom-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.18);
  border-radius: 12px;
  background: rgba(36, 221, 224, 0.075);
  color: var(--apps-primary);
}

.alltv-apps-bottom-content strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-apps-bottom-content div > span {
  display: block;
  color: var(--apps-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-apps-bottom-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.alltv-apps-guide-button,
.alltv-apps-support-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.alltv-apps-guide-button {
  border: 1px solid var(--apps-primary);
  background: linear-gradient(
    135deg,
    var(--apps-primary),
    var(--apps-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 11px 23px rgba(0, 174, 181, 0.2);
}

.alltv-apps-guide-button:hover {
  color: #032224 !important;
  box-shadow: 0 15px 30px rgba(0, 174, 181, 0.29);
  transform: translateY(-2px);
}

.alltv-apps-support-button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.052);
  color: #ffffff !important;
}

.alltv-apps-support-button:hover {
  border-color: rgba(36, 221, 224, 0.3);
  background: rgba(36, 221, 224, 0.09);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* =========================================
   Accessibility
========================================= */

.alltv-apps-section a:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.4);
  outline-offset: 4px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1050px) {
  .alltv-apps-layout {
    grid-template-columns: 1fr;
  }

  .alltv-apps-preview {
    min-height: 560px;
  }

  .alltv-apps-phone {
    width: 225px;
    height: 440px;
  }
}

@media (max-width: 900px) {
  .alltv-apps-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-apps-intro {
    max-width: 720px;
  }

  .alltv-apps-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .alltv-apps-section {
    padding: 68px 0;
  }

  .alltv-apps-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-apps-header {
    margin-bottom: 35px;
  }

  .alltv-apps-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-apps-intro {
    padding-left: 17px;
  }

  .alltv-apps-intro p {
    font-size: 15px;
  }

  .alltv-apps-preview {
    min-height: 510px;
  }

  .alltv-apps-grid {
    grid-template-columns: 1fr;
  }

  .alltv-app-card:first-child {
    grid-column: auto;
  }

  .alltv-apps-bottom-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .alltv-apps-preview {
    min-height: 450px;
  }

  .alltv-apps-phone {
    width: 190px;
    height: 380px;
    border-width: 6px;
    border-radius: 32px;
  }

  .alltv-apps-phone-screen {
    border-radius: 22px;
  }

  .alltv-apps-phone-player {
    min-height: 125px;
  }

  .alltv-apps-floating-card {
    padding: 10px;
  }

  .alltv-apps-floating-android {
    top: 70px;
    right: 8px;
  }

  .alltv-apps-floating-apple {
    bottom: 63px;
    left: 8px;
  }

  .alltv-floating-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .alltv-app-card {
    padding: 25px 21px;
  }

  .alltv-app-download-link {
    width: 100%;
  }

  .alltv-apps-bottom {
    padding: 20px;
  }

  .alltv-apps-bottom-content {
    align-items: flex-start;
  }

  .alltv-apps-bottom-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alltv-apps-guide-button,
  .alltv-apps-support-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-apps-section *,
  .alltv-apps-section *::before,
  .alltv-apps-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eca66dc *//* =========================================
   All IPTV Player – Subscription Pricing
========================================= */

.alltv-pricing-section {
  --pricing-primary: #24dde0;
  --pricing-primary-dark: #00aeb5;
  --pricing-teal: #006f73;
  --pricing-dark: #092f31;
  --pricing-dark-soft: #062629;
  --pricing-text: #405f61;
  --pricing-muted: #708587;
  --pricing-white: #ffffff;
  --pricing-light: #f3ffff;
  --pricing-border: #dcebec;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #ffffff;
  color: var(--pricing-dark);
  font-family: inherit;
}

.alltv-pricing-section *,
.alltv-pricing-section *::before,
.alltv-pricing-section *::after {
  box-sizing: border-box;
}

/* =========================================
   Background Decorations
========================================= */

.alltv-pricing-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.13),
    rgba(36, 221, 224, 0.035) 46%,
    transparent 70%
  );
  pointer-events: none;
}

.alltv-pricing-section::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-pricing-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Section Header
========================================= */

.alltv-pricing-header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, 0.85fr);
  align-items: end;
  gap: clamp(35px, 6vw, 90px);
  margin-bottom: 50px;
}

.alltv-pricing-heading {
  min-width: 0;
}

.alltv-pricing-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 999px;
  background: var(--pricing-light);
  color: var(--pricing-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.alltv-pricing-heading h2 {
  max-width: 840px;
  margin: 0;
  color: var(--pricing-dark);
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: clamp(-1.7px, -0.1vw, -0.7px);
  text-wrap: balance;
}

.alltv-pricing-intro {
  max-width: 540px;
  padding-left: 23px;
  border-left: 3px solid var(--pricing-primary-dark);
}

.alltv-pricing-intro p {
  margin: 0 0 13px;
  color: var(--pricing-text);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

.alltv-pricing-currency {
  display: inline-flex;
  align-items: center;
  color: var(--pricing-teal);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.4;
}

/* =========================================
   Pricing Grid
========================================= */

.alltv-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 17px;
}

/* =========================================
   Pricing Card
========================================= */

.alltv-pricing-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 23px 23px;
  overflow: hidden;
  border: 1px solid var(--pricing-border);
  border-radius: 23px;
  background: var(--pricing-white);
  box-shadow: 0 18px 48px rgba(4, 70, 73, 0.08);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.alltv-pricing-card::before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -85px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.1),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: 42px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--pricing-primary),
    var(--pricing-primary-dark)
  );
  opacity: 0;
  transition:
    width 0.25s ease,
    opacity 0.25s ease;
}

.alltv-pricing-card:hover {
  border-color: rgba(0, 174, 181, 0.32);
  box-shadow: 0 27px 62px rgba(4, 70, 73, 0.14);
  transform: translateY(-6px);
}

.alltv-pricing-card:hover::after {
  width: 72px;
  opacity: 1;
}

/* Trial Card */
.alltv-pricing-card-trial {
  background:
    linear-gradient(
      145deg,
      var(--pricing-light),
      #ffffff 60%
    );
}

/* Featured Card */
.alltv-pricing-card-featured {
  padding-top: 42px;
  border-color: rgba(36, 221, 224, 0.35);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(36, 221, 224, 0.17),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #062629,
      #031719
    );
  box-shadow: 0 25px 65px rgba(3, 45, 47, 0.24);
  transform: translateY(-8px);
}

.alltv-pricing-card-featured:hover {
  border-color: rgba(36, 221, 224, 0.55);
  box-shadow: 0 32px 75px rgba(3, 45, 47, 0.3);
  transform: translateY(-12px);
}

.alltv-pricing-card-featured::before {
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.18),
    transparent 68%
  );
}

.alltv-pricing-card-featured::after {
  display: none;
}

.alltv-pricing-featured-badge {
  position: absolute;
  top: 0;
  right: 22px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    135deg,
    var(--pricing-primary),
    var(--pricing-primary-dark)
  );
  color: #032224;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

/* =========================================
   Card Header
========================================= */

.alltv-pricing-card-header {
  position: relative;
  z-index: 2;
}

.alltv-pricing-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-bottom: 14px;
  padding: 5px 9px;
  border: 1px solid rgba(0, 174, 181, 0.17);
  border-radius: 999px;
  background: var(--pricing-light);
  color: var(--pricing-teal);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1;
}

.alltv-pricing-card-featured .alltv-pricing-card-label {
  border-color: rgba(36, 221, 224, 0.17);
  background: rgba(36, 221, 224, 0.075);
  color: var(--pricing-primary);
}

.alltv-pricing-card h3 {
  margin: 0 0 11px;
  color: var(--pricing-dark);
  font-size: clamp(20px, 1.85vw, 25px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.35px;
}

.alltv-pricing-card-featured h3 {
  color: #ffffff;
}

.alltv-pricing-card-header p {
  min-height: 88px;
  margin: 0 0 24px;
  color: var(--pricing-muted);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.7;
}

.alltv-pricing-card-featured .alltv-pricing-card-header p {
  color: #a9c1c3;
}

/* =========================================
   Price
========================================= */

.alltv-pricing-price {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-bottom: 9px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--pricing-border);
}

.alltv-pricing-card-featured .alltv-pricing-price {
  border-bottom-color: rgba(255, 255, 255, 0.11);
}

.alltv-pricing-currency-symbol {
  align-self: flex-start;
  margin-top: 7px;
  color: var(--pricing-primary-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.alltv-pricing-card-featured .alltv-pricing-currency-symbol {
  color: var(--pricing-primary);
}

.alltv-pricing-price strong {
  color: var(--pricing-dark);
  font-size: clamp(40px, 3.7vw, 52px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -2px;
}

.alltv-pricing-card-featured .alltv-pricing-price strong {
  color: #ffffff;
}

.alltv-pricing-period {
  margin-bottom: 3px;
  color: var(--pricing-muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
}

.alltv-pricing-card-featured .alltv-pricing-period {
  color: #91abad;
}

.alltv-pricing-equivalent {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 19px;
  color: var(--pricing-teal);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
}

.alltv-pricing-card-featured .alltv-pricing-equivalent {
  color: var(--pricing-primary);
}

/* =========================================
   Feature List
========================================= */

.alltv-pricing-features {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  flex: 1;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.alltv-pricing-features li {
  position: relative;
  margin: 0;
  padding: 0 0 0 27px;
  color: var(--pricing-text);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.5;
}

.alltv-pricing-features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 50%;
  background: var(--pricing-light);
  color: var(--pricing-primary-dark);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.alltv-pricing-card-featured .alltv-pricing-features li {
  color: #c2d5d6;
}

.alltv-pricing-card-featured .alltv-pricing-features li::before {
  border-color: rgba(36, 221, 224, 0.18);
  background: rgba(36, 221, 224, 0.09);
  color: var(--pricing-primary);
}

/* =========================================
   Buttons
========================================= */

.alltv-pricing-button {
  position: relative;
  z-index: 2;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-pricing-button-secondary {
  border: 1px solid var(--pricing-border);
  background: #ffffff;
  color: var(--pricing-dark) !important;
  box-shadow: 0 9px 23px rgba(4, 70, 73, 0.06);
}

.alltv-pricing-button-secondary:hover {
  border-color: rgba(0, 174, 181, 0.34);
  background: var(--pricing-light);
  color: var(--pricing-teal) !important;
  transform: translateY(-2px);
}

.alltv-pricing-button-primary {
  border: 1px solid var(--pricing-primary);
  background: linear-gradient(
    135deg,
    var(--pricing-primary),
    var(--pricing-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 13px 28px rgba(0, 174, 181, 0.25);
}

.alltv-pricing-button-primary:hover {
  color: #032224 !important;
  box-shadow: 0 17px 36px rgba(0, 174, 181, 0.34);
  transform: translateY(-2px);
}

.alltv-pricing-button svg {
  display: block;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.alltv-pricing-button:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Shared Features
========================================= */

.alltv-pricing-shared {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 22px 25px;
  border: 1px solid var(--pricing-border);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      var(--pricing-light),
      #ffffff 72%
    );
  box-shadow: 0 15px 40px rgba(4, 70, 73, 0.07);
}

.alltv-pricing-shared-content {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.alltv-pricing-shared-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: #ffffff;
  color: var(--pricing-primary-dark);
}

.alltv-pricing-shared-icon svg {
  display: block;
}

.alltv-pricing-shared-content strong {
  display: block;
  margin-bottom: 3px;
  color: var(--pricing-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-pricing-shared-content div > span {
  display: block;
  color: var(--pricing-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.alltv-pricing-support-link {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 11px 17px;
  border: 1px solid rgba(0, 174, 181, 0.24);
  border-radius: 11px;
  background: #ffffff;
  color: var(--pricing-teal) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-pricing-support-link:hover {
  border-color: rgba(0, 174, 181, 0.4);
  background: var(--pricing-light);
  color: var(--pricing-teal) !important;
  transform: translateY(-2px);
}

/* =========================================
   Pricing Note
========================================= */

.alltv-pricing-note {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--pricing-muted);
  font-size: 10.5px;
  font-weight: 550;
  line-height: 1.6;
  text-align: center;
}

/* =========================================
   Accessibility
========================================= */

.alltv-pricing-section a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.34);
  outline-offset: 4px;
}

/* =========================================
   Responsive – Small Desktop
========================================= */

@media (max-width: 1120px) {
  .alltv-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .alltv-pricing-card-featured {
    transform: none;
  }

  .alltv-pricing-card-featured:hover {
    transform: translateY(-6px);
  }

  .alltv-pricing-card-header p {
    min-height: 66px;
  }
}

/* =========================================
   Responsive – Tablet
========================================= */

@media (max-width: 900px) {
  .alltv-pricing-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .alltv-pricing-intro {
    max-width: 720px;
  }

  .alltv-pricing-shared {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================
   Responsive – Mobile
========================================= */

@media (max-width: 700px) {
  .alltv-pricing-section {
    padding: 68px 0;
  }

  .alltv-pricing-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-pricing-header {
    margin-bottom: 36px;
  }

  .alltv-pricing-heading h2 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .alltv-pricing-intro {
    padding-left: 17px;
  }

  .alltv-pricing-intro p {
    font-size: 15px;
  }

  .alltv-pricing-grid {
    grid-template-columns: 1fr;
  }

  .alltv-pricing-card-header p {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .alltv-pricing-card {
    padding: 26px 21px 21px;
  }

  .alltv-pricing-card-featured {
    padding-top: 41px;
  }

  .alltv-pricing-price strong {
    font-size: 46px;
  }

  .alltv-pricing-shared {
    padding: 20px;
  }

  .alltv-pricing-shared-content {
    align-items: flex-start;
  }

  .alltv-pricing-support-link {
    width: 100%;
  }
}

/* =========================================
   Reduced Motion
========================================= */

@media (prefers-reduced-motion: reduce) {
  .alltv-pricing-section *,
  .alltv-pricing-section *::before,
  .alltv-pricing-section *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */