.nav-logo {
    height: 40px;
    width: auto;
    margin-left: 30px;
    margin-right: 20px;
    vertical-align: middle;
}

nav {
        display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 0;
    position: relative;
}
nav ul {
     display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
nav ul li {
    margin: 0 20px;
}
nav ul li a {
    color: #253e91;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

nav ul li:last-child {
    margin-left: auto;
    position: absolute;
    right: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.hero {
  height: 80vh;
  width: 100%;
  background: #23118a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.find-location {
   background: #0eca5d;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
    color: #ffffff;
    font-weight: bold;
}

.find-location:hover {
  background: #076403;
}

.body1-find-location-btn {
    display: inline-block;
    background: #0eca5d;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 10px;
    transition: background 0.3s;
}

.body1-find-location-btn:hover {
    background: #076403;
}





.body1-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.side-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%; 
    box-shadow: none;   
    border: none;       

}
.body1-content {
    max-width: 500px;
}

.body1 h2 {
     font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.body1 h2 .highlight {
    color: #0d6efd; 
    font-weight: bold;
}

.body1 p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #425b76;
    text-align: center;
}



.body1-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.body1-gallery img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
        margin-right: 10px; 
}
.body1-gallery img:last-child {
    margin-right: 0; 
}

.gallery-caption {
    text-align: center;
    color: #425b76;
    font-size: 1.2rem;
    margin-top: 16px;
    font-weight: bold;
}

.video-spot {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.offer-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.offer-small {
    font-size: 1.2rem;
    color: #0d6efd;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}

.offer-big {
    font-size: 2.5rem;
    font-weight: bold;
    color: #425b76;
}

.offer-blue {
    color: #0d6efd;
}




.programs-hero {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    overflow: hidden;
}

.programs-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1.9;
    background: #4683df;
    z-index: 1;
}

.programs-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(64, 149, 219, 0.7); 
    z-index: 2;
}

.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;        
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;       
    padding-right: 60px;     
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.programs-hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.programs-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 28px;
}

.programs-hero-btn {
    background: #0eca5d;
    color: #fff;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background 0.3s;
    display: inline-block;
}

.programs-hero-btn:hover {
    background: #076403;
}


.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;           
    padding-right: 0;         
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
}

.programs-hero-caption-row {
    display: flex;
    align-items: center;      
    margin-bottom: 24px;
    justify-content: flex-start;
    width: 100%;
}

.programs-hero-caption-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 32px;
    margin-left: 0;
}





.programs-hero2 {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    overflow: hidden;
}

.programs-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1.9;
    background: #9027b9;
    z-index: 1;
}

.programs-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(37, 62, 145, 0.7); 
    z-index: 2;
}

.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;        
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;       
    padding-right: 60px;     
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.programs-hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.programs-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 28px;
}

.programs-hero-btn {
    background: #0eca5d;
    color: #fff;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background 0.3s;
    display: inline-block;
}

.programs-hero-btn:hover {
    background: #076403;
}


.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;           
    padding-right: 0;         
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
}

.programs-hero-caption-row {
    display: flex;
    align-items: center;      
    margin-bottom: 24px;
    justify-content: flex-start;
    width: 100%;
}

.programs-hero-caption-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 32px;
    margin-left: 0;
}

.programs-hero3 {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    overflow: hidden;
}

.programs-hero-image3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1.9;
    background: #2bcfcf;
    z-index: 1;
}

.programs-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(37, 62, 145, 0.7); 
    z-index: 2;
}

.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;        
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;       
    padding-right: 60px;     
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.programs-hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.programs-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 28px;
}

.programs-hero-btn {
    background: #0eca5d;
    color: #fff;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background 0.3s;
    display: inline-block;
}

.programs-hero-btn:hover {
    background: #076403;
}


.programs-hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;           
    padding-right: 0;         
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
}

.programs-hero-caption-row {
    display: flex;
    align-items: center;      
    margin-bottom: 24px;
    justify-content: flex-start;
    width: 100%;
}

.programs-hero-caption-img3 {
    width: 200px;
    height: 150px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 32px;
    margin-left: 0;
}







/* --- IMPACT Section --- */
.impact {
  background: linear-gradient(to bottom, #dff3fb, #ffffff);
  padding: 80px 20px;
  text-align: center;
}

.impact-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.impact-screen {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: url("Images/ninjas-frame.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 16 / 9; /* keeps laptop-like shape */
  display: flex;
  justify-content: center;
  align-items: center;
}

.impact-logo {
  width: 60%;
  max-width: 400px;
  z-index: 2;
}

.play-button {
  position: absolute;
  font-size: 60px;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 15px rgba(0,0,0,0.5);
  z-index: 2;
}

.impact-partners {
  margin-top: 20px;
}

.impact-subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
  letter-spacing: 1px;
}

.impact-logos {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.impact-logos img {
  height: 40px;
}

.impact-description {
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}







.impact {
  background: linear-gradient(to bottom, #dff3fb, #ffffff);
  padding: 80px 20px;
  text-align: center;
}

.impact-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

/* 🔥 Ninja PNG background */
.ninja-background {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  background: url("Images/ninja\ background.webp") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.impact-background {
  position: relative;
  width: 70%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.impact-logo {
  width: 100%;
  max-width: 500px;
  z-index: 2;
}

.play-button {
  position: absolute;
  font-size: 60px;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 15px rgba(0,0,0,0.5);
  z-index: 3;
}



.btn {
  display: block;
  margin: 20px auto;   /* centers horizontally */
  background-color: rgb(32, 216, 93);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.btn:hover {
  background-color: rgb(29, 122, 68);
}


  
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      text-align: center;
      color: white;
    }

    .hero {
      background: url("Images/prodigy background.webp") no-repeat center center/cover;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 20px;
    }

    .logo {
      margin-top: 20px;
      height: 60px;
    }

    .prodigy {
      margin: 40px 0 20px 0;
      height: 120px;
    }

    .description {
      max-width: 700px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.6;
    }

    .description h2 {
      color: #00b2ff;
      font-size: 20px;
    }

    
    .ninjas {
      margin-top: 40px;
    }

    .ninjas img {
      max-width: 100%;
      height: auto;
    }

    
    .navigation {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
      gap: 10px;
    }

    .nav-btn {
      background: #00c27f;
      border: none;
      border-radius: 50%;
      padding: 10px 15px;
      color: white;
      font-size: 20px;
      cursor: pointer;
    }

    .dots {
      display: flex;
      gap: 8px;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #bbb;
    }

    .dot.active {
      background: #00b2ff;
    }
  