body {
    margin-top: 0;
    margin-right: 0;
    align-items: center;
    scroll-behavior: smooth;
   }

 .assignment {
       width: 100%;
      overflow: hidden;
      background: #222;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      color: white;
      font-size: 15PX;
      font-weight: bold;
      white-space: nowrap; 
      font-family: 'Courier New', Courier, monospace;
    margin-top: 0;   

    @media (min-width: 769px){
        font-size: 20px;
    }

    
}

    .ass {
      display: inline-flex;
      animation: scroll-left 100s linear infinite;
    }

    .asss {
        display: inline-flex;
        padding-right: 100px;


    }

    .ass p {
      flex: 0 0 auto;
      margin: 0;
      letter-spacing: 12px;
      padding: 0 120px; /* spacing between texts */
    }

    /* Keyframes for continuous movement */
    @keyframes scroll-left {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }



    .head {
        background-color: black;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        color: white;
        gap: 10px;

    }

    .news {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px;
        line-height: 1.5;
        letter-spacing: 1.2px;
        width: 100%;
        text-align: justify;
        align-items: center;
        justify-content: center;  
        font-weight: normal;
         font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

        
    }

    .news div {
        width: 90%;
    }

    .enroll {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: rgb(3, 59, 97);
    width: 100%;
    }

.swiper {
    
}

.swiper-slide {
   
}







    .footer-content {
display: grid;
grid-template-columns: 1fr 0.5fr 1fr 1fr;
background-color: black;
    color: rgb(255, 255, 255);
    padding: 20px;
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";


   @media (max-width: 480px) {
         
                    display: flex;
                    flex-direction: column;
        justify-content: center;
        align-items: left;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
    max-width: 100%;
        
    }


       @media (max-width: 768px) {
         
                    display: flex;
                    flex-direction: column;
        justify-content: center;
        align-items: left;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
    max-width: 100%;
        }
    }

   


.foot1 {
    width: auto;
    height: auto;
    align-items: left;
    margin-left: 0px;
    display: grid;
    grid-template-columns: 1fr 4fr 2fr;
    column-gap: 0px;
    padding: 0px;
    justify-content: left;

}

.footer-logo-container {
 min-width: 60px;
min-height: 65px;
  margin: 0 auto;

}
.footer-logo {
  width: 60px;
 
  margin: 0 auto;
}

.foot1-2, .foot1-3 {
  
    
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    

   
}



    .foot2 {

    text-align: right;
    margin-left: -50px;
    margin-top: 21px;

    @media (max-width: 480px) {
        display: flex;
        flex-direction: column;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    
    }

     @media (max-width: 768px) {
        display: flex;
        flex-direction: column;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    
    }
    }

    .contact-info {
        margin-top: 20px;
        text-align: right;

         @media (max-width: 480px) {
        display: flex;
        flex-direction: column;
    text-align: left;
    padding-left: 0px;
    margin-left: -160px;
    
    }


       @media (max-width: 768px) {
        display: flex;
        flex-direction: column;
    text-align: left;
    padding-left: 0px;
    margin-left: -160px;
    
}
    }
.mail, .phone, .whatsapp, .location {
    margin-left: 160px;
    display: flex;
    gap: 10px;
    margin-top: -17px;
    align-items: center;

}


.f-icon {
     width: 23px;
    height: 23px;
    margin: 0px;
  
}

.footnote {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    


     @media (max-width: 480px) {
        display: flex;
    }
}
 a {
      text-decoration: none;   /* removes underline */
      color: inherit;          /* takes the color of surrounding text */
    }

    .footlast {
        display: flex;
        justify-content: center;
        align-items: center;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
    max-width: 100%;

       @media (max-width: 480px) {
         
                    display: flex;
        justify-content: center;
        align-items: center;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
    max-width: 100%;
        }

         @media (max-width: 768px) {
         
                    display: flex;
        justify-content: center;
        align-items: center;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.5px;
    max-width: 100%;
        }
        
}
.foot4 {
    letter-spacing: 1.9px;
    font-weight: normal;
}


