
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family:  Arial, sans-serif;
    
  
}


nav{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0%;
    background: rgb(252, 253, 253);
    position: relative;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    
    

}

.menubar{
    display: flex;
    padding: 0 0 0 15px;
}


.icon{
    position: relative;
    left: 2%;
    color: darkblue;
}
  
nav img{
    width: 60px;
    height: 70px;
    padding: 10px 5px 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

 nav .flag
{
    border-radius: 2px;
    width: 75px;
    height: 75px;
    padding: 10px 5px 10px;
    
}

nav h1{
    font-size: 15px;
    padding: 10px 0px 10px;
    
    color: darkblue;
}

nav ul{
    display: flex;
    align-items: center;
    
    
}


nav ul li{
    list-style: none; 
    
    


}


nav ul li a{
    text-decoration: none;
    margin-inline: 4px;
    color: darkblue;
    font-size: 15px;
    margin-right: 15px;

    
    
    
    
}



.icon{
    align-items: center;
    font-size: 20px;
    margin-right: 20px;
    display: none;
}


hr{
    display: none;
}

@media(max-width: 768px){
    nav ul{
        display: none;
    }
    .flag{
        display: none;
    }
     .icon{
        display: flex;
        position: relative;
        margin-right: 15px;
    }
    
        
hr{
    display: block;
    color: #278003;
    width: 90%;
}



    .showdata{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 300px;
        text-align: center;
        line-height: 8px;
        padding: 0;
        gap: 10px;
        top: 70px;
        color: darkblue;
        background: rgb(226, 246, 251);
        z-index: 100;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        animation: slideInFromtop 1s ease-out;

    
    }
    

@keyframes slideInFromtop {
    0% {
        transform: translateY(-100%);
        opacity: 0.7;
        
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}

    
     nav ul li a{

    font-size: 17px;
    line-height: 26px;
    

    
 }

 
nav{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    position: relative;
    

}

.menubar{
    display: flex;
    padding: 0 0 0 10px;
    margin-left: 10px;
}


nav h1{
    font-size: 13px;

}

}







/*------navigation  system  for media screen end----*/





/*notice-board */




.modal {
    
     display: none; /* Initially hidden */
    position: absolute;
    place-items: center;
    height: 95vh;
    z-index: 1000; 
    width: 90%;
    background-color: rgb(116, 132, 142); /* Semi-transparent background */
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    
}

.modal-content {
    
    width: 80%;
    height: 90vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}


@media (max-width:768px){
  
.modal {
    
    height: 90vh;
    z-index: 1000; 
    width: 90%;
    background-color: rgb(116, 132, 142); /* Semi-transparent background */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
  
}


.modal-content h2{
    color: whitesmoke;

}

.modal-content img {
    margin-top: 10px;
    width: 100%;
    max-height: 85vh;
    object-fit: contain; /* Ensures proper image scaling */
}

.close {
    position: absolute;
    
    top: -1%;
    right: -1%;
   
    font-size: 40px;
    cursor: pointer;
    color: whitesmoke;
}







  /* ---- slider section---- */

  

.slideshow-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    align-items: center;
    position: relative;
    overflow: hidden;

}





.slides {
    
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    
}


.slides    img {
    width: 100%;
    height: 100vh;
    display: block;
}




@media (max-width:768px){
    
.slideshow-container {
    display: flex;
    flex-direction: column;
    width: 100%; 
    height: 40vh;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 2px;
    

}

.slides {
    width: 100%;

}


.slides    img {
    width: 100%;
    height: 40vh;
    display: block;
}

    
.slideshow-container .prevp{

    top: 20%;
    
}

.slideshow-container .nextn{

    top: 20%;
    
}
}


@media (max-width: 1600px) and
       (min-height :700px)


       {
    
    .slideshow-container {
        display: flex;
        flex-direction: column;
        width: 100%; 
        height: 30vh;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        align-items: center;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        margin-bottom: 2px;
        
    
    }
    
    .slides {
        width: 100%;
    
    }
    
    
    .slides    img {
        width: 100%;
        height: 30vh;
        display: block;
    }

    }
    
    







.prevp, .nextn {
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(115, 115, 251);
    font-weight: bold;
    font-size: 30px;
    transition: 0.4s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: transparent;
}

.prevp{
    left: 1%;
    border-radius: 3px 0 0 3px;
}

.nextn {
    right: 1%;
    border-radius: 3px 0 0 3px;
    
}
/*
.prevp:hover, .nextn:hover {
    background-color: rgba(54, 112, 81, 0.8);
}

*/

.dots-container {
    display: inline-block;
    width: 100%;   
    position: relative;
    text-align: center;
    padding: 1px;
    background: transparent;
    margin: auto 0 0 auto;
    
}

@media (max-width:768px){

    .dots-container {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 1px;
        background: transparent;
        margin: auto 0 0 auto;   
    }
    }

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: auto;
    background-color: #f5f7ef;
    display: inline-block;
    transition: background-color 0.4s ease;
    border-radius: 20px;
    



}


.active, .dot:hover {
    background-color: darkblue;
}




@media (max-width:768px){

    

    .slideshow-container .prevp, .nextn{
        top: 45%;
    } 

    .slideshow-container  .nextn{
        top: 45%;
    } 


}
/*phone-call-icon */

.phone-call{
    color: black;
    background: skyblue;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid whitesmoke;
    position: fixed;
    bottom: 12px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 200;
    opacity: 1;
    pointer-events: all;
    transition: all 6s;

    animation: glow 0.7s infinite;

    

}
@keyframes glow {
    0% {
      box-shadow: 0 0 0px rgb(7, 69, 175, 1), 0 0 10px rgb(7, 69, 175, 1);
    }

    
    100% {
      box-shadow: 0 0 15px rgb(7, 69, 175, 1), 0 0 20px rgb(7, 69, 175, 1),
       0 0 25px rgb(7, 69, 175, 1);
    }
  }








/* totop-scrolling icons*/
html {
    scroll-behavior: smooth;
}

.to-top{
    color: darkblue;
    background: rgb(216, 214, 214);
    text-decoration: none;
    border: 2px solid darkblue;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.to-top.active{
    bottom: 10px;
    pointer-events: all;

    opacity: 1;
}





/*-----welcome div starts---*/

.welcome {
    width: 100%;
    display: block;
    margin-bottom: 0%;
    text-align: center;
    background-color: whitesmoke;
    word-spacing: 5px;
    padding: 10px 15px;
    
}

p{
    text-align: justify;
    padding: 5px;
    color: darkblue;
}

h1{
    text-align: center;
    padding: 5px;
    color: darkblue;
}



h2{
    text-align: center;
    padding: 5px;
    color: darkblue;
}



.btn{

    font-size: 15px;
    border: 1px solid darkblue;
    border-radius: 2px;
    text-decoration: none;
    color: darkblue;
    padding: 3px 5px ;
    margin-top: 15px;

    
}




/*------welcome box div ends----*/



.card-container{
   
    background-color: white; 
    padding: 10px;
    
}
 

.card-container .box-container{
    width: 100%;
    color: darkblue;
    padding: 10px 5px 10px;

    justify-content: center;
    font-size: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 2fr));
    gap: 4px;

}

.card-container .box-container .box{
   
    border-radius: 3px;

    background: rgb(232, 232, 234);
    text-align: center;
    padding: 5px 5px;

}

.card-container .box-container .box img{
    height: 160px;
    border: 1px solid darkblue;
    border-radius: 3px;
}

@media (max-width:768px){
    .card-container{
        padding: 5px;
    }

    
 .box-container{
    width: 100%;
    color: darkblue;
    padding: 10px 5px 10px;
    justify-content: center;
    font-size: 15px;

}
}























/*about_gosainkunda_4th_pages



/*--Our services*/
.main_scroll {
    position: relative;
    margin: 10px 10px;
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 2fr));
    flex-direction: column;
    text-align: center;
    color: black;
   
    
  }
  
  .section {

    width: 100%;
    color: darkblue;
    padding: 5px 0 5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0; /* Hidden by default */
    transform: translateY(50px); /* Initial position */
    transition: opacity 0.5s ease, transform 0.5s ease;


  }
  .section img{
    
    width: 300px;
    height: 200px;
    border-radius: 3px;
    object-fit: cover;
    background-position: center;
  }
  
  .section h2{
    font-size: 18px;
  }

  .section p{
    font-size: 15px;
  }

  
  .section.animate {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset position */
  }



/* College-facility */


.college-facility{
    position: relative;
    margin: 10px 10px;
    display: grid;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 2fr));
    flex-direction: column;
    text-align: center;
    
   
    
}


.facility{

    width: 100%;
    color: darkblue;
    padding: 10px 0 10px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0; /* Hidden by default */
    transform: translateY(50px); /* Initial position */
    transition: opacity 0.5s ease, transform 0.5s ease;
}




.facility img{
  
  width: 320px;
  height: 200px;
  border-radius: 2px;
  object-fit: cover;
  background-position: center;
}

.facility h2{
  font-size: 18px;
}

.facility p{
    padding: 0px 10px 0px;
  font-size: 15px;
}


.facility.animate {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset position */
  }




/* camp-one day */
.one-day-camp  h1{
    font-family: 'Arial', sans-serif;
    text-align: center;
    padding: 0 15px;
    
} 

.one-day-camp p{
    font-family: 'Arial', sans-serif;
    text-align: center;
    padding: 0 10px;
    color: darkblue;


}




.gallery-main {
 

    width: 100%;
    height: 100vh;
    background:rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    



  }
  
  .gallery-main img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  
  .gallery-main span {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  
  /* Styling for the image gallery thumbnails  */
  .gallery-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    align-items: center;
    text-align: center;
  }
  
  .gallery-img img {
    width: 200px;
    height: 170px;
    object-fit: cover;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .gallery-img img:hover {
    transform: scale(1.1);
  }


  .more-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    align-items: center;
    text-align: center;
  }



  .more-images img {
    max-width: 200px;
    max-height: 170px;
    object-fit: cover;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
    
  
  .more-images img:hover {
    transform: scale(1.1);
  }













  
  /* Show more button styling */
  #toggle-btn {
    display: block;
    margin: 5px auto;
    padding: 10px 20px;
    font-size: 16px;
    background-color: darkblue;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  #toggle-btn:hover {
    background-color: #0056b3;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .gallery-img {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-img img {
      width: 80%;
      height: auto;
    }

    .more-images {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    
      .more-images img {
        width: 80%;
        height: auto;
        align-items: center;
        text-align: center;
      }
  





  }
  
  @media screen and (max-width: 768px) {
    .gallery-main span {
      font-size: 24px;
      top: 10px;
      right: 15px;
    }
  
    #toggle-btn {
      width: 90%;
      font-size: 14px;
    }




  }

  


.more_less{
   position: relative;
   margin: 20px;
    width: 80%;
    height: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    padding: 5px 5px ;
    margin-top: 15px;
    background-color: olive;

}





    /*swiper-wrapper  */


    
.student-say{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    
}


.container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;  
    background: linear-gradient(#9ad7ef, #5eb9fa);
    background: transparent;


}

.card-wrapper{

    max-width: 100%;
    padding: 10px 10px;
    margin: 0 40px 0;
    overflow: hidden;
}





.card-list .card-item{
    list-style: none;
}



.card-list .card-item .card-link{
    user-select: none;
    display: block;
    background: #f1f6fd;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); */
    text-decoration: none;
    transition: 0.2s ease;
}

.card-list .card-item .card-link:active{
    cursor: grabbing;

}

.card-list .card-item .card-link:hover{
    border-color: #8780f5;
}


.card-list .card-link .card-image{
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
border-radius: 5px;

}
.card-list .card-link .badge{
    color: darkblue;
    padding: 8px 8px;
    margin: 5px 0px 5px;
    background: #eceef4;
    width: fit-content;
    border: 1px solid darkblue;
    border-radius: 3px;


}
.card-list .card-link .card-title{
    font-size: 1.1rem;
    color: darkblue;
    font-weight: 400;
}

.card-list .card-link .card-button{
    height: 35px;
    width: 35px;
    color: #8780f5;
    border-radius: 50%;
    margin: 20px 0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #39d5cb;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}
.card-list .card-link:hover .card-button{
    color: #e8e9ee;
    background: #8780f5;


}

.card-wrapper .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    opacity: 0.6;


    background: #2d1ff1;
}


.card-wrapper .swiper-pagination-bullet-active {

    opacity: 1;
}
.card-wrapper .swiper-slide-button{
    color: #0e058589;


    margin-top: -25px;


}

@media screen and (max-width: 768px) {

    .container{
        min-height: 50vh;
    }

    .card-wrapper{
        margin: 0px 3px 0px;
    }
   /* 
    .card-wrapper .swiper-slide-button{
        
    display: none;
    }
    */
}


@media screen and (max-width: 1600px) {

    .container{
        min-height: 30vh;
    }

    .card-wrapper{
        margin: 0px 3px 0px;
    }
    
    .card-wrapper .swiper-slide-button{
        
    display: none;
    }
    
}






































  /*footer_4_column*/




  .footer_container{
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    font-family:  sans-serif;
    background-position: center;
    background-size: cover;

}
.footer_container h2{
    text-align: left;
}
/*--content container--*/


 .container_a{
    width: 45%;
    color: darkblue;
    padding: 0 20px 0px;
    

}


.container_a .sci{
    margin-top: 10px;
    display: flex;
}
.container_a .sci li{
    list-style: none;
}
.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 5px;
}


.sci li a .fab{
    color: darkblue;
    font-size: 20px;
}

/*content--container--end--*/


/* ---map---- */

.container_c{
    position: relative;
    width: 45%;
    color: darkblue;  
    padding: 0 20px 10px;
}

iframe{
    position: relative;
    width: 100%;  
    height: 240px;
    border-radius: 4px;
}

/*--map containere--end---*/




.container_d{
    display: inline-block;
    color: darkblue;
    width: 45%;
    padding: 0 20px 10px;
    font-family: Arial, sans-serif;
   
}
.container_d .info{
    position: relative;
    padding: 0 20px 10px 0;
    width: 100%;
}
.container_d .info li{
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 30px;

}


.container_d .info li span:nth-child(1){
    color: darkblue;
    font-size: 15px;
    margin-right: 15px;

}


.container_d .info li span{
    color: darkblue;
    cursor: pointer;
    font-size: 15px;

}

.container_d .info li a{
    color: darkblue;
    text-decoration: none;
    font-size: 15px;
    
}


.container_d .info li a:hover{
    color: rgb(66, 66, 245);
    text-decoration: none;
    font-size: 17px;
    
}


.form-group {
    padding: 1px;
 }
 
 label {
     font-size: 1em;
     color: darkblue;
 }
 
 input, textarea {
     width: 100%;
     padding: 5px;
     margin-top: 1px;
     border: 1px solid #ccc;
     border-radius: 4px;
     font-size: 1em;
     background: whitesmoke;
 }
 
 button {
     width: 100%;
     padding: 5px;
     background-color: #adf9af;
     color: darkblue;
     font-size: 1.2em;
     border: none;
     border-radius: 4px;
     cursor: pointer;
 }
 
 button:hover {
     background-color: #45a049;
 }
 
 
 
 
 
 
 /*send us sms end */

















   .copyrightText {
    width: 100%;
    position: relative;
    background: rgb(216, 214, 214);
    text-align: center;
    border-bottom-right-radius: 2px;

    border-bottom-left-radius: 2px;
}
.copyrightText p{
    text-align: center;
    font-size: 13px;
    padding: 15px;
    color: darkblue;
}


 @media (max-width: 768px){
     .container_a  {
        position: relative;
        width: 100%;
    }

    .container_b{
        position: relative;
        width: 100%;
    }

   .container_c{
    position: relative;
    width: 100%;
    
    background-color: transparent;
    
   }

   iframe{
    
    width: 100%;
    height: 240px;
    }

    .container_d{
        width: 100%;
    }


 }





