
    :root {
      --primary: #0c0e1a;
      --accent: #00f7ff;
      --bg: rgb(1, 18, 71);
      --card: #111827;
      --text: #d1d5db;
      --muted: #64748b;
      --glass: rgba(255, 255, 255, 0.05);
      --overlay: rgba(0, 10, 40, 0.364);
      --white: #ffffff;
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      
      background-color: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }
section.hero {
  position: relative;
  height: 100vh;
  text-align: center;
  color: var(--accent);
  overflow: hidden;
}

section.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay, rgba(0, 0, 0, 0.6));
  z-index: 1;
}

section.hero img.bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.hero .child1 {
  margin-top: 10px; /* 80px default + 4px push */
}

.hero .child2 {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: auto;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.hero .info-card {
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  padding: 8px 25px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  min-width: 140px;
}

.hero .info-card:hover {
  transform: translateY(-5px);
}

.hero .number {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent, #00f7ff);
}

.hero .label {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .hero .child1 {
    margin-top: 40px;
  }

  .hero .child2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }

  .hero .info-card {
    width: 100%;
    max-width: 280px;
  }

  .hero .number {
    font-size: 2.5rem;
  }

  .hero .label {
    font-size: 1rem;
  }
}


    .hero h1 {
    padding-top: 8rem;
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--primary);
      text-shadow: 0 0 10px var(--white);
    }
    .hero p {
      max-width: 700px;
      margin: 0.5rem auto 0;
      font-size: 1rem;
      color: var(--text);
    }


    section.section_1 {
    
      position: relative;
      height: 130vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
         background:linear-gradient(rgba(3, 13, 53, 0.859),rgb(255, 255, 255),rgb(255, 255, 255));
      color: var(--card
      );
      overflow: hidden;
    }

section.section_1 .button{
    margin-top: 5rem;
}

section.section_1 a {
    font-family: 'Orbitron', sans-serif;
    color: aliceblue;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 10px ;
    font-weight: 800;
    transition: 0.3s ease;
/*box around nav*/
    padding: 8px 40px;
    border-radius: 3px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 2px 2px 10px #011423;
}

section.section_1 h1 {
    font-family: 'Orbitron', sans-serif;
}

section.section_1 a:hover {
    background-color: #000000a9;
    color: #cde4f8;
}


      section.section_2 {
      position: relative;
      height: 150vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: var(--primary);
      color: var(--white);
      overflow: hidden;
    }

      section.section_2 h1 {
      color: var(--white);
      text-shadow: 0 0 10px var(--primary);
    }

    section.section_2 p {
     background-color: rgba(0, 0, 0, 0.099);
     border-radius: 10px;
      color:var(--white);
      text-shadow: 0 0 10px var(--primary);
      font-size: 16px;
      font-weight: 500;
    
   }
    section.section_2 img.bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: 1;
      z-index: 0;
    }
    .section_2 .content {
      position: relative;
      z-index: 2;
      padding: 0 20px;
      
    }

    section.section_2::before {
      content: "";
      position: absolute;
      inset: 0;
            background:linear-gradient(rgb(255, 255, 255),rgba(2, 18, 72, 0),rgba(2, 18, 72, 0));
      z-index: 1;
    }





    section.section_3 {
  position: relative;
  height: 160vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
  overflow: hidden;
  flex-direction: column;
}

section.section_3 .text-block {
    display: flex;
  max-width: 800px;
  margin-bottom: 2rem;
}

section.section_3  h1 {
        font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Georgia', serif;
  margin-bottom: 1rem;
}
section.section_3  p {
  font-size: 1rem;
  line-height: 1.5;
}

section.section_3 .image-container {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  margin: 2rem 0;
  position: relative;
}

section.section_3 .image-container img.animated-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* forces the image to fill and crop */
  object-position: center;
  display: block;
}


section.section_3 .features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-top: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
}

section.section_3 .feature {
  flex: 1;
  min-width: 200px;
}

section.section_3 .feature h4 {
   font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

section.section_3 .feature p {
  font-size: 0.8rem;
}

section.section_3 .feature {
  flex: 1;
  min-width: 200px;
  cursor: pointer; /* 👈 shows it's clickable */
  border: 1px solid transparent;
  padding: 1rem;
  transition: all 0.3s ease;
  border-radius: 10px;
}

section.section_3 .feature:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #00f7ff;
  transform: scale(1.03);
}

section.section_3 .feature.active {
  border: 1px solid #00f7ff;
  background-color: rgba(0, 247, 255, 0.1);
  box-shadow: 0 0 10px rgba(0, 247, 255, 0.2);
  transform: scale(1.05);
}


.animated-image {
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

.animated-image.fade-out {
  opacity: 0;
}


    section.section_4 {
      position: relative;
      height: 130vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background:linear-gradient(rgb(0, 0, 1),rgba(2, 18, 72, 0.815));
      color: var(--white);
      overflow: hidden;
    }

    section.section_4 .button{
    margin-top: 3rem;
}


    section.section_4 a {
    font-family: 'Orbitron', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #000000;
    text-transform:capitalize;
    text-decoration: none;
    font-size: 13px ;
    font-weight: 800;
    transition: 0.3s ease;
/*box around nav*/
    padding: 16px 80px;
    border-radius: 3px;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 2px 2px 10px #011423;
}

section.section_4 h1 {
    font-family: 'Orbitron', sans-serif;
}

section.section_4 a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid rgb(202, 202, 202);
}




.section_5 {
  min-height: 150vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgb(0, 0, 1), rgb(0, 0, 0));
  color: var(--white);
  overflow: hidden;
  padding: 5rem 2rem;
}

.section_5 .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.card-block {
  flex: 1 1 300px;
  max-width: 400px;
}

.card-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #29b6f6;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.card {
  position: relative;
  border: 2px solid #29b6f6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(41, 182, 246, 0.4);
  transition: transform 0.3s;
  height: 500px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.2);
}

.color-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0.5;
  z-index: 1;
}

.card .color-overlay { background-color: rgba(4, 65, 129, 0.411); }

.card-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  color: rgb(226, 240, 255);
  font-weight: bold;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  z-index: 2;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.card:hover .card-overlay-text {
  color: #00f7ff;
  text-shadow: 0 0 5px #000000, 0 0 10px #000000;
  transform: translate(-50%, -50%) scale(1.05);
}

.card:hover {
  transform: scale(1.03);
}

.section_5 .button {
  margin-top: 3rem;
}

.section_5 a {
  font-family: 'Orbitron', sans-serif;
  color: #fff;
  background-color: #000;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: 0.3s ease;
  padding: 16px 80px;
  border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 10px #011423;
}

.section_5 a:hover {
  background-color: #fff;
  color: #000;
  border: 3px solid #cacaca;
}

.section_5 h1 {
  font-family: 'Orbitron', sans-serif;
  color: white;
  margin-top: 3rem;
}

/* 🔻 Responsive Adjustments */
@media (max-width: 1024px) {
  .card {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .section_5 {
    padding: 3rem 1rem;
  }

  .card-block {
    width: 100%;
    max-width: 100%;
  }

  .card {
    height: 400px;
  }

  .card-overlay-text {
    font-size: 0.9rem;
  }

  .section_5 a {
    padding: 14px 50px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .card {
    height: 350px;
  }

  .card-overlay-text {
    font-size: 0.8rem;
    padding: 0.5rem;
  }

  .section_5 {
    padding: 2rem 1rem;
  }
}




    .section {
      max-width: 1200px;
      margin: auto;
      padding: 4rem 2rem;

    }
    .card {
      background: var(--card);
      border-radius: 1rem;
      padding: 2rem;
      margin-bottom: 2rem;
      box-shadow: 0 0 15px rgba(0, 247, 255, 0.05);
    }
    .card h2 {
      font-size: 2rem;
      color: var(--accent);
      margin-bottom: 1rem;
    }
    .card p {
      color: var(--text);
      font-size: 1rem;
    }
    .team h2 {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      color: var(--accent);
      text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
      text-align: center;
    }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
    .team-member {
      background: var(--glass);
      border: 1px solid rgba(0, 247, 255, 0.15);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      padding: 1rem 0.8rem;
      text-align: center;
      justify-items: center;
      box-shadow: 0 15px 30px rgba(0, 247, 255, 0.07);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .team-member:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0, 247, 255, 0.2);
    }
    .team-member img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 1rem;
      border: 3px solid var(--accent);
    }
    .team-member h4 {
       font-family:sans-serif;
      margin: 0.5rem 0 0.25rem;
      font-size: 1.3rem;
    }
    .team-member p {
       font-family: 'Orbitron', sans-serif;
      color: var(--muted);
      font-size: 0.9rem;
    }

