.elementor-4 .elementor-element.elementor-element-4806bfd > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4 .elementor-element.elementor-element-4806bfd > .elementor-background-overlay{background-color:#000000;opacity:0.68;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4 .elementor-element.elementor-element-4806bfd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-bc-flex-widget .elementor-4 .elementor-element.elementor-element-b3864b8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4 .elementor-element.elementor-element-b3864b8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4 .elementor-element.elementor-element-b3864b8.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4 .elementor-element.elementor-element-0471051{text-align:center;}.elementor-4 .elementor-element.elementor-element-0471051 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:900;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4 .elementor-element.elementor-element-6977a06{--e-image-carousel-slides-to-show:5;}.elementor-4 .elementor-element.elementor-element-6977a06 > .elementor-widget-container{margin:2px 2px 2px 2px;padding:-8px -8px -8px -8px;border-style:none;border-radius:20px 20px 20px 20px;}.elementor-4 .elementor-element.elementor-element-6977a06 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-4 .elementor-element.elementor-element-6977a06 .elementor-swiper-button.elementor-swiper-button-next{font-size:0px;}.elementor-4 .elementor-element.elementor-element-6977a06 .swiper-pagination-bullet{width:0px;height:0px;}.elementor-4 .elementor-element.elementor-element-6977a06 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-style:solid;border-color:#FFFFFF;border-radius:20px 20px 20px 20px;}.elementor-4 .elementor-element.elementor-element-ad9fe30{text-align:center;}.elementor-4 .elementor-element.elementor-element-ad9fe30 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:900;color:#000000;}.elementor-4 .elementor-element.elementor-element-8cf4ec6{text-align:center;}.elementor-4 .elementor-element.elementor-element-99c9590{--e-image-carousel-slides-to-show:5;}.elementor-4 .elementor-element.elementor-element-99c9590 > .elementor-widget-container{margin:2px 2px 2px 2px;padding:-8px -8px -8px -8px;border-style:none;border-radius:20px 20px 20px 20px;}.elementor-4 .elementor-element.elementor-element-99c9590 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-4 .elementor-element.elementor-element-99c9590 .elementor-swiper-button.elementor-swiper-button-next{font-size:0px;}.elementor-4 .elementor-element.elementor-element-99c9590 .swiper-pagination-bullet{width:0px;height:0px;}.elementor-4 .elementor-element.elementor-element-99c9590 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-style:solid;border-color:#FFFFFF;border-radius:20px 20px 20px 20px;}/* Start custom CSS for html, class: .elementor-element-37c672f */.hero {
  background: transparent;
  min-height: 100vh; /* full screen hero */
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  padding: 40px 20px;
}

.hero-text h1 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 90px);
  line-height: 1.05;
}


.hero-text p {
  color: #eaeaea;
  max-width: 650px;
  margin: 20px auto 0;
  font-size: 18px;
}

/* Button */
.btn-main {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 34px;
  background: #9aff00; /* IIPTV green */
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-main:hover {
  background: #b7ff33;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c204b5 */:root {
  --bg-gray: #BDBDBD;
  --white: #FFFFFF;
  --black: #111111;
  --lime: #A6FF00;
  --soft-gray: #F4F4F4;
  --text-gray: #6B6B6b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}

body {
  background: var(--bg-gray);
  padding: 40px 0;
}

.page-wrapper {
  max-width: 1200px;
  margin: auto;
  background: var(--white);
  border-radius: 30px;
  padding: 40px;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo span {
  background: var(--lime);
  padding: 2px 6px;
  border-radius: 6px;
}

.navbar nav a {
  margin-left: 20px;
  text-decoration: none;
  color: var(--black);
}

.btn-small {
  background: var(--black);
  color: white !important;
  padding: 8px 14px;
  border-radius: 20px;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

.hero h1 {
  font-size: 42px;
}

.hero p {
  margin: 20px 0;
  color: var(--text-gray);
}

.btn-main {
  background: var(--black);
  color: white;
  padding: 14px 26px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
}

.hero-graphic .megaphone {
  width: 100%;
  height: 260px;
  background: var(--lime);
  border-radius: 20px;
}

/* BRANDS */
.brands {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  color: var(--text-gray);
}

/* SERVICES */
.section-label {
  background: var(--lime);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.service-card {
  padding: 30px;
  border-radius: 20px;
}

.service-card.dark {
  background: var(--black);
  color: white;
}

.service-card.light {
  background: var(--soft-gray);
}

/* CTA */
.cta-box {
  background: var(--soft-gray);
  border-radius: 20px;
  padding: 40px;
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* PRICING */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.price-card {
  background: var(--soft-gray);
  padding: 30px;
  border-radius: 20px;
}

.price-card.featured {
  background: var(--black);
  color: white;
}

.btn-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid var(--black);
  text-decoration: none;
  color: var(--black);
}

/* FAQ */
.faq-item {
  margin-top: 20px;
  padding: 20px;
  background: var(--soft-gray);
  border-radius: 16px;
}
.pricing-ui {
  margin-top: 80px;
}

.pricing-heading {
  font-size: 34px;
  margin: 20px 0 40px;
}

.pricing-ui-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.pricing-ui-card {
  background: var(--white);
  border-radius: 22px;
  padding: 34px 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  position: relative;
}

.pricing-ui-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.pricing-ui-price {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 22px;
}

.pricing-ui-card ul {
  list-style: none;
  margin-bottom: 30px;
}

.pricing-ui-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--text-gray);
}

.pricing-ui-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--lime);
  font-size: 20px;
  line-height: 1;
}

.pricing-ui-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  background: var(--soft-gray);
  color: var(--black);
  text-decoration: none;
  font-weight: 600;
}

.pricing-ui-btn.dark {
  background: var(--black);
  color: var(--white);
}

.pricing-ui-card.featured {
  border: 2px solid var(--lime);
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--lime);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

/* SPORTS & PPV */
.service-card.sport-ppv {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.service-card.sport-ppv h3 {
  color: #A6FF00;
}

/* MOVIES & SERIES */
.service-card.movies-series {
  background: #F4F4F4;
  border: 2px solid #A6FF00;
}

.service-card.movies-series h3 {
  color: #111111;
}
.features-ui {
  margin: 80px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
:root{
  --green:#9BFF00;
  --dark:#0c0f14;
}

/* Container */
.iptv-hero-icon{
  width: 420px;
  height: 320px;
  background: var(--green);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* TV Icon */
.tv{
  font-size: 110px;
  position: relative;
  animation: float 3s ease-in-out infinite;
}

/* Signal waves */
.signal{
  position: absolute;
  border: 2px solid var(--dark);
  border-radius: 50%;
  opacity: 0;
  animation: wave 2.5s infinite;
}

.signal:nth-child(2){
  width: 140px;
  height: 140px;
  animation-delay: 0s;
}

.signal:nth-child(3){
  width: 190px;
  height: 190px;
  animation-delay: .6s;
}

.signal:nth-child(4){
  width: 240px;
  height: 240px;
  animation-delay: 1.2s;
}

/* Animations */
@keyframes wave{
  0%{
    transform: scale(.5);
    opacity: .6;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes float{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}
/* =========================
   MOBILE RESPONSIVE FIX
========================= */
@media (max-width: 900px) {

  /* HERO */
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-text h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-text p {
    font-size: 16px;
  }

  .iptv-hero-icon {
    width: 100%;
    max-width: 320px;
    height: 240px;
    margin-top: 30px;
  }

  /* BRANDS */
  .brands {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 20px;
  }

  /* FEATURES */
  .features-grid {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .cta-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  /* PRICING */
  .pricing-ui-grid {
    grid-template-columns: 1fr;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {

  .hero-text h1 {
    font-size: 30px;
  }

  .btn-main {
    width: 100%;
    text-align: center;
  }

  .pricing-ui-card {
    padding: 24px;
  }
}
.features {
  padding: 80px 60px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-box {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}

/* ICON COLORS */
.feature-icon.netflix { background: #e50914; color: #fff; }
.feature-icon.hbo { background: #111; color: #fff; }
.feature-icon.sports { background: #a3ff00; }
.feature-icon.live { background: #00c2ff; }
.feature-icon.vod { background: #ffb703; }
.feature-icon.support { background: #8338ec; color: #fff; }

.feature-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* MOBILE */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a888c1 */.payments {
  text-align: center;
  padding: 60px 20px;
}

.payments-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  color: #777;
}

.payments-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.payments-icons img {
  height: 32px;
  opacity: 0.85;
  transition: 0.3s ease;
}

.payments-icons img:hover {
  opacity: 1;
  transform: scale(1.08);
}

/* MOBILE */
@media (max-width: 600px) {
  .payments-icons img {
    height: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-6977a06 */.elementor-4 .elementor-element.elementor-element-6977a06 .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-99c9590 */.elementor-4 .elementor-element.elementor-element-99c9590 .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}/* End custom CSS */