/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(images/bannerimg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
}
.header {
    background-color: #002147;
    color: white;
    
     padding: 5px 0;
    text-align: center;
    
}
.header a {
    color: white;
    text-decoration: none;
    

      
    margin: 0 10px;
}
.contact-info {
    display: flex;
    justify-content: center;
    margin-left: -600px;
    
     gap:10px;
}
.contact-info a  {
    color: white;
    text-decoration: none;
    

     
    
}
.icon-manage{
    position: absolute;
    margin-top: -28px;
}
.logo {
    
    text-align: center;
    
}
.logo img {
    width: 130px;
    margin-left: 20px;
    
}
 .nav-menu {
    
    text-align: center;
    
    padding: 10px 0;
    margin-top: 40px;
}
.nav-menu a {
    
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin:  15px;
    padding: 10px;
    font-size: 20px;
}
.nav-menu a:hover {
    
    background-color: #fdc632;
    border-radius: 5px;
    
} */
/* Hamburger Menu Styling */
.hamburger {
    display: none;
    padding: 50px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
     
  }

 /* .containr{
       display: flex;
     
    justify-content: space-between;
    
} */
/*#tag-line {*/
/*    font-size: 50px;*/
/*    text-align: center;*/
     
/*    color: #e86c0d;*/
/*     margin-left:-550px;*/
/*    padding-top: 150px;*/
    /* text-shadow: 2px 2px 2px #fdc632; */
/*    text-shadow: 2px 2px 2px white;*/
    /*animation: fadeInZoom 2s ease-out, bounce 2s infinite;*/
/*}*/
/*#tag-para {*/
/*    font-size: 50px;*/
/*    text-align: center;*/
    /* color: white;  */
/*    color: #e86c0d;*/
/*    margin-left: -400px;*/
    /* text-shadow: 2px 2px 2px #fdc632; */
/*    text-shadow: 2px 2px 2px white;*/
/*    position: absolute;*/
/*    padding-top: 150px;*/
    /*animation: slideInLeft 2s ease-in-out;*/
/*}*/


#tag-line{
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-left: -560px;
     color: #e86c0d; 
     padding-top: 120px;
     text-shadow: 2px 2px 2px white;
     
     /*animation: fadeInZoom 2s ease-out, bounce 2s infinite;*/
    
} 
#tag-para{
    font-size: 60px;
    text-align: center;
     
     color: #e86c0d; 
     margin-left:-450px;
     text-shadow: 2px 2px 2px white;
        position: absolute;
         padding-top:70px;
         /*animation: slideInLeft 2s ease-in-out;*/


}


/*@keyframes fadeInZoom {*/
/*    0% { opacity: 0; transform: scale(0.8); }*/
/*    100% { opacity: 1; transform: scale(1); }*/
/*}*/
/*@keyframes slideInLeft {*/
/*    0% { opacity: 0; transform: translateX(-100%); }*/
/*    100% { opacity: 1; transform: translateX(0); }*/
/*} */
/* #tag-line {
    font-size: 60px;
    text-align: center;
    color: white; 
    padding-top: 150px;
    text-shadow: 2px 2px 2px #fdc632;
    animation: fadeInSlideUp 3s ease-out;
}
#tag-para {
    font-size: 28px;
    text-align: center;
    color: white; 
    margin-left: -500px;
    text-shadow: 2px 2px 2px #fdc632;
    position: absolute;
    padding-top: 80px;
    animation: fadeInSlideUp 4s ease-out;
}
@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  */
/*.wavebottom{*/
/*    position: relative;*/
/*bottom:110px;*/
     /* display: block;  */

    
/*}*/
.wavebottom{
    position: relative;
    bottom: 65px;
     
    /* display: block; */
    
}
/* ----modules----- */
.module-container {
     position: relative; 

   height: 700px;
     max-width: 1500px; 
     margin-bottom: 500px;
     
    /* /width: 100%;  */
      
      
    text-align: center;
    background-color: #fdc632;
     border-radius: 50px; 
}

.module-header {
    font-size: 50px;
    color: #002147;
   margin-bottom: 30px;
    align-items: center;
    
}

.module {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    
   
}

.module-card {
    /* background-color: white; */
    background-color: #fdc632;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(253, 198, 50);
    width: 300px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: -70px;
}

.module-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 4px 8px 16px rgb(253, 198, 50,0.5)
}

.module-image img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.module-card:hover .module-image img {
    transform: scale(1.1);
}

.module-title {
    font-size: 24px;
    color: #002147;
    margin: 10px 0;
     
}

.module-description {
    font-size: 16px;
    color: #002147;
    line-height: 1.5;
}
.wave2{
    display: block;
    margin-top: -620px;
    position: absolute;
    left: 0;
}
/* -----SKILLS------- */


.skill-container {
    width: 100%;
    text-align: center;
/* background: linear-gradient(to right, #002147, #2980b9); */
background-color: #002147;
 height: 100vh;
 margin-top: -300px;
 
    
    
    
}

h1 {
  padding: 80px;
    font-size: 2.5em;
    color: #fdc632;
    /*text-transform: uppercase;*/
    text-align: center;
 
     margin-top: 50px; 
    /*transform: scale(1);*/
    /*transition: transform 0.3s ease-in-out;*/
}

/*h1:hover {*/
/*    transform: scale(1.1);*/
/*    text-shadow: 0px 4px 5px rgb(217, 214, 214);*/
/*}*/

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 80PX;
}

.skill {
    background:#fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
    position: relative;
    overflow: hidden;
}

.skill:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background-color: #2980b9;
}

.skill:hover i {
    color: #fdc632;
    transform: rotate(360deg);
    transition: transform 0.6s ease, color 0.5s ease;
}

.skill:hover p {
    color: #fff;
}

.skill i {
    font-size: 2em;
    margin-right: 15px;
    color: #2980b9;
    transition: transform 0.3s ease, color 0.3s ease;
}

.skill p {
    font-size: 1.1em;
    margin: 0;
    color: #555;
    transition: color 0.3s ease;
}

.skill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #fdc632, #fff, #fdc632);
    transition: left 0.5s ease;
}

.skill:hover::before {
    left: 0;
}

.skill::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #fdc632, #fff, #fdc632);
    transition: right 0.5s ease;
}

.skill:hover::after {
    right: 0;
}
/* ----learning facilities------ */
.last-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdc632;
    height: 80vh;
    gap: 20px;
}

.card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
    height: 450px;
    overflow: hidden;

    
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.card h2 {
    margin: 15px 0;
    font-size: 1.5em;
    color: #333;
    text-align: justify;
}

.card p {
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}
.card  ul{
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    text-align: justify;

}
/* footer */
/* .footer {
    background-color: white;
    color: #002147;
    padding: 20px 0;
    text-align: center;
}
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
}
.footer-section {
    width: 30%;
}
.footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #002147;
}
.footer-section p,
.footer-section ul,
.footer-section a {
    color: #002147;
    text-decoration: none;
}
.footer-section ul {
    list-style-type: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section a:hover {
    color: #fdc632;
}
.footer-section i {
    color: #002147;
    margin: 5px;
    transition: transform 0.3s all;
}
.footer-section i:hover {
    transform: scale(1.2);
    color: #fdc632;
}
.footer-bottom  p{
    margin-top: 20px;
    font-size: 1.2em;
    color: #002147;
    animation: fadeIn 2s ease-in-out, colorChange 5s infinite;
    text-align: center;
}
@keyframes colorChange {
    0% { color: #002147; }
    50% { color: #fdc632; }
    100% { color: #002147; }
} */
.footerwave{
    display: block;
    position: absolute;
    margin-top: -200px;

}


 

/* Responsive Styles */

/* Desktop View (Default Styles) */
.wavebottom,
.wave2,
.footerwave {
    display: block; /* Keep SVG waves visible for desktops */
}

/* For screens up to 1024px (Tablets in landscape mode, small laptops) */
@media (max-width: 1125px) {
      
    .contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header {
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left: -250px;
    }

    .nav-menu a {
        padding: 5px;
        font-size: 18px;
    }

    #tag-line {
        font-size: 40px;
        padding-top: 80px;
    }

    #tag-para {
        font-size: 18px;
        padding-top: 40px;
         
        
    }

    .module {
        display: block;
         justify-self: center;
        flex-wrap: wrap;
        justify-content: center;
        margin:20px;
    }
    .module-container{
        height: fit-content;
        
        margin-top: 210px;
        /* display: block; */
    }
    .module-card{
        margin: 20px;
    }

    .skill-container {
        height: fit-content;
        padding: 30px 0;
        margin-top: -450px;
    }

    .skills {
        display: block;
        flex-wrap: wrap;
        justify-self: center;
        gap: 10px;
    }
    .skills .skill{
        margin: 10px;
    }

    .last-container {
        height: fit-content;
        flex-wrap: wrap;
    }

    .card {
        width: 45%;
        margin: 10px;
    }

    .wavebottom,
    .wave2,
    .footerwave {
        display: none; /* Remove SVG waves for responsive views */
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width:1300px) {
    .wavebottom,
    .wave2,
    .footerwave{
        display: none;
    }   
    
}
@media (max-width: 1024px) {
      
    .contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header {
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left: -250px;
    }

    .nav-menu a {
        padding: 5px;
        font-size: 18px;
    }

    #tag-line {
        font-size: 40px;
        padding-top: 80px;
        margin-left:-80px;
    }

    #tag-para {
        position: absolute;
        font-size: 18px;
        padding-top: 40px;
      padding-left: 130px;
         
        
    }

    .module {
        display: block;
         justify-self: center;
        flex-wrap: wrap;
        justify-content: center;
        margin:20px;
    }
    .module-container{
        height: fit-content;
        
        margin-top: 210px;
        /* display: block; */
    }
    .module-card{
        margin: 20px;
    }

    .skill-container {
        height: fit-content;
        padding: 30px 0;
        margin-top: -450px;
    }

    .skills {
        display: block;
        flex-wrap: wrap;
        justify-self: center;
        gap: 10px;
    }
    .skills .skill{
        margin: 10px;
    }

    .last-container {
        height: fit-content;
        flex-wrap: wrap;
    }

    .card {
        width: 45%;
        margin: 10px;
    }

    .wavebottom,
    .wave2,
    .footerwave {
        display: none; /* Remove SVG waves for responsive views */
    }
}

/* For screens up to 768px (Portrait tablets, small devices) */
@media (max-width: 768px) {
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover; 
        background-repeat: no-repeat;
        /* background-size: contain; */
        height: 600px; /* Adjust height for smaller screens */
        width: 100%;
    }

    .header {
        display: none;
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left: -350px;    
    }
    .nav-menu {
        display: none;
        flex-direction: column;
       background-color: #002147;
         /* background-image: linear-gradient(45deg,rgb(212, 226, 105),rgb(192, 222, 255));   */
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
      }
    
      .nav-menu.active {
        display: flex;
      }
    
      .hamburger {
        display: block;
      }
     

    /* .nav-menu a {
        padding: 5px;
        font-size: 18px;
    } */

    #tag-line {
        font-size: 35px;
        padding-top: 80px;
        margin-left: -150px;
    }

    #tag-para {
        font-size: 18px;
        padding-top: 40px;
        margin-left: -350px;
        
    }

    .module-card {
        width: 90%; /* Full width for smaller screens */
        margin: 10px auto;
    }

    .skill {
        width: 90%;
    }

    .last-container {
        width: 100%;
        gap: 10px;
    }

    .card {
        width: 70%;
        margin: 10px auto;
    }

    .wavebottom,
    .wave2,
    .footerwave {
        display: none; /* Remove SVG waves */
    }
}

/* For screens up to 480px (Mobile phones) */
@media (max-width: 480px) {
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover; 
        background-repeat: no-repeat;
        /* background-size: contain; */
        height: 700px; /* Adjust height for smaller screens */
        width: 100%;
    }

    .header {
        display: none;
        text-align: center;
        width: 150%;
    }
    .header .icon{
        display: flex;
        flex-direction: row-reverse;
        margin-left: -450px;
    }
    .contact-info {
         flex-direction: row-reverse;
        /* align-items: center; */
        margin-right: -250px;
        gap: 5px;
    }

    .logo img {
        width: 100px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
       
       background-color: #002147;  
        position: absolute;
        top: 60px;
        right: -140px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
      }
    
      .nav-menu.active {
        display: flex;
      }
    
      .hamburger {
        display: block;
         
      }

    /* .nav-menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    } */

    #tag-line {
        font-size: 20px;
        padding-top:80px;
        padding-left:130px;
         
         
    }

    #tag-para {
        font-size: 10px;
        padding-top: 40px;
        
    }
    .module-container{
        width: 150%;
    }
    .module-card {
        width: 90%; /* Full width for smaller screens */
        margin: 10px auto;
    }
    

    .skill-container{
        width: 150%;
    }

    .last-container {
        width: 150%;
        gap: 10px;
    }

    .card {
        width: 70%;
        margin: 10px auto;
    }
    .wavebottom,
    .wave2,
    .footerwave {
        display: none; /* Remove SVG waves for responsive views */
    }

}
 