*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
:root {
    --primary: #701e20;
    --light: #fff;
    --dark: #000;
    --secondary: #d4aa68;
	--bg: linear-gradient(90deg, #701e20 0%, #a93226 100%); 
	 --shadow: 0 6px 20px rgba(112, 30, 33, 0.2);
  	--border-radius: 12px;
}

.container{
	max-width: 1250px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.breadcrumb-section {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.breadcrumb a {
  text-decoration: none;
  color: #0d6efd;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* TOPBAR */


.topbar {
    background: var(--bg);
	border-bottom: 1px solid #ffffffd1;
}
.topbar ul li{
	list-style-type:none;
	padding: 5px 10px;
	border-right: 1px solid #ffffffd1;
}

.topbar ul li a{
	color: var(--light);
	text-decoration: none;
	
}

.menubox{
	display: flex;
	align-items: center;
    justify-content: center;
	
}
.menu-logo{
	display: none;
}
ul{
	margin: 0 ;
	padding: 0;
}

.menu-item a{
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}
.school-name h3{
	display: block;
    font-style: normal;
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
    margin-top: 3px;
}

.school-name .logo-sub-title {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    width: 100%;
    display: inline-block;
    margin-top: 3px;
	color: var(--secondary)
}

.header-right img{
	max-height: 88px;
}
/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  background: var(--bg);
	border-bottom: 1px solid #ffffffd1;
}


.site-header{
	background: var(--bg);
}
.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.site-header .nav > li > a {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  background: var(--secondary);
	color: #fff;
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-main-menu-1 li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#menu-main-menu-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}



/* FOOTER SECTION CSS */

footer {
    background: var(--bg);
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}

.footer_menu{
	width: 65%;
	margin: auto;
}

.ftrabout a{
	color: var(--secondary);
}

.ftrabout a:hover{
	border-bottom: 1px solid var(--secondary);
}

footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;
    border-radius: 10px;
}
footer a.footer-logo img {
    width: 115px;
    display: block;
    margin: 0 auto;
}
.footer_menu {
    padding: 40px 0 0 0;
}
.ftrabout {
    font-family: "Syne", sans-serif;
}
.footer-details li {
    display: block;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
.footer-details li i {
    position: absolute;
    top: -5px;
    left: -30px;
    color: var(--secondary);
    font-size: 14px;
    background: #1e325854;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #d7b64929;
}
footer ul li.menu-item a {
    margin-bottom: 13px;
    display: inline-block;
    font-weight: 500;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer ul li.menu-item a:hover {
    color: var(--secondary);
}

footer h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0;
    list-style-type: none;
}
footer .menu li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a4";
    color: var(--secondary);
    padding-right: 5px;
    position: absolute;
    left: -30px;
    top: 1px;
}
footer ul li, footer ul li a, footer p, footer p a {
    color: #e0e0e0;
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff5c;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

/* total-number */

.total-number{
	background: var(--bg);
	color: #fff;
}
.number-inner{
	display: flex;
	align-items: center;
    justify-content: center;	
	padding: 3rem 0;
}

.number-box:not(:last-child){
	border-right: 1px solid #ffffff3d;
}

.number-box{
	padding: 0 2rem;
}

.number-box h2{
	color: var(--secondary);
	text-align: center;
	font-weight: 800;
}

.number-box p{
	text-align: center;
	margin-bottom: 0;
}



.number-box {
  text-align: center;
  position: relative;
  
}

.number-box:last-child {
  border-left: none;
}

/* Tooltip styling */
.number-box .tooltip {
  position: absolute;
  bottom: 120%; /* show above */
  left: 50%;
  transform: translateX(-50%);
  background: #000; /* your primary color */
  color: #fff;
  padding: 1rem;
  font-size: 16px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.number-box .tooltip p strong{
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary);
}

/* Small arrow under tooltip */
.number-box .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* Hover effect */
.number-box.employee:hover .tooltip {
  opacity: 1;
  visibility: visible;
  bottom: 140%;
}
/* .news */

.latest-news{
	width: 80%;
	margin: auto;
	background: var(--secondary);
	padding: 2rem;
	position: relative;
	
}

.latest-news h2{
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}
.latest-news p{
	color: #fff;
}
.news .carousel-control-next,.news .carousel-control-prev{
	background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
	opacity: 1;
}
.news .carousel-control-next span,
.news .carousel-control-prev span{
	filter: invert(1);
}
.news .carousel-control-next{
	top: 60%;
}

.news .carousel-control-prev{
	top: 60%;
	left: 85%;
}
.news{
	margin-top: -30px;
}

.news-heading{
	border-right: 2px solid #fff;
}

.about h1{
	font-size: 30px;
	font-weight: 700;
	
}

.heading{
	font-size: 25px;
    font-weight: 700;
	color: var(--primary);
}

.list{
	list-style-type: none;
}

.list li{
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.list li i{
	margin-right: 10px;
	color: var(--secondary);
}

/* Pricipal */

  .person-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    display: flex;
    align-items: center;
	  padding: 2rem;
	  height: 270px;
  }

  .person-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
  }

  .person-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
	  border: 5px solid var(--primary);
    border-radius: 50%;
  }

  .person-card-body {
    padding: 15px;
    text-align: left;
  }

  .person-card-body h3 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .person-card-body h5 {
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
  }

  .person-card-body p {
    font-size: 0.95rem;
    color: #666;
  }

/* update section */
.update-section{
	margin: 2rem 0;
}

.update{
	background: var(--bg);
	padding: 2rem;
	height: 450px;
	
}

.update ul li{
	color: #fff;
}
.update-section .nav-item{
	background: var(--secondary);
	color: #fff;
	margin-right: 2rem;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.update-section .nav-item .nav-link{
	color: #fff;
}

.btn-primary{
	background: #fff;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
}

.update-section .nav-pills .nav-link.active{
	color: #fff;
	background: #b97d1f;
}
/* innovation */


.update-section .carousel-item img{
	position: relative;
	height: 380px;
	object-fit: cover;
}

.update-section .carousel-item .innovation-text{
	

    position: absolute;
    bottom: 20px;
    background: #000000bd;
    left: 30px;
    color: #fff;
    padding: 20px;
}

.ias{
	text-align: center;
	width: 80%;
	margin: auto;
}

.ias-section{
	background: #d5a3a43b;
    padding: 3rem 0;
    margin-top: 2rem;
}

.ias img{
	height: 200px;
	width: 200px;
	border-radius: 50%;
	margin-bottom: 1rem;
}

/* gallery */

 .gallery-img, .video-thumb {
      width: 100%;
      height: 200px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 8px;
      transition: transform 0.3s;
    }
    .gallery-img:hover, .video-thumb:hover {
      transform: scale(1.05);
    }

.gallery{
	padding: 3rem 0;
}

.gallery .nav-pills .nav-link.active{
	background: var(--bg);
	color: #fff;
}

.gallery .nav-pills .nav-link{
	color: #000;
}

/* topper section css */

 .topper-section {
      padding: 60px 0;
    }

    .topper-section h2 {
      font-weight: 600;
      color: #701e21;
      margin-bottom: 40px;
    }

    /* Slider & card styling */
    .topper-slider .card {
      border: none;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
		border: 1px solid var(--primary);
      transition: all 0.3s ease;
      text-align: center;
      margin: 0 10px; /* 👈 Adds gap between cards */
    }

    .topper-slider .card:hover {
      
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .topper-slider img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      margin: 0 auto 15px;
      border: 4px solid #701e21;
    }

    .card h5 {
      font-size: 1.1rem;
      margin-bottom: 5px;
      font-weight: 600;
      color: #333;
    }

    .card p {
      margin: 0;
      color: #666;
    }

    .card .fw-bold {
      color: #701e21;
      font-size: 1.1rem;
    }

    
    .slick-prev:before, .slick-next:before {
      color: #701e21;
      font-size: 25px;
    }

   
    .slick-dots li button:before {
      color: #701e21;
    }

    .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #701e21;
    }

   
    .slick-list {
      margin: 0 -10px;
    }

/* acitivity */

/* .activity{
		padding: 50px 0;
}

.activity-box{
	box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 10px;
}

.activity-icon{
	height: 80px;
    width: 80px;
    background: var(--bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 1rem;
}

.activity-icon img{
	filter: invert(1);
    width: 70%;
}
.activity .heading{
	margin-bottom: 3rem;
}
.activity-box h5{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 1rem;
} */
 .activities-section {
      padding: 60px 0;
      background-color: #fafafa;
    }

    .activities-section h2 {
      font-weight: 700;
      color: #701e21;
    }

    .activities-section p {
      color: #555;
    }

    .activities-section .card {
      transition: all 0.3s ease;
      border-radius: 12px;
      border: none;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .activities-section .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }

    .activities-section .icon i {
      color: #701e21;
      transition: transform 0.3s ease;
    }

    .activities-section .card:hover .icon i {
      transform: scale(1.2);
    }

    .activities-section .icon {
      height: 60px;
      width: 60px;
      margin: 0 auto 15px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(112, 30, 33, 0.1);
    }

    @media (max-width: 576px) {
      .activities-section h2 {
        font-size: 1.5rem;
      }
    }

/* ***	RESPONSIVE CODE	*** */

@media  only screen and (max-width: 1180px) {

}

@media  only screen and (max-width: 1080px) {

}

@media  only screen and (max-width: 1024px) {
	.header-right img {
		max-height: 70px;
	}
	.about{
		padding: 2rem 0;
	}
	.news .carousel-control-prev{
		left:80%;
	}
	
}

@media  only screen and (max-width: 991px) {	
	.news .carousel-control-prev {
   		 left: 80%;
}
	
	.person-card{
		display: inline-block;
		height: 400px;
		text-align: center;
	}

	.person-card-body{
		text-align: center;
	}
	
}

@media  only screen and (max-width: 800px) {

}

@media  only screen and (max-width: 767px) {
/* 	  .person-card {
      flex-direction: column;
      text-align: center;
    }

  

    .person-card-body {
      text-align: center;
    } */
	
	.update{
		height: auto;
	}
	 	.menu-logo{
	display: block;
}
	.header-logo{
		display: none;
	}
	
	.school-name{
	text-align: center;
}
	
	.menubox{
		  justify-content: space-between;
	}
	
	.logo{
		justify-content: center;
	}
	
	.footer_menu {
    	width: 100%;
	}
	   .person-card {
		height: auto;
		   padding: 1rem;
	}
}

@media  only screen and (max-width: 568px) {
	.footer-image img{
		width: 20%;
		height: auto;
		margin-top: 1rem;
	}
	.news .carousel-control-prev {
    left: 70%;
    top: 80%;
	}
	.news .carousel-control-next {
    
    top: 80%;
}
}

@media  only screen and (max-width: 479px) {
	  .header-right img {
        max-height: 50px;
    }
	.latest-news {
		width: 100%;
	}
}

@media  only screen and (max-width: 414px) {
	.news .carousel-control-prev {
    	left: 50%;

}
	
	.number-box .tooltip{
		left: 35%;
	}
	
	.topper-section {
    padding: 30px 0;
}
	.update-section .nav-item {
    margin-right: 1rem;
   
    margin-bottom: 1rem;
}
	.update {
   		 padding: 1rem;
   
}
}

@media  only screen and (max-width: 370px) {

}

