body {
  margin: 0;
  font-family: sans-serif;
  background-color: #0a0f1c;
  color: #ffffff;
  line-height: 1.6;
}
.hero {
  background-image: url('https://i.ibb.co/62jBdpw/image.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


a {
  color: #00ff99;
  text-decoration: none;
}

header.hero {
  text-align: center;
  padding: 6rem 2rem;
  background-color: #0a0f1c;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #dddddd;
}

.cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #00ff99;
  color: #0a0f1c;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta:hover {
  background-color: #00cc7a;
}

section {
  padding: 4rem 2rem;
  text-align: center;
}

.plans,
.contact {
  background-color: #0d1223;
}

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

.card {
  background-color: #12182d;
  border: 1px solid #00ff99;
  padding: 2rem;
  border-radius: 8px;
  width: 280px;
  box-shadow: 0 0 10px #00ff9940;
}

.card h3 {
  color: #00ff99;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.note {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #bbbbbb;
}

.how-it-works {
  background-color: #0a0f1c;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.step {
  width: 200px;
}

.step p {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.step span {
  font-size: 3rem;
}

.contact-details p {
  margin: 0.4rem 0;
  font-size: 1rem;
}

.about-content .container {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding: 0 1rem;
}

footer {
  background-color: #080c18;
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

footer nav {
  margin-bottom: 1rem;
}

footer nav a {
  margin: 0 1rem;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .plan-cards,
  .steps {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}
.base-station {
  padding: 3rem 1rem;
  background-color: #0c1120;
  color: white;
  text-align: center;
}

.base-station h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00ff99;
}

.base-station-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}
