/* 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: 100vh;
}
.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 {
    display: none;
    padding: 40px;
    
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
     
  }

 /* .containr{
    display: flex;
     justify-content: space-between;
    
}  */
#tag-line{
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-left: -660px;
     /* color: white;  */
     color: #e86c0d;
     padding-top: 133px;
     /* text-shadow: 2px 2px 2px #fdc632; */
     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:-250px;
     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); }
}
  

.wavebottom{
    position: absolute;
    bottom: -75px;
    /* display: block; */
    
}
/* ---DIAMOND ---- */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin: 20px; */
   margin-top: 140px;
   background-color:#002147;
   width: 100%;
   height:850px;
}
h1{
    top: 0;
    color: #fdc632;
}

.section {
    display: flex;
    align-items: center;
    margin: 35px 0;
}
.diamond {
    width: 150px;
    height: 150px;
    background-color: #f0f0f0;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -35px; /* Half the width to overlap with content */
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #ddd;
}
.diamond span {
    transform: rotate(-45deg);
    font-size: 22px;
    font-weight: bold;
    /* color: #333; */
    color: white;
}
.content {
    /* background-color: #fff; */
    background-color: #002147;
    padding: 20px;
    border: 1px solid #ddd;
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -35px; /* Half the width to overlap with diamond */
    z-index: 0;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
}
.content .text {
    margin-left: 85px;
    color: white;
    
}
.content .text  {
    /* margin-left:px; */
    color: #fdc632;
    
}
.content .icon {
    margin-left: 15px;
    font-size: 80px;
     color: #fff; 
}

 /* grid img */
 .grid-container {
    position: relative;
    width: 100%;
    max-width: 1000px; 
    margin: 20px auto;
    background-color: #fdc632;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top:350px;
     padding-top: 30px;
}
.grid-container:hover {
    transform: scale(1.02);
    box-shadow: 0PX 12px 25px rgb(253, 198, 50,0.8);
}
.image-grid {
    display: grid;
    position: static;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.image-card {
    /* width: 85%; */
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    
}
.image-card img {
    width: 50%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.image-card h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}
.grid-content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}
.grid-content h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.wave2{
    display: block;
    margin-top:985px;
    position: absolute;
    left: 0;
}
.grid-bacground{ 
    /* background-color: #002147; */
    width: 100%;
    height: 700PX;
    
}
/* 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 STYLE */

/* General Styles */
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;
    height: 100vh;
}

/* Remove SVG waves for smaller screens */
 .wavebottom,
.footerwave {
    display: block;
} 
 


/* Responsive Styles for All Sections */
@media (max-width:1100px ) {
    .wavebottom,
.footerwave,.wave2{
    display: none;
}
    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: 500px; /* Adjust height for smaller screens */
        width: 100%;
    }
    /* Header */
    .header {
        display: flex;
        flex-wrap: wrap; 
         width: 100%;
        text-align: center;
        padding: 10px;
    }

    .contact-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 0;
    }

    .icon-manage {
        position: relative;
        display: flex;
        justify-content: center;
        /* margin-top: 10px; */
        margin-left: -150PX;
        gap: 5px;
    }

    .logo img {
        width: 100px;
        margin: auto;
    }

    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
    }

    .nav-menu a {
        font-size: 14px;
        margin: 5px;
    }

    /* Banner */
    #tag-line {
        font-size: 32px;
        padding-top: 70px;
    }

    #tag-para {
        font-size: 20px;
        padding-top: 50px;
        margin-left:-90px;
        text-align: right;
        position: absolute;
    }

    /* Diamond Section */
    .container {
        margin-top: 700px;
        padding: 20px;
        
    }

    .diamond {
        width: 100px;
        height: 100px;
    }

    .diamond span {
        font-size: 16px;
    }

    .content {
        width: 90%;
        flex-direction: column;
        margin: 0 auto;
    }

    .content .text {
        margin: 10px 0;
        text-align: center;
    }

    .content .icon {
        margin: 0 auto;
        font-size: 40px;
    }

    /* Grid Image Section */
    .grid-bacground{
        margin-top: 300PX;
    }
    .grid-container {
        max-width: 90%;
        margin: 20px auto;
        padding: 10px;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .image-card img {
        width: 80%;
        height: auto;
    }

    .image-card h3 {
        font-size: 16px;
    }

    .grid-content h2 {
        font-size: 24px;
    }

    /* Footer */
    .footer-container {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }

    .footer-section {
        width: 90%;
        text-align: center;
    }
}



@media (max-width: 1024px) {
    .wavebottom,
    .footerwave ,.wave2 {
        display: none;
    }
}

/* Responsive Styles for All Sections */
@media (max-width: 1024px) {
    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: 500px; /* Adjust height for smaller screens */
        width: 100%;
    }
    /* Header */
    .header {
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-around;
         width: 100%;
        text-align: center;
        padding: 10px;
    
    }

    .contact-info {
        flex-wrap: wrap;
        justify-content: center;
         
        /* margin-left: -800px; */
         gap: 10px;
        margin: 0;
    }

    .icon-manage {
        position: relative;
        display: flex;
        justify-content: center;
        /* margin-top: 10px; */
        margin-left: -150PX;
        gap: 5px;
    }

    .logo img {
        width: 100px;
        margin: auto;
    }

    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
    }

    .nav-menu a {
        font-size: 14px;
        margin: 5px;
    }

    /* Banner */
    #tag-line {
        font-size: 32px;
        padding-top: 70px;
        
    }

    #tag-para {
         
        font-size: 18px;
       margin-left:-70;
        text-align: center;
        position: absolute;
       
    }
     
    /* Diamond Section */
    .container {
        margin-top: 700px;
        padding: 20px;
    }

    .diamond {
        width: 100px;
        height: 100px;
    }

    .diamond span {
        font-size: 16px;
    }

    .content {
        width: 90%;
        flex-direction: column;
        margin: 0 auto;
    }

    .content .text {
        margin: 10px 0;
        text-align: center;
    }

    .content .icon {
        margin: 0 auto;
        font-size: 40px;
    }

    /* Grid Image Section */
    .grid-bacground{
        margin-top: 300PX;
    }
    .grid-container {
        max-width: 90%;
        margin: 20px auto;
        padding: 10px;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .image-card img {
        width: 80%;
        height: auto;
    }

    .image-card h3 {
        font-size: 16px;
    }

    .grid-content h2 {
        font-size: 24px;
    }

    /* Footer */
    .footer-container {
         
            flex-direction: column; 
           align-items: center;
          
           
           gap: 20px;
       }
       .footer-section {
           width: 90%;
            
       
         /* flex-wrap: wrap;  */
       
        
        align-items: center;
        gap: 20px;
        /* padding: 20px; */
    }

    .footer-section {
        width: 90%;
        /* text-align: center; */
    }
}

@media (max-width: 768px) {
    
    /* General Layout Adjustments */
    .wavebottom,
    .footerwave, .wave2  {
        display: none;
    }
    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: 500px; /* Adjust height for smaller screens */
        width: 100%;
    }
    .header {
        display: none;
        flex-wrap: wrap; 
         width: 110%;
        text-align: center;
        /* justify-content: space-around; */
        padding: 10px;
    }
    /* .icon-manage {
        position: relative;
        display: flex;
        justify-content: right;
        margin-top: 10px;
        margin-right: 250%;
        gap: 5px;
    } */


    .logo img {
        width: 80px;
    }
    .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 {
        font-size: 12px;
        margin: 5px;
    } */
    #tag-line{
        font-size: 35px;
        padding-top:300px;
    }
    #tag-para{
        
        /* padding-top: x; */
    }

    /* Diamond Section */
    
    .diamond {
        width: 80px;
        height: 80px;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    .content .text {
        font-size: 14px;
    }

    .content .icon {
        font-size: 32px;
    }

    /* Grid Image Section */
    .grid-bacground{
        margin-top: 300PX;
    }
    .container {
        margin-top:2500px;
        padding: 20px;
    }
    .image-grid {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Header */
    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: 500px; /* Adjust height for smaller screens */
        width: 100%;
    }
    .wavebottom,
    .footerwave,.wave2  {
        display: none;
    }
    .header {
        display: none;
        flex-wrap: wrap; 
         width: 200%;
         
        text-align: center;
        padding: 10px;
    }
    /* .icon-manage {
        position: relative;
        display: flex;
        justify-content: center;
        /* margin-top: 10px; */
        /* margin-left: -1000PX; 
        gap: 5px;
    } */
    .logo img {
        width:100px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
         background: #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 {
        
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-menu a {
        font-size: 10px;
        margin: 3px;
    } */

    /* Banner */
    #tag-line {
        font-size: 30px;
        padding-top: 300px;
        padding-left:120px;
    }

    #tag-para {
        font-size: 18px;
        /* padding-top: 160px; */
    }
    /* //MARGIN */
    .grid-bacground{
        margin-top: 100PX;
    }
    .container {
        margin-top:1450px;
        padding: 10px;
    }


    /* Diamond Section */
    .diamond {
        width: 60px;
        height: 60px;
    }

    .diamond span {
        font-size: 12px;
    }

    .content .icon {
        font-size: 24px;
    }

    /* Footer */
    .footer-section {
        margin-bottom: 15px;
    }

    .footer-bottom p {
        font-size: 12px;
    }
}

 
