 .poppins-thin {
     font-family: "Poppins", sans-serif;
     font-weight: 100;
     font-style: normal;
 }
 
 .poppins-extralight {
     font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal;
 }
 
 .poppins-light {
     font-family: "Poppins", sans-serif;
     font-weight: 300;
     font-style: normal;
 }
 
 .poppins-regular {
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     font-style: normal;
 }
 
 .poppins-medium {
     font-family: "Poppins", sans-serif;
     font-weight: 500;
     font-style: normal;
 }
 
 .poppins-semibold {
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal;
 }
 
 .poppins-bold {
     font-family: "Poppins", sans-serif;
     font-weight: 700;
     font-style: normal;
 }
 
 .poppins-extrabold {
     font-family: "Poppins", sans-serif;
     font-weight: 800;
     font-style: normal;
 }
 
 .poppins-black {
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: normal;
 }
 
 .poppins-thin-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 100;
     font-style: italic;
 }
 
 .poppins-extralight-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: italic;
 }
 
 .poppins-light-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 300;
     font-style: italic;
 }
 
 .poppins-regular-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     font-style: italic;
 }
 
 .poppins-medium-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 500;
     font-style: italic;
 }
 
 .poppins-semibold-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: italic;
 }
 
 .poppins-bold-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 700;
     font-style: italic;
 }
 
 .poppins-extrabold-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 800;
     font-style: italic;
 }
 
 .poppins-black-italic {
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: italic;
 }
 
 body {
     margin: 0;
     padding: 0;
     font-family: poppins;
 }
 
 .logo {
     height: auto;
     width: auto;
     display: block;
 }
 
 .logo img {
     height: 68px;
     width: auto;
 }
 
 .navbar-container {
     width: 100%;
     position: fixed;
     /* sits on top of hero */
     top: 0;
     left: 0;
     z-index: 1000;
     background: transparent;
     transition: background 0.4s ease, box-shadow 0.4s ease;
 }
 
 .navbar-container {
     position: fixed;
     top: 16px;
     /* space from top */
     left: 50%;
     transform: translateX(-50%);
     width: max-content;
     max-width: 1400px;
     padding: 10px 20px;
     background: transparent;
     z-index: 1000;
     transition: all 0.35s ease;
 }
 
 .navbar {
     max-width: 1400px;
     margin: 0 auto;
     padding: 10px 24px;
     display: flex;
     align-items: center;
     gap: 60px;
 }
 
 .list {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     gap: 32px;
 }
 
 .list li a {
     position: relative;
     display: inline-block;
     color: #fff;
     text-decoration: none;
     font-size: 20px;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
 }
 
 .list li a::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     width: 100%;
     height: 2px;
     background-color: #2007c1;
     transform: scaleX(0);
     transform-origin: right;
     transition: transform 0.35s ease-in-out;
 }
 
 .list li a:hover::after {
     transform: scaleX(1);
     transform-origin: left;
 }
 
 .navbar-container.scrolled {
     background: rgba(255, 255, 255, 0.18);
     backdrop-filter: blur(14px);
     -webkit-backdrop-filter: blur(14px);
     border-radius: 14px;
     box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
 }
 
 .navbar-container.scrolled .list li a {
     color: #111;
 }
 
 .navbar-container.scrolled .list li a:hover {
     opacity: 0.7;
 }
 
 .navbar-container {
     transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
 }
 
 .hamburger {
     display: none;
     font-size: 28px;
     cursor: pointer;
 }
 
 .hero1 {
     min-height: 100vh;
     background: linear-gradient(rgba(11, 15, 26, 0.6), rgba(11, 15, 26, 0.6)), url("../assets/35.jpg") center/cover no-repeat;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 90px;
     color: #ffffff;
 }
 
 .hero {
     padding-top: 0px;
 }
 
 .hero {
     padding-top: 0px;
 }
 
 .hero-content {
     max-width: 1000px;
     margin: auto;
 }
 
 .hero-content #hero-title,
 .hero-content #hero-subtitle {
     padding: 0 16px;
 }
 
 .hero-content #hero-title {
     font-size: 43px;
     font-family: "Poppins", sans-serif;
     font-weight: 700;
     margin-bottom: 20px;
     padding-left: 80px;
     padding-right: 80px;
     text-align: center;
 }
 
 .hero-content #hero-subtitle {
     font-size: 24px;
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     margin-bottom: 40px;
     padding-left: 120px;
     padding-right: 120px;
     text-align: center;
 }
 
 .what h1 {
     max-width: 1000px;
     margin: auto;
     color: #0A1F44;
     padding: 60px 20px;
     text-align: center;
     text-decoration: underline;
     font-weight: 500;
 }
 
 .what ul li {
     max-width: 1000px;
     margin: auto;
     color: #0A1F44;
     text-align: left;
     font-weight: 400;
     font-size: 30px;
     list-style-type: square;
     position: relative;
     padding-top: 10px;
 }
 
 .section {
     padding: 100px 20px;
     background: linear-gradient( 120deg, #0B1C2D, #F2F4F7, #F2C94C);
     background-size: 300% 300%;
     animation: gradientShift 8s ease infinite;
 }
 
 .what {
     max-width: 1100px;
     margin: auto;
     background: #ffffff;
     border-radius: 20px;
     padding: 80px 60px;
     box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
 }
 
 .what img {
     display: block;
     margin: 0 auto;
     width: 100px;
     /* increase this */
     height: auto;
 }
 
 @keyframes gradientShift {
     0% {
         background-position: 0% 50%;
     }
     50% {
         background-position: 100% 50%;
     }
     100% {
         background-position: 0% 50%;
     }
 }
 
 @media (max-width: 768px) {
     .section {
         padding: 60px 15px;
     }
     .what {
         padding: 40px 20px;
     }
     .what h1 {
         font-size: 1.8rem;
         padding: 30px 15px;
     }
     .what ul li {
         font-size: 1.4rem;
     }
 }
 
 @media (max-width: 480px) {
     .what h1 {
         font-size: 1.5rem;
         padding: 20px 10px;
     }
     .what ul li {
         font-size: 1.2rem;
     }
     .what img {
         width: 60%;
         max-width: 120px;
     }
 }
 
 @media (max-width: 600px) {
     .navbar {
         padding: 10px 16px;
     }
     .list {
         gap: 14px;
     }
     .list li a {
         font-size: 14px;
     }
     .hero-content #hero-title {
         font-size: 26px;
         text-align: center;
         padding-top: 60px;
     }
     .hero-content #hero-subtitle {
         font-size: 16px;
         text-align: left;
     }
     .parent {
         grid-template-columns: 1fr;
     }
     .about2 h1 {
         font-size: 22px;
     }
     .prog h2 {
         font-size: 22px;
     }
 }
 
 @media (max-width: 900px) {
     .hero-content #hero-title {
         font-size: 34px;
     }
     .hero-content #hero-subtitle {
         font-size: 20px;
     }
     .parent {
         grid-template-columns: repeat(2, 1fr);
     }
     .about2 h1 {
         font-size: 28px;
     }
 }
 
 @media (min-width: 1200px) {
     .hero-content {
         max-width: 1100px;
     }
 }
 /* ===== MOBILE NAV ===== */
 
 @media (max-width: 768px) {
     .hamburger {
         display: block;
         color: #fff;
         z-index: 1001;
     }
     .navbar-container.scrolled .hamburger {
         color: #111;
     }
     .list {
         position: absolute;
         top: 100%;
         right: 24px;
         background: rgba(15, 15, 20, 0.95);
         backdrop-filter: blur(12px);
         -webkit-backdrop-filter: blur(12px);
         flex-direction: column;
         gap: 18px;
         padding: 18px 22px;
         border-radius: 12px;
         box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
         display: none;
     }
     .list.active {
         display: flex;
     }
     .navbar-container.scrolled .list {
         background: #fff;
     }
 }