* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: sans-serif;
    background-color: #f0f8ff;
  }
 .header{
    height: 150px;
    width: 100%;
    display: flex;
   
 }
 #name{
  width: 90%;
  margin-left: 2%;

 }
 #name h5{
  margin-top: 15px;
  text-align: center;
  
 }
 .header #name h1{
  color: #230fdd;
  text-align: center;
  font-size: 60px;
 }
 #sosl{
width: 5%;
  text-align: right;
  align-items: flex-end;

 }

 .header #sosl img{
  border-radius: 50%;
  height: 100px;
  margin-top: 5px;
margin-left: 5px;


 }
 #smsl{
  width: 7%;

  text-align: right;
  margin-right: 5px;
 }
 #smsl img{
  border-radius: 50%;
  height: 100px;
  margin-top: 5px;
  


 }

/* Sticky Navbar */
.menu-bar {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Transparent background */
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menu-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  list-style: none; /* Remove bullets */
}

.menu-bar ul li {
  position: relative;
  margin: 0 15px;
  list-style: none; /* Ensure no bullets on list items */
}

.menu-bar ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: background 0.3s, color 0.3s;
}

.menu-bar ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #00bcd4;
  border-radius: 5px;
}

/* Dropdown Menu */
.dropdown-cbse {
  position: absolute;
  top: 100%;
  left: 0; /* Align submenu to the left */
  background: rgba(0, 0, 0, 0.9);
  display: none;
  border-radius: 5px;
  overflow: hidden;
  min-width: 200px;
  z-index: 1000;
}

.dropdown-cbse ul {
  display: flex;
  flex-direction: column;
  list-style: none; /* Remove bullets from dropdown list */
  margin: 0;
  padding: 0;
}

.dropdown-cbse ul li {
  list-style: none; /* Ensure no bullets on dropdown list items */
}

.dropdown-cbse ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #ddd;
}

.dropdown-cbse ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #00bcd4;
}

/* Show dropdown on hover */
.menu-bar ul li:hover .dropdown-cbse {
  display: block;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .menu-bar ul {
    flex-direction: column;
    text-align: center;
  }

  .menu-bar ul li {
    margin: 10px 0;
  }

  .dropdown-cbse {
    left: 0; /* Adjust for smaller screens */
    width: 100%; /* Make dropdown full width */
  }

  .dropdown-cbse ul {
    width: 100%;
  }
}
/* /* Slideshow container 
.slideshow-container {
 
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  max-width: 100%;
  position: relative;

  margin-top: 10px;
  

}
.slideshow-container img{
  height: 350px;
}

Hide the images by default
.mySlides {
  display: none;
}

/* Next & previous buttons */
/* .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
} */

/* Position the "next button" to the right */
/* .next {
  right: 1;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 */


/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
} */
/*                   image slider               */
  /* .slider {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 200px;
}

.slides {
    display: flex;
    width: 100%;
    animation: slide 16s infinite;
} */

/* .slides img {
    width: 100%;
    transition: transform 0.2s ease-in;
    height: 200px;
}

@keyframes slide {
    0% { transform: translateX(0); }
    25% { transform: translateX(-100%); }
    50% { transform: translateX(-200%); }
    75% { transform: translateX(-300%); }
    100% { transform: translateX(0); }
} */ */




.slideshow-container {
  max-width: 100%;
  position: relative;
  margin : auto;


}
.mySlides {
  display: none;
  margin-top: 20px;
}
img {
  vertical-align: middle;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: 0.4;}
  to {opacity: 1;}
}
/* Button styling */
.enq {
  text-align: center;
}

/* Button Styling */
.enq button {
  background: linear-gradient(45deg, #ff416c, #ff4b2b); /* Gradient background */
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.enq button:hover {
  background: linear-gradient(45deg, #ff4b2b, #ff416c); /* Reverse gradient */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.05); /* Slightly enlarge the button */
}

/* Focus Effect */
.enq button:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(255, 75, 43, 0.7);
}
button{
    padding-top: 10px;margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 50px;

    
}


/* styling for mgt */
.mgt{
    width: 100%;
    display: flex;
    text-align: center;
   
    justify-content: center;  /* Centers the flex items horizontally */
        /* Centers the flex items vertically */
   

  

    
}
.col{
    width: 400px;
    text-align: center;
    height: 500px;
    padding-right: 10px;
    margin-right: 10px;
}
#col1{
  background-color: rgb(77, 147, 149);
}
#col2{
    background-color: rgb(25, 230, 162);
}
#col3{
    background-color: rgb(8, 114, 79);
}
.row2{
    width: 100%;
    display: flex;
    justify-content: space-around
}
.row2 .r2col:hover{

  animation :mymove 2s infinite;
  
  
  
}
@keyframes mymove{
  from{background-color: rgb(156, 241, 70);}
  to{background-color: #230fdd;}
}
/* School building */
.build{
 width: 100%;
 text-align: center;


}
.build img{
  height: 400px;
  width: 85%;
}
.col .temp{
  height: 100px;
  padding-top: 20px;
  width: 150px;
}
.col1img {
  height: 100px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
padding-top: 20px;

width: 100px; /* Adjust the width as needed */
            height: 400px; 
}

 .col1img img{

  padding-top: 10px;
  overflow: hidden;
  object-fit: cover; /* Ensure the image covers the container */
  transition: transform 5s, filter 3s ease-in-out; /* Smooth transition for zoom and filter */
  filter: brightness(150%);


}
.col1img:hover img {
  transform: scale(1.5); /* Zoom the image */
  filter: brightness(100%); /* Adjust the brightness */
}
.r2col{
background-color: rgb(156, 241, 70);
height: 70px;
margin: 40px;
width: 500px;
text-align: center;
  /* Centers the flex items horizontally */
    align-items: center;  
    justify-content: center; /* Centers the text horizontally */  
    display: flex;
    justify-content: center; /* Centers the text horizontally */
    align-items: center;     /* Centers the text vertically */
    text-align: center;      /* Centers the text within each column */
    width: 100%;             /* Adjust width as necessary */
              /* Adjust height as necessary */
    border: 1px solid #000;  /* Optional: For visual aid */
    
}
.row3{
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 300px;
    background-color: rgb(2, 2, 55);
    color: white;
    padding-top: 20px;
    font-size: 20px;
}
.row3 ul li {
  margin-top: 10px;
  color: rgb(235, 232, 227);
  padding-left: 10px;
  margin-left: 20px;
}
.row3 ul li a{

  color: rgb(235, 232, 227);
  font-size: 10px;
}
.row3 ul li :hover{
  background-color: rgb(93, 55, 6);
}



/* tis is for management */
.row-three-manage {
  margin-top: 5px;
  display: flex; /* Enables Flexbox layout */
  /* justify-content: space-between; Adds equal spacing between columns */
  gap: 10px; /* Adds spacing between the columns */
  padding: 20px; /* Adds padding inside the container */
  height: 800px;
  /* border: 3px solid green; */
  justify-content: center;
}

/* Equal Height Columns */
 .row-three-manage-col1{
  height: 800px;
  /* border: 3px solid green; */
  width: 400px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);  


}
.row-three-manage-col1-row1 {
  display: flex;
  justify-content: center;
  align-items: center;

}
.row-three-manage-col1-row1 > img{
  height: 300px;
  margin-top: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
  transition:
   
    width 10s,
    height 10s;
    
    transition-duration: 3s;

}
/* transition for amar sir image */
.row-three-manage-col1-row1 > img:hover{
 
  height: 350px;
}
.row-three-manage-col1-row2 > p{
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;

} 
.row-three-manage-col2{
  height: 800px;

  width: 400px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);  


}
.row-three-manage-col3{
  height: 800px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);  

  width: 400px;


}
/* Responsive Design */
@media (max-width: 768px) {
  .row-three-manage {
    flex-direction: column; /* Stacks columns vertically on small screens */
  }
}


/*   Design and developed */
.Design {
  display: flex; /* Enables flexbox layout */
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  height: 70px; /* Maintain the specified height */
  background-color: #000;
  color: white;
  width: 100%;
  text-align: center;
}

.Design > h6 {
  margin: 0; /* Removes any default margins on the <h6> tag */
  justify-content: center; /* Centers content horizontally */
  text-align: center;
}
