:root {
  --blue: #0d2d62;
  --red: #007232;
  --lighter-gray: #888888;
  --black: #2d2e2e;
  --white: #ffffff;
  --bg: #f5f7fa;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
 
}

body {
  font-family: "Capriola", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: var(--black);
}
h2 {
  font-size: 4rem;
  color: var(--red);
}
h3 {
  font-size: 2.8rem;
  color: var(--red);
}
h4 {
  font-size: 2rem;
  color: var(--black);
}
h5 {
  font-size: 1.5rem;
  color: var(--black);
}
h6 {
  font-size: 1.4rem;
  color: var(--black);
}
p {
  font-size: 1.6rem;
font-family: "Source Sans 3", sans-serif;
  color: var(--lighter-gray);
}
a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 5rem 2.8rem 0rem 2.8rem;
}
.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 5rem 2.8rem;
}
.grid {
  display: grid;
  gap: 5rem;
}
.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}
.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* !!!!!!!!!reusable code!!!!!!!!! */
/* !!!!!!!!!reusable code!!!!!!!!! */
.line {
  max-width: 132rem;
  margin: auto;
  height: 1px;
  background-color: #88888833;
}
.heading {
  border-bottom: 2px solid var(--red);
  width: 5%;
}
.common-btn a {
  background-color: var(--white);
  display: inline-block;
  padding: 1.6rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: var(--black);
}
.common-btn a:hover {
  background-color: var(--white);
  color: var(--red);
}
.common-btn-1 a {
  background-color: var(--red);
  display: inline-block;
  padding: 1.2rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.common-btn-1 a:hover {
  background-color: var(--red);
  color: var(--white);
}
.common-btn-1 button {
  background-color: var(--red);
  display: inline-block;
  padding: 1.2rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  color: var(--white);
  width: 100%;
  font-size: 1.6rem;
  margin-top: 2rem;
  font-family: "Merriweather", serif;
}
.common-btn-1 button:hover {
  background-color: var(--red);
  color: var(--white);
}
/* -----Common Background---- */
/* -----Common Background---- */
/* -----Common Background---- */
/* -----Common Background---- */
.common-background{
  background-image: linear-gradient(rgba(9, 184, 35, 0.5), rgba(0, 0, 0, 0.8)), url(assets/common_bg1.png);
   background-position: bottom;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
  } 
  .common-background .heading{
    width: 10%;
    height: 1px;
    background-color: var(--white);
    z-index: 99;
  }
  .common-background h2{
    color: var(--bg);
  }
  .common-bg-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.rem;
  }
  .common-bg-flex p:nth-child(1){
    color: var(--bg);
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    font-weight: 600;
  }
  .common-bg-flex p:nth-child(2){
    color: var(--bg);
   font-size: 2.6rem;
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
   
  }
  .common-bg-flex p:nth-child(3){
    color: var(--red);
    background-color: var(--bg);
    padding: 0.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    font-weight: 500;
  }
/* !!!!!!!!!reusable code!!!!!!!!! */
/* !!!!!!!!!reusable code!!!!!!!!! */

.top-header {
 transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -ms-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
 -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none; /* Prevent interaction */
    transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.header {
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.sticky {
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    /*Optional*/z-index: 1000;
    transform: translateY(0);
    transition:  all 0.4s ease-in-out;
    -webkit-transition:  all 0.4s ease-in-out;
    -moz-transition:  all 0.4s ease-in-out;
    -ms-transition:  all 0.4s ease-in-out;
    -o-transition:  all 0.4s ease-in-out;
}
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
/* =======click to top scroll button======= */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 4rem;
  height: 4rem;
  background: var(--red);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s;
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: #7a0617;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* ---------loader css--------- */
/* ---------loader css--------- */
/* ---------loader css--------- */
/* ---------loader css--------- */
 
    

/* ---------Top header css--------- */
/* ---------Top header css--------- */
.top-header {
  width: 100%;
  position: relative;
}
 
.top-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 132rem;
  margin: auto;
  padding: 2rem 2.8rem;
}
.top-header-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-header-left i {
  font-size: 2rem;
    color: var(--white);
    background-color: var(--red);
    padding: 0.6rem;
    border-radius: 50%;
}
.top-header-left p {
     font-size: 1.6rem;
    color: var(--black);
    font-weight: 600;
}
.top-header-left p:hover {
  color: var(--red);
}
.top-header-left div p:nth-child(1) {
  /* padding-bottom: 0.5rem; */
}
/* === */
.top-header-center {
  /* width: 70 %; */
  text-align: center;
}
.top-header-center img {
  width: 50%;
}
.top-header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-header-right i {
  font-size: 2rem;
  color: var(--white);
    background-color: var(--red);
    padding: 0.6rem;
    border-radius: 50%;
}
.top-header-right p {
 font-size: 1.4rem;
    color: var(--black);
    font-weight: 600;
}
/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
/* ---------Navbar css--------- */
nav {
  width: 100%;
  position: relative;
}
 
#active{
  color: var(--red);
}

.navbar .navbar-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.navbar .navbar-ul li a {
  color: var(--black);
  font-weight: 600;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar .navbar-ul li {
  position: relative;
}
.navbar .navbar-ul li a:hover {
  color: var(--red);
}
.nav-admission-red-bg {
  background-color: var(--red);
  padding: 0 0.7rem;
  /* width: 100%; */
}
.nav-admission-red-bg a {
  color: var(--white) !important;
}
.navbar .navbar-ul li .dropdown {
  position: absolute;
  left: 0rem;
  top: 7rem;
  /* transform: translateY(3rem); */
  z-index: 5;
  display: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.navbar .navbar-ul li:hover .dropdown {
  /* transform: translateY(0rem); */
  display: block;
}

.navbar .navbar-ul li .dropdown {
  background-color: var(--red);
  width: max-content;
}

.navbar .navbar-ul li .dropdown li a {
  color: #ffffffd2;
  height: 5rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f1f1f156;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.navbar .navbar-ul li .dropdown li a:hover {
  color: var(--white);
}
.nav-arrow {
  margin-left: 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-ul li:hover .nav-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
/* == */
.nav-search-btn {
  position: relative;
  z-index: 4;
}
.navbar-search-icon:hover {
  cursor: pointer;
  color: var(--red);
}
.navbar-search-icon i {
  font-size: 2rem;
}
.navbar-input {
  position: absolute;
  top: 6rem;
  right: 0rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.navbar-input.show {
  opacity: 1;
  visibility: visible;
}
.navbar-input i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  cursor: pointer;
  color: var(--lighter-gray);
}
.navbar-input input {
  padding: 1.6rem;
  width: 400px;
  border: none;
  outline: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  font-size: 1.6rem;
}
.navbar-input input::placeholder {
  font-size: 1.6rem;
}
/* =====nav icons=====  */
.nav-icons {
  display: none;
  font-size: 2.5rem;
}
.nav-logo {
  display: none;
}
.nav-logo img {
  width: 30%;
  height: auto;
}
/* ========================== */
/* SUB SUB DROPDOWN FINAL */
/* ========================== */

.has-sub-dropdown {
  position: relative;
}

/* Hide initially */
.sub-sub-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: var(--red);
  min-width: 220px;
  z-index: 999;
}

/* Show on hover */
.has-sub-dropdown:hover > .sub-sub-dropdown {
  display: block;
}
/* ========================= */
/* MOBILE SUB SUB DROPDOWN */
/* ========================= */

@media (max-width: 992px) {

  .sub-sub-dropdown {
    position: static;      /* absolute hata diya */
    display: none;
    width: 100%;
    background-color: #b30000; /* optional thoda dark shade */
  }

  .has-sub-dropdown:hover > .sub-sub-dropdown {
    display: block;
  }
   .sub-sub-dropdown {
    display: none;
  }

  .sub-sub-dropdown.show-sub {
    display: block;
  }

}
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}
a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  /* margin-top: 6.5rem; */
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 30vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin: 40px 60px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 6rem;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 19px;
    margin: 0 0 6px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
.clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}
/* ---------three school feature css--------- */
/* ---------three school feature css--------- */
/* ---------three school feature css--------- */
.school-feature {
  /* padding: 8rem 0; */
  background: linear-gradient(135deg, #f5f7fa, #e4ecf7);
}

.school-feature .grid {
  gap: 4rem;
}

.school-feature-box {
  position: relative;
  padding: 4rem 3rem;
  text-align: center;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Gradient Hover Background */
.school-feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red), #ff2600);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 0;
  border-radius: 2rem;
}

.school-feature-box:hover::before {
  opacity: 1;
}

.school-feature-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.school-feature-box h3,
.school-feature-box p,
.school-feature-box .icon-wrapper {
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}

/* Text color change on hover */
.school-feature-box:hover h3,
.school-feature-box:hover p {
  color: #fff;
}

/* Icon Styling */
.icon-wrapper {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.icon-wrapper i {
  font-size: 3.5rem;
  color: var(--red);
  transition: 0.4s ease;
}

/* Icon animation */
.school-feature-box:hover .icon-wrapper {
  background: #fff;
  transform: rotate(15deg) scale(1.1);
}

.school-feature-box:hover .icon-wrapper i {
  color: var(--red);
}
/* ---------about us css--------- */
/* ---------about us css--------- */
/* ---------about us css--------- */
.about-section {
  position: relative;
 
  background: linear-gradient(135deg, #f9fbfd, #eef3f9);
}

/* Heading Style */
.about-heading {
  text-align: center;
  /* margin-bottom: 6rem; */
}

.about-heading h2 {
  font-size: 3.5rem;
  position: relative;
}

.about-heading span {
  display: block;
  width: 80px;
  height: 4px;
  background: var(--red);
  margin: 1rem auto 0;
  border-radius: 5px;
}

/* Layout */
.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

/* Left Content Card */
.about-content {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 2rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.about-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.about-intro,
.about-last {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
}

/* Feature List */
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin: 2rem 0;
}

.about-feature i {
  font-size: 2rem;
  background: var(--red);
  color: #fff;
  padding: 0.8rem;
  border-radius: 50%;
}

/* Right Image Styling */
.about-image {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}

/* Image */
.about-image img {
  width: 100%;
  display: block;
  transition: 0.6s ease;
  border-radius: 2rem;
}

/* Overlay */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);

  transform: translateY(100%);
  transition: 0.5s ease;
}
.image-overlay h3{
  color: #fff !important;
}
/* Hover Animation */
.about-image:hover img {
  transform: scale(1.1) rotate(2deg);
}

.about-image:hover .image-overlay {
  transform: translateY(0);
}
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
.admin-section {
  /* padding: 8rem 0; */
  background: linear-gradient(135deg, #fef6f0, #f3f9ff);
}
 
/* Heading */
.admin-heading {
  text-align: center;
  max-width: 700px;
  /* margin: 0 auto 6rem; */
}

.admin-heading h2 {
  font-size: 3.5rem;
}

.admin-heading span {
  display: block;
  width: 70px;
  height: 4px;
  background: #ff6b6b;
  margin: 1rem auto 2rem;
  border-radius: 5px;
}

.admin-heading p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
}

/* Grid */
/* .admin-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
} */

/* Card */
.admin-section {
  /* padding: 8rem 0; */
  background: linear-gradient(135deg, #fef6f0, #f3f9ff);
}

/* Heading */
.admin-heading {
  text-align: center;
  max-width: 700px;
  /* margin: 0 auto 6rem; */
}

.admin-heading h2 {
  font-size: 3.5rem;
}

.admin-heading span {
  display: block;
  width: 70px;
  height: 4px;
  background: #ff6b6b;
  margin: 1rem auto 2rem;
  border-radius: 5px;
}

.admin-heading p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
}

/* Grid */
/* .admin-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
} */

/* Card */
/* Card */
.admin-card {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem;
}

/* Image box */
.admin-img {
  /* flex: 0 0 140px; */
  height: auto;
  width: 100%;
  border-radius: 10%;
  overflow: hidden;
}

.admin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Content */
.admin-content {
  flex: 1;
  text-align: left;
}

.admin-content h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.admin-content h4 {
  font-size: 1.6rem;
  color: #ff6b6b;
  margin-bottom: 1rem;
}

.admin-content p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Button */
.admin-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 40px;
  background: #ff6b6b;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  transition: 0.3s ease;
}

/* Hover */
.admin-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.admin-card:hover img {
  transform: scale(1.1);
}
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */
/* ---------Administrative Desk css--------- */

.notice-board {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Grid spacing same */
.notice-board .grid {
  gap: 3rem;
}

/* Heading untouched */
.notice-board .wrapper-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* ===== CARD STYLE ===== */
.notice-board-box {
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  position: relative;
}

.notice-board-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* ===== Heading Modern Gradient ===== */
.notice-board-heading {
  background: linear-gradient(90deg, var(--red), #ff3b04);
  padding: 1.5rem 2rem;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notice-board-heading h3 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

/* ===== Data Area ===== */
.notice-board-data,
.thought-data {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0 0 2rem 2rem;
}

/* Smooth scrolling animation */
.notice-board-data-para {
  position: absolute;
  width: 96%;
  animation: scrollUpSmooth 15s linear infinite;
}

/* Hover par animation pause */
.notice-board-data:hover .notice-board-data-para {
  animation-play-state: paused;
}

/* Smooth infinite scroll */
@keyframes scrollUpSmooth {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Gradient fade mask top & bottom */
.notice-board-data::before,
.notice-board-data::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}

.notice-board-data::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, transparent);
}

.notice-board-data::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, transparent);
}

/* ===== Notice Items Modern Style ===== */
.notice-board-data p {
  margin: 10px 0;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  transition: 0.3s ease;
  font-size: 1.5rem;
  color: #555;
}

/* Item Flex */
.notice-board-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
  border-radius: 1rem;
  transition: 0.3s ease;
}

/* Hover item effect */
.notice-board-content:hover {
  background: #f3f9ff;
  transform: translateX(8px);
}

/* Icon animation */
.notice-board-content i {
  font-size: 2rem;
  color: #ff6b6b;
  transition: 0.3s ease;
}

.notice-board-content:hover i {
  transform: scale(1.2) rotate(10deg);
}

/* ===== Thought Section Slight Variation ===== */
.thought-data .notice-board-content {
  background: #fdf6f0;
  margin-bottom: 1rem;
}

.thought-data .notice-board-content:hover {
  background: #ffe8d6;
}
/* ==Calendar=== */
/* ===== Main Container ===== */
.calendar-container {
  padding: 40px;
  border-radius: 3rem;
  overflow: auto;
}

.calendar-container .wrapper {
  border-radius: 3rem;
  background: linear-gradient(135deg, #ffffff, #f9fbff);
  padding: 4rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.calendar-container .wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.15);
}

/* ===== Header ===== */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.calendar-header h2 {
  font-weight: 700;
  font-size: 3rem;
  background: linear-gradient(90deg, var(--red), #ff0008);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeSlide 0.6s ease;
}

/* Header animation */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Navigation Buttons ===== */
.nav-buttons {
  display: flex;
  gap: 15px;
}

.nav-btn {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f9ff;
  transition: 0.3s ease;
}

.nav-btn i {
  font-size: 2.2rem;
  color: var(--red);
  transition: 0.3s ease;
}

.nav-btn:hover {
  background: #8bff6b;
  transform: scale(1.1);
}

.nav-btn:hover i {
  color: #fff;
}

/* ===== Table ===== */
.calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
}

/* Weekday Header */
.calendar th {
  padding: 10px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #888;
  text-transform: uppercase;
}

/* ===== Date Cells ===== */
.calendar td {
  padding: 12px;
  vertical-align: top;
  height: 60px;
  background: #ffffff;
  border-radius: 1.5rem;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  cursor: pointer;
}

/* Hover animation */
.calendar td:hover {
  transform: translateY(-6px) scale(1.05);
  background: #fff0f3;
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Date number */
.date-number {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* ===== Event Style ===== */
.event-list {
  list-style: none;
  padding: 0;
}

.event-item {
  background: linear-gradient(90deg, var(--red), #ff0008);
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  margin-top: 6px;
  font-size: 1.2rem;
  display: inline-block;
  transition: 0.3s ease;
}

.event-item:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(107, 255, 119, 0.4);
}

/* ===== Today Highlight ===== */
.calendar td.today {
  background: var(--red);
  color: #fff !important;
  animation: pulseToday 2s infinite;
} 
/* Today pulse animation */
@keyframes pulseToday {
  0% { box-shadow: 0 0 0 0 rgba(107, 255, 114, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(255,107,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,107,0); }
}

/* Inactive days */
.calendar td.inactive {
  background: #f5f5f5;
  color: #aaa;
  opacity: 0.7;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .calendar-container {
    padding: 20px;
  }

  .calendar td {
    height: 90px;
  }

  .calendar-header h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 480px) {
  .calendar td {
    height: 70px;
  }

  .event-item {
    font-size: 1rem;
    padding: 4px 8px;
  }
}
/* //////////////query form///////////// */
/* //////////////query form///////////// */
.query-form-heading{
  margin-bottom: 4rem;
}
.query-form-heading  {
background: linear-gradient(90deg, var(--red), #ff0008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.query-form{
  width:100%;
  max-width:500px;
}

#query-form{
  display:flex;
  flex-direction:column;
  gap:15px;
}

.query-form-group{
  display:flex;
  flex-direction:column;
}

.query-form-group label{
  font-size:14px;
  margin-bottom:5px;
}

.query-input,
.query-textarea{
  padding:10px;
  border:1px solid #ccc;
  outline:none;
  font-size:14px;
}

#query-submit-btn{
  padding:12px;
  border:none;
  background:#000;
  color:#fff;
  cursor:pointer;
  background-color: var(--red);
}
/* //////////////query form///////////// */
/* //////////////query form///////////// */
/* ---------Our Features-------- */
/* ---------Our Features-------- */
/* ---------Our Features-------- */
/* ---------Our Features-------- */
/* ===== Section ===== */
.our-features {
  width: 100%;
  height: 100%;
  position: relative;
  /* padding: 8rem 0; */
  background: linear-gradient(135deg, #f4fff8, #ffffff);
}

.our-features .grid {
  gap: 3rem;
}

.our-features .wrapper-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.our-features .wrapper-heading p {
  width: 50%;
  font-size: 1.6rem;
  color: #555;
}

/* ===== Card Style ===== */
.our-features-box {
  position: relative;
  text-align: center;
  padding: 4rem 3rem;
  border-radius: 2.5rem;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  overflow: hidden;
}

/* Gradient Border Effect */
.our-features-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  padding: 2px;
  background: linear-gradient(135deg, #007232, var(--red));
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: 0.4s ease;
}

.our-features-box:hover::before {
  opacity: 1;
}

.our-features-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* ===== Heading ===== */
.our-features-box-heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.our-features-box-heading h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #007232;
  transition: 0.3s ease;
}

/* ===== Icon Style ===== */
.our-features-box i {
  font-size: 2.4rem;
  background: linear-gradient(135deg, #007232, var(--red));
  padding: 1.2rem;
  border-radius: 50%;
  color: #ffffff;
  transition: 0.4s ease;
}

/* Icon Animation */
.our-features-box:hover i {
  transform: rotate(15deg) scale(1.1);
}

/* Text */
.our-features-box p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.7;
  /* margin-bottom: 2.5rem; */
}

/* ===== Button ===== */
.common-btn-1 a {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  background: #007232;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Button Hover */
.common-btn-1 a:hover {
  background: var(--red);
  box-shadow: 0 10px 25px rgba(255,0,0,0.3);
  transform: scale(1.05);
}
/* ---------Footer-------- */
/* ---------Footer-------- */
/* ---------Footer-------- */
/* ---------Footer-------- */
footer {
  position: relative;
  width: 100%;
  height: 100%;
    background: linear-gradient(135deg, #d5fbe3, #ffffff);
  border-top: 1px solid #e4e4e4;
}
.footer-box img {
  width: 100%;
}
.footer-box p {
  color: var(--black);
}
.footer-box h3 {
  color: var(--black);
}
.footer-box ul {
  margin-top: 1rem;
}
.footer-box ul li a {
  padding: 1rem 0;
  color: var(--black);
  font-family: "Source Sans 3", sans-serif;
}
.footer-box ul li a:hover {
  color: var(--red);
}
.footer-li {
  display: flex;
  gap: 0.5rem;
  align-items: center;top-header
}
.footer-li p {
font-family: "Source Sans 3", sans-serif;
}
.footer-box p {
  padding: 1rem 0;
}
.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 2rem;
      margin-top: 1rem;
}
.footer-social-icons i {
  font-size: 2.6rem;
  background-color: var(--red);
  padding: 0.5rem;
  border-radius: 50%;
  color: var(--white);
}
.footer-p{
  font-family: "Source Sans 3", sans-serif;
}
/* -----sub footer---- */
/* -----sub footer---- */
/* -----sub footer---- */
.sub-footer {
  background-color: var(--red);
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sub-footer p {
  color: var(--bg);
}

/*=======================================================
                gallery section css
======================================================= ***/
.gallery {
  min-height: 100vh;
  padding-bottom: 100px;
}
.gallery .gallery-heading {
  text-align: center;
  padding: 4rem 0;
}
.gallery-heading h1 span {
  color: var(--footer-bg);
}
.gallery .controls {
  display: flex;
  flex-wrap: nowrap; /* Wrap ki jagah nowrap rakha */
 justify-content: center;
  overflow-x: auto; /* Horizontal scrolling enable kiya */
  white-space: nowrap;
  gap: 20px;
  padding:5rem 2rem;
  list-style: none;
  
}

.gallery .controls::-webkit-scrollbar {
  height: 8px;
}

.gallery .controls::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}

.gallery .controls .buttons {
  min-width: 170px; /* Fixed min-width set kiya */
  height: 40px;
  color: var(--red);
   border: 2px solid var(--red);  
  font-size: 1.6rem;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: all 0.3s linear;

  /* Overflow handling */
  text-overflow: ellipsis;
  overflow: hidden; /* Overflow hidden rakha to text cut ho jaye */
  white-space: nowrap;
}

.gallery .controls .buttons.active,
.gallery .controls .buttons:hover {
  color: var(--white);
  border: 2px solid var(--red);
  background-color: var(--red);
}

.gallery .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem; /* Space between images */
  margin: 0 5rem;
}

.gallery .image-container .image {
  height: 309px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 2px solid var(--footer-bg);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  transition: 0.3s all ease-in-out;
}

/* Desktop and larger screens: 4 columns */
@media (min-width: 1024px) {
  .gallery .image-container .image {
    flex: 1 1 calc(26% - 20px);
  }
}

/* Tablets: 3 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery .image-container .image {
    flex: 1 1 calc(33.33% - 20px);
  }
}

/* Mobile: 2 columns */
@media (max-width: 767px) {
  .gallery .image-container .image {
    flex: 1 1 calc(50% - 20px);
  }
}

.gallery .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.gallery .image-container .image:hover img {
  transform: scale(1.4);
}

/* ========Contact top========== */
/* ========Contact top========== */
/* ========Contact top========== */
/* ========Contact top========== */
.contact-top-bg{
  background: var(--bg);
 
}

/* BOX DESIGN */

.contact-top-box{
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 1rem;
  background: var(--white);
  overflow: hidden;
  z-index: 1;
}

/* ICON */

.contact-top-box i{
  color: var(--white);
  background: var(--red);
  padding: 1.6rem;
  font-size: 3rem;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1rem;
}

/* TEXT */

.contact-top-box p{
  font-size: 1.6rem;
}

/* ===== ANIMATED BORDER ===== */

.contact-top-box::before{
  content:"";
  position:absolute;
  top:-2px;
  left:-2px;
  right:-2px;
  bottom:-2px;
  background: linear-gradient(
      90deg,
     rgb(2, 171, 101),
      orange,
      rgb(2, 171, 101)
  );
  border-radius: 1rem;
  z-index:-1;
  animation: borderMove 3s linear infinite;
}

/* INNER WHITE LAYER */

.contact-top-box::after{
  content:"";
  position:absolute;
  inset:3px;
  background: var(--white);
  border-radius: .8rem;
  z-index:-1;
}

/* ANIMATION */

@keyframes borderMove{
  0%{
    background-position:0% 50%;
  }
  100%{
    background-position:200% 50%;
  }
}
/* =====contact bottom====== */
.contact-bottom-right form{
  display: flex;
  flex-direction: column;
}
.contact-bottom-right form input{
  padding: 1.8rem;
  margin-bottom: 2rem;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 1px;
  border-radius: 1rem;
  font-family: "Merriweather", serif;
}
.contact-bottom-right form textarea {
  height: 150px;
  padding: 1.8rem;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 1px;
  border-radius: 1rem;
  font-family: "Merriweather", serif;
}

/* ========About Us========== */
/* ========About Us========== */
/* ========About Us========== */
/* ========About Us========== */
.about-us{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--bg);
}
.about-us .about-left img{
  width: 100%;
  height:auto;
  border-radius: 3rem;
}
.about-us .about-right p{
  line-height: 2.6rem;
}
/* ========Care and Motives========== */
/* ========Care and Motives========== */
/* ========Care and Motives========== */
/* ========Care and Motives========== */
.care-motives{
  width: 100%;
  height: 100%;
  position: relative;
}
.care-motives-left h3{
  background-color: var(--red);
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  color: var(--white);
  margin-bottom: 2rem;
}
.care-motives-right h3{
  background-color: var(--red);
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  color: var(--white);
  margin-bottom: 2rem;
}
/* ========Management committee========== */
/* ========Management committee========== */
/* ========Management committee========== */
/* ========Management committee========== */
.committee {
  width: 100%;
  height: 100%;
  position: relative;
}
.committee-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
 
}
.committee-box img{
  background-color: var(--red);
  padding: 0.3rem;
  width: 100%;
  height: auto;
      border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.committee-box img:hover{
  transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
}
#management-comm{
  color: var(--red);
}
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
/* =====Legal Documents===== */
.legal-documents {
  width: 100%;
  height: 100%;
  position: relative;
}
.legal-documents .grid{
  gap: 2rem;
}
.legal-box{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.legal-box img{
  width: 70px;
  height: 70px;
  background-color: var(--bg);
  padding: 0.3rem;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
}
.legal-box p{
  color: var(--black);
}
.legal-box a{
  color: var(--white);
  padding: 1rem;
  font-size: 2rem;
  background-color: var(--red);
  border-radius:3rem ;
  -webkit-border-radius:3rem ;
  -moz-border-radius:3rem ;
  -ms-border-radius:3rem ;
  -o-border-radius:3rem ;
}

/* =========map section========= */
/* =========map section========= */
.map-section{
  position: relative;
  width: 100%;
}
.map-section{
  text-align: center;
}
.map-section a{
  color: var(--red);
  text-align: center;
  font-size: 3rem;
  margin-top: 2rem;
  /* background-color: var(--red); */
  border: 2px solid var(--red);
  display: inline-block;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
}
/* =========map section========= */
/* =========map section========= */



/* =========Gallery_main========= */
/* =========Gallery_main========= */
.gallery_main{
  padding:6rem 0;
  background:#f5f9ff;
}

/* Card */
.gallery_main-box{
  position:relative;
  border-radius:20px;
  padding:4px; /* border thickness */
  background:linear-gradient(
    90deg,
    #ff4d4d,
    #ffcc00,
    #00ffcc,
    #3399ff,
    #cc33ff,
    #ff4d4d
  );
  background-size:300% 300%;
  animation:borderMove 6s linear infinite;
}

/* Inner Content */
.gallery_main-box img,
.gallery_main-box h3{
  display:block;
  width:100%;
}

.gallery_main-box img{
  height:auto ;
  object-fit:cover;
  border-radius:16px 16px 0 0;
}

/* Title */
.gallery_main-box h3{
  background:var(--red);
  padding:1.5rem;
  font-size:2rem;
  text-align:center;
  border-radius:0 0 16px 16px;
  color: var(--white);
}

/* Animation */
@keyframes borderMove{
  0%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
  100%{
    background-position:0% 50%;
  }
}
/* =========Gallery_main========= */
/* =========Gallery_main========= */


/* =========subject offered========= */
/* =========subject offered========= */
#subject-offered {
  padding: 60px 5%;
  background: #f5f5f5;
}

.subject-offered-container{
  max-width:1200px;
  margin:auto;
}

.subject-offered-title{
  font-size:2rem;
  font-weight:600;
  margin:40px 0 20px;
}

.subject-offered-table-wrapper{
  overflow-x:auto;
}

.subject-offered-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.subject-offered-table thead{
  background:var(--red);
  color:#fff;
}

.subject-offered-table th,
.subject-offered-table td{
  padding:12px 14px;
  border:1px solid #ddd;
  text-align:center;
  font-size:14px;
}

.subject-offered-table tbody tr:nth-child(even){
  background:#f9f9f9;
}

.subject-offered-table tbody tr:hover{
  background:#f1f1f1;
}

@media (max-width:768px){

.subject-offered-title{
  font-size:1.6rem;
}

.subject-offered-table th,
.subject-offered-table td{
  font-size:12px;
  padding:10px;
}

}
/* =========subject offered========= */
/* =========subject offered========= */


/* =========Admission Form========= */
/* =========Admission Form========= */
/* =========Admission Form========= */
/* =========Admission Form========= */
#admission-form{
  padding:60px 5%;
  background:#f4f4f4;
}

.admission-form-container{
  max-width:900px;
  margin:auto;
  background:#fff;
  padding:40px;
  border-radius:6px;
}

.admission-form-title{
  font-size:28px;
  margin-bottom:30px;
}

.admission-form-group{
  display:flex;
  flex-direction:column;
  margin-bottom:18px;
}

.admission-form-group label{
  font-size:14px;
  margin-bottom:6px;
}

.admission-form-group input,
.admission-form-group select,
.admission-form-group textarea{
  padding:10px;
  border:1px solid #ccc;
  border-radius:4px;
  font-size:14px;
}

.admission-form-group textarea{
  min-height:80px;
}

.admission-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.admission-form-radio{
  margin:20px 0;
}

.admission-form-radio div{
  margin-top:6px;
}

.admission-form-radio label{
  margin-right:20px;
}

.admission-form-checkbox{
  margin:20px 0;
}

.admission-form-btn{
  background:var(--red);
  color:#fff;
  padding:12px 30px;
  border:none;
  border-radius:30px;
  font-size:16px;
  cursor:pointer;
}

.admission-form-btn:hover{
  background:var(--blue);
}

@media (max-width:768px){

.admission-form-row{
  grid-template-columns:1fr;
}

.admission-form-container{
  padding:25px;
}

}
/* =========Admission Form========= */
/* =========Admission Form========= */

/* =========Student Result========= */
/* =========Student Result========= */
#student-result{
  padding:60px 5%;
  background:#f3f3f3;
}

.student-result-container{
  max-width:1200px;
  margin:auto;
}

.student-result-grid{
  display:grid;
  grid-template-columns: 40% 60%;
  gap:40px;
}

.student-result-image img{
  width:100%;
  border-radius:10px;
}

.student-result-title{
  font-size:28px;
  margin-bottom:10px;
}

.student-result-subtitle{
  font-size:20px;
  margin:20px 0;
}

.student-result-heading{
  margin:20px 0 10px;
  font-size:18px;
}

.student-result-table{
  width:100%;
  border-collapse:collapse;
  margin-bottom:25px;
  background:#fff;
}

.student-result-table thead{
  background:var(--red);
  color:#fff;
}

.student-result-table th,
.student-result-table td{
  border:1px solid #ddd;
  padding:10px;
  text-align:center;
  font-size:14px;
}

.student-result-table tbody tr:nth-child(even){
  background:#f9f9f9;
}

.student-result-note{
  font-size:14px;
  margin-top:20px;
  color:#555;
}

@media (max-width:900px){

.student-result-grid{
  grid-template-columns:1fr;
}

.student-result-image{
  order:-1;
}

}
/* =========Student Result========= */
/* =========Student Result========= */