/* Futura BT Book */
@font-face {
  font-family: 'Futura BT';
  src: url('../fonts/Futura_BT_Book.woff2') format('woff2'),
    url('../fonts/Futura_BT_Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Futura BT Medium */
@font-face {
  font-family: 'Futura BT';
  src: url('../fonts/Futura_BT_Medium.woff2') format('woff2'),
    url('../fonts/Futura_BT_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Futura BT Heavy */
@font-face {
  font-family: 'Futura BT';
  src: url('../fonts/Futura_BT_Heavy.woff2') format('woff2'),
    url('../fonts/Futura_BT_Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}foundation



@font-face {
  font-family: 'Galliard Pro';
  src: url('../fonts/GalliardPro_Roman.woff2') format('woff2'),
    url('../fonts/GalliardPro_Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* GalliardPro Bold */
@font-face {
  font-family: 'Galliard Pro';
  src: url('../fonts/GalliardPro_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* GalliardPro Italic */
@font-face {
  font-family: 'Galliard Pro';
  src: url('../fonts/GalliardPro_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
       url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
       url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'bitter', sans-serif;
  overflow-x: hidden;
}
h3 {
    font-family: 'Manrope', sans-serif !important;
}

/* Default Dark Mode */
body {
  background-color: #F8F8F8;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Light Mode */
body.light-mode {
  background-color: #000;
  color: #fff;
}

a {
  text-decoration: none;
}

header {
  background-color: transparent;
  padding: 20px 0px;


}

.bottom-margin{
    margin-bottom:120px;
}

.common_padding {
  padding: 0px 80px;
}

.header_links p a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_links {
  display: flex;
  align-items: center;
}

.header_links p {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
      background: #14284dba;
    padding: 10px 15px;
    border-radius: 10px;

}

.main-section-pt {
  padding-top: 100px;
}



.banner-img img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.section-pt {
  padding-top: 50px;
}



.abt-links a {
    white-space:nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #14284D;
   font-family: 'Manrope', sans-serif !important;
  
}
.abt-links .swiper-slide{
    text-align:center;
}
.abt-links .swiper-wrapper{
   margin: auto;
   width:100%;
   justify-content: center;
}

.abt-links {
    width: 80%;
    margin: auto;

}
.abt-body {
  padding-bottom: 60px;
}
.staff-category h3 {
    background: #edeaea;
    padding: 15px;
    margin-top: 25px;
}
.meet-the-staff-sec h4{
    color: #14284D;
font-family: Manrope;
font-size: 29px;
font-style: normal;
font-weight: 400;
line-height: 40.6px; /* 140% */
letter-spacing: 1.16px;
margin-bottom:50px;
}
.common-padding {
  padding: 0px 60px;
}

.abt-body h3 {
  margin-top: 0;
  font-weight: 400;
  color: #14284D;
  font-family: 'Manrope', sans-serif !important;
  font-size: 29px;
  line-height: 2.5375rem;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
}

.abt-body p {
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Bitter', serif !important;
  font-weight: 400;
  color:black;
  width:67%;
}

.qoute-by{
      font-family: 'Bitter', serif !important;
}

.abt-quote {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:1rem;
}

.abt-quote h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-family: 'Manrope', sans-serif !important;
  margin-top:4rem;
  color: #000;
  width:55%;

}

@media(max-width:687px){
    .abt-quote h4{
          margin-bottom:3rem;
    }
}

.abt-quote p {

  font-size: 15px;
  line-height: 130%;
  color: #0068a0;

  text-align: center;

}

.logo-menu img {
  width: 110px;
}





.menu-tabs {
        display: inline-flex; /* inline-flex to center inside parent */
        justify-content: flex-start;
        gap: 30px; /* space between items */
        width: auto; /* no fixed width */
        overflow-x: auto;
        white-space: nowrap;
        padding: 40px 15px;
        scroll-behavior: smooth;
    }

    .menu-tabs-wrapper {
        display: flex;
        justify-content: center; /* center the whole row */
        overflow-x: auto;
        width: 100%;
    }

    .menu-tabs div {
        text-align: center;
        font-family: Manrope, sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.5px;
        flex: 0 0 auto;
    }

    .menu-tabs div a {
        color: #14284D;
        text-decoration: none;
    }

    .border-section {
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
        background: #F8F8F8;
    }

    /* Hide scrollbar */
    .menu-tabs::-webkit-scrollbar,
    .menu-tabs-wrapper::-webkit-scrollbar {
        display: none;
    }
    .menu-tabs,
    .menu-tabs-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }







.accordion-item {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 26px 15px;
  cursor: pointer;
  font-weight: bold;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.4875rem;
  font-weight: 500;
}

.accordion-header:hover, .accordion-header.active {
  background-color: #f0f0f0;
}

.accordion-header::before {
  content: '▾';
  display: inline-block;
  margin-right: 12px;
  transition: transform 0.3s ease;
}

.accordion-header.active::before {
  transform: rotate(-180deg);
}

.accordion-content {
  display: none;
  padding: 16px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.accordion-content img {
  width: 260px;
  height: auto;
  border-radius: 4px;
}

.accordion-text p {
  font-size: 1.0625rem;
  font-family: 'Galliard Pro', serif !important;

}
.accordion-button {
    border-bottom: 1px solid #959595 !important;
    padding: 35px 20px;
}
.accordion-body{
    background:#fff;
}
footer {
  background-color: #13284d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.115px;
  text-align: left;
  width: 70%;
  padding-top: 15px;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding:0;
}

footer nav ul li a {
  color: white;
  font-size: 14px;
}

.border-right {
  border-right: 1px solid white;
}

.abt-body h4 {
  color: #00213c;
  text-transform: uppercase;
  font-size: 1.8125rem;
  line-height: 2.5375rem;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.school-life-body h3 {
  margin-top: 0;
  font-weight: 500;
  color: #00213c;

  font-size: 25px;
  line-height: 2rem;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
  font-family: 'Galliard Pro', serif !important;

}

/*.school-life-body p {*/
/*  font-size: 19px;*/
/*  font-family: 'Galliard Pro', serif !important;*/
/*  margin-bottom : 5rem;*/
/*}*/


.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 2px solid #888;
  background: #fff;
  color: #444;
  border-radius: 50%;
  box-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s, color 0.2s;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #222;
  color: #222;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #888;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  transition: background 0.2s, border-color 0.2s;
}

.swiper-pagination-bullet-active {
  background: #0a2c3d;
  border-color: #0a2c3d;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -48px;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: -90px !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  z-index: 9999;
}

.custom-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 210px;
}

.border-tops {
  border-top: 1px solid #e1e1e1;
}

.border-bottoms {
  border-bottom: 1px solid #e1e1e1;
}

.campus-map a {
  text-decoration: none;
  padding: 0 0 5px;
  border-bottom: 1px solid #0068a0;
  color: #0068a0;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  width: 100%;
}



.blog-title {
  font-weight: 400;
  color: #00213c;

  font-size: 1.8125rem;
  line-height: 2.5375rem;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
}

.blog-cards {
  /* display: flex;
    gap: 24px;
    justify-content: flex-start;
    flex-wrap: wrap; */
}

.blog-card {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.blog-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.blog-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-bottom: 1px solid #eaeaea;
}

.blog-content {
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 300;
  color: #1a232e;

  border: 1px solid #bfc3c6;
  border-radius: 2px;
  padding: 3px 10px 2px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  width: fit-content;
}

.blog-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a232e;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;


}

.blog-date {
  font-size: 0.95rem;
  color: #4b5a6a;
  margin-bottom: 10px;
  font-weight: 400;
}

.blog-desc {
  font-size: 1rem;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.5;
}

.blog-tag {
  display: inline-block;
  font-size: 0.85rem;
  color: #222;

  border: 1px solid #bfc3c6;
  border-radius: 2px;
  padding: 3px 10px 2px 10px;
  margin-bottom: 12px;
  width: fit-content;
}

.blog-link {
  margin-top: auto;
  color: #0a2c3d;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1.5px solid #0a2c3d;
  padding-bottom: 2px;
  font-size: 1rem;
  transition: color 0.2s, border-color 0.2s;
}

.blog-link:hover {
  color: #1a232e;
  border-color: #1a232e;
}

.student-stories-body h2 {
  font-weight: 400;
  color: #00213c;
  text-transform: uppercase;

  font-size: 3.75rem;
  line-height: 5.25rem;
  letter-spacing: 4.8px;
}

.student-stories-body p {
  font-family: 'Galliard Pro', serif !important;
  color: #00213c;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 400;
  padding-top: 20px;
}

.student-stories-card {
  outline: solid 1px #cfcfcf;
}

.student-stories-card img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.student-stories-card-content {
  padding: 20px;
}

.student-stories-card-content h4 {
  font-size: 25px;
  font-weight: 500;
  color: #00213c;
  text-transform: uppercase;
  line-height: 02.5rem;
}

.student-label {
  display: flex;
  gap: 10px;
  padding-top: 20px;
}

.student-label p {
  padding: 6px 9px;
  margin: 3px;
  border: 0;
  color: #131313;
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 400;
  width: fit-content;
  background-color: #efefef;
}

.abt-links a.active {
  color: #14284d;
  border-bottom: 1px solid #14284d;
}




.mega-menu-bg {
  background: #0a2c3d;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

}

.mega-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 150px 40px 40px 40px;
  position: relative;
}

.mega-menu-col {
  flex: 1 1 0;
  min-width: 180px;
  margin-right: 24px;
}

.mega-menu-col:last-child {
  margin-right: 0;
}

.mega-menu-col h3 {
  color: #bfc3c6;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 38px;
  letter-spacing: 1px;
}

.mega-menu-col h3 a {
  color: #bfc3c6;
}

.mega-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-col ul li {
  margin-bottom: 13px;

}

.mega-menu-col ul li a {
  color: #e3e8eb;
  font-size: 0.999rem;
  font-weight: 300;

  cursor: pointer;
  transition: color 0.2s;
}

.mega-menu-col ul li a:hover,
.mega-menu-col ul li b {
  color: #8d8d8d;
}

.mega-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #e3e8eb;
  color: #0a2c3d;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 18px 8px 18px;
  font-size: 0.9rem;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s;
}

.mega-menu-close:hover {
  background: #fff;
  color: #0a2c3d;
}

.mega-menu-close span {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 8px;
}

@media (max-width: 1200px) {
  .mega-menu {
    flex-wrap: wrap;
    padding: 60px 20px 20px 20px;
  }

  .mega-menu-col {
    min-width: 160px;
    margin-bottom: 32px;
  }
}

@media (max-width: 900px) {
  .mega-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5vw 20px 5vw;
  }

  .mega-menu-col {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.offcanvas.offcanvas-end {
  width: 100%;
}

.board-accordian h4 {
  margin-top: 0;
  font-weight: 400;
  color: #00213c;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.4875rem;
  letter-spacing: 1.7px;
  margin-bottom: 15px;
}



.accordion {


}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion-header {
  display: flex;
  align-items: center;
  padding: 25px 25px;
  cursor: pointer;

  transition: background 0.2s;
  border-bottom: 2px solid #d1cece66;
}

.accordion-item.active .accordion-header {
  background: #EFEFEF;
}
.governance {
    display: flex;
    flex-wrap:wrap;
}
.governance p {
    margin-left: 20px;
}
.section-margin{
    margin-top:65px;
}
.foundation-text h3{
    color: #14284D;
    font-family: Manrope;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.6px; /* 140% */
    letter-spacing: 1.16px;
}
.accordion-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 2px;
  background: #bfc3c6;
  transition: background 0.2s;
  position: relative;
}

.accordion-item.active .accordion-icon {
  background: #0a2c3d;
}
.accordion-item{
    background: transparent !important;
}
.accordion-icon:after {
  content: '';
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.accordion-item.active .accordion-icon:after {
  border-color: #fff;
  transform: rotate(316deg);
}

.accordion-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
}

.accordion-item.active .accordion-title {
  color: #0a2c3d;
}

.accordion-content {
  display: none;
  padding: 20px 56px 20px 25px;
  background: #fff;
  color: #222;
  font-size: 1.05rem;
  line-height: 1.6;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-header::before {
  display: none;
}

.board-accordian .accordion-header {
  margin: 15px 0px;
}

.mySwiper2 {
  overflow: hidden;
}

.mySwiper2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.foundation .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
    padding-bottom: 110px;
    
}
.foundation .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 36px;
    top: inherit;
}
.foundation .swiper-button-prev:after, .foundation .swiper-button-next:after{
    display:none;
}
.foundation .swiper-button-prev{
     position: absolute !important;
    top: inherit;
    bottom: -5px !important;
    right: 42%;
    left:inherit;
    border: 0;
    background: transparent;
}
.foundation .swiper-button-next img, .foundation .swiper-button-prev img {
    width: 40px;
}

.curriculam-sec h3 {
    color: #14284D;
    font-family: Manrope;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.6px;
    letter-spacing: 1.16px;
    padding-bottom: 18px;
}
.curriculam-sec img {
    padding-right: 10px;
}
.stages-sec h5{
    color: #000;
font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 194.444% */
    letter-spacing: 0.72px;
}
.early-sec {
    margin: 60px 0 30px;
}
.stages-sec p, .stages-sec li{
    color: #000;
   font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.72px;
}
.curriculam-sec p {
    margin-bottom: 29px;
    color: #000;
   font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.72px;
}

.curriculam-sec li{
    color: #000;
font-family: Bitter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 0.72px;
}
.last-sec{
    margin-bottom:100px !important;
}

.curriculam-sec {
    margin:85px 0 15px;
}
.news-slider .swiper-button-prev{
    left: 61%;
}
.news-slider .swiper-button-next{
        left: 33% !important;
}
.register-form-padding {
    margin-top: 142px;
}
.contact-form-new h3{
    color: #00213C;
font-family: Manrope;
font-size: 25.84px;
font-style: normal;
font-weight: 400;
line-height: 41px; /* 158.67% */
}
.contact-form-new h6{
color: #000;
font-family: Bitter;
font-size: 16.225px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 203.39% */
margin-bottom:30px;
}

.career-text h3{
    margin-bottom:30px;
}
.career-text h5 {
    margin: 0;
    font-style: italic;
}
.career-text p {
    margin-top: 5px !important;
}


.foundation .swiper-button-next {
    position: absolute !important;
    top: inherit;
    bottom: -5px !important;
    left: 42%;
    border: 0;
    background: transparent;
}
.boarding-trail button {
  background: #9ebba5;
  color: #003050;
  border: 0;
  width: 100%;
  padding: 14px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  
}
.meet-staff-body h3{
  margin-top: 0;
  font-weight: 400;
  color: #00213c;
  text-transform: uppercase;
  font-size: 1.8125rem;
  line-height: 2.5375rem;
  letter-spacing: 1.74px;
  margin-bottom: 20px;
}
.meet-staff-body p{
  font-family: 'Galliard Pro', serif !important;
  color: #00213c;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 400;
  padding-top: 20px;
}
.meet-staff-section  h4{
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #00213c;
  border-bottom: 2px solid #00213c;
  width: fit-content;
}
.staff-details img{
  width: 100%;
}
.staff-details p{
  font-family: 'Galliard Pro', serif !important;
  color: #00213c;
  font-size: 1.1rem;
  line-height: 2.0625rem;
  font-weight: 400;
  padding-top: 20px;
}
.foundation {
    padding: 0 5%;
}
.early-sec p img {
    padding-right: 10px;
}







.custom-slider-container {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  justify-content: center;
  position: relative;
}

.slider-content-box {
  background: #0a6cae;
  color: #fff;
  min-width: 340px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin-right: -80px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  margin-top: 70px;
  left: 50px;
}

.slider-content-box-2{
  background: #0a6cae;
  color: #fff;
  min-width: 340px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin-right: -80px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  margin-top: 70px;
  left: -170px;
}

.slider-title {

  font-size: 2.5rem;
  font-weight: 500;
  padding: 48px 36px 36px 36px;
  line-height: 1.1;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.slider-bg-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url('your-pattern.png') no-repeat right bottom;
  opacity: 0.25;
  z-index: 1;
}

.custom-swiper {
  width:75%;
  height: 480px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.custom-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-swiper-nav {
  position: absolute;
  left: 50%;
  bottom: 82px;
  transform: translateX(-50%);
  display: flex;
  gap: 44px;
  z-index: 10;
}

.custom-swiper-btn {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.15);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
.custom-swiper-btn:hover {
  background: #fff;
  color: #0a6cae;
  border-color: #0a6cae;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.7rem;
}


.admission-section h4{
  margin-top: 0;
  font-weight: 400;
  color: #00213c;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 5.25rem;
  letter-spacing: 4.8px;
  position: relative;
  margin-bottom: 40px;
}
.fees-section h2{
  margin-top: 0;
  font-weight: 400;
  color: #00213c;
  text-transform: uppercase;
 
  font-size: 3.15rem;
  line-height: 5.25rem;
  letter-spacing: 4.8px;
  position: relative;
  margin-bottom: 40px;
}
.fees-section h4{
  font-size: 1.6875rem;
  line-height: 2.5625rem;
  color: #00213c;
  font-weight: 400;
  font-family: 'Galliard Pro', serif !important;

}
.fees-section p{
  font-family: 'Galliard Pro', serif !important;
  color: #00213c;
  font-size: 1.1rem;
  line-height: 2.0625rem;
  font-weight: 400;
  padding-top: 20px;
}
.enquire-section h4{
  font-size: 2.8rem;
  line-height: 2.5625rem;
  color: #00213c;
  font-weight: 400;

}

.enquire-section p{
  font-family: 'Galliard Pro', serif !important;
  color: #00213c;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 400;
  padding-top: 20px;
}
.enquire-form-section {
  /* background: #fafaf7; */
  padding: 40px 0;
  border-radius: 8px;
  margin-bottom: 40px;
}

.enquire-form {
  max-width: 80%;
  margin: 0 auto;
}

.form-row {
  margin-bottom: 28px;
}

.form-flex{
    display:flex;
    gap:24px;
}

.form-group label {
  font-weight: 500;
  color: #00213c;
  font-size: 17px;
  margin-bottom: 6px;
  display: block;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1.5px solid #888;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 4px;
  background: #fff;
  color: #757575;
  transition: border 0.2s;
  
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #003050;
  outline: none;
}

.form-group small {
  color: #666;
  font-size: 0.95rem;
  margin-left: 2px;
}

.enquire-btn {
  background: #003050;
  color: #fff;
  border: none;
 padding: 14px 93px;
  font-size: 16.087px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}

.enquire-btn:hover {
  background: #005080;
}




.fees-table-section {
  /* background: #fafaf7; */
  padding: 30px 0;
}

.fees-table {
  border-collapse: collapse;
  width: 500px;
  background: #fff;
  font-family: 'Galliard Pro', serif;
  font-size: 1.15rem;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.fees-table th, .fees-table td {
  border: 1px solid #d1d1d1;
  padding: 18px 24px;
  text-align: center;
}

.fees-table th {
  background: #003050;
  color: #fff;
  font-weight: 500;
  font-size: 1.18rem;
  border-bottom: 2px solid #fff;
}

.fees-table tr:nth-child(even) td {
  background: #fafaf7;
}

.fees-table td {
  color: #00213c;
  font-weight: 400;
}


.enquire-form-section {
  background: #f5f8fd;
}
.enquire-form h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  margin-bottom: 24px;
}

select {
  position: relative;
  overflow: visible;
}
.both-radio{
        display: flex;
    gap: 3rem;
}

.enquire-form-section select {
 color: #757575;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 12px 10px;
  padding-right: 40px; /* make room for arrow */

  /* hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* add SVG as background */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'><path d='M22.5349 10.7219L14.0974 19.1594C14.0191 19.2379 13.926 19.3001 13.8236 19.3426C13.7211 19.385 13.6114 19.4069 13.5005 19.4069C13.3896 19.4069 13.2798 19.385 13.1774 19.3426C13.0749 19.3001 12.9819 19.2379 12.9035 19.1594L4.46602 10.7219C4.30769 10.5636 4.21875 10.3489 4.21875 10.125C4.21875 9.90108 4.30769 9.68635 4.46602 9.52803C4.62434 9.36971 4.83907 9.28076 5.06297 9.28076C5.28687 9.28076 5.5016 9.36971 5.65992 9.52803L13.5005 17.3696L21.341 9.52803C21.4194 9.44963 21.5125 9.38745 21.6149 9.34502C21.7173 9.3026 21.8271 9.28076 21.938 9.28076C22.0488 9.28076 22.1586 9.3026 22.261 9.34502C22.3635 9.38745 22.4565 9.44963 22.5349 9.52803C22.6133 9.60642 22.6755 9.69949 22.7179 9.80191C22.7604 9.90434 22.7822 10.0141 22.7822 10.125C22.7822 10.2358 22.7604 10.3456 22.7179 10.448C22.6755 10.5505 22.6133 10.6435 22.5349 10.7219Z' fill='%23343330'/></svg>")
    no-repeat right 12px center;

  background-size: 16px;
  background-color: #fff; /* match input bg */
  border: 1px solid #ccc;
  border-radius: 6px;
}






.register-page{
  background-color: #003050;
  height: 120px;
}
.staff{
  margin-top: 50PX;
}
.accordion-button{
  background: transparent;
}

.accordion-button:focus
 {
    box-shadow: none;
    background: transparent;
}
.table-sec{
  width: 100%;
  margin: auto;
}
.table-sec h3{
  margin: 40px auto 30px;
}



.alumni-card{
  border: 1px solid #00213c6b;
  border-radius: 10px;
  height: 100%;
}
.alumni-detail{
  padding: 15px;
}
.alumni-detail p{
  font-size: 15px;
}
.card-detail h5, .card-detail h6{
  text-align: center;
  padding: 15px;
}
.card-detail h6{
  padding: 0;
  padding-bottom: 20px;
}
.reg-btn{
  margin-top: 30px;
  margin-bottom: 40px;
}
.reg-btn a{
  border: 1px solid #00213c7c;
  padding: 15px;
  color: #00213c;
}
.contact-form label{
  width: 100%;
  margin-bottom: 10px;
}
.contact-form input, .contact-form textarea{
  width: 100%;
  height: 50px;
  border: 1px solid #00213c81;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-form textarea{
  height: 100px;
}
.sub-btn{
  background: #00213c;
  padding: 10px 30px;  
  width: fit-content;
  margin-left: auto;
  border-radius: 5px;
  margin-right: 10px;
}
.sub-btn a{
  color: #fff;
}
.contact-loc
 {
    display: flex;
    align-items: start;
}
.contact-loc p{
  padding: 0;
  padding-left: 10px;
}
.get-touch{
  border: 1px solid #00213c98;
  padding: 40px;
}
.card-detail p {
    padding: 0 17px;
    text-align: center;
}
.page-tabs-sec {
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
}
breadcrumbs li a.active{
  color: #000;
}
breadcrumbs li a{
  color: rgba(0, 0, 0, 0.60);
}
breadcrumbs li {
  list-style: none;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.867px;
}
breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 50px 0;
}
breadcrumbs li span{
  margin: 0 20px;
}
.breadcrump-active{
    color:#14284D !important;
}
.table-sec svg{
      font-size: 25px;
    color: red;

}

.vertical-btn {
    position: fixed;
    top: 50%;
    right: 0px;

    transform-origin: right center;
    background-color: #9ebba5;
    color: #012240;
    padding: 10px 20px;
    border: none;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.breadcrumbs-image{
    width: 6px;
    height: 9px;
}






  .vertical-btn {
      position: fixed;
      top: 50%;
      right: 23px;
      transform: translateY(-50%) rotate(-90deg);
      transform-origin: right center;
    background-color: #9ebba5;
      color: #012240;
      padding: 10px 20px;
      border: none;
      border-radius: 6px 6px 0 0;
      cursor: pointer;
      z-index: 1000;
      font-size: 16px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .vertical-btn:hover,
    .sticky-btn:hover {
      opacity: 0.9;
    }



.nav-link {
  background-color: #f3f3f3;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}

.nav-link.active {
  background-color: #0a2558;
  color: #fff;
}

.nav-link i {
  font-size: 14px;
}

.accordion-item{
    border : 1px solid rgb(255 255 255 / 13%) !important;
}

.number-up{
    opacity : 0;
}
.accordion-button:focus{
     box-shadow: none !important;
}



.campus-head {
  max-width: 100%;
  width:530px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1.92px;
  padding-bottom:2rem;
}

.point-body {
  margin-top: 4rem;
}

.campus-main-point {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.96px;
  margin-top: 3rem;
}

.campus-points {
  margin-top: 4rem;
  /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
  display: flex;
  align-items: flex-start;
  gap: 4rem;

}

.campus-points > div:first-child {
  flex: 1 1 100%;
}

.campus-points > .image-grid {
  flex: 1 1 100%;
  margin-top: 3rem;
}

.campus-sub-point {
  list-style: none;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.8px;
}
.image-grid {
  flex: 1 1 50%;
  max-width: 50%;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 images per row */
  gap: 20px;
}
.image-item {
  text-align: center;
  width: 100%;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.caption-box {
  background-color: #14284D;
  font-size: 14px;
  padding: 8px 0;
  margin-top: 0;
  color: white;
  width: 100%;
}
@media (max-width: 768px) {
  .text-column,
  .image-grid {
    flex: 1 1 100%;
    max-width: 100%;
  }
    .governance p{
        margin-top:15px;
    }
  .image-grid {
    grid-template-columns: 1fr; /* Stack images in 1 column */
  }
}

@media (max-width : 687px){
    .campus-points{
        flex-wrap :wrap;
    }
    .common-padding{
       padding: 0px 20px; 
    }
}
.acadamic {
  display: flex;
  
  gap: 4rem;
  justify-content: space-between;
}

.acadamic > div {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.acadamic > div img {
  width: 100%;
  height: auto;
  display: block;
}

.acadamic-point {
  width: 100%;
  margin-top: 10px;
}

.acadamic-sub {
  color: #000;
  padding-top: 30px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.acadamic-margin {
  margin-top: 8rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .acadamic {
    flex-direction: column;
    gap: 2rem;
  }

  .acadamic > div {
    flex: 1 1 100%;
  }

  .acadamic-sub {
    font-size: 22px;
    padding-top: 16px;
  }

  .acadamic-point {
    font-size: 14px;
  }
}
.acadamic-sub-point{
  list-style: none;
  color: #000;
  font-family: 'Galliard Pro', serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 43px;
  letter-spacing: 0.8px;
}
.acadamic-head{
      margin-top: 0;
  font-weight: 500;
  color: #00213c;

      font-size: 25px;
      line-height: 2rem;
      letter-spacing: 1.74px;
      margin-bottom: 20px;

  padding-top: 80px;
     font-family: 'Galliard Pro', 'Futura BT', sans-serif;
}
/*.playfair-font{*/
/*      font-size: 19px;*/
/*      margin-bottom : 5rem;*/
/*     font-family: 'Playfair Display', serif !important;*/
/*}*/
.acadamic-font{

     /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
}

.head-width{
    width:800px;
}
.sport-head{
    width:870px;
}
.sport-upper{
    color: #14284D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.677px;
}
.sport-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 20px;
}

.sport-point {
  width: 48%;
  padding: 0;
  margin: 0;
}

.sport-point li {
  list-style: none;
  padding:0.8rem 0rem;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
  display: flex;
  align-items: start;
  gap: 10px;
}

.arrow-sport {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

/* Responsive: Stack columns on small screens */
@media (max-width: 768px) {
  .sport-point {
    width: 100%;
  }
}

.banner-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-img img {
  width: 100%;
  /*height: auto;*/
  display: block;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  text-align: start;
  color: white;
  padding: 1rem 2rem;
  max-width: 90%;
}

.banner-text h2 {
  margin-bottom: 3rem;
  /*font-family: 'Manrope', sans-serif ;*/
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px; 
  letter-spacing: 2.56px;
}

.banner-text p {
  /*font-family: 'Playfair Display', serif;*/
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0.8px;
}

/* Responsive adjustments */

@media (max-width: 1024px) {
  .banner-text h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.5px;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .banner-text {
    top: 55%;
    padding: 1rem;
    width: 95%;
    left:48%;
  }

  .banner-text h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }

  .banner-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 899px) {
    .banner-text h2{
        margin-bottom:1rem;
    }
}

@media (max-width: 624px) {
  .banner-text p {
    display: none;
  }
  
 .banner-text h2 {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
  }
}



@media (max-width: 480px) {
  .banner-text {
    top: 60%;
    padding: 0.5rem;
  }

  .banner-text h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner-text p {
    font-size: 14px;
    line-height: 22px;
  }
}




.zoom-on-touch {
  position: relative;
  overflow: hidden;
}

.zoom-on-touch img {
  display: block;
  transition: transform 0.4s ease;
}

.zoom-on-touch:hover img,
.zoom-on-touch:active img {
  transform: scale(1.04);
}
.sticky_icon_right {
  position: fixed;
  top: 25%;
  z-index: 33;
  right: 0;
}

.icon-box {
  background: #13284d; 
  border-radius: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right_ic {
  width: 50px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  background: transparent;
  border: none;          
}

.right_ic img {
  width: 19px;
  height: 19px;
}

.right_ic.whtsp i {
  font-size: 24px;
  color: white;
}

.banner-vedio{
     width: 100%;
    height: 500px; 
    overflow: hidden;
    position: relative;
}
.history-head h1{
   color: #14284D;
   /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
   font-size: 32px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 3.2px;
   margin-top:5rem;
   margin-bottom:4rem;
}
.history-para{
   color: #000;
   /*font-family: 'Playfair Display', serif;*/
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 35px; 
   letter-spacing: 0.8px;
   margin-top:5rem;
}
.history-section {
    display: flex;
    align-items: stretch;
    min-height: 400px; 
    margin-top:8rem;
    gap:5rem;
}
.section-content{
    padding-top:1rem;
}


.section-content h1{
   color: #14284D;
   /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
   font-size: 32px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 3.2px;
   margin-bottom:2rem;
}
.section-content p{
  color: #000;
  /*font-family: 'Playfair Display', serif;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; 
  letter-spacing: 0.8px;
}
.history-img {
    max-width: 658px; 
    width: 100%;     
    height: auto;    
}

.history-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.section-content-founder{
  color: #000;
  /*font-family: 'Playfair Display', serif;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; 
  letter-spacing: 0.8px;
  margin-top:2rem;
}
@media(max-width:747px){
    .founder-img img{
        margin-top:4rem;
    }
}
.founder-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom:5rem;
}

.founder-img,
.section-content-founder {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.founder-img img {
  width: 100%;
  height: auto;
  display: block;
}




.arrow-box{
    width: 100%;
    height: auto;
    padding:1rem;
    background:#78C5D9;
    display:flex;
    flex-direction:row;
    align-items:baseline;
    padding-bottom:5rem;
}

.right-leaf {
  transform-origin: center;
  animation: sway 6s ease-in-out infinite;
}

@keyframes sway {
  0%   { transform: rotate(0deg) translate(0px, 0px) scale(1); }
  15%  { transform: rotate(0.6deg) translate(0.6px, 0.3px) scale(1.002); }
  30%  { transform: rotate(-1deg) translate(-1px, 0.6px) scale(0.998); }
  45%  { transform: rotate(0.8deg) translate(0.8px, -0.3px) scale(1.002); }
  60%  { transform: rotate(-0.6deg) translate(-0.6px, 0.3px) scale(1); }
  75%  { transform: rotate(0.5deg) translate(0.3px, -0.2px) scale(1.001); }
  90%  { transform: rotate(-0.5deg) translate(-0.3px, 0.2px) scale(1); }
  100% { transform: rotate(0deg) translate(0px, 0px) scale(1); }
}


.left-leaf {
  transform-origin: center;
  animation: leftLeafFloat 7s ease-in-out infinite;
}

@keyframes leftLeafFloat {
  0%   { transform: rotate(0deg) translate(0px, 0px) scale(1); }
  20%  { transform: rotate(-1.5deg) translate(-2px, 1.5px) scale(1.01); }
  40%  { transform: rotate(2deg) translate(2.5px, -1.5px) scale(0.995); }
  60%  { transform: rotate(-1.2deg) translate(-2px, 1px) scale(1.01); }
  80%  { transform: rotate(1deg) translate(1.5px, -1px) scale(1.005); }
  100% { transform: rotate(0deg) translate(0px, 0px) scale(1); }
}

.hand-behind {
  transform-origin: center;
  animation: handTension 5s ease-in-out infinite;
}

@keyframes handTension {
  0%   { transform: translateX(0px) scaleX(1); }
  25%  { transform: translateX(-2px) scaleX(1.02); }
  50%  { transform: translateX(-3.5px) scaleX(1.035); }
  75%  { transform: translateX(-2px) scaleX(1.02); }
  100% { transform: translateX(0px) scaleX(1); }
}

.arrow-hand {
  transform-origin: center;
  animation: aimMotion 4s ease-in-out infinite;
}

@keyframes aimMotion {
  0%   { transform: translate(0px, 0.3px) rotate(0deg); }
  25%  { transform: translate(-1px, -0.3px) rotate(-0.5deg); }
  50%  { transform: translate(1.2px, 0.6px) rotate(0.5deg); }
  75%  { transform: translate(-0.8px, 0.3px) rotate(-0.3deg); }
  100% { transform: translate(0px, 0.3px) rotate(0deg); }
}




.archery-bow {
  transform-origin: center;
  animation: bowTensionVisible 2.5s ease-in-out infinite;
}

@keyframes bowTensionVisible {
  0%   { transform: scale(1) rotate(0deg); }
  25%  { transform: scale(1.015, 0.985) rotate(0.3deg); }
  50%  { transform: scale(1.02, 0.98) rotate(-0.3deg); }
  75%  { transform: scale(1.015, 0.985) rotate(0.2deg); }
  100% { transform: scale(1) rotate(0deg); }
}


.arrow-archery-hand {
  transform-origin: center;
  animation: handTensionVisible 2.5s ease-in-out infinite;
}

@keyframes handTensionVisible {
  0%   { transform: scale(1) translateX(0px); }
  25%  { transform: scale(1.01) translateX(-0.5px); }
  50%  { transform: scale(1.015) translateX(-1px); }
  75%  { transform: scale(1.01) translateX(-0.5px); }
  100% { transform: scale(1) translateX(0px); }
}


.bow-finger-tension {
  transform-origin: center;
  animation: fingerBounce 2s ease-in-out infinite;
}

@keyframes fingerBounce {
  0%   { transform: translateY(0px) scale(1); }
  25%  { transform: translateY(-0.8px) scale(1.01); }
  50%  { transform: translateY(-1.5px) scale(1.015); }
  75%  { transform: translateY(-0.8px) scale(1.01); }
  100% { transform: translateY(0px) scale(1); }
}



.arrow-pull {
  transform-origin: center;
  animation: arrowTension 2.5s ease-in-out infinite;
}

@keyframes arrowTension {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(-1.5px); } /* Pulls slightly left */
  100% { transform: translateX(0); }
}

.archery-align {
  transform: translate(15px, -5px) scale(0.95); /* adjust as needed */
  transform-origin: center;
  animation: archeryPulse 3s ease-in-out infinite;
}

@keyframes archeryPulse {
  0%, 100% { transform: translate(15px, -5px) scale(0.95); }
  50% { transform: translate(16px, -6px) scale(0.97); }
}







.arrow-flot {
  transform-origin: left center;
  animation: arrowDraw 4s ease-in-out infinite;
}

@keyframes arrowDraw {
  0%   { transform: rotate(0deg) translate(0, 0) scaleX(1); }
  25%  { transform: rotate(-1deg) translate(-2px, 1px) scaleX(1.01); }
  50%  { transform: rotate(0.5deg) translate(2px, -1px) scaleX(1.02); }
  75%  { transform: rotate(-1deg) translate(-1px, 1px) scaleX(1.01); }
  100% { transform: rotate(0deg) translate(0, 0) scaleX(1); }
}



.arrow {
  transform-origin: left center;
  animation: arrowFrontBackSmall 2.5s ease-in-out infinite;
}

@keyframes arrowFrontBackSmall {
  0%   { transform: translateX(0) scaleX(1); }
  25%  { transform: translateX(0.5px) scaleX(1.005); }
  50%  { transform: translateX(1px) scaleX(1.01); }
  75%  { transform: translateX(0.5px) scaleX(1.005); }
  100% { transform: translateX(0) scaleX(1); }
}

.pot-arrow{
    display:flex;
    width:50%;
    
}
.right-box{
    width:50%;
    position: relative;
}

.gif{
    padding-top:10rem;
    width:100%;
}
.arrow-line{
    margin-top:7rem;
}
.pot{
    margin-left:-6rem;
}

.content-box{
    background:white;
    padding:2rem;
    color:black;
    border-top-left-radius:50px;
    color: #000;
   /*font-family: 'Playfair Display', serif;*/
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 30px; 
    letter-spacing: 0.8px;
    margin-left:4rem;
    position: relative;
}

.content-box::before {
  content: '';
  position: absolute;
  top: -45px;
  right: -4px;
  width: 90px;
  height: 90px;
  background-color: #78C5D9;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
}

/* Quotation marks inside ellipse */
.content-box::after {
  content: '“ ';
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 95px;
  color: #254768;
  z-index: 2;
  /*font-family: 'Playfair Display', serif;*/
}
.governance-sec, .meet-the-staff-sec{
    margin-bottom:100px;
}
.main-governance{
    margin-bottom:170px;
}
.pot-img {
   width: 100%;
  height: auto;
  display: block;
  max-width: 526px;   
  
  margin: 0 auto;
}



@media (max-width: 768px) {
  .founder-img,
  .section-content-founder {
    max-width: 100%;
    flex: 1 1 100%;
  }
}



@media(max-width:1210px){
    .history-section{
        flex-direction:column;
        align-items:center;
        gap:2rem;
    }

}
@media(max-width:681px){
     .history-img {
    max-width: 100%;
    padding: 0 1rem;
  }
}

@media(max-width:1192px){
    .arrow-box{
        flex-direction:column;
        align-items:center;
        
    }
    .content-box {
        margin-top:4rem;
}
.gif{
    padding-top:5rem;
}
.pot-arrow{
    width:100%;
}
.right-box{
    width:100%;
    margin-right:50px;
}
.content-box{
    letter-spacing:0px;
}
}



.earth-section{
    width: 100%;
    height: auto;
    background:#FBDEB2;
    display:flex;
    flex-direction:row;
    align-items:center;
    padding-bottom:5rem;
     position: relative;
     justify-content:space-between;
}
.earth-box{
    background:white;
     padding: 2rem 3rem 2rem 6rem;
    color:black;
    border-bottom-right-radius:50px;
    color: #000;
   /*font-family: 'Playfair Display', serif;*/
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 30px; 
    letter-spacing: 0.8px;
    width:45%;
    position: relative;
}

.earth-box::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #FBDEB2;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
}

/* Quotation marks inside ellipse */
.earth-box::after {
  content: '“ ';
  position: absolute;
  top: 0px;
  left: 22px;
  font-size: 95px;
  color: #AF6A00;
  z-index: 2;
  /*font-family: 'Playfair Display', serif;*/
}
.graduation {
    padding-right:8rem;
    padding-top: 4rem;
}


.trust{
    color: #14284D;
   /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
font-size: 20px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
text-transform: uppercase;
margin-top:5rem;
}
.tick-section-charity li{
    list-style-type: none;
    color: #000;
/*font-family: 'Playfair Display', serif;*/
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 49px; /* 245% */
letter-spacing: 0.8px;
}
.tick{
    padding-right:1rem;
}


.gift{
    width: 100%;
    height: auto;
    background:#73D0AE;
    display:flex;
    flex-direction:row;
    align-items:center;
    padding-bottom:5rem;
     position: relative;
     justify-content:space-between;
     
}
.gift-section{
    background:white;
     padding: 2rem 3rem 2rem 6rem;
    color:black;
   border-top-left-radius:50px;
    color: #000;
   /*font-family: 'Playfair Display', serif;*/
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 30px; 
    letter-spacing: 0.8px;
    width:45%;
    position: relative;
}

.gift-section::before {
  content: '';
  position: absolute;
  top: -45px;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #73D0AE;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
}

/* Quotation marks inside ellipse */
.gift-section::after {
  content: '“ ';
  position: absolute;
  top: 0px;
  right: 22px;
  font-size: 95px;
  color: #017E50;
  z-index: 2;
  /*font-family: 'Playfair Display', serif;*/
}


.thanks-giving{
    width: 100%;
    height: auto;
    background:#e3e4e65e;
    display:flex;
    flex-direction:column;
    align-items:start;
        padding: 4rem 1rem 3rem 8rem;
     position: relative;
     justify-content:center;
     margin-bottom:5rem;
     
}
.thanks-giving p {
    width:90%;
    padding-left: 30px;
    color: #000;
  /*font-family: 'Playfair Display', serif;*/
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 180% */
letter-spacing: 0.8px;
}

.thanks-giving::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 60px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
}

/* Quotation marks inside ellipse */
.thanks-giving::after {
  content: '“ ';
  position: absolute;
  top: -55px;
  left: 85px;
  font-size: 95px;
  color: #14284d;
  z-index: 2;
  /*font-family: 'Playfair Display', serif;*/
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
}

.bounce {
  animation: bounce 2s ease-in-out infinite;
}



.memmory{
    display:flex;
    flex-direction:row;
    align-items: center;
    gap: 4rem;
    margin-bottom:4rem;
}
.memmory-pic{
    width: 100%;
    max-width: 530px;
}
.memmory h1{
    width:100%;
    color: #14284D;
   font-family: 'Manrope', 'Futura BT', sans-serif;
   font-size: 29px;
   font-style: normal;
   font-weight: 400;
   line-height: 62px; /* 129.167% */
   letter-spacing: 1.92px;
}

.memmory p{
    width:100%;
    color: #000;
/*font-family: 'Playfair Display', serif;*/
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 175% */
letter-spacing: 0.8px;
}

.vision-head{
    display:flex;
    flex-direction:row;
    
}
.vision-head h1{
    color: #000;
    /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px; 
    letter-spacing: 1.92px;
    width: 75%;
}
.extra-padding{
    padding-left:4rem;
    padding-right:4rem;
}

.vision-head p{
    color: #000;
    /*font-family: 'Playfair Display', serif;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.09px;
    width:100%;
}
.mission-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top:5rem;
}

.mission-item {
  flex: 0 0 calc(33.333% - 1.5rem);
  box-sizing: border-box;
  text-align: start;
}

.mission-item img {
  max-width: 100px;
  height: auto;
  margin-bottom: 1rem;
}


.mission-item h1 {
color: #000;
/*font-family: 'Manrope', 'Futura BT', sans-serif;*/
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 43px; /* 134.375% */
letter-spacing: 1.28px;

}

.mission-item p {
color: #000;
/*font-family: 'Manrope', 'Futura BT', sans-serif;*/
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 218.75% */
letter-spacing: 0.64px;
}

.educational {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;

}

.educational h1 {
  color: #000;
  font-family: 'Manrope', 'Futura BT', sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1.92px;
  text-align: center;
}


.staff h5 {
    color: #14284D;
    font-family: Manrope;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.6px;
    letter-spacing: 1.16px;
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed){
    background:#EFEFEF;
    border:0;
    box-shadow:none !important;
}
@media (max-width: 768px) {
  .educational h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1.2px;
    margin-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .educational h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }
}


.educational-row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.educational-item {
  flex: 0 0 calc(50% - 1rem); 
  text-align: start;
}

.educational-item img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}


.educational-item h2 {
color: #000;
text-align: start;
/*font-family: 'Manrope', 'Futura BT', sans-serif;*/
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
margin-top:1.5rem;
}

.educational-item p {
color: #000;
/*font-family: 'Playfair Display', serif;*/
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 43px; /* 215% */
letter-spacing: 0.8px;
width:80%;
}
.second-row{
    margin-top:4rem;
}



.management-quote {
     padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8rem;
    padding-right: 8rem;
}
.management-quote h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 2.5;
    text-align: start;
    /*font-family: 'Playfair Display', serif !important;*/
    margin-top: 1rem;
    color: #000;
    padding-left: 2rem;
}
.last-management{
    padding:0rem 2rem;
    margin-top:5rem;
}
.detailes{
    padding-left: 1rem;
    margin-top: 1rem;
}
.last-management h1{
    color: #000;
    /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px; 
    letter-spacing: 1.92px;
}
.detailes li{
    color: #000;
        /*font-family: 'Playfair Display', serif !important;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: 0.8px;
    padding-left:0.3rem;
}

.memmory {
  position: relative;
  overflow: hidden;
}


.memmory img.memmory-pic {
  display: block;
  transition: transform 0.4s ease;
}


.memmory img.memmory-pic:hover,
.memmory img.memmory-pic:active {
  transform: scale(1.04);
}

.mission-item {
  overflow: hidden;
  position: relative;
}


.mission-item img {
  display: block;
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
}

.mission-item img:hover,
.mission-item img:active {
  transform: scale(1.05);
}

.educational-item {
  overflow: hidden;
  position: relative;
}


.educational-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  cursor: zoom-in;
}


.educational-item img:hover,
.educational-item img:active {
  transform: scale(1.05);
}
.indoor-section h2{
    color: #000;
    /*font-family: 'Manrope', 'Futura BT', sans-serif;*/
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 1.6px;
    padding-top: 30px;
    padding-bottom: 2rem;
}
.indoor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  gap: 1rem;
}

.indoor-item {
  position: relative;
  overflow: hidden;
}

.indoor-item img {
  width: 100%;
  height: auto;
  display: block;
}

.indoor-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0rem 0rem 1.5rem 2rem;
  color: #FFF;
  /*font-family: 'Manrope', 'Futura BT', sans-serif !important;*/
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px; 
  letter-spacing: 1.28px;

}
.bording-padding{
    padding-top:160px;
}
.fees-font{
    font-family: 'Galliard Pro', sans-serif;
}



.table-sec {
  text-align: center;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.staff-card {
  background: #50607d36;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.staff-card img {
  width: 100%;
  height: auto;

  object-fit: cover;
}

.staff-card p {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 14px;
}


.form-group input[type="radio"] {
  margin-right: 6px;
  accent-color: #14284D;
}

.radio-form {
  display: flex;
  gap: 20px;  
  align-items: center;
}

.radio-form label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* prevents wrapping */
}

/* Make select2 match input height */
.select2-container .select2-selection--single {
  height: 48px !important;   /* match your input height */
  display: flex;
  align-items: center;
  border: 1px solid #ccc;    /* same border as input */
  border-radius: 4px;        /* same radius as input */
      padding: 10px 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 10px;  /* same padding as input */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.same-as-flex {
    display:flex; 
    justify-content:space-between; 
    align-items:center;
    width:100%;
}
.same-as{

    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.814px; 
    margin:0;
}

.application-head{
    color: #1A2330;
    font-family: 'Manrope', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.4px;
    margin-bottom: 3rem;
}

.add-another{
  background: white;
  color: #14284D;
  border: none;
  padding: 14px 36px;
  font-size: 16.087px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}
.form-buttons{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}

.delete-wrapper {
  position: absolute;
  top: 57px;      /* above the form border line */
  right: 0px;      /* aligned right */
  display: flex;
  align-items: center;
  gap: 6px;        /* space between cross and text */
}

.delete-btn {
  background: #C9252C; 
  color: #fff;
  border: none;
  width: 18px;
  height: 18px;
    font-size: 18px;
    line-height: 18px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.delete-text {
  font-size: 14px;
  color: #d9534f;
  font-weight: 500;
  cursor: pointer;
}


  .applicant-form {
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

/* Add a horizontal line (only for forms after the first one) */
.applicant-form + .applicant-form {
  border-top: 2px solid #888888;  
  margin-top: 30px;            
  padding-top: 48px;          
}
.faq-head h3{
    color: #14284D;
    font-size: 29px;
    font-style: normal;
font-family: Manrope !important;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    padding-top: 50px;
}

..accordion-item{
    background: transparent;
}


/*managemtnt*/
.mana-head h3{
 color: #14284D;
 font-family: Manrope !important;
font-size: 29px;
font-style: normal;
font-weight: 400;
line-height: 40.6px; /* 140% */
letter-spacing: 1.16px;
}
.mana-para{
    color: #000;
  font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 194.444% */
}
.mana-list{
       color: #000;
  font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  
  
}
.mana-edu {
    color: #14284D;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 37px; 
    margin-top: 3rem;
    width:80%;
}
.mana-second{
    margin-top:7rem !important;
}

p.mana-list.with-icon svg {
    margin-right: 10px;
}

.mana-mission-vision{
   background: #14284D;
   margin-top:9rem;
   
}
.mana-mission-vision h2{
    color: #FFF;
     font-family: Manrope !important;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 2rem;
}
.mana-mission-vision p,
.mana-mission-vision li {
  font-family: 'Bitter', serif !important;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.72px;

}

.mana-pading {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.bottom-line{
    width: 86%;
    margin-top: 8rem;

}

.mana-thanks {
  position: relative;
  padding-top: 40px;
  display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mana-thanks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #CFCFCF; /* line color */
}

.thanks-icon {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width:95%;
}

.thanks-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;   /* extend line before img */
  right: -30px;  /* extend line after img */
  height: 1px;
  background: #CFCFCF;
  z-index: -1; /* keeps it behind img */
}

.trust-thanks{
    color: #000;
    text-align: center;
     font-family: Manrope !important;
    font-size: 24.363px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.5px; /* 166.234% */
    letter-spacing: 0.244px;
    margin-bottom: 3rem;
}
.sincerely{
    color: #14284D;
    text-align: center;
      font-family: 'Bitter', serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.chaireman-section{
    display:flex;
      align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 8rem;
    flex-wrap: wrap;
}
.chaireman-thanks h4{
    margin-bottom:2rem;
}
.chaireman-thanks{
    display:flex;
    flex-direction:column;
    align-items: end;
    color: #000;
    font-family: 'Bitter', serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 194.444% */
    letter-spacing: 0.72px;
}

.chaireman-sighn{
    color: #14284D;
text-align: right;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */
letter-spacing: 0.14px;
}

/*3 card of alumni*/


 .testimonialcard {
    --card-w: clamp(260px, 56vw, 720px);   /* controls visible width */
    --side-scale: .9;
    --active-scale: 1.04;
  }

  .testimonialcard .tc-swiper {
    overflow: visible;           /* so half slides show */
    padding: 40px 0 70px;        /* breathing room */
    position: relative;
    padding-right: 60px;
  }

  .testimonialcard .swiper-wrapper {
    align-items: stretch;
  }

  .testimonialcard .swiper-slide {
    width: var(--card-w);        /* key for partial side visibility */
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    transform: scale(var(--side-scale));
    filter: saturate(.9);
  }

  /* Center card projected */
  .testimonialcard .swiper-slide-active {
    transform: scale(var(--active-scale));
    z-index: 3;
    filter: saturate(1);
  }

  .testimonialcard .tc-card {
    height: clamp(320px, 48vw, 360px);
   
    background: #ddd center/cover no-repeat;
    background-image: var(--bg);
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
  }

  /* Subtle overlay for text legibility */
  .testimonialcard .tc-card::after {
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 100%);
    pointer-events:none;
  }

  .testimonialcard .tc-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 20px 78px 22px;

    top: -14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 65px;
  }

  .testimonialcard .tc-content p {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
    width: 99%;
  }

  .testimonialcard .tc-person {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Manrope', sans-serif ;
  }

  .testimonialcard  {
   border-radius: 50%;
    object-fit: cover;
 
  }
.preson-with-img{
    display: flex;
    align-items: anchor-center;
    text-align: start;
    gap: 1rem;
}
.preson-with-img img{
    width: 93px;
    height: 93px;
}
.preson-with-img small{
        font-size: 16px;
}
  .testimonialcard .tc-person h5 {
   color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:0rem;
  }
  .testimonialcard .tc-person small {
    opacity: .85;
  }

  /* Nav buttons visually inside center card */
  .testimonialcard .tc-nav {

    width: 42px; height: 42px;
    border-radius: 999px;
    border: none;
    background: transparent;

 
    cursor: pointer;
    z-index: 5;
  }
  
  .section-bg{
      background: #14284D;
      padding:70px 0;
  }
  
  .section-bg h5, .section-bg p, .section-bg li{
      color:#fff;
  }
  
  .testi-arrow{
      width: 35px;
    height: 35px;
  }
  .testimonialcard .tc-prev { left: 10%; transform: rotate(180deg); }
  .testimonialcard .tc-next { right: 10%; }

  /* Only show strong shadow on active slide */
  .testimonialcard .swiper-slide { box-shadow: 0 8px 18px rgba(0,0,0,.10); }
.testimonialcard .swiper-slide {
  position: relative;
  overflow: hidden;
}

.testimonialcard .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEC; /* gray for inactive */
  opacity: 0.6;              /* semi-transparent */
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}

.testimonialcard .swiper-slide-active::before {
  background-color: #13284D; /* blue overlay for active */
  opacity: 0.78; 
}

.testimonialcard .swiper-slide-active {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  z-index: 2; /* above overlay for content */
}


.testimonialcard .tc-pagination {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 48px;
}

.testimonialcard .tc-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 5px;
    background-color: #989898;
    border-radius: 999px;
    display: inline-block;
    transition: all 0.3s ease;
}

.testimonialcard .tc-pagination .swiper-pagination-bullet-active {
    width: 44px;           /* Wider for active */
    background-color: #14284D; /* Active color */
    border-radius: 12px;   /* Slightly elongated pill shape */
}
.testimonialcard .tc-card {
   position: relative;
    background: var(--bg) center/cover no-repeat;
    overflow: hidden;
}
/* Gray overlay for inactive */

.testimonialcard .swiper-slide-active .tc-card::before {
    background-color: #13284D;   /* dark blue */
    opacity: 0.75;               /* same opacity for consistency */
}


/*slider*/
.marquee {
 
  margin: auto;
 
  overflow: hidden;
  margin-bottom: 8rem;
  white-space: nowrap;
}

.marquee-item {
  display: inline-block;

 margin: 0px -83px;
}
.marquee-arrow{
   width: 219px;
height: 183px;
}


.wholelife-width{
    width:90%;
}

.slider-bottom{
    margin-bottom:7rem;
}
.new-style{
        top: -76px !important;
}


.text-head-facility{
    display:flex !important;
    flex-direction:column !important;
}

.text-head-facility h1{
    color: #FFF;
    text-align: center;
    font-family: 'Bitter', serif !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
}

.text-head-facility p{
  color: #FFF;
text-align: center;
   font-family: 'Bitter', serif !important;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 175% */
}
.slider-top{
margin-top:6rem;
}

.faci-pading{
    padding-bottom: 7rem !important;
}

.menu-tabs a.active {
 border-bottom: 1px solid #14284D;
 width: auto;
 padding-bottom: 10px;
}

.acheive-head h3{
    padding-top: 0px !important;
}

.section-bg h3{ 
 color:#fff; 
 } 
 .senior-secondary-sec{ 
 margin-bottom:120px; 
 }
/*custom card*/

.custom-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  margin-bottom:4rem;
}

.custom-event-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #CFCFCF;
}

.custom-event-card img {
  width: 100%;
  display: block;
}

.custom-event-content, .custom-blog-content {
 padding: 23px 33px;
}

.custom-load-more , .custom-blog-loadmore {
  margin-bottom: 3rem;
  display: block;
  padding: 13px 32px;
  font-size: 14px;
  border: none;
  background: #00213C;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
   font-family: 'Manrope', sans-serif ;
}

.custom-event-card h3 , .custom-blog-card h3{
    color: #00213C;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 140% */
    letter-spacing: 1.925px;
}

.custom-event-card h5 ,.custom-blog-card h5{
    color: #00213C;
 font-family: 'Manrope', sans-serif ;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; 
margin-bottom: 1rem;
}
.custom-event-card p ,.custom-blog-card p{
    color: #00213C;

font-size: 16.922px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 177.285% */
}

.custom-blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 4rem;
}

.custom-blog-card {
    overflow: hidden;
  background: #fff;
  border: 1px solid #CFCFCF;
  display: flex;
  flex-direction: column;
}

.custom-blog-card img {
  width: 100%;
  display: block;
}


.custom-blog-content h3 {
  margin: 8px 0;
}

.custom-blog-content h5 {
  margin: 17px 0 16px;
  color: #555;
  font-weight: 500;
}

.custom-blog-content p {
  color: #333;
  line-height: 1.5;
}
.senior-tag{
      background: #fff !important;
      border: 1px solid #9EBBA5;
      padding: 6px 14px !important;
      color: #131313;
   font-size: 10px !important;

}
.blog-read{
    color: #00213C;
    font-size: 16.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; 
    display: inline-block;
    border-bottom: 1px solid #00213C;
}
.custom-tag {
  display: inline-block;
  background: #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 11px 6px 17px 0px;
  color: #131313;
text-align: center;
font-family: 'Manrope', sans-serif ;
font-size: 12.188px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 147.692% */
}

.custom-tag-boxes {
  margin-top: 10px;
}
.custom-blog-section{
        margin-top: 9rem;
}

.follow-us-section{
    display:flex;
    flex-direction:row;
  
}

.social-section {
  border-bottom: 1px solid #14284D;;
    padding-bottom: 0px;
    margin-bottom: 22px;
  width:80%;
}

.social-insta{
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.social-insta p{
    color: #14284D;
    font-size: 16.18px;
    font-style: normal;
    font-weight: 400;

}
.foundation-top{
    margin-bottom: 8rem;
    margin-top: 8rem;
}

.foundation-top h1{
    color: #00213C;
font-family: 'Manrope', sans-serif ;
font-size: 38px;
font-style: normal;
font-weight: 400;
line-height: 53.2px; /* 140% */
letter-spacing: 2.28px;
    width: 90%;
    margin-bottom:3rem;
}


.whole-social{
    diaplay:flex
    margin-top:3rem;
}

.slider-social{
    width:50%;
}

.follow-us-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem; /* space between columns */
}

.whole-social {
  flex: 1;
      margin-top: 3rem;
}

.slider-top {
  flex: 2;   /* right column takes more space */
}

.swiper-below{
        padding-bottom: 5rem !important;
}
.prev-swip{
       bottom: -45px !important;
    left: 32% !important;
}
.next-swip{
    bottom: -46px !important;
    right: 32% !important;
}

.storie-head h3{
      font-family: 'Bitter', serif !important;
}
.border-faq-para{
    color: #000;
 font-family: 'Bitter', serif ;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 0.8px;
}
.border-faq-head{
    color: #14284D;
  font-family: 'Manrope', sans-serif !important;
font-size: 29px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.9px;
text-transform: uppercase;
margin: 3rem 0rem 1rem 0rem;
}


/*gallery*/


.gallery-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
}

.gallery-slider {
  position: relative;
  margin: auto;
     width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-slides-container img {
  width: 100%;
  display: none;
}

.gallery-slides-container img.active {
  display: block;
}

.gallery-close {
   float: right;
    font-size: 49px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1000;
    font-weight: lighter;

}


.gallery-prev, .gallery-next {
  cursor: pointer;
  position: absolute;
  top: 93%;
  transform: translateY(-55%);
  color: white;
  font-size: 30px;
  background: transparent;
  border: none;
  padding: 10px;
  left: 56px;
  right: 51px;
}

.gallery-slides-container img{
       
    margin: 0 auto;
    width: 100%;
}
.gallery-slide {
  width: 70%;
  margin: 0 auto;
  position: relative;
  background: #222;   /* <-- bottom color */
  padding-bottom: 20px; /* height of color bar */
}

.gallery-slide img {
  width: 100%;
  display: block;
}

.gallery-prev {
    left: 0;    
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
}
.gallery-next { 
    right: 0;
    
    
}

.gallery-years {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 7rem;
}

/* Year buttons */
.gallery-year-btn {
flex: 1 1 calc(16% - 4px);
  display: flex;
  justify-content: space-between; 
  align-items: center;
   padding: 22px 27px;
  background-color: #14284D;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px; 
  transition: background 0.3s ease;
  font-family: 'Manrope', sans-serif;
}

.gallery-year-btn:hover {
    background-color: #233860;
}

/* Arrow inside button */
.btn-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #007bff;
    border-radius: 30%;
    font-size: 12px;
    margin-left: 8px;
}
.btn-arrow img{
        width: 6px;
}

/*Sport section*/

.sport-sub{
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px; /* 194.444% */
    letter-spacing: 0.72px;
}


/*year section*/

.year-swiper {
  width: 100%;
 height: 500px;
  position: relative;
  overflow: hidden;
  height: 868px;
}


.year-swiper::before,
.year-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px; /* blur/fade height */
  z-index: 10;
  pointer-events: none;
}

.year-swiper::before {
  top: 0;
  background: linear-gradient(to bottom,  #F8F8F8, rgba(255,255,255,0));
  mix-blend-mode: lighten; /* helps blending with darker backgrounds */
}
.year-swiper::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,0), #F8F8F8);
  mix-blend-mode: lighten;
}



.year-swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}


.year-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  font-size: 18px;
  background: #f8f8f8;
  position: relative;
 
}




.year-left {
  flex: 0 0 30%;
  text-align: end;
  font-weight: bold;
  color: #14284D;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 19px 17px;
  color: #14284D;
text-align: right;
   font-family: 'Manrope', sans-serif ;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 40.6px; /* 81.2% */
letter-spacing: 2px;
}

/* Top horizontal line */
.year-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%; /* line length */
  background: #14284D;
}

/* Top blue circle at end of line */
.year-left::after {
  content: "";
  position: absolute;
  top: -5px; /* center on line */
  right: 0;
  width: 12px;
  height: 12px;
  background: #14284d;
  border-radius: 50%;
}



/* Bottom blue circle */
.year-left .bottom-circle {
  position: absolute;
  bottom: -5px; /* center on line */
  right: 0;
  width: 12px;
  height: 12px;
  background: #007bff;
  border-radius: 50%;
}

/* Content column */
.year-right {
  flex: 1;
 padding-left: 60px;
 padding-top: 4px;
}

.year-right p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.72px;
    width:50%;
    padding-bottom: 1rem;
}






.year-swiper-button-prev,
.year-swiper-button-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  cursor: pointer;
}
.year-swiper-button-prev {
  top: 10px;
}
.year-swiper-button-next {
  bottom: 10px;
}

.year-right h1{
    color: #14284D;
    font-family: 'Manrope', sans-serif ;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.6px; 
    letter-spacing: 1.16px;
}



.history-benner-top{
    margin-top:6rem;
    margin-bottom:4rem;
}


/*map section*/


.map-line {
    width: 20%;
    height: 2px;
    background-color: #14284D;
    margin-top: 3.5rem;
    border-radius: 2px;
}

.map-head{
    color: #14284D;
    font-family: 'Bitter', serif ;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 10px 40px; /* spacing between items */
  list-style: none;
  padding: 0;
  margin: 0;
}

.locations-list li {
  font-size: 16px;
}

.locations-list strong {
  font-weight: bold;
}

.locations-list a {
  text-decoration: underline;
  color: #000;
}

.margin-map-item{
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.margin-map-item h2{
    color: #14284D;
    font-family: 'Manrope', sans-serif ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.8px; 
    margin-bottom:1rem;
}
.university-map-img{
    margin-top:8rem;
    
}

.ul-padding{
    padding-left:53px
}

.world-head h4 {
        padding-left: 26px;
        color: #14284D;
        font-family: 'Manrope', sans-serif ;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px; /* 82.069% */

}
.accordion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 20px; /* space between items */
}


.all-world-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 11rem;
}

.arena{
      font-weight: bold;
}




.management-ssec .swiper-pagination-bullet{
      width: 24px !important;
    height: 7px;
    border-radius: 11px !important;
}

.management-ssec .swiper-pagination-bullet-active {
   
    width: 44px !important;
}

.management-ssec .swiper-pagination{
        gap: 0px
}
.arena-padd{
    padding-left:52px;
}

.leader-all {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap; /* allows wrapping on smaller screens */
    text-align: center;
}

.leader-all div {
    flex: 1 1 30%; /* three in a row by default */
    min-width: 250px; /* prevent items from shrinking too small */
}

.leader-all img {
    max-width: 100%;
    height: auto;
}


.leader-all h2 {
    color: #14284D;
  font-family: 'Bitter', serif ;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
margin-top:2rem;
}

.leader-all p {
    color: #14284D;
  font-family: 'Bitter', serif ;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.new-memmory{
    display:flex;
    flex-direction:column;
    gap: 0;
    margin-top: 5rem;
}




.management-ssec .swiper-pagination{
    top:90% !important;
}


.management-ssec .swiper-button-next,
.management-ssec .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;   /* adjust size as needed */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.management-ssec .swiper-button-next img,
.management-ssec .swiper-button-prev img {
    width: 100%;
    height: auto;
}

.management-ssec .swiper-button-next {
    left: 14px !important;
}

.management-ssec .swiper-button-prev {
    right:14px !important;
}

/* Hide default arrow background if Swiper applies */
.management-ssec .swiper-button-next::after,
.management-ssec .swiper-button-prev::after {
    display: none;
}


.management-ssec .swiper-pagination-bullet{
    width: 17px ;
    height: 4px;
        border-radius: 24%;
}

.management-ssec .swiper-pagination-bullet-active{
        width: 49px;
}
.foundation .slider-content {
    padding-bottom: 40px;
    width: 90%; /* optional max width */
    margin-top: 15px;
}

.foundation .slider-content h1 {
   color: #000;

  font-family: 'Manrope', sans-serif ;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.25px;
}

.foundation .slider-content p {
color: #000;
font-family: Bitter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
letter-spacing: 0.72px;
}


.scrollable-list {
    max-height: 400px; /* Set desired height */
    overflow-y: auto;
    padding-right: 10px; /* optional, for scrollbar spacing */
}

/* Optional: style scrollbar */
.scrollable-list::-webkit-scrollbar {
    width: 6px;
}

.scrollable-list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}

.scrollable-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


.map-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.map-image {
  width: 100%;
  display: block;
}

.map-pin {
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -100%); /* center horizontally, pin tip at position */
}

.map-pin::after {
    content: attr(data-country);
    position: absolute;
    top: -30px; /* adjust above pin */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.map-pin:hover::after {
    opacity: 1;
}

.pin-map-img{
        width: 30px;
}
.rule-head{
        margin-top: 4rem;
        color: #14284D !important;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 40.6px; /* 116% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.sub-rule h3{
    margin-top:2rem;
}

@media (max-width:1570px){
    .foundation .swiper-button-prev{
        right:40%;
    }
    .foundation .swiper-button-next{
        left:40%;
    }
}

@media (max-width:1320px){
    .foundation .swiper-button-prev{
        right:38%;
    }
    .foundation .swiper-button-next{
        left:38%;
    }
}
@media (max-width:1100px){
    .foundation .swiper-button-prev{
        right:36%;
    }
    .foundation .swiper-button-next{
        left:36%;
    }
}

@media (max-width:999px){
    .foundation .swiper-button-prev{
        right:34%;
    }
    .foundation .swiper-button-next{
        left:34%;
    }
    .management-ssec .swiper-button-next, .management-ssec .swiper-button-prev{
            top: 30%;
    }
}

@media (max-width:800px){
    .foundation .swiper-button-prev{
        right:32%;
    }
    .foundation .swiper-button-next{
        left:32%;
    }
}
@media (max-width:700px){
    .foundation .swiper-button-prev{
        right:28%;
    }
    .foundation .swiper-button-next{
        left:28%;
    }
}
@media (max-width:600px){
    .foundation .swiper-button-prev{
        right:24%;
    }
    .foundation .swiper-button-next{
        left:24%;
    }
}

@media (max-width:450px){
    .foundation .swiper-button-prev{
        right:15%;
    }
    .foundation .swiper-button-next{
        left:15%;
    }
}
@media (max-width:380px){
    .foundation .swiper-button-prev{
        right:5%;
    }
    .foundation .swiper-button-next{
        left:5%;
    }
}

@media(max-width:571px){
    .year-right{
       padding-left: 7rem;
    }
    .year-swiper .swiper-slide{
        flex-direction: column;
        justify-content: flex-start;
            align-items: start;
    }
    .year-left {
            padding: 19px 60px;
    }
    .year-swiper {
        height: 2000px !important;
    }

}
@media(max-width:364px){
    .year-right {
        padding-left: 3rem;
    }
}

@media(max-width:1049px){
    .year-right p{
        width:95%;
    }
}
@media(max-width:1183px){
   
    .year-swiper{
        height: 1062px;
    }
}

@media(max-width:1024px){
    .all-world-item{
        gap:3rem;
    }
}
@media(max-width:908px){
     .all-world-item{
         flex-direction:column;
          gap: 6rem;
     }
     .pin-map-img{
         width:20px;
     }
}
@media(max-width:384px){
    .pin-map-img {
        width: 16px;
    }
}

@media (max-width: 768px) {
    .leader-all {
        justify-content: center;
    }
    .leader-all div {
        flex: 1 1 45%; /* two per row */
    }
    
}

/* Responsive for mobiles */
@media (max-width: 480px) {
    .leader-all {
        flex-direction: column;
        align-items: center;
    }
    .leader-all div {
        flex: 1 1 100%; /* single per row */
    }
}
/* make it responsive */
@media (max-width: 992px) {
  .accordion-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
  .footer-logo {
        text-align: center;
    }
    .footer-logo p{
        width: 100%;
        text-align:center;
    }
}

@media (max-width: 600px) {
  .accordion-grid {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }
}


@media (max-width: 992px) {
  .locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive for mobiles */
@media (max-width: 600px) {
  .locations-list {
    grid-template-columns: 1fr;
  }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .gallery-year-btn {
        flex: 1 1 calc(33.33% - 12px); /* 3 per row on tablet */
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .gallery-year-btn {
        flex: 1 1 calc(50% - 12px); /* 2 per row on mobile */
    }
   
}

@media (max-width: 480px) {
    .gallery-year-btn {
        flex: 1 1 100%; /* 1 per row on small screens */
    }
   
}



@media(max-width:1085px){
    .gallery-slider{
        width: 75%;
    }
}
@media(max-width:646px){
    
    .gallery-slider {
        width: 85%;
    
}
@media(max-width:557px){
    .testi-arrow{
        width: 30px;
    height: 30px;
    }
}


/* Responsive */
@media (max-width: 992px) {
  .custom-blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-blog-container {
    grid-template-columns: 1fr;
  }
}


/* Responsive */
@media (max-width: 992px) {
  .custom-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-card-container {
    grid-template-columns: 1fr;
  }
}



@media(max-width:805px){
    .new-style{
        padding: 20px 25px !important;
    }
        
}
@media(max-width:386px){
    .new-style {
    top: -28px !important;
}
}

@media(max-width:890px){
.wholelife-width{
    width:100%;
}
}


@media(max-width: 825px){
    .testimonialcard .tc-content{
        top: -18%;
        gap: 6px;
    }
}

@media(max-width:687px){
    .testimonialcard .tc-content p{
            font-size: 14px;
    }
    .preson-with-img img {
    width: 80px;
    height: 80px;
}
.preson-with-img small {
    font-size: 13px;
}
.testimonialcard .tc-person h5{
    font-size: 17px;
}

}

@media(max-width:560px){
    .testimonialcard .tc-swiper{
     padding: 40px 40px 70px; 
}
.testimonialcard .tc-content{
    top: -14%;
}
.testimonialcard .tc-person{
        gap: 0px;
}
.preson-with-img{
    gap: 0.5rem;
}
.testimonialcard .tc-content{
    gap: 12px;
}
.testimonialcard .tc-person h5{
        white-space: nowrap;
        font-size: 15px;
}
.testimonialcard .tc-content{
    padding: 20px 38px 22px;
}
}
@media(max-width:385px){
    .testimonialcard .tc-content{
        top: -3%;
    }
}
@media(max-width:424px){
        .preson-with-img small {
        font-size: 11px;
    }
}
  @media (max-width: 900px) {
    .testimonialcard { --card-w: 78vw; }
    .testimonialcard .tc-prev { left: 6%; }
    .testimonialcard .tc-next { right: 6%; }
  }
  @media (max-width: 520px) {
    .testimonialcard { --card-w: 86vw; }
    .testimonialcard .tc-content p { font-size: 14px; }
    .testimonialcard .tc-person h5 { font-size: 14px; }
    .testimonialcard .tc-person img { width: 42px; height: 42px; }
  }

@media(max-width:1000px){
    .common-padding {
    padding: 0px 25px;
}
}
@media(max-width:996px){
    .chaireman-section{
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:448px){
 
    .enquire-form h2 {
         font-size: 26px !important;
    }
    .form-group label {
    font-size: 13px;
}
}
@media(max-width:352px){
        .application-head {
        font-size: 30px !important;
    }
    .delete-btn{
        width: 15px !important;
        height: 16px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .delete-text{
            font-size: 12px;
    }
    .form-group input, .form-group textarea{
        font-size: 13px;
    }
}
@media(max-width:1224px){
    .abt-quote h4{
     width: 85%;
    }
}


@media(max-width:510px){
    .application-head{
      font-size: 34px;
    }
    .enquire-form h2 {
        font-size: 30px;
    }
}

@media(max-width:738px){
    .enquire-btn{
      padding: 14px 78px;
    }
    .add-another{
        padding: 14px 21px;
    }
}


@media(max-width:674px){
    .form-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    }
}


@media(max-width:888px){
    .same-as-flex {
    display:flex; 
    flex-direction:column-reverse !important;
    align-items: start !important;
     gap: 1rem !important;
}
}
@media(max-width:674px){
    
}



@media(max-width:993px){
    .abt-body p{
        width:100%;
    }
}


@media (max-width: 600px) {
  .indoor-grid {
    grid-template-columns: 1fr;
  }
}


@media(max-width:1266px){
.educational-item p{
    width:100%;
}
}
@media (max-width: 876px) {
  .educational-item {
    flex: 0 0 100%; 
  }
  .educational h1{
   letter-spacing: 0px;
   
  }
}


@media (max-width: 768px) {
  .mission-item {
    flex: 0 0 48%; 
  }
}

@media (max-width: 480px) {
  .mission-item {
    flex: 0 0 100%; 
  }
}

@media(max-width:675px){
    .management-quote h4{
        padding-left: 0rem;
    }
    .last-management{
    padding:0rem 0rem;
}
}

@media(max-width:1152px){
    .memmory h1 {
        width:100%;
    }
    .memmory p{
        width:100%;
    }
}
@media(max-width:1054px){
    .vision-head{
    display:flex;
    flex-direction:column;
    gap:2rem
    
}
.vision-head h1{
    width: 90%;
}
.vision-head p{
    width:90%;
}
.management-quote {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 2px;
}

}


@media(max-width:1048px){
    .earth-section{
        flex-direction: column-reverse;
    }
    .earth-box{
        width:70%;
        margin-top:4rem;
        padding:4rem 3rem 2rem 2rem;
    }
    .graduation {
        padding-right:0px;
        width: 100%;
        min-width: 250px;
        max-width: 450px;
}
.gift{
       flex-direction: column;
}
.gift-section{
    width:70%;
    padding: 2rem 3rem 2rem 2rem;
}
.gift-img{

        width: 100%;
        min-width: 250px;
        max-width: 450px;
}
.memmory{
    flex-direction:column;
}
}

@media(max-width:800px){
    .thanks-giving {
            padding: 4rem 1rem 3rem 3rem;
}
.extra-padding{
    padding-left:0px;
    padding-right:0px;
}
}

@media(max-width:378px){
    .vertical-btn{
            top: 55%;
    }
}
 .flex-col{
        display: flex;
       gap: 24px;
        
    }

@media(max-width:1122px){
    .flex-col{
          display: flex;
       flex-direction: column !important;
    }
}

@media(max-width:999px){
    .form-flex{
    display:flex;
    flex-direction:column;
    gap:24px;
}
}

@media(max-width:629px){
    .both-radio{
        flex-direction:column;
        gap: 2rem;
    }
}
@media(max-width:1619px){
    .both-radio{
        gap:2.5rem
    }
}

@media(max-width:425px){
    .radio-form{
        flex-direction:column;
        align-items: start;
    }
}
@media(max-width:399px){
    .enquire-form {
    max-width: 93%;
}
@media(max-width:381px){
  .form-group label{
      font-size: 15px;
  }
  .form-group input, .form-group textarea{
     width: 96%;
    padding: 10px 10px;
  }
  .enquire-form-section select{
     width: 96%;
    padding: 10px 10px;
  }
}










