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

}
.nav{
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-bottom: 1px solid #010524;
    padding: 2rem;
    background-color: #010524;
}
.logo{
    font-weight:bold;
    letter-spacing: -0.02em;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-weight: bolder;
}
.McTaba{
    background-color: rgb(4, 87, 182);
    padding: 0.6rem;
    border-radius: 10px;
    margin: 1rem;
    color: white;
    text-decoration: none;
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight:bold;
    
}

.nav-links{
    display: flex;
    position: relative;
    list-style: none;
    gap: 2rem;

}
.nav-links a{
    text-decoration: none;
    transition: 0.3s ease;
    color: rgb(207, 205, 205);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.btn-apply{
    background-color: rgb(4, 87, 182);
    padding: 0.4rem;
    border-radius: 10px;
    margin: 1rem;
    color: white;
    text-decoration: none;
    font-size: large;

}
.nav-links a:hover{
       color: white;
}

.hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    background-color: #010524;
    padding: 0 10%;
    gap: 3rem;
    margin-bottom: 5rem;
}

.hero-tag{
    margin-top: 3rem;
    flex: 1;
}

.highlight{
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.countdown{
    background: rgba(255,255,255,0.1);
    color: #cbd5f5;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.8rem;
    white-space: nowrap;
}
.program-title{
    display: flex;
    align-items: center;
    gap: 0.5rem;

    background-color:rgb(4, 87, 182);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    white-space: nowrap;
}

.Highschool{
    color: aliceblue;
}

.program-title a{
    text-decoration: none;
}


.program-title a::after{
    content: " →";
    margin-left: 0.3rem;
    transition: 0.3s ease;
}

.program-title:hover a::after{
    transform: translateX(4px);
}

.badge{
    background: #22c55e;
    color: white;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 20px;
}

.h1{
    color: white;
    margin: 2rem 0;
    font-size: 3rem;
    line-height: 1.2;
}

.span-text{
    color: #3b82f6;
    font-weight: 700;
}

.description{
    color: #cbd5f5;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-buttons{
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
}

.cta-apply{
    background-color: #3b82f6;
    color: white;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cta-apply:hover{
    background-color: #2563eb;
}

.cta-join{
    border: 1px solid #3b82f6;
    color: #3b82f6;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-join:hover{
    background-color: #3b82f6;
    color: white;
}

.highlights{
    display: flex;
    gap: 1.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.hero-left{
    background-color: #11132a;
    margin-top: 3rem;
    padding: 1rem;
    border-radius: 15px;
    color: white;

    max-width: 450px;   /* 👈 controls width */
    width: 100%;
}

.hero-icons{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.icon-item{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    transition: 0.3s;
}

.icon{
    font-size: 1.5rem;
}

.icon-item p{
    font-size: 0.8rem;
    color: #94a3b8;
}

.icon-item h3{
    font-size: 1rem;
}


.community-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}


.letters {
    display: flex;
    align-items: center;
}

.letter {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1a2adc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid #11132a;
    margin-left: -10px;
    transition: transform 0.3s ease;
}

.letter:first-child {
    margin-left: 0;
}

.text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.text small {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
}

.arrow {
    margin-left: auto;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.community-btn:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.4);
}

.community-btn:hover .letter {
    transform: translateY(-3px);
}

.community-btn:hover .arrow {
    transform: translateX(5px);
}

/* community section */

.community{
    height: 100vh;
    margin-bottom: 15rem;
}


.community-tag{
    text-align: center;
}
.title{

    font-size:4em;
    margin-bottom: 1rem;
}
.para1{

    color: rgb(103, 99, 99);
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 3rem;
}

.community-stats{

    display: flex;
    justify-content: center;
    align-items: center;
    gap:5rem;
    text-align: center;

    background-color:rgb(242, 240, 240);
    max-width: 80%;
    padding: 2rem;
    border-radius: 1rem;
    

    margin: 0 auto;
    margin-bottom: 3rem;
    
}

.stat p{
    color:grey;
    font-weight: 400;
}


.stat h3{
    
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
}

.testimonials{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;

    max-width: 1100px;
    margin: 3rem auto;
    max-width: 80%;

}

.card {
    background: #e9eaed;
    color:black;
    padding: 5rem;
    border-radius: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: all 0.3s ease;

    grid-column: span 2;
}



/* blueprint section */

.blueprint{

    margin-bottom: 10rem;
    height: 100vh;
}

.blueprint-header{
    text-align: center;

}

.h2{
    font-size: 2.2rem;
    margin-bottom: 3rem;

font-family: Arial, Helvetica, sans-serif;
}

.para2{
    color: grey;
    margin-bottom: 2rem;

}

.blueprint-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;

    justify-items: center;
    align-items: center;

    max-width: 80%;
    margin: 0 auto;

    margin-bottom: 5rem;
}


.cards-b{
    background-color: #f7f8fa;
    padding: 5rem;
    border-radius: 10px;

    border: 1px solid transparent;
    transition: all 0.3s ease;

}

.cards-b h3{
    margin-bottom: 2rem;
}

.cards-b:hover{
    
    transform: translateY(-10px); 
    border-color: #49494f;
    box-shadow: 0 10px 25px rgba(48, 48, 58, 0.2);
    
}

.start {
    display: block; 
    width: fit-content;       
    padding: 1rem 2rem;
    background-color: #2563eb;
    color: white;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;

    margin: 0 auto;
    margin-bottom: 5rem;
}

.start a{

    text-decoration: none;
}

/* footer section */

.footer {

  margin-top: 20rem;
  background-color: #11132a;
  color: #fff;
  padding: 3rem 2rem 1rem 2rem;
  font-family: 'Arial', sans-serif;
  
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-cta {
  text-align: center;
  margin-bottom: 3rem;
}

.footer-cta h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.footer-cta p {
  margin-bottom: 1rem;
  font-size: 1rem;
  opacity: 0.8;
}

.btn-discord {
  background-color: #2563eb;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-discord:hover {
  background-color: #1d4ed8;
  transform: translateY(-3px);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col h3, .footer-col h4 {
  margin-bottom: 1rem;
  color: #fff;
}

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

.footer-col ul li {
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.9rem;
  opacity: 0.7;
}

.footer-bottom ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.footer-bottom ul li:hover {
  text-decoration: underline;
  cursor: pointer;
} 



/* highschool */

.hero-highsch {
    min-height: 100vh;
    text-align: center;
    padding: 4rem 2rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    gap: 1.5rem;
    background: linear-gradient(to bottom, #f8fbff, #eef4ff);
}

.btn-startdate {
    background-color: #e6ecf5;
    border-radius: 50px;
    padding: 8px 16px;
    text-decoration: none;
    color: #010415;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid #c5ccd6;
    letter-spacing: 0.5px;
}

.donotwait {
    font-size: 3rem;
    font-weight: 800;
    color: #053b8f;
    line-height: 1.3;
    margin-top: 1rem;
}

.hero-highsch p {
    font-size: 1.1rem;
    color: #444;
    max-width: 600px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.enroll {
    background-color: #e6670c;
    color: white;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.enroll:hover {
    background-color: #cc580a;
    transform: translateY(-2px);
}

.Advice {
    background-color: white;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: 0.3s ease;
}

.Advice:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}


/* Program details */

.program-details {
    padding: 6rem 2rem;
    background: linear-gradient(to bottom, #f8fbff, #eef4ff);
}

.details-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.detail-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 18px;
    border: 1px solid #e6eaf0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.detail-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #053b8f, #e6670c);
}

.detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.detail-card header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.icon {
    width: 50px;
    height: 50px;
    background: #eef4ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.detail-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
}

.highlight {
    font-size: 1.15rem;
    font-weight: 700;
    color: #053b8f;
    margin-bottom: 0.5rem;
}

.detail-card p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
}

.detail-card > .icon {
    margin-bottom: 1rem;
}

.detail-card > h3 {
    margin-bottom: 0.3rem;
}


/* SECTION  parents guide*/
.parents-guide {
    padding: 6rem 2rem;
    background: #ffffff;
}

.guide-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
}


.guide-left h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.guide-left p {
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.benefits-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1rem;
    color: #374151;
    line-height: 1.5;
}

 .benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e6670c;
}

.benefits-list li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.guide-right {
    background: linear-gradient(135deg, #053b8f, #021c4a);
    color: white;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}


.guide-right h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.package-item {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.package-item:last-child {
    border-bottom: none;
}

.package-item h4 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: rgba(248, 171, 29, 0.932);
}

.package-item p {
    font-size: 0.9rem;
    color: #dbeafe;
}

.package-quote {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0e7ff;
}


.package-quote p {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.5;
}


.package-quote span {
    display: block;
    margin-top: 0.8rem;
    font-weight: 900;
    font-size: 2.5 rem;
    color: rgb(248, 251, 252);
}


.roadmap-section {
    padding: 4rem 2rem;
    background: #f7f9fc;
    font-family: Arial, Helvetica, sans-serif;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 3rem;
    color: #555;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.phase-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2rem; /* increased padding */
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3eb;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.phase-card h4 {
    margin: 0.3rem 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #053b8f;
}

.description {
    color: #444;
    margin: 1rem 0;
    font-size: 1rem;
}

/* .topics li {
    margin-bottom: 0.6rem;
    padding-left: 1.2rem;
    position: relative;
}

.topics li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fc8436;
    font-weight: bold;
} */

.projects {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
}








@media (max-width: 900px){
    .hero{
        flex-direction: column;
        text-align: center;
    }

    .cta-buttons{
        justify-content: center;
    }

    .highlights{
        justify-content: center;
        flex-wrap: wrap;
    }

     .roadmap-grid {
        grid-template-columns: 1fr;

     }

}

