body{
    width:100%;
    margin:0;
/* General Page Styling */
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background:whitesmoke;
    color: #4b2e05;
    line-height: 1.6;
}
#slider {
    background-image: url('../images/fsic.png');
    text-align: center;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    width:100%;
    color:black;
    height: 400px;
    background-size: cover;
    background-position: center;
    justify-content: center;
    padding-top: 80px;

    
}
#slider h1 {
    margin-bottom: 1rem;
    color: #fff;
}

#slider button {
    background: white;
    color:whitesmoke;
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: 25px;
    cursor: pointer;
    background-color:#4b2e05;
    font-size: large;
}
#slider button:hover {
    background:#333;
    color: white;
    transform: scale(1.05);
}
#about {
    text-align: center;
    padding: 2rem;
    margin: 2rem auto;
    background: white;
    width: 85%;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
#about h1 {
    color: #8b5e3c;
}
#about p {
    font-size: 1.1rem;
}
.twodivs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}
.card {
    background: #fff7ee;
    padding: 1.5rem;
    border-radius: 20px;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.4s, box-shadow 0.4s;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.card img {
    width: 150px;
    border-radius: 15px;
    margin-bottom: 1rem;
}
#mission {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 2rem auto;
    padding: 2rem;
    width: 85%;
    border-radius: 20px;
    background: linear-gradient(to right, #fff, #f8e7d0);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
#mission img {
    width:350px;
    border-radius: 15px;
}
#mission h1 {
    color: #8b5e3c;
}
#mission p {
    margin-bottom: 1rem;
    width: 700px;
}
.head button{
 margin: 15px auto;
    background: white;
    color:whitesmoke;
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: 25px;
    cursor: pointer;
    background-color:#4b2e05;
    font-size: large;  
}
.head button:hover{
  background-color: #333;
     color: white;
    transform: scale(1.05);  
}
#about button {
  margin: 15px auto;
    background: white;
    color:whitesmoke;
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: 25px;
    cursor: pointer;
    background-color:#4b2e05;
    font-size: large;

}
#about button:hover{
    background-color: #333;
     color: white;
    transform: scale(1.05);
}
#gallery {
  display: flex;
  justify-content: center;
  gap: 300px;
  margin: 40px;
}
.gallery-img {
  width: 220px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.rotating-img {
  animation: spin 12s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
footer {
  background:#333;
  color: white;
  text-align: center;
  padding: 20px;
}
#footer{
    width: 100%;
    height: 250px;
    background-color:blanchedalmond;
    display: flex;
}
.footer1{
    width: 25;  
}
.footer1 img{
    width: 50px;
    height: 50px;
}
.footer2{
    width:25% ;
     text-align: center;  
}
.footer2 ul{
    list-style:none ;
}
.footer3{
width:25% ;

text-align: center;
}
.footer3 img{
    width: 40px;
    height: 40px;
}
.footer4{
    width:25% ;
text-align: center;
}
.footer4 img{
width: 40px;
height: 40px;
padding-left: 10px;
}



    


