.pricing-header {
    background: linear-gradient(to right, #00c853, #64dd17);
    padding: 30px 20px;
    text-align: center;
    margin-top: 0px;
    height: 163px;
  
  }

  .pricing-headerr{
    background: #a8ff00;
    padding: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    padding: 80px 20px;
    text-align: center;
    margin-top: 0px;
   
   
  }

  
  .pricing-header h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .pricing-description {
    text-align: center;
    padding: 40px 20px;
  }
  
  .pricing-description h2 {
    font-size: 2.9em;
    font-weight: 600;
    color: blue;
    margin: 50px;
  }
  
  .pricing-description h2 span {
    color: #A4FF00;
  }
  
  .pricing-description p {
    margin-top: 10px;
    font-size: 23px;
    color: #ffffff;
  }
  



  /* === Service Section - Clean Dark Theme === */

.service-section {
    background: #000000; /* Slightly lighter black for contrast */
    padding: 60px 20px;
    text-align: center;
     
}

.service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.service-box {
    background: #1e1e1e; /* Dark box background */
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 25px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 15px rgba(164, 255, 0, 0.3); /* Soft neon glow */
}

.service-icon {
    font-size: 3rem;
    color: #A4FF00; /* Neon green */
    margin-bottom: 15px;
}

.service-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #A4FF00;
    margin-bottom: 12px;
}

.service-description {
    font-size: 1rem;
    color: #f0f0f0;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-container {
        flex-direction: column;
        align-items: center;
    }
}


/* ===== IPTV Channel List Section ===== */

.iptv-channel-list-section {
    background: #000000;
    padding: 60px 20px;
    color: #f0f0f0;
  }
  
  .iptv-channel-container {
    max-width: 1300px;
    margin: auto;
  }
  
  .iptv-channel-heading {
    font-size: 1.4rem;
    text-align: center;
    color: #A4FF00;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  
  .iptv-channel-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  
  .iptv-channel-column {
    flex: 1;
    min-width: 220px;
    list-style-type: none;
    padding: 0;
    color: #ddd;
  }
  
  .iptv-channel-column li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #2e2e2e;
    padding-bottom: 6px;
    font-size: 1rem;
    transition: color 0.3s ease;
  }
  
  .iptv-channel-column li:hover {
    color: #A4FF00;
    cursor: pointer;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .iptv-channel-columns {
      flex-direction: column;
      align-items: center;
    }
  
    .iptv-channel-column {
      min-width: 100%;
      text-align: center;
    }
  
    .iptv-channel-heading {
      font-size: 1.2rem;
    }
  }
  

  .features-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 60px 5vw;
    background-color: #000;
    justify-items: center;
  }
  
  .feature-box {
    background-color: #00132b;
    border-radius: 16px;
    padding: 30px 20px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    border: 2px solid #A4FF00;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(164, 255, 0, 0.2);
  }
  
  .feature-box i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #A4FF00;
  }
  
  .feature-box h3 {
    font-size: 20px;
    color: #A4FF00;
    margin-bottom: 10px;
  }
  
  .feature-box p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.5;
  }
  
  /* Tablet: 2 columns */
  @media (max-width: 1024px) {
    .features-section {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Mobile: 1 column */
  @media (max-width: 600px) {
    .features-section {
      grid-template-columns: 1fr;
      padding: 40px 4vw;
    }
  
    .feature-box {
      padding: 20px;
      max-width: 100%;
    }
  
    .feature-box h3 {
      font-size: 18px;
    }
  
    .feature-box p {
      font-size: 14px;
    }
  
    .feature-box i {
      font-size: 30px;
    }
  }

  

  .whatsapp-float {
    position: fixed;
    bottom: 23px; /* Adjust as needed */
    right: 20px;
   margin-right: 200vh;
    background-color: #25d366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.whatsapp-float i {
    font-size: 35px;
}

.papa{
  color:  black;
}