*{margin: 0;
  padding: 0;  
  box-sizing: border-box;

}
.navbar{display: flex;
        
        justify-content:space-between;
        align-items: center;
        background-color: #1a1a1a;

}
.icon .logo{padding: 10px;
              margin: 10px;
              margin-left: 50px;
              color:#fff ;
}
.menu ul{list-style: none;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 30px;
        
}

.menu a{text-decoration: none;
        color: #fff;
        font-size: 18px;
        padding: 10px 20px;
        font-family: 'Poppins', sans-serif;
        
}
a:hover{color: #b1f4c4;
         border-radius: 18px; 
         transition: 0.3s;
         transform: translateY(-3px)
}

.section-1{background-image:linear-gradient(to bottom, rgba(1, 16, 9, 0.8), rgba(2, 71, 46, 0.636)), url('college students.jpg');
            height: 100vh;
            background-size: cover;
            background-position: center;
            position: relative;
}
.hero-content{
              max-width: 800px;

}
.hero-content h1{color: #fff;
                  font-size: 5rem;
                  padding: 20px;
                  margin:20px;
                  padding-top:100px
                }
.hero-content p{color: #fff;
                 font-size: 2rem;
                    padding: 20px;
                    padding-left:50px;
        
}

.hero-button{padding-left: 50px;
               margin-top: 20px;
               display: flex;
               flex-direction: row;
               
}
.btn-primary{background-color: #fff;
             padding: 15px 30px;
             border: solid 2px #D0D7D2;
             border-radius: 20px;
             

}

.hero-button a{text-decoration: none;
                 color:#01560d;
                 font-family: 'Poppins', sans-serif;
                 font-weight: 400;
}

.btn-primary:hover{background-color: #b1f4c4;
                   border-radius: solid 2px  #00563b;
                   color:#000;
                   transition: 0.3s;
                   transform: translateY(-3px)
}

.Section-II{background-color: #f5f5f5;
            color: #001125;
}

.head{position: relative;
       z-index: 0;         
}
.head-in{text-align: center;
         padding: 40px;
}
.aaa{font-size: 1.6rem;

}
.ppp{line-height: 1.5;
     text-wrap: inherit;
     font-size: 1rem;
     font-weight: 500;
}

.Section-II{position: relative;

}

.list{display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 20px;
      justify-content: center;
      padding: 50px;
      text-align: center;
      margin: 30px;
      margin-bottom: 0;
      margin-top:5px;
       
}

.list-ppp li{list-style: none;
             text-align: center;
             line-height: 2.6;
             font-weight: 500;
             background-color: #fff;
             margin-top: 20px;
             color: #333;
             padding: 5px;
             border-radius: 15px;
             border: solid 2px #00563b;
}
.list-ppp li:hover{transform:translateY(-10px);}
.learn-btn{background-color: #03464a;
           text-decoration: none;
           color:#f5f5f5;
           border: solid 2px #014a4e;
           padding: 15px;
           border-radius: 10px;
           margin-top: 30px;
}

.learn-btn:hover{background-color: #01560d;

}

.geometric-shape{position: absolute;
                 top: 2%;
                 left:20%;
                 /* transform:translate(-50%, -50%) rotate(45deg); */
                 /* z-index:-1; */
                 width: 300px;
                 height:300px;
                 background-color: #fff;
                 clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);


}


/* .btn-secondary{background-color: #00563b;
               width: 700vb;
}
.hero-button .btn-primary a{width: 700vb;

} */


/* .section-2 {
    background-color: #f7fffb;
    padding: 60px 20px;
    color: #333;
}

.dashboard-container {
    max-width: 1200px; 
    margin: 0 auto;
}

.section-2 h2 {
    text-align: center;
    color: #00563b; 
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 700;
}

.section-2 h3 {
    color: #00563b;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}


.grid-row {
    display: grid;
    gap: 25px;
    margin-bottom: 25px;
}

.card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
}


.scorecards {
   
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.score-card {
    text-align: center;
    color: #ffffff;
}

.score-card h3 {
    color: #ffffff; 
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 15px;
}

.score {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}


.dark-bg { background-color: #00563b; }
.medium-bg { background-color: #00563b; }



.middle-section {
    
    grid-template-columns: 1fr;
}

/* @media (min-width: 768px) {
    .middle-section { grid-template-columns: 1fr 1fr; }
}


.alerts-list { list-style: none; padding: 0; }
.alert-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.alert-item:last-child { border-bottom: none; }

.alert-icon {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
}
/
.medium-priority .alert-icon { color: #f0ad4e; } /* Yellow for medium */

/* .alert-content p {
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #444;
}
.alert-content .date {
    font-size: 0.85rem;
    color: #888;
}


.chart-placeholder {
    display: flex;
    flex-direction: column;
    height: 250px;
}
.chart-visual {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.bar {
    width: 12%;
    border-radius: 4px 4px 0 0;
    opacity: 0.7;
}
.chart-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #888;
    font-size: 0.9rem;
}
.chart-legend {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}  */
/* .legend-item { display: flex; align-items: center; }
.dot { width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; }

.low { background-color: #0b7a57; }
.medium { background-color: #f0ad4e; }
.high { background-color: #d9534f; }



.actions-grid {
    
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
} */

/* .action-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.action-button:hover {
    border-color: #0b7a57; 
    box-shadow: 0 5px 15px rgba(11, 122, 87, 0.15);
    transform: translateY(-3px); 
}

.action-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(11, 122, 87, 0.1); 
    color: #0b7a57; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0; 
}

.action-button span {
    font-weight: 600;
    color: #00563b; 
    line-height: 1.3;
} */



.founder{display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px;
        background-color: #00563b;
        img{width: 400px;
            height: 400px;
            border-radius: 40%;
            margin-right: 50px;
            border: solid 3px #fff;
            margin: 50px;
        }
    }  */

 .founder-bio{max-width: 100vh;
               color: #fff;
               font-weight: 400;
    }

 .founder h2 {font-size: 2rem;
                  margin-bottom: 20px;
                  color: #fff; 
 }  
 .founder h3{
                    font-size: 1.5rem;
                    margin-bottom: 15px;
                    color: #fff; 
 }
 .founder .founder-bio {font-size: 1.2rem;
                    line-height: 1.6;
                    font-family: 'Poppins', sans-serif;
                    color:#D0D7D2;
                    
 }



.footer{background-color: #1b1b1b;
        text-align: center;
        padding: 20px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        margin-top: 50px;
}

/* ================= FOOTER STYLES ================= */
.footer {
    background-color: #1a1a1a; 
    color: #ffffff;
    padding-top: 70px;
    border-top: 5px solid #0b7a57;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 40px;
}

.footer-col {
    flex:auto;
    min-width: 200px; 
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    letter-spacing: 1px;
}

.footer-desc {
    color: #bbbbbb; 
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 300px;
    text-align: center;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}


.footer-links{
    list-style: none; 
    text-align: center;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #bbbbbb;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}


.footer-links a:hover, .footer-contact a:hover {
    color: #b1f4c4; 
    padding-left: 5px; 
}

.footer-contact li {
    color: #bbbbbb;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    font-size: 0.95rem;

}

/* Bottom Bar */
.footer-bottom {
    background-color: #111111; 
    text-align: center;
    padding: 20px;
    margin-top: 60px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    color: #666;
    font-size: 0.85rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
         
    }
    .footer-col {
        margin-bottom: 30px;
        text-align: center;
    }
}

/* ================= MOBILE RESPONSIVENESS ================= */
@media (max-width: 768px) {
  
    .navbar {
        flex-direction: column; 
        padding: 10px;
    }
    
    .icon .logo {
        margin-left: 0; 
        margin-bottom: 10px;
    }
    
    .menu ul {
        flex-direction: column; 
        padding: 0;
        gap: 15px; 
    }

  
    .section-1 {
        height: auto; 
        min-height: 100vh;
        padding-bottom: 50px;
    }

    .hero-content h1 {
        font-size: 2.5rem; 
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; 
    }

    .hero-content p {
        font-size: 1.2rem; /* Reduce from 2rem */
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .hero-button {
        flex-direction: column; /* Stack buttons vertically */
        align-items: center;
        padding-left: 0;
        gap: 15px;
    }

    /* 3. Fix the Founder Section */
    .founder {
        flex-direction: column; /* Stack image on top of text */
        padding: 30px 20px;
        text-align: center;
    }

    .founder img {
        width: 250px; /* Resize image to fit phone */
        height: 250px;
        margin: 0 0 30px 0; /* Remove side margins, add bottom margin */
    }

    .founder-bio {
        max-width: 100%; 
    }

    
    .section-2 h2 {
        font-size: 1.8rem;
    }

    .grid-row {
        grid-template-columns: 1fr; 
    }

   
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

/* --- HAMBURGER MENU STYLES --- */

/* 1. The lines (The "=" symbol) */
.hamburger {
    display: none; /* Hidden on desktop */
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;        /* Width of the line */
    height: 3px;        /* Thickness */
    margin: 5px auto;   /* Spacing */
    background-color: white; /* Color */
    transition: all 0.3s ease;
}

/* 2. Mobile View (Screens smaller than 768px) */
@media (max-width: 768px) {
    /* Show the hamburger icon */
    .hamburger {
        display: block;
    }

    /* Hide the normal menu list */
    .menu {
        display: none; /* Hidden by default */
        width: 100%;
        position: absolute;
        top: 70px; /* Push below header */
        left: 0;
        background-color: #1a1a1a; /* Dark background */
        text-align: center;
        padding: 20px 0;
        z-index: 100;
    }
    
    /* Make the links stack vertically */
    .menu ul {
        flex-direction: column;
        padding: 0;
    }
    
    .menu li {
        margin: 15px 0;
    }

    /* The class JavaScript adds to SHOW the menu */
    .menu.active {
        display: block;
    }
}
.hamburger {
    position: relative; /* Essential for z-index */
    z-index: 200; /* Higher than the menu (which is usually 100) */
}

.menu {
    z-index: 100; /* Lower than the hamburger */
}
/* This is critical! Without this, the menu stays hidden. */
@media (max-width: 768px) {
    .menu.active {
        display: flex; /* Or display: block */
        flex-direction: column;
    }
}