* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Unbounded", sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #222;
}


/* Hero */

.hero {
  position: relative;
  background: url('/images/reffer-img.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 1rem;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.hero-content .sky {
  color: #fff;
}

.hero-content .iptv {
  color: #FFA500;
}

.hero-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #FFA500;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-button {
  background: linear-gradient(to right, #ff6a00, #FFA500);
  padding: 14px 30px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  transition: box-shadow 0.3s ease;
  animation: zoomPulse 1.8s ease-in-out infinite;
}

.cta-button:hover {
  box-shadow: 0 5px 10px #ff6a00;
}

@keyframes zoomPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

/* Sliders */
.row {
  max-width: 1240px;
  margin: 0 auto;
}

.color-back {
  /* background-color: rgba(255, 90, 96, 0.37); */
  padding: 4rem 0;
  padding-bottom: 7rem;
}

.new-slider {
  margin-bottom: 3rem;
}

.new-slider h2 {
  text-align: center;
  padding: 4rem 0;
  font-size: 2.5rem;

}

.slider {
  position: relative;
  /* width: 900px; */
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  height: 85%;
  width: 100%;
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* downloads */
.cardsss {
  margin: 0px auto;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  margin-top: 2rem;
}

h2.download-heading {
  font-size: 32px;
  text-align: center;
}

.app-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  width: 30%;
  min-width: 250px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-card:hover {
  border: #aaa;
  transform: translateY(-8px);
  box-shadow: 0 10px 25px #ff6a00;
}

.app-card h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.app-card p {
  margin: 2rem 0;
  font-size: 1.4em;
}

.app-icon img {
  width: 50px;
  margin-bottom: 15px;
}

.download-link {
  display: inline-block;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  transition: background-color 0.3s ease;
}


.app-card img {
  max-width: 150px;
  height: auto;
}

@media (max-width: 768px) {
  .app-card {
    width: 100%;
  }
}

/* Why choose us */
.why-choose-us {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

.why-choose-us h2 span {
  color: #ff6a00;
}

.choose-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.choose-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  max-width: 260px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px #ff6a00;
}

.choose-card img {
  width: 60px;
  margin-bottom: 20px;
}

.choose-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ff6a00;
}

.choose-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .choose-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* why choose us  */

.why-choose-us {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

.why-choose-us h2 span {
  color: #ff6a00;
}

.choose-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.choose-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  max-width: 260px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px #ff6a00;
}

.choose-card img {
  width: 60px;
  margin-bottom: 20px;
}

.choose-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ff6a00;
}

.choose-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .choose-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* Second Slider Styles */
.second-slider {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slides2 {
  display: flex;
  transition: transform 0.5s ease;
}

.slide2 {
  min-width: 100%;
  box-sizing: border-box;
}

.slide2 img {
  height: 85%;
  margin: 0px auto;
  width: 85%;
  display: block;
}

.prev2,
.next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.prev2 {
  left: 10px;
}

.next2 {
  right: 10px;
}


/* Plans */

.pricing-section {
  position: relative;
  background: url('/images/pricing.jpg') no-repeat center center/cover;
  background-attachment: fixed;
  padding: 5rem 2rem;
  color: white;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.pricing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.pricing-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

.pricing-container h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #ff6a00;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 2rem;
  border-radius: 15px;
  width: 280px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
}

.pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #ff6a00;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3.5rem;
}

.pricing-card ul li {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.pricing-card .btn {
  background: linear-gradient(to right, #ff6a00, #ffa500);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease;
  animation: zoomPulse 1.8s ease-in-out infinite;
}

.pricing-card .btn:hover {
  box-shadow: 0 5px 10px #ff6a00;

  transform: scale(1.08);
}

.popular {
  border: 2px solid #ff6a00;
}


/* referal bonus */
.referral-section {
  padding: 4rem 2rem;
  background-color: #000;
  color: white;
}

.referral-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
  gap: 2rem;
}

.referral-text {
  flex: 1;
  min-width: 280px;
}

.referral-text h2 {
  color: #ffaa00;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.referral-text p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.referral-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.referral-text ul li {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.referral-text .btn {
  background: linear-gradient(to right, #ff6a00, #ffa500);
  padding: 12px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition: box-shadow 0.3s ease;
  animation: zoomPulse 1.8s ease-in-out infinite;
}

.referral-text .btn:hover {
  box-shadow: 0 5px 10px #ff6a00;
}

@keyframes zoomPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}


.referral-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.referral-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}

/* footer */

.footer {
  color: #fff;
  padding: 4rem 2rem 2rem;
  font-family: 'Segoe UI', sans-serif;

  background: linear-gradient(to right, #203a43, #2c5364);

}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-logo h2 {
  font-size: 2rem;
  color: #fff;
}

.footer-logo h2 span {
  color: #FFA500;
}

.footer-logo p {
  font-size: 0.95rem;
  color: #ccc;
  margin-top: 0.5rem;
  max-width: 280px;
}

.footer-links,
.footer-contact {
  margin-top: 2rem;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #ff6a00;
}

.footer-contact p {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.footer-social a {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
  transform: scale(1.2);
  color: #FFA500;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: #aaa;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-social a {
    margin-right: 10px;
  }
}

/* Whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: transform 0.3s ease-in-out;
}

.whatsapp:hover {
  transform: scale(1.15);
  background: #1ebc59;
}