/* Start custom CSS for section, class: .elementor-element-c17c50b */<style>

/* 🔥 FORCE FULL DARK + PINK BACKGROUND */
#zx-iptv-mega-pricing{
  position:relative !important;
  isolation:isolate !important;
  z-index:1 !important;

  background:
    radial-gradient(circle at 50% 30%, rgba(255,46,136,.12), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(255,46,136,.06), transparent 25%),
    radial-gradient(circle at 90% 10%, rgba(255,92,168,.06), transparent 25%),
    linear-gradient(180deg,#000000,#050505,#0a0a0a) !important;

  background-attachment:scroll !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
}

/* 🔥 PREVENT THEME FROM OVERWRITING */
#zx-iptv-mega-pricing::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:inherit;
}

/* 🔥 REMOVE WHITE BACKGROUND FROM PARENT THEMES */
body,
.site,
#page,
#content,
main,
.wrapper,
.container{
  background:transparent !important;
}

/* 🔥 FIX SECTION OVERLAP */
#zx-iptv-mega-pricing .zx-wrap{
  position:relative;
  z-index:2;
}

/* 🔥 OPTIONAL: STRONGER DARK LOOK */
body{
  background:#000 !important;
  color:#fff !important;
}

</style>/* End custom CSS */