@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
	margin:0;
	padding:0;
    font-family:"roboto",sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
}



/*  top header    */
.top-header {
    background-color: #177B49;
    height: 40px;
    line-height: 40px;
}
.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: .5px;
    margin-right: 15px;
}
.admission-open {
    text-align: right;
}
.main-menu{
    background-color:#ffff;
    box-shadow: 0px 2px 10px 0px #9f9f9f;
}
/* Dropdown menu background */
.navbar .dropdown-menu {
  background-color:#fff;   /* white bg */
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Dropdown text color */
.navbar .dropdown-menu .dropdown-item {
  color: #000;                 /* black text */
  font-weight:300;
}

/* Hover effect */
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #d1f7e4;
    color: #177b49;
}


.manu-nav {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 600;
}
.manu-nav li a {
    color: black;
    transition: 1s;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
}
.navbar .dropdown-menu .dropdown-item{
    color: black;
    transition: 1s;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
}
div#mainNavbar {
    margin-right: -10px;
}
.manu-nav li a:hover{
    color:red ;
}
img.img-fluid.brand-nav {
    width: 300px;
}



/*
   mid word
*/





section.mid-word {
    padding: 60px 0px;
}



/* Section Styling */
.school-section{
    padding: 80px 0;
}

.school-box{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 20px 50px rgba(0,0,0,0.1);
}



.school-img {
    width: 100%;
    border-radius: 5px;
    transition: 0.4s;

    }

.school-img:hover{
    transform:scale(1.03);
}




/* Title */
.school-title{
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.school-title span{
    color:#177B49;
}

.paragraph{
    font-size: 16px;
    color: #3a3a3a;
    line-height: 30px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

/* Button */


.btn.btn-custom {
    background: #ad0505;
    color: #fff;
    padding: 5px 22px;
    border-radius: 20px;
    margin-top: 3px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Roboto';
   }

.btn.btn-custom:hover {
    background: #177B49;
    color: #fff;
    transform: translateY(-3px);
}


/* Responsive */
@media(max-width:991px){
    .school-title{
        font-size:30px;
    }
}


.small-heading{
    color:#777;
    font-weight:500;
    font-size:16px;
}

.small-heading i{
    color:#d62828;
    font-size:20px;
}


/*con-card- web*/

section.con-card-web {
    padding: 60px 0px;
    background: rgba(0, 0, 0, 0.125);
}
.con-card-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}



a.btn.btn-red {
    background: #ad0505;
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
}



.card-custom {
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s;

}

.card-custom:hover{
    transform:scale(1.03);
}


.card-custom img {
    width: 80px;
    margin-bottom: 15px;
}

.card-title-custom {
    color: #c40000;
    font-weight: 700;
    font-size: 22px;
}

.card-text-custom {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.btn-red {
    background: #c40000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-red:hover {
    background: #a30000;
    color: #fff;
}



/*   Light Galley   */



.gallery-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
}





/*    about-us      */
.about-us {
   padding: 50px 0px;
    background-image: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 46%)), url(../img/slider/slider_5.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
}


.about-mid .img-fluid {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    border: 2px solid #ad0505;
    padding: 5px;
    box-shadow: 10px 10px 9px 1px #e7e7e7;
}

.about-text{
    font-size: 46px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}
.about-mid{
    padding: 50px 50px;
    background-color:#ffff;
}

.about1 {
      font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
    color: #686767;
}

h2.text-mid {
    font-size: 36px;
    font-weight: 600;
    color: #ad0505;
    line-height: 1.5;
}

.left-text{
    animation: slideLeft 1s ease-in-out forwards;
    
}
@keyframes left-text{
    0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.text-right {
  animation: slideRight 1s ease-in-out forwards;
 
}

@keyframes slideRight {
  0% {
    transform: translateX(200px); /* right se */
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

section.about-pages {
    padding: 60px 0px;
}



/*     admission    */

.admission{
     padding: 50px 50px;
   background-image: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 46%)), url(../img/silder3.webp);
    background-size: cover;
    background-position: center;
    height: 300px;

}
.adm-text{
        font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
     text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);

}
.admission-form{
    padding: 60px 0px;

}

.admission-form .form-label {
    margin-bottom: .5rem;
    font-family: 'Roboto';
    letter-spacing: 1px;
}
.ad-text {
    font-size: 25px;
    font-weight: 600;
    font-family: serif;
    border-bottom: 2px solid #ab0001;
    text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
}
button.btn.ad-button.mt-2 {
   background-color: #ab0001;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
}

/*    founder     */
.founder{
     padding: 50px 50px;
    background-image: url(../img/silder4.webp);
    background-size: cover;
    background-position: center;
    height:300px;

}
h4.text-center.mb-4 {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
    color: #ab0001;
}
.text-fo{
    font-size: 30px;
    font-weight: 600;
    font-family: serif;
    color: #fff;
    text-align: center;
    margin-top:60px;
}
.fu-img{
        width: 165px;
    border: 2px solid green;
}
.founder-main{
       padding: 50px 50px;
    background-color: #b5a5a5;
}
.fou-text{
        font-size: 14px;
    font-weight: 600;
    word-spacing: 10px;
    font-family: serif;
    color:black;
}

.fou2-text{
    font-size: 18px;
    font-family: serif;
    font-weight: 600;
    color: red;
    position: relative;
  display: inline-block;
}
.fou2-text::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  border-bottom:2px solid #ff0000;
}


/*  manger    */
.manger{
    padding:50px 50px;
    background-color:#b5a5a5;
}



.pic-photo{
  border-radius: 12px;
  cursor: pointer;
}

.photo-text {
    color: #1b1c1c;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
}

.img-modal{
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.img-modal img{
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.fade-left{
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.2s ease;
}

.fade-left.show{
  opacity: 1;
  transform: translateX(0);
}





/*    mangement   */

.mangement{
    padding:80px 80px;
    background-color:#f5f7fa;

}
.small-card{
    width: 100%;
    max-width: 250px;
    height: 320px;
    overflow: hidden;
    text-align:center;


}
.small-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:12px;
    background-color:#f1f8e9;
}

.mang-p{
        font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    word-spacing: 3px;
    letter-spacing: 1px;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* max 4 lines */
    -webkit-box-orient: vertical;
    font-family: 'Poppins';
}
.read-more-text.show{
  -webkit-line-clamp: unset;
}
.mang-text{
    font-size: 15px;
    margin-top:10px;
    color:#ab0001;
    text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
}


/*  Contact     */ 
.contact {
    padding: 50px 50px;
}


h2.information {
    font-size: 25px;
    font-family: serif;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin-bottom:22px;
    color:#ac0405;
    text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
}
.content-box.d-flex.align-items-start {
    gap: 28px;
}
.contact-icon i {
    width: 30px;
    height: 30px;
    background: #ac0405;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.contact-text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.form-group {
    margin-bottom: 10px;
}
.form-group label{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    word-spacing: 1px;
    color: black;
}


button.btn.submit-button {
   background-color: #ab0001;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
}


  /*     photo-gallery         */
  .main-gallery{
    background-image: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 46%)), url(../img/silder3.webp);
       background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:300px;
  }
  h2.gallery-heading {
    text-align: center;
    margin-top: 60px;
    font-size: 50px;
    font-weight: 700;
    color:#fff;
    
}


.gallery{
   padding: 60px 0px;
    background: #fbf5f5;
}
  .photo-gallery{
    display:grid;
    grid-template-columns: repeat(4, 1fr); /* 4 image ek row me */
    gap:15px;
}

.photo-gallery img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:6px;
}

.item{
    display:none;
}


.pagenation{
    text-align:center;
    margin-top:25px;
    justify-content:center;
}

.pagenation button{
    padding:8px 14px;
    margin:12px;
    border:none;
    background:#0d6efd;
    color:#fff;
    cursor:pointer;
    border-radius:4px;
}

.pagenation button.active{
    background:#000;
}






/*     footer       */




.footer{
    background:#0F172A;
    color:#CBD5E1;
}

.footer h5 {
    color: #024424;
    margin-bottom: 20px;
    font-family: 'Roboto';
}
.footer a {
    color: #404040;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Roboto';
    font-size: 16px;
}

.footer p {
    margin-bottom: 0px;
    line-height: 30px;
    color: #404040;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Roboto';
    font-size: 16px;
}
.footer-bottom p {
    border-top: 1px double #adadad;
    margin-top: 0px;
    padding: 15px 0px 0px 0px;
    margin-bottom: 0px;
}

.footer a:hover{
    color:#1e293b;
    padding-left:5px;
}

.social-icons a{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#1E293B;
    border-radius:50%;
    margin-right:10px;
    transition:0.3s;
    color:#fff;
}

.social-icons a:hover {
    background: #ab0001;
    color: #fff;
}s

.footer-p{
    padding-left: 100px;
}


.footer {
    background: url(https://static.vecteezy.com/system/resources/thumbnails/036/643/421/small/dotted-world-map-free-vector.png);
    background-color: rgba(0, 0, 0, 0.125);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-p p{
    color: #484848;
    margin-top: 20px;
    text-align: justify;
    font-family: 'Roboto';
    font-size: 16px;
}


/*  pricedistrubution       */




section.pricedonation {
    padding: 50px 50px;
}


.text-center.vild-text {
    font-size: 21px;
    font-weight: 400;
    color: #ab0001;
    border-bottom: 2px solid;
}

section.vild {
    padding: 50px 50px;
}


.anuul-fuction a {
    text-decoration: none;
    font-size: 14px;
    color: #ab0001;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
}

.price-distribution a {
    text-decoration: none;
    font-size: 14px;
    color: #ab0001;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
    }

.vild-collage a {
    text-decoration: none;
    font-size: 14px;
    color: #ab0001;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
}

.card.anuul-fuction {
    background-color: rgb(255 255 255 / 0%);
    transition: 0.3s;
}

.card.price-distribution {
    background-color: rgb(255 255 255 / 0%);
    transition: 0.3s;
}

.card.vild-collage {
    background-color: rgb(255 255 255 / 0%);
    transition: 0.3s;
}

.card.vild-collage:hover{
    transform:scale(1.03);
}
.card.price-distribution:hover{
    transform:scale(1.03);
}
.card.anuul-fuction:hover{
    transform:scale(1.03);
}


section.gallery h2 {
    text-align: center;
    color: #ab0001;
    font-size: 30px;
    border-bottom: 2px solid;
    font-weight: 500;
}

.pagenation button {
    background: #aa0001;
}


section.\32 6annul {
    padding: 50px 50px;
}

.\32 6annul h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #ac0001;
    border-bottom: 2px solid;
}



/*    admission button 

*/


a.btn.btn-admission {
    background: #A80001;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    margin-left: 50px;
}

a.btn.btn-admission:hover{
    background: #177B49;
    color:#fff;
}



/*  founder and manger and pricnicpal    */
section.founder-content {
    padding: 60px 0px;
}



.founder-imgg {
    border: 2px solid #ad0505;
    padding: 5px;
    box-shadow: 10px 10px 9px 1px #e7e7e7;
}




/* counetr school wala   */



.counter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ad0505, #187447);
}

.counter-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(8px);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.counter-card:hover {
    transform: translateY(-8px);
}

.counter {
    font-size: 40px;
    font-weight: 700;
}




/*  our services   */



.our-services {
    padding: 70px 0px;
    background: #f3f3f3;
}

img.img-fluid.our-box {
    padding: 5px;
    border: 2px solid #ad0505;
    border-radius: 50%;
}

.icon-p p {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #6e6d6d;
    font-weight: 400;
   }

.icon-heading h5 {
   font-size: 14px;
    font-weight: 500;
    color: #5c5c5c;
}

i.fa.fa-check-circle.me-3 {
    color: #448df9;
}

h2.our-heading-main {
    font-size: 34px;
    color: #404040;
    font-weight: 600;
    }


.our-heading h4 {
   font-size: 20px;
    font-weight: 600;
    color: #7a7a7a;
    line-height: 30px;
}



.our-p p {
   font-size: 12px;
    text-align: justify;
    line-height: 25px;
    color: #5c5c74;
    font-weight: 400;
}

.our-list p {
   font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0559cb;;
}


a.btn.btn-more.rounded-pill {
    border: 2px solid #ad0505;
    color: #ad0505;
    font-weight: 500;
    padding: 8px;
}


.left-side {
    padding-right: 40px;
}

/*new css*/

.section-title{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
        font-family: 'Montserrat';
}

.title-line{
    width:80px;
    height:4px;
    background:#A80001;
    margin:auto;
    border-radius:5px;
}


.why-choose-us{
    padding:70px 0;
    background:url('../img/texture.webp') center center/cover no-repeat;
    position:relative;
    z-index:1;
}

/* Dark overlay for better text visibility */
.why-choose-us::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(23 123 73 / 12%);
    z-index:-1;
}



.why-card{
    background:#fff;
    padding:30px 20px;
    border-radius:8px;
    transition:0.3s;
    height:100%;
    box-shadow:0 0 10px rgba(0,0,0,0.08);
}

/* Icon */
.why-card i{
    font-size:40px;
    color:rgb(23 123 73) !important;
    margin-bottom:15px;

}

/* Heading */
.why-card h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

/* Text */
.why-card p{
     font-size: 16px;
    color: #3a3a3a;
    line-height: 30px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;

}

/* Hover Effect */
.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

.why-card:hover i{
    color:#177B49;
}

.stats-section{
    padding: 60px 0;
    background: #f5f7fb;
    font-family: 'Montserrat', sans-serif;
}



.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-card{
    text-align:center;
    padding:40px 20px;
    border-radius:15px;
    background:#fff;
    color:#333;
    backdrop-filter:blur(10px);
    
    transition:0.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.2);
}

.stat-card .icon{
    font-size:40px;
    margin-bottom:10px;
}

.stat-card h3{
    font-size:38px;
    margin:10px 0;
    font-weight:700;
}

.stat-card p{
    font-size:16px;
    opacity:0.9;
}

.school-stats{
    padding:80px 0;
    background:#f6f8fb;
    font-family:'Montserrat', sans-serif;
}

.stats-title{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:#b30000;
    margin-bottom:60px;
}

.stats-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-box{
    background:#fff;
    border-radius:15px;
    text-align:center;
    padding:40px 20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.stat-icon{
    font-size:40px;
    margin-bottom:15px;
}

.stat-box h3{
    font-size:36px;
    color:#1e7d43;
    font-weight:700;
}

.stat-box p{
    margin-top:8px;
    font-size:16px;
    color:#555;
}

.light-gallery{
    padding:70px 0;
    background:url('../img/texture.webp') center center/cover no-repeat;
    position:relative;
    z-index:1;
}


.light-gallery::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(147 18 18 / 12%);
    z-index:-1;
}

.glightbox img {
    border: 5px solid #fff;
}

@media(max-width:992px){

    .stats-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .stats-wrapper{
        grid-template-columns:1fr;
    }
    .cta-buttons{
        flex-direction:column;
    }

}

.admission-cta{
    padding:70px 0;
    background: linear-gradient(135deg,#b30000,#1e7d43);
    color:#fff;
    text-align:center;
    font-family:'Montserrat', sans-serif;
}

.admission-cta h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:15px;
}

.admission-cta p{
    font-size:18px;
    max-width:650px;
    margin:auto;
    margin-bottom:30px;
    opacity:0.95;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn-admission{
    background:#fff;
    color:#b30000;
    padding:14px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.btn-admission:hover{
    background:#f2f2f2;
}

.btn-contact{
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    padding:14px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.btn-contact:hover{
    background:#fff;
    color:#1e7d43;
}

.founder-image img{
    width: 300px;
    height: 300px;
    border: 2px solid #ededed;
    padding: 5px;
    box-shadow: 10px 10px 9px 1px #e7e7e7;
}
.contact-text h4{
    font-family: 'Montserrat';
}

.form-select, .form-control{
    font-family: 'Roboto';
}

.error p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
}

.mobile-footer-bar{
    display: none;
}

@media (max-width: 769px) {
    .mobile-footer-bar a span{
        font-family: 'Roboto';
      }
      .mobile-footer-bar {
          position: fixed;
          bottom: 0;
          width: 100%;
          background: #021A4A;
          display: flex!important;
          z-index: 9999;
          box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
        }

        /* Buttons */
        .mobile-footer-bar a {
          flex: 1;
          text-align: center;
          padding: 12px 5px;
          color: #fff;
          text-decoration: none;
          font-size: 12px;
          transition: 0.3s;
        }

        .mobile-footer-bar i {
          display: block;
          font-size: 20px;
          margin-bottom: 3px;
        }

        /* Colors */
        .btn-call { background: #007bff; }
        .btn-whatsapp { background: #25D366; }
        .btn-enquiry { background: #FFC107; color:#000; }
        .btn-contacts { background: #0A3D91; }

        /* Hover */
        .mobile-footer-bar a:hover {
          transform: translateY(-3px);
        }
        .footer-bottom{
            margin-bottom: 65px;
      }

}