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

      
    /* css3 3 */

html {
    overflow-x: hidden;
}

:root {
    --primary-color: #8490ff;
    --secondary-color: #212121;
    --bg: #fff;
    --text-color: #333;
    --bg-gray: #f2f2f2;
    --header-green-color: #36ed22;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

.brand-logo-name {
    text-decoration: none;
    color: #fff;
    font-size: 1.75rem;
    padding: 5px;
}

a {
    text-decoration: none;
    color: #8490ff;
    transition: color 0.3s ease;
}

a:hover {
    color: #212121;
}

.header {
    padding: 1.6rem 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: skyblue;
    box-shadow: 0px 0px 20px 0px rgba(132, 144, 255, 0.2);
    width: 100%;
    height: 10vh;
}

.header img {
    height: 30px;
    padding-top: 8px;
}

/*  */
/*  
 */

.school-img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

.img-container {
    position: relative;
}

.img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #1bf346;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 0.5rem;
    animation: img-blink 2s infinite alternate;
}

@keyframes img-blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}
.footerfoot{
  background-color: #222f3d;
}


#marquee{
  color: white;
  border: gray;
}
#vision {
    padding: 4rem 0;
    background-color: #3ca0e7;
}

#vision h2 {
    text-align: center;
    color: var(--bg);
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

#vision p {
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.125rem;
}



.foot-p1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
}
.foot-p2{
    background-color: #222f3d;
    color: white;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
ul a:hover{
    border:2px solid white ;
}
.foot-p3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5rem solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    /* background-image: url(https://i0.wp.com/www.dafontfree.co/wp-content/uploads/2021/11/Amazon-Logo-Font-1-scaled.jpg?resize=2560%2C1578); */
    background-size: cover;
    height: 50px;
    width: 100px;
}
.foot-p4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.75rem;
    text-align: center;
   
}
.pages{
   
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;
   
}

body {
  transition: background-color 0.5s, color 0.5s;
  }
  
  /* Dark Mode Styles */
  .dark-mode #main{
  background-color: black;
  color: white;
  }
  
  /* Toggle Button Styling */
  #toggleDarkMode {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background: #333;
  color: white;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  /* Dark mode button effect */
  .dark-mode #toggleDarkMode {
  background: #ff5722;
  }
  
  /* Click animation */
  #toggleDarkMode.clicked {
  transform: scale(0.9);
  }
  
  /* Hover Effect */
  #toggleDarkMode:hover {
  background: #555;
  }
  
  .dark-mode #toggleDarkMode:hover {
  background: #e64a19;
  }
  
  /* Button Active State (Sliding effect) */
  #toggleDarkMode.active {
  background: #ff5722;
  }


  .features, .testimonials, .news {
    margin-top: 40px;
  
     background: linear-gradient(90deg,#222,#3ca0e7,#3ca0e7,#3ca0e7,#222f3d);
     font-family: 'Poppins', sans-serif;
}
.feature-item, .testimonial, .news-item {
  background: linear-gradient(90deg,#222,#3ca0e7,#3ca0e7,#222f3d);
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 1px;
    font-family: 'Poppins', sans-serif;
}





  