*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --oak-clay: #F5632D;
  --oak-clay-dark: #9c5f4b;
  --oak-navy: #24364d;
  --oak-navy-dark: #182638;
  --oak-cream: #f4eee8;
  --oak-white: #ffffff;
}

body{
  font-family: 'Nunito', sans-serif;
  background: #f7f4f1;
}


/* =========================
   NAVBAR
========================= */

.kids-navbar-wrap{
  background: #B9745E;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.kids-navbar-wrap.scrolled{
  background: #F5632D;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}

.photo-navbar{
  min-height: 86px;
  background: #B9745E;
}

.kids-brand{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-image{
             width: 297px;
    height: 75px;
    object-fit: contain;
}


.navbar-nav .nav-link{
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 13px !important;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  transition: 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
  color: var(--oak-cream);
}

.dropdown-toggle::after{
  margin-left: 6px;
  vertical-align: middle;
}

.dropdown-menu{
  border: none;
  border-radius: 16px;
  padding: 10px 0;
  min-width: 220px;
  background: #fff;
  border-top: 4px solid var(--oak-navy);
  box-shadow: 0 14px 35px rgba(0,0,0,0.12);
  margin-top: 8px;
}

.dropdown-item{
  color: var(--oak-navy);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  transition: 0.25s ease;
}

.dropdown-item:hover{
  background: #f8eee9;
  color: var(--oak-clay-dark);
  padding-left: 28px;
}

/* BUTTON */
.kids-login-btn{
  background: var(--oak-cream);
  color: #111;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 900;
  border: 2px solid var(--oak-cream);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: 0.3s ease;
}

.kids-login-btn:hover{
  background: #fff;
  border-color: #fff;
  color: #B9745E;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.desktop-login{
  margin-left: 18px;
}

/* DESKTOP DROPDOWN ON HOVER */
@media (min-width: 992px){
  .navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
  }
}

/* =========================
   HAMBURGER
========================= */

.navbar-toggler{
  border: none;
  box-shadow: none !important;
  padding: 6px 0;
}

.hamburger{
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span{
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1){
  transform: translateY(10.5px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2){
  opacity: 0;
  transform: scaleX(0);
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3){
  transform: translateY(-10.5px) rotate(-45deg);
}

/* =========================
   MOBILE MENU EXTRAS
========================= */

.mobile-menu-extras{
  display: none;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid rgba(185,120,97,0.18);
}

.mobile-contact-block{
  background: #f8f3ef;
  border-radius: 20px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.mobile-contact-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  color: var(--oak-navy);
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(36,54,77,0.12);
}

.mobile-contact-item:last-child{
  border-bottom: none;
}

.mobile-contact-item i{
  width: 32px;
  height: 32px;
  background: rgba(185,120,97,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--oak-clay);
  font-size: 14px;
}

.mobile-contact-item span{
  flex: 1;
}

.mobile-social-block{
  text-align: center;
  margin-top: 8px;
}

.mobile-social-title{
  font-size: 12px;
  font-weight: 900;
  color: var(--oak-navy);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.mobile-social-icons-group{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.mobile-social-icon{
  width: 40px;
  height: 40px;
  background: var(--oak-clay);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s ease;
}

.mobile-social-icon:hover{
  background: var(--oak-navy);
  color: #fff;
  transform: translateY(-3px);
}

/* =========================
   HERO SLIDER / VIDEO LOOK
========================= */

.custom-school-slider{
  position: relative;
}


.custom-slide-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.custom-slide{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.custom-slide-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24,38,56,0.78) 0%,
      rgba(24,38,56,0.55) 42%,
      rgba(24,38,56,0.28) 100%
    );
  z-index: 1;
}

.custom-content{
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 850px;
}

.slider-tagline,
.custom-content h5{
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.custom-content h1{
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}

/* PROFESSIONAL CURLY WAVE UNDERLINE */
.custom-content h1::after{
  content: "";
  position: absolute;

  left: 0;
  bottom: 0;

  width: 0;
  height: 16px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='16' viewBox='0 0 320 16'%3E%3Cpath d='M0 8 C10 0 20 0 30 8 S50 16 60 8 S80 0 90 8 S110 16 120 8 S140 0 150 8 S170 16 180 8 S200 0 210 8 S230 16 240 8 S260 0 270 8 S290 16 300 8 S310 0 320 8' stroke='%23c1846c' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x;

  background-size: 320px 16px;

  animation: elegantWave 1.5s ease forwards;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

/* SMOOTH LEFT TO RIGHT DRAW */
@keyframes elegantWave{
  from{
    width: 0;
    opacity: 0;
  }

  to{
    width: 280px;
    opacity: 1;
  }
}

.custom-content p{
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  max-width: 780px;
  font-weight: 600;
}

/* REMOVE LEFT-RIGHT SLIDER BUTTONS */
.custom-controls,
.custom-btn{
  display: none !important;
}

/* VIDEO-LIKE ZOOM */
.carousel-item.active .custom-slide-img{
  animation: videoZoom 8s ease-in-out infinite alternate;
}

@keyframes videoZoom{
  from{
    transform: scale(1.02);
  }
  to{
    transform: scale(1.08);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px){
  .topbar-contact{
    display: none;
  }

  .navbar-nav .nav-link{
    font-size: 13px;
    padding: 10px 9px !important;
  }

  .logo-image{
    width: 170px;
  }
}

@media (max-width: 991px){

  .topbar{
    display: none;
  }

  .kids-navbar-wrap{
    background: #B9745E;
  }

  .photo-navbar{
    min-height: 72px;
    background: #B9745E;
  }

  .logo-image{
    width: 150px;
    height: 58px;
    object-fit: contain;
  }

  .navbar-collapse{
    background: #ffffff;
    margin-top: 12px;
    padding: 20px 18px 26px;
    border-radius: 26px;
    border-top: 4px solid var(--oak-navy);
    box-shadow: 0 18px 38px rgba(0,0,0,0.16);
    max-height: 80vh;
    overflow-y: auto;
  }

  .navbar-nav{
    gap: 0;
    width: 100%;
  }

  .navbar-nav .nav-link{
    color: var(--oak-navy);
    padding: 13px 8px !important;
    border-bottom: 1px solid rgba(36,54,77,0.1);
    font-size: 14px;
    font-weight: 800;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active{
    color: var(--oak-clay);
  }

  .dropdown-menu{
    background: #f9f4f0;
    border-radius: 16px;
    margin-top: 6px;
    border-top: none;
    box-shadow: none;
    padding: 8px 0;
  }

  .dropdown-item{
    color: var(--oak-navy);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
  }

  .dropdown-item:hover{
    background: #efe3dc;
    color: var(--oak-clay-dark);
    padding-left: 22px;
  }

  .desktop-login{
    display: none;
  }

  .kids-mobile-login{
    margin-top: 12px;
    margin-bottom: 10px;
    width: 100%;
  }

  .kids-mobile-login .kids-login-btn{
    width: 100%;
    justify-content: center;
    display: flex;
    background: var(--oak-clay);
    color: #fff;
    border-color: var(--oak-clay);
  }

  .mobile-menu-extras{
    display: block;
  }

  .hamburger span{
    background: #ffffff;
  }

  .custom-slide{
    height: 82vh;
  }

  .custom-content{
    left: 45px;
    right: 25px;
    max-width: 620px;
  }

  .custom-content h1{
    font-size: 44px;
  }

  .custom-content p{
    font-size: 16px;
  }

  .slider-tagline,
  .custom-content h5{
    font-size: 18px;
  }
}

@media (max-width: 767px){

  .photo-navbar{
    min-height: 68px;
  }

  .logo-image{
    width: 135px;
    height: 52px;
  }

  .custom-slide{
    height: 78vh;
  }

  .custom-content{
    left: 28px;
    right: 20px;
    max-width: 100%;
  }

  .custom-content h1{
    font-size: 34px;
  }

  .custom-content h1::after{
    width: 170px;
    height: 7px;
  }

  .slider-tagline,
  .custom-content h5{
    font-size: 16px;
    margin-bottom: 14px;
  }

  .custom-content p{
    font-size: 14px;
    line-height: 1.6;
  }
}

/* TEXT SLIDE ANIMATION */
.carousel-item.active .custom-content h1{
  animation: slideLeftRight 1s ease forwards;
}

.carousel-item.active .custom-content p{
  animation: slideLeftRight 1.4s ease forwards;
}

.carousel-item.active .slider-tagline,
.carousel-item.active .custom-content h5{
  animation: slideLeftRight 0.7s ease forwards;
}

/* INITIAL STATE */
.custom-content h1,
.custom-content p,
.slider-tagline,
.custom-content h5{
  opacity: 0;
  transform: translateX(-90px);
}

/* KEYFRAMES */
@keyframes slideLeftRight{

  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

.campus-slider-section{
  padding: 60px 0;
  background: #e8e1d9;
  overflow: hidden;
}

/* SLIDER BOX */
.campus-slide{
  width: 100%;
  height: 428px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

/* IMAGE */
.campus-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT TO LEFT SLIDE */
.carousel-item{
  transition: transform 1.8s ease-in-out;
}

/* REMOVE CONTROLS */
.carousel-control-prev,
.carousel-control-next,
.carousel-indicators{
  display: none;
}

/* RESPONSIVE */
@media(max-width:991px){

  .campus-slider-section{
    padding: 45px 0;
  }

  .campus-slide{
    height: 450px;
  }
}

@media(max-width:767px){

  .campus-slider-section{
    padding: 35px 0;
  }

  .campus-slide{
    height: 280px;
    border-radius: 6px;
  }
}


/* HOW TO APPLY */

.admission-step-section{
  background: #eee7de;
  padding: 60px 10px;
}

.admission-step-section .row{
  align-items: stretch;
}

.admission-step-section .col-lg-4,
.admission-step-section .col-md-6{
  display: flex;
}

/* CARD */
.admission-step-card{
  width: 100%;
  min-height: 100%;

  background: #e9dfd4;
  border: 1.5px solid rgba(77,63,50,0.18);
  border-radius: 18px;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  box-shadow:
    0 8px 16px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.45);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.admission-step-card:hover{
  transform: translateY(-6px);
  box-shadow:
    0 12px 22px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.5);
}

.admission-step-card.active{
  transform: scale(1.02);
  box-shadow:
    0 18px 28px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

/* CONTENT */
.admission-step-content{
  flex: 1;
  display: flex;
  flex-direction: column;

  padding: 22px 20px 16px;
  text-align: center;
}

/* TOP */
.admission-step-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.admission-step-icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(193,132,108,0.14);
  color: #07145f;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
}

.admission-step-number{
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(7,20,95,0.18);
  font-family: Georgia, serif;
}

/* TITLE */
.admission-step-title{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #0b1728;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

/* TEXT */
.admission-step-text{
  font-size: 14px;
  line-height: 1.7;
  color: #2f3a46;
  margin-bottom: 8px;
}

.short-text{
  min-height: 120px;
}

/* MORE TEXT */
.admission-more-text{
  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height 0.45s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.admission-step-card.active .admission-more-text{
  opacity: 1;
  margin-top: 10px;
}

.admission-more-text p{
  font-size: 14px;
  line-height: 1.7;
  color: #2f3a46;
  margin-bottom: 18px;
}

/* BUTTON */
.admission-read-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  background: #07145f;
  color: #fff;

  border: none;
  border-radius: 40px;

  font-size: 13px;
  font-weight: 600;

  cursor: pointer;
  text-decoration: none;

  margin-top: auto;
  align-self: center;

  transition: 0.3s ease;
}

.admission-read-btn:hover{
  background: #F5632D;
  color: #fff;
}

/* IMAGE */
.admission-step-image{
  padding: 0 20px 20px;
  margin-top: 18px;
}

.admission-step-image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;

  transition: height 0.4s ease, transform 0.4s ease;
}

.admission-step-card.active .admission-step-image img{
  height: 250px;
  transform: scale(1.02);
}

/* =================================
   TABLET RESPONSIVE
================================= */
@media (max-width: 991px){

  .admission-step-section{
    padding: 55px 8px;
  }

  .admission-step-card{
    border-radius: 16px;
  }

  .admission-step-title{
    font-size: 20px;
  }

  .short-text{
    min-height: 135px;
  }

  .admission-step-image img{
    height: 200px;
  }

  .admission-step-card.active .admission-step-image img{
    height: 225px;
  }
}

/* =================================
   MOBILE RESPONSIVE
================================= */
@media (max-width: 767px){

  .admission-step-section{
    padding: 45px 8px;
  }

  .admission-step-section .row{
    align-items: flex-start;
  }

  .admission-step-section .col-lg-4,
  .admission-step-section .col-md-6{
    display: block;
  }

  .admission-step-card{
    min-height: auto;
  }

  .admission-step-content{
    padding: 20px 16px 14px;
  }

  .admission-step-icon{
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .admission-step-number{
    font-size: 36px;
  }

  .admission-step-title{
    font-size: 18px;
  }

  .admission-step-text,
  .admission-more-text p{
    font-size: 13.5px;
  }

  .short-text{
    min-height: auto;
  }

  .admission-step-image{
    padding: 0 16px 16px;
  }

  .admission-step-image img{
    height: 180px;
  }

  .admission-step-card.active .admission-step-image img{
    height: 205px;
  }
}

/* =================================
   SMALL MOBILE
================================= */
@media (max-width: 480px){

  .admission-step-section{
    padding: 40px 6px;
  }

  .admission-step-image img{
    height: 170px;
  }

  .admission-step-card.active .admission-step-image img{
    height: 190px;
  }

  .admission-read-btn{
    width: 100%;
  }
}


/* counter section */
.counter-section{
  background: #2f3b4d;
  padding: 102px 0;
  overflow: hidden;
}

/* OPTIONAL HEADING */
.counter-heading{
  text-align: center;
  margin-bottom: 70px;
}

.counter-heading h5{
  color: #e8dccf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.counter-heading h2{
  color: #e9e1d8;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

/* CARD */
.counter-box{
background: #d8d0c7;
    border-radius: 16px;
    padding: 45px 36px;
    min-height: 210px;
    transition: 0.35s ease;
    text-align: left;
    position: relative;
}

.counter-box:hover{
  transform: translateY(-8px);
}

/* HIDE ICONS */
.counter-icon{
  display: none;
}

/* NUMBER */
.counter-number{
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  color: #2f3b4d;
}

/* PLUS SIGN */
.plus-sign{
  font-size: 52px;
  font-weight: 700;
}

/* TEXT */
.counter-box p{
  font-size: 21px;
  line-height: 1.45;
  color: #2f3b4d;
  margin: 0;
  max-width: 230px;
  opacity: 1;
}

/* REMOVE OLD BACKGROUNDS */
.counter-icon.bg-danger,
.counter-icon.bg-warning,
.counter-icon.bg-success,
.counter-icon.bg-primary{
  background: transparent !important;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

  .counter-heading h2{
    font-size: 56px;
  }

  .counter-box{
    padding: 40px 28px;
  }

  .counter-number{
    font-size: 54px;
  }

  .plus-sign{
    font-size: 42px;
  }

  .counter-box p{
    font-size: 20px;
  }
}

@media(max-width:991px){

  .counter-section{
    padding: 90px 0;
  }

  .counter-heading{
    margin-bottom: 50px;
  }

  .counter-heading h2{
    font-size: 44px;
  }

  .counter-box{
    min-height: auto;
  }
}

@media(max-width:767px){

  .counter-section{
    padding: 70px 0;
  }

  .counter-heading h5{
    font-size: 16px;
  }

  .counter-heading h2{
    font-size: 34px;
  }

  .counter-box{
    padding: 34px 24px;
    border-radius: 14px;
    min-height: 180px;
  }

  .counter-number{
    font-size: 42px;
  }

  .plus-sign{
    font-size: 34px;
  }

  .counter-box p{
    font-size: 18px;
    max-width: 100%;
  }
}

@media(max-width:480px){

  .counter-section{
    padding: 55px 0;
  }

  .counter-heading{
    margin-bottom: 38px;
  }

  .counter-heading h2{
    font-size: 28px;
  }

  .counter-box{
    padding: 28px 20px;
  }

  .counter-number{
    font-size: 36px;
  }

  .counter-box p{
    font-size: 16px;
  }
}


/* confidence section */
.confidence-section{
  background: #EAE1D8;
  padding: 55px 0;
  overflow: hidden;
}

/* LEFT */
.confidence-left h2{
  font-size: 58px;
  line-height: 1.18;
  font-weight: 700;
  color: #1f2c3d;
  margin-bottom: 28px;
}

.confidence-left p{
  font-size: 18px;
  line-height: 1.8;
  color: #34465b;
  max-width: 430px;
  margin: 0;
}

/* CENTER IMAGE */
.confidence-image-wrap{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.confidence-image{
  width: 86%;
    height: 573px;
    object-fit: cover;
    border-top-left-radius: 274px;
    border-top-right-radius: 260px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    display: block;

  display: block;
}

/* RIGHT */
.confidence-right{
  display: flex;
  align-items: flex-start;
  gap: 34px;
  justify-content: center;
}

.confidence-line{
  width: 5px;
  min-height: 280px;
  background: #b56d57;
  border-radius: 30px;
  margin-top: 8px;
}

.confidence-points{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.confidence-item h4{
  font-size: 28px;
  font-weight: 500;
  color: #172538;
  margin-bottom: 8px;
}

.confidence-item p{
  font-size: 18px;
  line-height: 1.7;
  color: #3e5268;
  margin: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1399px){

  .confidence-left h2{
    font-size: 50px;
  }

  .confidence-image{
    height: 660px;
  }
}

@media(max-width:1199px){

  .confidence-section{
    padding: 50px 0;
  }

  .confidence-left h2{
    font-size: 44px;
  }

  .confidence-image{
    height: 600px;
  }

  .confidence-item h4{
    font-size: 24px;
  }
}

@media(max-width:991px){

  .confidence-section{
    padding: 60px 0;
  }

  .confidence-left{
    text-align: center;
  }

  .confidence-left p{
    margin: auto;
  }

  .confidence-image-wrap{
    max-width: 420px;
  }

  .confidence-image{
    height: 560px;
  }

  .confidence-right{
    justify-content: flex-start;
  }
}

@media(max-width:767px){

  .confidence-section{
    padding: 50px 0;
  }

  .confidence-left h2{
    font-size: 36px;
    margin-bottom: 18px;
  }

  .confidence-left p{
    font-size: 16px;
  }

  .confidence-image-wrap{
    max-width: 320px;
  }

  .confidence-image{
    height: 440px;

    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
  }

  .confidence-right{
    gap: 20px;
  }

  .confidence-line{
    min-height: 220px;
  }

  .confidence-points{
    gap: 24px;
  }

  .confidence-item h4{
    font-size: 22px;
  }

  .confidence-item p{
    font-size: 15px;
  }
}

/* Four pillars */
.pillars-section{
  background: #2f3b4d;
  padding: 70px 0;
  overflow: hidden;
}

/* LEFT IMAGE */
.pillars-image{
  text-align: center;
}

.pillars-image img{
  width: 102%;
  max-width: 637px;
  height: auto;
  object-fit: contain;
}

/* RIGHT CONTENT */
.pillars-content{
  padding-left: 35px;
}

.pillar-item{
  margin-bottom: 38px;
}

.pillar-item:last-child{
  margin-bottom: 0;
}

.pillar-item h3{
 font-size: 21px;
    font-weight: 550;
    color: #ffffff;
    margin-bottom: 17px;
    line-height: 0.1;
}

.pillar-item p{
     font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: 95%;
}

/* RESPONSIVE */
@media(max-width:1199px){

  .pillar-item h3{
    font-size: 34px;
  }

  .pillar-item p{
    font-size: 17px;
  }
}

@media(max-width:991px){

  .pillars-section{
    padding: 55px 0;
  }

  .pillars-image{
    margin-bottom: 40px;
  }

  .pillars-content{
    padding-left: 0;
  }

  .pillar-item{
    margin-bottom: 28px;
  }

  .pillar-item h3{
    font-size: 30px;
  }

  .pillar-item p{
    font-size: 16px;
    line-height: 1.7;
  }
}

@media(max-width:767px){

  .pillars-section{
    padding: 45px 0;
  }

  .pillars-image img{
    max-width: 100%;
  }

  .pillar-item h3{
    font-size: 24px;
  }

  .pillar-item p{
    font-size: 14px;
    max-width: 100%;
  }
}

/* =========================
   LEARNING SECTION
========================= */

.learning-section{
  width:100%;
    padding: 56px 37px 18px; 
     background-color: #EAE1D8;
}

.learning-heading{
  text-align:center;
  margin-bottom:60px;
}

.learning-heading .sub-title{
  display:block;
  font-size:18px;
  font-weight:500;
  color:#23344d;
  margin-bottom:20px;
}

.learning-heading h2{
  font-size:53px;
  font-weight:300;
  color:#333C48;;
  line-height:1.1;
  letter-spacing:-2px;
}

/* =========================
   GRID LAYOUT
========================= */

.learning-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:24px;
  width:100%;
}



/* =========================
   TOP 3 CARDS
========================= */

.learning-grid > .learning-card:nth-child(1),
.learning-grid > .learning-card:nth-child(2),
.learning-grid > .learning-card:nth-child(3){
  grid-column:span 2;
}



/* =========================
   WIDE CARD + TEAM CARD
========================= */

.wide-card,
.team-card{

  /* BOTH CARDS TAKE EQUAL WIDTH */
  grid-column:span 3;

  display:flex;
  align-items:center;
  justify-content:space-between;

  width:100%;
  min-height:320px;

  gap:30px;
  padding:24px 28px;

  background:#e8e0d7;
  border:1px solid #cfc5bb;
  border-radius:22px;

  box-shadow:0px 2px 4px rgba(0,0,0,0.5);

  transition:0.35s ease;
}

/* =========================
   NORMAL TOP CARDS
========================= */

.learning-card{
  background:#e8e0d7;
  border:1px solid #cfc5bb;
  border-radius:22px;

  padding:28px;

  box-shadow:0px 2px 4px rgba(0,0,0,0.5);

  transition:0.35s ease;
}



/* HOVER */

.learning-card:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 30px rgba(0,0,0,0.08);
}



/* TITLE */

.learning-card h3{
  text-align:center;
  font-size:28px;
  font-weight:700;
  color:#111;

  margin-bottom:24px;
}



/* TEXT */

.learning-card p{
  text-align:center;
  font-size:16px;
  line-height:1.9;
  color:#2f2f2f;

  margin-bottom:24px;
}



/* IMAGE */

.learning-card img{
  width:100%;
  height:245px;

  object-fit:cover;

  border-radius:18px;

  display:block;
}

/* HOVER */

.wide-card:hover,
.team-card:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 30px rgba(0,0,0,0.08);
}



/* =========================
   TEXT SIDE
========================= */

.wide-card .text-content,
.team-card div{
  width:50%;
}



/* HEADINGS */

.wide-card h3,
.team-card h3{
  text-align:left;
  font-size:24px;
  font-weight:700;
  color:#111;
  margin-bottom:18px;
}



/* TEXT */

.wide-card p,
.team-card p{
  text-align:left;
  font-size:15px;
  line-height:1.9;
  color:#2f2f2f;
  margin-bottom:0;
}



/* =========================
   IMAGE SIDE
========================= */

.wide-card img,
.team-card img{
  width:50%;
  height:240px;
  object-fit:cover;
  border-radius:20px;
  display:block;
}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

  .learning-grid{
    grid-template-columns:1fr;
  }

  .learning-grid > .learning-card:nth-child(1),
  .learning-grid > .learning-card:nth-child(2),
  .learning-grid > .learning-card:nth-child(3),
  .wide-card,
  .team-card{
    grid-column:span 1;
  }

  .wide-card,
  .team-card{
    flex-direction:column;
    min-height:auto;
  }

  .wide-card .text-content,
  .team-card div,
  .wide-card img,
  .team-card img{
    width:100%;
  }

  .wide-card img,
  .team-card img{
    height:260px;
  }

}

@media(max-width:768px){

  .wide-card,
  .team-card{
    flex-direction:column;
  }

  .wide-card .text-content,
  .team-card div,
  .wide-card img,
  .team-card img{
    width:100%;
  }

  .wide-card img,
  .team-card img{
    height:240px;
  }

}






/* ===============================
   PRINCIPAL MESSAGE SECTION
=============================== */
.principal-message-section{
  background: #e8e1d9;
  padding: 35px 10px;
  overflow: hidden;
}

/* MAIN CARD */
.principal-message-card{
  background: #e9dfd4;
  border: 1.5px solid rgba(77,63,50,0.20);
  border-radius: 24px;
  overflow: hidden;
  position: relative;

  box-shadow:
    0 10px 22px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* CONTENT */
.principal-message-content{
  padding: 42px 45px;
  position: relative;
}

.principal-quote-icon{
  font-size: 72px;
  line-height: 0.8;
  color: rgba(193,132,108,0.45);
  font-family: Georgia, serif;
  margin-bottom: 8px;
}

.principal-message-title{
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #07145f;
  font-family: Georgia, serif;
  margin-bottom: 20px;
}

.principal-message-title span{
  color: #F5632D;
}

.principal-message-text{
  font-size: 15.5px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 24px;
  max-width: 95%;
}

.principal-sign-block{
  margin-top: 22px;
}

.principal-sign-block h4{
  font-size: 23px;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 5px;
  font-family: Georgia, serif;
}

.principal-sign-block p{
  font-size: 16px;
  color: #5a6472;
  margin: 0;
}

/* DOT DESIGN */
.principal-dot-pattern{
  position: absolute;
  right: 15px;
  top: 48px;
  width: 86px;
  height: 86px;
  background-image: radial-gradient(rgba(193,132,108,0.55) 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.55;
}

/* IMAGE SIDE */
.principal-message-image-side{
  min-height: 100%;
  position: relative;
  padding: 45px 35px 55px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.principal-blue-bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 72%;
  background: #07145f;
  border-radius: 0 0 0 70px;
}

.principal-orange-bg{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 30%;
  background: #B9745E;
  border-radius: 38px 0 24px 0;
}

/* IMAGE */
.principal-image-frame{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  max-height: 390px;
  border-radius: 26px 80px 26px 80px;
  overflow: hidden;
  background: #ffffff;
  border: 5px solid rgba(255,255,255,0.72);
  box-shadow: 0 12px 24px rgba(0,0,0,0.16);
}

.principal-image{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* BADGE */
.principal-badge{
  position: absolute;
  left: -8px;
  bottom: 48px;
  z-index: 3;
  background: #07145f;
  color: #fff;
  border-radius: 16px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.principal-badge-icon{
  width: 42px;
  height: 42px;
  font-size: 18px;
  border-radius: 50%;
  background: #ffffff;
  color: #F5632D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.principal-badge-text span,
.principal-badge-text strong{
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.principal-badge-text span{
  color: #ffffff;
}

.principal-badge-text strong{
  color: #F5632D;
}

/* =========================
   SLIDING EFFECT
========================= */

/* LEFT CONTENT */
.head-school-content{
  opacity: 0;
  animation: slideFromLeft 1s ease forwards;
}

/* RIGHT IMAGE */
.head-school-image-wrap{
  opacity: 0;
  animation: slideFromRight 1s ease forwards;
}

/* LEFT */
@keyframes slideFromLeft{

  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }

}

/* RIGHT */
@keyframes slideFromRight{

  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }

}

/* MOBILE */
@media (max-width: 768px){

  .head-school-content,
  .head-school-image-wrap{
    animation: slideUpMobile 1s ease forwards;
  }

  @keyframes slideUpMobile{

    from{
      opacity: 0;
      transform: translateY(60px);
    }

    to{
      opacity: 1;
      transform: translateY(0);
    }

  }

}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 1199px){
  .principal-message-content{
    padding: 38px 34px;
  }

  .principal-message-title{
    font-size: 36px;
  }

  .principal-message-text{
    max-width: 100%;
  }

  .principal-image{
    height: 340px;
  }
}

@media (max-width: 991px){
  .principal-message-section{
    padding: 60px 10px;
  }

  .principal-message-card{
    border-radius: 20px;
  }

  .principal-message-content{
    padding: 35px 28px 25px;
  }

  .principal-message-title{
    font-size: 34px;
  }

  .principal-message-text{
    font-size: 15px;
    line-height: 1.75;
  }

  .principal-dot-pattern{
    right: 22px;
    top: 72px;
  }

  .principal-message-image-side{
    padding: 35px 25px 75px;
  }

  .principal-blue-bg{
    width: 86%;
    height: 70%;
    border-radius: 0 0 0 50px;
  }

  .principal-orange-bg{
    width: 45%;
    height: 24%;
  }

  .principal-image-frame{
    max-width: 360px;
    border-radius: 22px 60px 22px 60px;
  }

  .principal-image{
    height: 340px;
  }

  .principal-badge{
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    max-width: 330px;
    justify-content: center;
  }
}

@media (max-width: 767px){
  .principal-message-section{
    padding: 50px 8px;
  }

  .principal-message-content{
    padding: 30px 20px 22px;
  }

  .principal-quote-icon{
    font-size: 58px;
  }

  .principal-message-title{
    font-size: 28px;
  }

  .principal-message-text{
    font-size: 14px;
    line-height: 1.7;
  }

  .principal-sign-block h4{
    font-size: 21px;
  }

  .principal-sign-block p{
    font-size: 14px;
  }

  .principal-dot-pattern{
    display: none;
  }

  .principal-message-image-side{
    padding: 25px 16px 72px;
  }

  .principal-image-frame{
    max-width: 310px;
    border-width: 4px;
    border-radius: 20px 48px 20px 48px;
  }

  .principal-image{
    height: 290px;
  }

  .principal-badge{
    width: calc(100% - 36px);
    max-width: 310px;
    padding: 11px 12px;
  }

  .principal-badge-icon{
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .principal-badge-text span,
  .principal-badge-text strong{
    font-size: 13.5px;
  }
}

@media (max-width: 480px){
  .principal-message-section{
    padding: 42px 6px;
  }

  .principal-message-card{
    border-radius: 18px;
  }

  .principal-message-content{
    padding: 26px 16px 20px;
  }

  .principal-message-title{
    font-size: 25px;
  }

  .principal-message-text{
    font-size: 13.5px;
  }

  .principal-image{
    height: 260px;
  }

  .principal-badge{
    border-radius: 14px;
  }
}

.contact-oak-section{
  background: #eee7de;
  padding: 55px 0;
}

/* HEADER */
.contact-oak-header{
  margin-bottom: 26px;
}

.contact-oak-header h2{
  font-size: 44px;
  font-weight: 500;
  color: #0b1728;
  margin-bottom: 12px;
  font-family: Georgia, serif;
  line-height: 1.15;
}

.contact-oak-header h2 span{
  color: #B9745E;
}

.contact-oak-header p{
  font-size: 18px;
  font-weight: 700;
  color: #1F2A37;
  margin: 0;
}

/* CARD */
.contact-oak-card{
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 24px 26px;
  height: 100%;

  border: 1.5px solid rgba(77,63,50,0.12);

  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.contact-oak-card h3{
  font-size: 22px;
  color: #07145f;
  margin-bottom: 18px;
  font-weight: 500;
}

/* FORM */
.contact-form-group{
  margin-bottom: 12px;
}

.contact-form-group label{
  display: block;
  font-size: 15px;
  color: #111;
  margin-bottom: 5px;
}

.contact-form-group input,
.contact-form-group textarea{
  width: 100%;
  border: none;
  outline: none;

  background: #f2f2f4;

  padding: 12px 16px;

  border-radius: 6px;

  font-size: 15px;
  color: #0b1728;
}

.contact-form-group textarea{
  min-height: 110px;
  resize: none;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus{
  box-shadow: 0 0 0 2px rgba(193,132,108,0.25);
}

/* BUTTON */
.contact-submit-btn{
  width: 100%;
  border: none;

  background: #B9745E;
  color: #ffffff;

  padding: 12px 22px;

  border-radius: 8px;

  font-weight: 700;
  font-size: 15px;

  transition: 0.3s ease;
}

.contact-submit-btn:hover{
  background: #07145f;
}

/* MAP */
.contact-map-box{
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.contact-map-box iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

/* RESPONSIVE */
@media(max-width: 991px){

  .contact-oak-header h2{
    font-size: 38px;
  }

  .contact-oak-header p{
    font-size: 17px;
  }

  .contact-map-box{
    height: 290px;
  }
}

@media(max-width: 767px){

  .contact-oak-section{
    padding: 45px 0;
  }

  .contact-oak-header{
    margin-bottom: 22px;
  }

  .contact-oak-header h2{
    font-size: 31px;
  }

  .contact-oak-header p{
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-oak-card{
    padding: 22px 18px;
  }

  .contact-oak-card h3{
    font-size: 20px;
    margin-bottom: 16px;
  }

  .contact-form-group input,
  .contact-form-group textarea{
    padding: 11px 14px;
    font-size: 14px;
  }

  .contact-map-box{
    height: 250px;
  }
}

@media(max-width: 480px){

  .contact-oak-header h2{
    font-size: 27px;
  }

  .contact-oak-card{
    border-radius: 12px;
  }

  .contact-map-box{
    height: 220px;
  }
}
.ov-footer{
  background: #B9745E;
  padding: 70px 0;
  color: #fff;
}

/* LOGO */
.ov-footer-logo{
  width: 236px;
  max-width: 88%;
}

/* TAGLINE */
.ov-tagline{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* CONTACT */
.ov-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.ov-contact-item i{
  margin-top: 4px;
  flex-shrink: 0;
  font-size: 17px;
}


/* LINKS */
.ov-footer-links{
  padding: 0;
  margin: 0;
  list-style: none;
}

.ov-footer-links li{
  margin-bottom: 14px;
}

.ov-footer-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
}

.ov-footer-links li a:hover{
  opacity: 0.85;
  padding-left: 4px;
}

/* SOCIAL */
.ov-social-wrap h3{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
}

.ov-social-icons{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.ov-social-icons a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #efe2d5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.ov-social-icons a i{
  font-size: 24px;
  color: #000;
}

.ov-social-icons a:hover{
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media(max-width:991px){

  .ov-footer{
    padding: 55px 0;
  }

  .ov-footer-logo{
    width: 210px;
  }

  .ov-social-wrap{
    margin-top: 10px;
  }
}

@media(max-width:767px){

  .ov-footer{
    padding: 45px 0;
  }

  .ov-footer-logo{
    width: 190px;
  }

  .ov-tagline,
  .ov-contact-item,
  .ov-footer-links li a{
    font-size: 15px;
  }

  

  .ov-social-icons a{
    width: 44px;
    height: 44px;
  }

  .ov-social-icons a i{
    font-size: 20px;
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: #e3342f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 4px 20px rgba(227, 52, 47, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #0a1c4e;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

.back-to-top i {
  transition: transform 0.2s;
}

/* Responsive for mobile */
@media (max-width: 576px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* floating button  */
/* Floating WhatsApp Button - Right Side */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  cursor: pointer;
  animation: pulse-green 2s infinite;
  border: none;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  background: #20b859;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

/* Floating Call Button - Right Side (below WhatsApp) */
.floating-call {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #e3342f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 4px 20px rgba(227, 52, 47, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  cursor: pointer;
  animation: pulse-red 2s infinite;
  border: none;
}

.floating-call:hover {
  transform: scale(1.1);
  background: #c5302b;
  box-shadow: 0 8px 28px rgba(227, 52, 47, 0.5);
}

/* Pulse Animations */
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 52, 47, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(227, 52, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 52, 47, 0);
  }
}

/* Tooltip on hover */
.floating-whatsapp::before,
.floating-call::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  pointer-events: none;
}

.floating-whatsapp:hover::before,
.floating-call:hover::before {
  opacity: 1;
  visibility: visible;
  right: 80px;
}

/* Responsive for mobile */
@media (max-width: 576px) {
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
  
  .floating-call {
    width: 50px;
    height: 50px;
    font-size: 22px;
    bottom: 90px;
    right: 20px;
  }
  
  .floating-whatsapp::before,
  .floating-call::before {
    right: 60px;
  }
  
  .floating-whatsapp:hover::before,
  .floating-call:hover::before {
    right: 65px;
  }
}





    /* Chairman's message section */
 .chairman-section{
  padding: 90px 0;

  background:
    radial-gradient(circle at top right,
    rgba(193,132,108,0.10),
    transparent 24%),


    radial-gradient(circle at bottom left,
    rgba(7,20,95,0.08),
    transparent 26%),


    linear-gradient(180deg,
    #f6f0e8 0%,
    #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* SOFT BACKGROUND SHAPES */
.chairman-section::before{
  content: '';
  position: absolute;
  top: -45%;
  right: -10%;
  width: 55%;
  height: 120%;

  background:
    radial-gradient(circle,
    rgba(193,132,108,0.12) 0%,
    transparent 70%);

  border-radius: 50%;
}

.chairman-section::after{
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 50%;
  height: 100%;

  background:
    radial-gradient(circle,
    rgba(7,20,95,0.05) 0%,
    transparent 70%);

  border-radius: 50%;
}

/* MAIN GRID */
.chairman-box{
  display: grid;
  grid-template-columns: 0.5fr 1.1fr;
  gap: 50px;
  align-items: center;

  position: relative;
  z-index: 2;
}

/* IMAGE */
.chairman-image-wrap{
  position: relative;
}

.chairman-image-box{
  position: relative;

  border-radius: 24px;
  overflow: hidden;

  border: 5px solid #F5632D;

  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.chairman-img{
  width: 100%;
  display: block;

  transition: 0.5s ease;
}

.chairman-image-box:hover .chairman-img{
  transform: scale(1.05);
}

.chairman-overlay{
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
    rgba(7,20,95,0.42),
    rgba(7,20,95,0.08));
}

/* CONTENT CARD */
.chairman-content{
  background: rgba(255,255,255,0.82);

  backdrop-filter: blur(6px);

  padding: 40px;

  border-radius: 26px;

  border: 1.5px solid rgba(193,132,108,0.16);

  box-shadow:
    0 14px 36px rgba(0,0,0,0.07),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* BADGE */
.chairman-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);

  color: #a76d57;

  padding: 7px 18px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 1px;
  text-transform: uppercase;

  margin-bottom: 18px;
}

/* TITLE */
.chairman-title{
  font-family: 'Playfair Display', serif;

  font-size: 36px;
  font-weight: 800;

  color: #07145f;

  line-height: 1.2;

  margin-bottom: 20px;
}

/* TEXT */
.chairman-text p{
  color: #4d5566;

  line-height: 1.85;

  font-size: 15px;

  margin-bottom: 14px;

  text-align: justify;
}

/* SIGNATURE */
.chairman-sign{
  margin-top: 25px;

  border-top: 1px solid rgba(7,20,95,0.10);

  padding-top: 15px;
}

.chairman-sign h4{
  font-size: 24px;
  font-weight: 800;

  color: #07145f;

  margin-bottom: 5px;
}

.chairman-sign span{
  color: #F5632D;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 0.5px;
}

/* =========================
   SLIDE ANIMATION
========================= */

.chairman-slide-left{
  opacity: 0;
  transform: translateX(-90px);
  transition: all 1s ease;
}

.chairman-slide-right{
  opacity: 0;
  transform: translateX(90px);
  transition: all 1s ease;
}

/* ACTIVE */
.chairman-slide-left.active,
.chairman-slide-right.active{
  opacity: 1;
  transform: translateX(0);
}

/* MOBILE */
@media (max-width: 768px){

  .chairman-slide-left{
    transform: translateY(60px);
  }

  .chairman-slide-right{
    transform: translateY(60px);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px){

  .chairman-section{
    padding: 70px 0;
  }

  .chairman-box{
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .chairman-image-wrap{
    max-width: 500px;
    margin: 0 auto;
  }

  .chairman-title{
    font-size: 30px;
  }

  .chairman-content{
    padding: 30px;
  }
}

@media (max-width: 768px){

  .chairman-section{
    padding: 55px 0;
  }

  .chairman-content{
    padding: 24px;
    border-radius: 20px;
  }

  .chairman-title{
    font-size: 26px;
  }

  .chairman-text p{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .chairman-sign h4{
    font-size: 21px;
  }
}

@media (max-width: 480px){

  .chairman-title{
    font-size: 22px;
  }

  .chairman-badge{
    font-size: 11px;
    padding: 5px 14px;
  }

  .chairman-content{
    padding: 20px;
  }

  .chairman-sign h4{
    font-size: 19px;
  }

  .chairman-sign span{
    font-size: 13px;
  }

  .chairman-image-box{
    border-width: 4px;
  }
}


/* =================================
   DIRECTOR MESSAGE SECTION
================================= */
.director-message-section{
  padding: 80px 0;
  background: #eee7de;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.director-message-section::before{
  content: '';
  position: absolute;
  top: -45%;
  right: -10%;

  width: 55%;
  height: 120%;

  background:
    radial-gradient(
      circle,
      rgba(193,132,108,0.10) 0%,
      transparent 70%
    );

  border-radius: 50%;
}

.director-message-section::after{
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;

  width: 50%;
  height: 100%;

  background:
    radial-gradient(
      circle,
      rgba(7,20,95,0.05) 0%,
      transparent 70%
    );

  border-radius: 50%;
}

/* =================================
   HEADER
================================= */
.director-section-header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}

/* BADGE */
.director-badge{
  display: inline-block;

  background: rgba(193,132,108,0.12);
  color: #F5632D;

  padding: 6px 16px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 1px;

  margin-bottom: 18px;
}

/* TITLE */
.director-main-title{
  font-family: Georgia, serif;

  font-size: 38px;
  font-weight: 800;

  color: #07145f;

  margin-bottom: 15px;

  line-height: 1.2;
}

/* =================================
   MAIN GRID
================================= */
.director-message-box{
  display: grid;
  grid-template-columns: 340px 1fr;

  gap: 35px;

  align-items: start;

  position: relative;
  z-index: 2;
}

/* =================================
   LEFT PROFILE CARD
================================= */
.director-profile-card{
  background: #f3ebe2;

  border-radius: 24px;

  overflow: hidden;

  border: 1.5px solid rgba(77,63,50,0.14);

  box-shadow:
    0 14px 30px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.35);

  transition: 0.35s ease;
}

.director-profile-card:hover{
  transform: translateY(-6px);
}

/* IMAGE WRAP */
.director-photo-wrap{
  position: relative;
  overflow: hidden;

  border-bottom: 1px solid rgba(77,63,50,0.10);
}

/* IMAGE */
.director-photo{
  width: 100%;
  display: block;

  transition: transform 0.5s ease;
}

.director-profile-card:hover .director-photo{
  transform: scale(1.05);
}

/* PROFILE INFO */
.director-profile-info{
  padding: 24px 22px;
  text-align: center;
}

.director-profile-info h3{
  margin: 0 0 6px;

  font-size: 24px;
  font-weight: 800;

  color: #07145f;
}

.director-profile-info span{
  font-size: 14px;
  font-weight: 600;

  color: #F5632D;
}

/* =================================
   RIGHT MESSAGE CARD
================================= */
.director-message-card{
  background: rgba(243,235,226,0.88);

  backdrop-filter: blur(6px);

  border-radius: 24px;

  padding: 35px;

  border: 1.5px solid rgba(77,63,50,0.12);

  box-shadow:
    0 14px 30px rgba(0,0,0,0.08);

  position: relative;
}

/* QUOTE ICON BOX */
.director-quote-icon{
  width: 64px;
  height: 64px;

  border-radius: 18px;

  background: rgba(193,132,108,0.14);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;
}

.director-quote-icon i{
  font-size: 30px;
  color: #F5632D;
}

/* TEXT */
.director-message-card p{
  color: #4d5566;

  line-height: 1.8;

  font-size: 15px;

  margin-bottom: 16px;
}

/* =================================
   BUTTON
================================= */
.director-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #07145f;
  color: #fff;

  padding: 12px 28px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  border: 2px solid #07145f;

  transition: all 0.3s ease;

  margin-top: 10px;
}

.director-btn:hover{
  background: #F5632D;
  border-color: #F5632D;

  color: #fff;

  transform: translateY(-3px);

  box-shadow:
    0 10px 25px rgba(193,132,108,0.22);
}

.director-btn i{
  transition: transform 0.3s ease;
}

.director-btn:hover i{
  transform: translateX(5px);
}

/* =================================
   SLIDE ANIMATION
================================= */

/* PROFILE LEFT */
.director-profile-card{
  opacity: 0;
  transform: translateX(-90px);

  animation: directorSlideLeft 1s ease forwards;
}

/* MESSAGE RIGHT */
.director-message-card{
  opacity: 0;
  transform: translateX(90px);

  animation: directorSlideRight 1s ease forwards;
  animation-delay: 0.2s;
}

/* LEFT */
@keyframes directorSlideLeft{

  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* RIGHT */
@keyframes directorSlideRight{

  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* =================================
   TABLET RESPONSIVE
================================= */
@media (max-width: 992px){

  .director-message-section{
    padding: 65px 0;
  }

  .director-message-box{
    grid-template-columns: 1fr;
  }

  .director-profile-card{
    max-width: 420px;
    margin: 0 auto;
  }

  .director-main-title{
    font-size: 32px;
  }

  .director-message-card{
    text-align: center;
  }

  .director-quote-icon{
    margin: 0 auto 22px;
  }
}

/* =================================
   MOBILE RESPONSIVE
================================= */
@media (max-width: 768px){

  .director-message-section{
    padding: 50px 0;
  }

  .director-main-title{
    font-size: 27px;
  }

  .director-message-card{
    padding: 24px;
  }

  .director-message-card p{
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 480px){

  .director-main-title{
    font-size: 23px;
  }

  .director-profile-info h3{
    font-size: 21px;
  }

  .director-message-card p{
    font-size: 13.5px;
  }

  .director-btn{
    width: 100%;
    justify-content: center;
  }
}

  /* Breadcrumb Section - Full Width, Straight Corners, Reduced Height */
.breadcrumb-section {
  position: relative;
  background: linear-gradient(rgba(10, 28, 78, 0.85), rgba(227, 52, 47, 0.85)), 
              url('https://images.unsplash.com/photo-1562774053-701939374585?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px 0; /* Reduced height */
  width: 100%; /* Full width */
  margin: 0; /* Remove margins */
  border-radius: 0; /* No curved corners */
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Overlay Animation */
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,90,60,0.2), transparent);
  animation: pulseOverlay 4s ease-in-out infinite;
}

@keyframes pulseOverlay {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Breadcrumb Navigation - Reduced padding */
.breadcrumb {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: inline-flex;
  padding: 8px 20px; /* Reduced padding */
  border-radius: 8px; /* Slightly rounded but minimal */
  margin-bottom: 20px; /* Reduced margin */
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.breadcrumb:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 13px; /* Slightly smaller */
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  margin: 0 6px;
}

.breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 4px 6px;
  border-radius: 6px;
}

.breadcrumb-link i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.breadcrumb-link:hover {
  color: #ffc107;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(3px);
}

.breadcrumb-link:hover i {
  transform: scale(1.1);
}

.breadcrumb-item.active {
  color: #ffc107;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb-item.active i {
  color: #ffc107;
}

/* Page Title Styles - Reduced spacing */
.page-title-wrapper {
  margin-bottom: 12px; /* Reduced margin */
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px; /* Reduced font size */
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px; /* Reduced margin */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #fff, #ffd89b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 20px rgba(255,193,7,0.3);
  }
  50% {
    text-shadow: 0 0 40px rgba(255,193,7,0.6);
  }
}

.page-description {
  font-size: 15px; /* Reduced font size */
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Interactive Elements - Reduced spacing */
.breadcrumb-interactive {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px; /* Reduced margin */
  flex-wrap: wrap;
}

.breadcrumb-stats {
  display: flex;
  gap: 12px;
}

.stat-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 6px 14px; /* Reduced padding */
  border-radius: 6px; /* Straight corners */
  font-size: 12px; /* Smaller font */
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-badge i {
  font-size: 12px;
  color: #ffc107;
}

.stat-badge:hover {
  background: rgba(255, 193, 7, 0.3);
  transform: translateY(-2px) scale(1.02);
  border-color: #ffc107;
}

.breadcrumb-cta {
  background: linear-gradient(135deg, #ff5a3c, #e3342f);
  color: white;
  border: none;
  padding: 8px 20px; /* Reduced padding */
  border-radius: 6px; /* Straight corners */
  font-size: 13px; /* Smaller font */
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(227, 52, 47, 0.3);
}

.breadcrumb-cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.breadcrumb-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(227, 52, 47, 0.5);
  background: linear-gradient(135deg, #ff6b4a, #ff4a3c);
}

.breadcrumb-cta:hover i {
  transform: scale(1.1);
}

/* Hover Animation for Breadcrumb Items */
.breadcrumb-item {
  position: relative;
}

.breadcrumb-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffc107;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.breadcrumb-item:hover::after {
  width: 70%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 30px 0; /* Even smaller on mobile */
    background-attachment: scroll;
  }
  
  .breadcrumb {
    padding: 6px 16px;
    margin-bottom: 15px;
  }
  
  .breadcrumb-link {
    font-size: 11px;
  }
  
  .page-title {
    font-size: 28px;
  }
  
  .page-description {
    font-size: 13px;
    padding: 0 20px;
  }
  
  .breadcrumb-interactive {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }
  
  .breadcrumb-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .stat-badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  
  .breadcrumb-cta {
    padding: 7px 18px;
    font-size: 12px;
  }
}

/* Remove floating particles for cleaner look (optional) */
.breadcrumb-section::before {
  display: none;
}


.faculty-page-section{
  padding: 80px 0;

  background:
    radial-gradient(circle at top right,
    rgba(193,132,108,0.10),
    transparent 24%),


    radial-gradient(circle at bottom left,
    rgba(7,20,95,0.08),
    transparent 26%),


    linear-gradient(180deg,
    #f6f0e8 0%,
    #eee5da 100%);

  position: relative;
  overflow: hidden;

  animation: facultySlideUp 1s ease forwards;
}

/* BACKGROUND SHAPES */
.faculty-page-section::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;

  width: 320px;
  height: 320px;

  background:
    radial-gradient(circle,
    rgba(193,132,108,0.14) 0%,
    transparent 70%);

  border-radius: 50%;
}

.faculty-page-section::after{
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;

  width: 260px;
  height: 260px;

  background:
    radial-gradient(circle,
    rgba(7,20,95,0.06) 0%,
    transparent 70%);

  border-radius: 50%;
}

/* MAIN */
.faculty-top{
  position: relative;
  z-index: 2;

  opacity: 0;
  transform: translateY(80px);

  animation: facultySlideUp 1s ease forwards;
}

/* BADGE */
.faculty-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);

  color: #a76d57;

  padding: 7px 18px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 18px;
}

/* TITLE */
.faculty-title{
  font-family: 'Playfair Display', serif;

  font-size: 40px;
  font-weight: 800;

  color: #07145f;

  margin-bottom: 18px;

  line-height: 1.2;
}

/* TEXT */
.faculty-top p{
  color: #4d5566;

  line-height: 1.85;

  font-size: 15px;

  margin-bottom: 14px;
}

/* IMAGE */
.faculty-landscape-wrap{
  position: relative;

  border-radius: 28px;
  overflow: hidden;

  border: 5px solid #F5632D;

  max-width: 100%;

  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.faculty-landscape-wrap img{
  width: 100%;
  height: 430px;

  object-fit: cover;

  display: block;

  transition: transform 0.5s ease;
}

.faculty-landscape-wrap:hover img{
  transform: scale(1.04);
}

.faculty-landscape-overlay{
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
    rgba(7,20,95,0.35),
    rgba(7,20,95,0.06));

  pointer-events: none;
}

/* TABLE SECTION */
.faculty-table-section{
  padding: 65px 0 30px;
  position: relative;
  z-index: 2;
}

.faculty-table-head{
  margin-bottom: 24px;
}

.faculty-table-head h3{
  font-family: 'Playfair Display', serif;

  font-size: 30px;
  font-weight: 800;

  color: #07145f;

  margin: 0;
}

/* TABLE WRAPPER */
.faculty-table-wrapper{
  position: relative;

  background: rgba(255,255,255,0.82);

  backdrop-filter: blur(6px);

  border-radius: 26px;

  padding: 30px;

  border: 1.5px solid rgba(193,132,108,0.16);

  box-shadow:
    0 14px 36px rgba(0,0,0,0.07),
    inset 0 1px 0 rgba(255,255,255,0.45);

  overflow: hidden;
}

/* TABLE */
.faculty-table{
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 18px;
}

.faculty-table thead th{
  background:
    linear-gradient(135deg,
    #07145f,
    #12357e);

  color: #fff;

  font-size: 14px;
  font-weight: 700;

  text-align: center;

  padding: 16px 14px;

  border: none;
}

.faculty-table tbody td{
  text-align: center;
  vertical-align: middle;

  font-size: 14px;

  color: #374151;

  padding: 15px 12px;

  border-color: rgba(193,132,108,0.10);

  background: rgba(255,255,255,0.92);
}

.faculty-table tbody tr:nth-child(even) td{
  background: #f8f3ed;
}

.faculty-table tbody tr:hover td{
  background: #efe3d6;
  transition: 0.25s ease;
}

.faculty-table .sno-col{
  width: 90px;
  font-weight: 700;
  color: #07145f;
}

.faculty-table .name-col{
  font-weight: 600;
}

.faculty-table .designation-col{
  color: #F5632D;
  font-weight: 700;
}

/* =========================
   SLIDE UP ANIMATION
========================= */

@keyframes facultySlideUp{

  from{
    opacity: 0;
    transform: translateY(80px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}

/* RESPONSIVE */
@media (max-width: 992px){

  .faculty-page-section{
    padding: 60px 0;
  }

  .faculty-title{
    font-size: 32px;
  }

  .faculty-landscape-wrap img{
    height: 340px;
  }
}

@media (max-width: 768px){

  .faculty-page-section{
    padding: 45px 0;
  }

  .faculty-title{
    font-size: 27px;
  }

  .faculty-landscape-wrap{
    border-radius: 20px;
  }

  .faculty-landscape-wrap img{
    height: 250px;
  }

  .faculty-table-wrapper{
    padding: 20px;
  }

  .faculty-table-head h3{
    font-size: 22px;
  }

  .faculty-table thead th,
  .faculty-table tbody td{
    font-size: 13px;
    padding: 12px 10px;
  }
}

@media (max-width: 480px){

  .faculty-title{
    font-size: 23px;
  }

  .faculty-landscape-wrap img{
    height: 210px;
  }
}


.head-school-section{
  padding: 90px 0;
  background:
    radial-gradient(circle at top right,
    rgba(193,132,108,0.10),
    transparent 24%),


    radial-gradient(circle at bottom left,
    rgba(7,20,95,0.08),
    transparent 26%),


    linear-gradient(180deg,
    #f6f0e8 0%,
    #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* SOFT BACKGROUND SHAPES */
.head-school-section::before{
  content: '';
  position: absolute;
  top: -45%;
  right: -10%;
  width: 55%;
  height: 120%;
  background:
    radial-gradient(circle,
    rgba(193,132,108,0.12) 0%,
    transparent 70%);
  border-radius: 50%;
}

.head-school-section::after{
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 50%;
  height: 100%;
  background:
    radial-gradient(circle,
    rgba(7,20,95,0.05) 0%,
    transparent 70%);
  border-radius: 50%;
}

/* MAIN GRID */
.head-school-box{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 45px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* CONTENT CARD */
.head-school-content{
  background: rgba(255,255,255,0.82);

  backdrop-filter: blur(6px);

  border: 1.5px solid rgba(193,132,108,0.16);

  border-radius: 26px;

  padding: 32px;

  box-shadow:
    0 14px 36px rgba(0,0,0,0.07),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* BADGE */
.head-school-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);

  color: #a76d57;

  padding: 7px 18px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 18px;
}

/* TITLE */
.head-school-title{
  font-family: 'Playfair Display', serif;

  font-size: 38px;
  font-weight: 800;

  color: #07145f;

  line-height: 1.2;

  margin-bottom: 20px;
}

/* TEXT */
.head-school-text p{
  color: #4d5566;

  line-height: 1.85;

  font-size: 15px;

  margin-bottom: 15px;

  text-align: justify;
}

/* SIGN */
.head-school-sign{
  margin-top: 24px;

  padding-top: 15px;

  border-top: 1px solid rgba(7,20,95,0.10);
}

.head-school-sign h4{
  margin: 0 0 5px;

  font-size: 24px;
  font-weight: 800;

  color: #07145f;
}

.head-school-sign span{
  color: #F5632D;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 0.5px;
}

/* BUTTON */
.head-school-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background:#07145f;

  color: #fff;

  padding: 12px 28px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  border: 2px solid #07145f;

  transition: all 0.3s ease;

  margin-top: 10px;
}

.head-school-btn:hover{
 
 background:  #F5632D;
  border-color: #F5632D;

  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 10px 24px rgba(7,20,95,0.18);
}

.head-school-btn i{
  transition: transform 0.3s ease;
}

.head-school-btn:hover i{
  transform: translateX(4px);
}

/* IMAGE SIDE */
.head-school-image-wrap{
  position: relative;
}

.head-school-image-box{
  position: sticky;
  top: 110px;

  border-radius: 24px;

  overflow: hidden;

  border: 5px solid #F5632D;

  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.head-school-img{
  width: 100%;
  display: block;

  transition: transform 0.5s ease;

  max-height: 130vh;
}

.head-school-image-box:hover .head-school-img{
  transform: scale(1.05);
}

/* IMAGE OVERLAY */
.head-school-overlay{
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
    rgba(7,20,95,0.42),
    rgba(7,20,95,0.08));

  pointer-events: none;
}

/* COLLAPSE TEXT */
.collapse-toggle[aria-expanded="true"] .read-more-text{
  display: none;
}

.collapse-toggle[aria-expanded="false"] .read-less-text{
  display: none;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 992px){

  .head-school-section{
    padding: 65px 0;
  }

  .head-school-box{
    grid-template-columns: 1fr;
  }

  .head-school-image-wrap{
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }

  .head-school-image-box{
    position: relative;
    top: 0;
  }

  .head-school-title{
    font-size: 30px;
  }

  .head-school-content{
    padding: 30px;
  }
}

@media (max-width: 768px){

  .head-school-section{
    padding: 50px 0;
  }

  .head-school-content{
    padding: 24px;
    border-radius: 20px;
  }

  .head-school-title{
    font-size: 26px;
  }

  .head-school-text p{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .head-school-sign h4{
    font-size: 21px;
  }
}

@media (max-width: 480px){

  .head-school-title{
    font-size: 22px;
  }

  .head-school-badge{
    font-size: 11px;
    padding: 5px 14px;
  }

  .head-school-content{
    padding: 20px;
  }

  .head-school-sign h4{
    font-size: 19px;
  }

  .head-school-sign span{
    font-size: 13px;
  }

  .head-school-btn{
    padding: 10px 22px;
    font-size: 14px;
  }
}


    /* VISION AND MISSION SECTION */
/* =================================
   VISION & MISSION SECTION
================================= */
.vision-mission-section{
  padding: 80px 0;
  background: #eee7de;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.vision-mission-section::before{
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 55%;
  height: 110%;

  background:
    radial-gradient(
      circle,
      rgba(193,132,108,0.10) 0%,
      transparent 70%
    );

  border-radius: 50%;
}

.vision-mission-section::after{
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 45%;
  height: 100%;

  background:
    radial-gradient(
      circle,
      rgba(7,20,95,0.05) 0%,
      transparent 70%
    );

  border-radius: 50%;
}

/* WRAPPER */
.vision-mission-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* IMAGE + CONTENT */
.vision-mission-image,
.vision-mission-content{
  flex: 1;
  min-width: 300px;
}

.vision-mission-image{
  display: flex;
  align-items: flex-start;
}

/* IMAGE BOX */
.vm-image-box{
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;

  margin-top: 12%;
  margin-left: -4%;

  border: 1.5px solid rgba(77,63,50,0.14);

  box-shadow:
    0 12px 28px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

/* IMAGE */
.vm-img{
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.vm-image-box:hover .vm-img{
  transform: scale(1.05);
}

/* OVERLAY */
.vm-overlay{
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(7,20,95,0.35),
      rgba(7,20,95,0.08)
    );
}

/* RIGHT CONTENT */
.vision-mission-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  text-align: left;
}

/* BADGE */
.vm-badge{
  display: inline-block;

  background: rgba(193,132,108,0.12);
  color: #F5632D;

  padding: 6px 16px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 1px;

  margin-bottom: 18px;
}

/* TITLE */
.vm-title{
  font-size: 38px;
  font-weight: 800;

  color: #07145f;

  line-height: 1.2;

  margin-bottom: 18px;

  font-family: Georgia, serif;
}

/* INTRO */
.vm-intro{
  font-size: 16px;
  line-height: 1.8;

  color: #4d5566;

  margin-bottom: 30px;
}

/* CARDS */
.vm-card{
  display: flex;
  gap: 16px;

  padding: 22px;

  border-radius: 18px;

  margin-bottom: 20px;

  transition: all 0.3s ease;

  width: 100%;

  justify-content: flex-start;
  align-items: flex-start;

  text-align: left;

  box-shadow:
    0 8px 22px rgba(0,0,0,0.08);
}

.vm-card:hover{
  transform: translateY(-4px);
}

/* VISION CARD */
.vision-card{
  background:
    linear-gradient(
      135deg,
      #07145f,
      #12357e
    );
}

/* MISSION CARD */
.mission-card{
  background:
    linear-gradient(
      135deg,
      #f3ebe2,
      #efe2d4
    );

  border: 1px solid rgba(193,132,108,0.18);
}

/* ICON */
.vm-icon{
  width: 60px;
  height: 60px;
  min-width: 60px;

  border-radius: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
}

/* ICON COLORS */
.vision-card .vm-icon{
  background: rgba(255,255,255,0.12);
  color: #f8d08b;
}

.mission-card .vm-icon{
  background: rgba(193,132,108,0.14);
  color: #F5632D;
}

/* TEXT */
.vm-text h3{
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

/* VISION TEXT */
.vision-card .vm-text h3,
.vision-card .vm-text p{
  color: #fff;
}

/* MISSION TEXT */
.mission-card .vm-text h3{
  color: #07145f;
}

.mission-card .vm-text p{
  color: #4d5566;
}

.vm-text p{
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

/* POINTS */
.vm-points{
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));

  gap: 14px;

  margin: 25px 0 0;

  width: 47%;

  margin-top: auto;

  position: absolute;
  top: 62%;
  left: -98%;
}

/* POINT CARD */
.vm-point{
  background: #f3ebe2;

  padding: 14px 16px;

  border-radius: 12px;

  display: flex;
  align-items: center;
  gap: 10px;

  border: 1px solid rgba(193,132,108,0.14);

  box-shadow: 0 4px 12px rgba(0,0,0,0.05);

  transition: 0.3s ease;
}

.vm-point:hover{
  transform: translateX(5px);
  background: #eadbcb;
}

/* POINT ICON */
.vm-point i{
  color: #F5632D;
  font-size: 18px;
}

/* POINT TEXT */
.vm-point span{
  font-size: 14px;
  font-weight: 700;
  color: #07145f;
}

/* BUTTON */
.vm-btn{
  display: inline-flex;
  gap: 10px;

  background: #07145f;
  color: #fff;

  padding: 12px 28px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  border: 2px solid #07145f;

  transition: all 0.3s ease;

  align-self: flex-start;

  position: absolute;
  bottom: 5%;
  left: -98%;
}

/* BUTTON HOVER */
.vm-btn:hover{
  background: #F5632D;
  border-color: #F5632D;

  color: #fff;

  transform: translateY(-3px);

  box-shadow:
    0 10px 20px rgba(193,132,108,0.22);
}

.vm-btn i{
  transition: 0.3s ease;
}

.vm-btn:hover i{
  transform: translateX(5px);
}

/* =================================
   VISION & MISSION SLIDE ANIMATION
================================= */

/* IMAGE FROM LEFT */
.vision-mission-image{
  opacity: 0;
  transform: translateX(-90px);
  animation: vmSlideLeft 1s ease forwards;
}

/* CONTENT FROM RIGHT */
.vision-mission-content{
  opacity: 0;
  transform: translateX(90px);
  animation: vmSlideRight 1s ease forwards;
  animation-delay: 0.2s;
}

@keyframes vmSlideLeft{
  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes vmSlideRight{
  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* MOBILE FIX */
@media (max-width: 767px){
  .vision-mission-image,
  .vision-mission-content{
    transform: translateX(0);
  }
}


/* PHILOSOPHY SECTION */
.philosophy-section{
  padding: 80px 0;
  background: #eee7de;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND DECORATION */
.philosophy-section::before{
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;

  width: 60%;
  height: 120%;

  background:
    radial-gradient(
      circle,
      rgba(193,132,108,0.10) 0%,
      transparent 70%
    );

  border-radius: 50%;
  pointer-events: none;
}

.philosophy-section::after{
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;

  width: 50%;
  height: 100%;

  background:
    radial-gradient(
      circle,
      rgba(7,20,95,0.05) 0%,
      transparent 70%
    );

  border-radius: 50%;
  pointer-events: none;
}

/* WRAPPER */
.philosophy-wrapper{
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* =================================
   LEFT IMAGE
================================= */
.philosophy-image{
  flex: 1;
  min-width: 300px;
  position: relative;
}

.philosophy-image-container{
  position: relative;

  border-radius: 22px;
  overflow: hidden;

  border: 1.5px solid rgba(77,63,50,0.14);

  box-shadow:
    0 14px 30px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.35);

  background: #fff;
}

/* IMAGE */
.philosophy-img{
  width: 100%;
  height: auto;
  display: block;

  transition: transform 0.5s ease;
}

.philosophy-image-container:hover .philosophy-img{
  transform: scale(1.05);
}

/* IMAGE OVERLAY */
.philosophy-image-overlay{
  position: absolute;
  inset: 0;

  background: rgba(7,20,95,0.28);

  opacity: 0;

  transition: opacity 0.3s ease;

  cursor: pointer;
}

.philosophy-image-container:hover .philosophy-image-overlay{
  opacity: 1;
}

/* =================================
   RIGHT CONTENT
================================= */
.philosophy-content{
  flex: 1;
  min-width: 300px;
}

/* BADGE */
.philosophy-badge{
  display: inline-block;

  background: rgba(193,132,108,0.12);
  color: #F5632D;

  padding: 6px 16px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 1px;

  margin-bottom: 20px;
}

/* TITLE */
.philosophy-title{
  font-family: Georgia, serif;

  font-size: 38px;
  font-weight: 800;

  color: #07145f;

  line-height: 1.2;

  margin-bottom: 25px;
}

/* TEXT */
.philosophy-text{
  margin-bottom: 30px;
}

.philosophy-text p{
  color: #4d5566;

  line-height: 1.8;

  margin-bottom: 16px;

  font-size: 15px;
}

/* =================================
   CTA BUTTON
================================= */
.philosophy-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #07145f;
  color: #fff;

  padding: 12px 30px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;
  font-size: 14px;

  transition: all 0.3s ease;

  border: 2px solid #07145f;
}

/* ICON */
.philosophy-cta i{
  transition: transform 0.3s ease;
}

/* HOVER */
.philosophy-cta:hover{
  background: #F5632D;
  border-color: #F5632D;

  color: #fff;

  transform: translateY(-3px);

  box-shadow:
    0 10px 25px rgba(193,132,108,0.22);
}

.philosophy-cta:hover i{
  transform: translateX(5px);
}

/* =================================
   RESPONSIVE
================================= */
@media (max-width: 1199px){

  .philosophy-title{
    font-size: 34px;
  }
}

@media (max-width: 992px){

  .philosophy-section{
    padding: 60px 0;
  }

  .philosophy-wrapper{
    flex-direction: column;
    gap: 40px;
  }

  .philosophy-title{
    font-size: 30px;
  }

  .philosophy-content{
    text-align: center;
  }
}

@media (max-width: 768px){

  .philosophy-section{
    padding: 45px 0;
  }

  .philosophy-title{
    font-size: 26px;
  }

  .philosophy-text p{
    font-size: 14px;
    line-height: 1.75;
  }

  .philosophy-image-container{
    border-radius: 18px;
  }
}

@media (max-width: 480px){

  .philosophy-section{
    padding: 40px 0;
  }

  .philosophy-title{
    font-size: 22px;
    line-height: 1.3;
  }

  .philosophy-badge{
    font-size: 11px;
    padding: 5px 14px;
  }

  .philosophy-text p{
    font-size: 13.5px;
  }

  .philosophy-cta{
    width: 100%;
    justify-content: center;
  }
}

/* =================================
   SLIDE ANIMATIONS
================================= */

/* IMAGE ANIMATION */
.philosophy-image{
  opacity: 0;
  transform: translateX(-90px);
  animation: philosophySlideLeft 1s ease forwards;
}

/* CONTENT ANIMATION */
.philosophy-content{
  opacity: 0;
  transform: translateX(90px);
  animation: philosophySlideRight 1s ease forwards;
  animation-delay: 0.2s;
}

/* LEFT SLIDE */
@keyframes philosophySlideLeft{

  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* RIGHT SLIDE */
@keyframes philosophySlideRight{

  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}


.playground-section-light{
  padding: 80px 0;

  background:
    radial-gradient(circle at top right,
    rgba(193,132,108,0.10),
    transparent 24%),


    radial-gradient(circle at bottom left,
    rgba(7,20,95,0.08),
    transparent 26%),


    linear-gradient(180deg,
    #f6f0e8 0%,
    #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.playground-section-light::before{
  content: "";
  position: absolute;

  top: -120px;
  right: -80px;

  width: 320px;
  height: 320px;

  background:
    radial-gradient(circle,
    rgba(193,132,108,0.14) 0%,
    transparent 70%);

  border-radius: 50%;
}

.playground-section-light::after{
  content: "";
  position: absolute;

  bottom: -100px;
  left: -60px;

  width: 260px;
  height: 260px;

  background:
    radial-gradient(circle,
    rgba(7,20,95,0.06) 0%,
    transparent 70%);

  border-radius: 50%;
}

/* MAIN BOX */
.playground-box-light{
  position: relative;
  z-index: 2;

  opacity: 0;
  transform: translateY(80px);

  animation: playgroundSlideUp 1s ease forwards;
}

/* HEADING */
.playground-content-light h2{
  font-size: 42px;
  font-weight: 800;

  color: #07145f;

  margin-bottom: 18px;

  font-family: 'Playfair Display', serif;

  line-height: 1.2;

  text-align: center;
}

/* PARAGRAPH */
.playground-content-light p{
  max-width: 1172px;

  margin: 0 auto 22px;

  color: #4d5566;

  font-size: 15px;

  line-height: 1.85;

  text-align: justify;
}

/* IMAGE */
.playground-image-light{
  margin-top: 40px;
}

.playground-image-light img{
  width: 100%;
  height: 320px;

  object-fit: cover;

  border-radius: 26px;

  border: 5px solid #F5632D;

  box-shadow: 0 20px 45px rgba(0,0,0,0.12);

  transition: 0.45s ease;
}

.playground-image-light img:hover{
  transform: scale(1.03);
}

/* =========================
   SLIDE EFFECT
========================= */

@keyframes playgroundSlideUp{

  from{
    opacity: 0;
    transform: translateY(80px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}

/* RESPONSIVE */
@media (max-width: 992px){

  .playground-section-light{
    padding: 65px 0;
  }

  .playground-content-light h2{
    font-size: 34px;
  }

  .playground-image-light img{
    height: 280px;
  }
}

@media (max-width: 768px){

  .playground-section-light{
    padding: 50px 0;
  }

  .playground-content-light h2{
    font-size: 28px;
  }

  .playground-content-light p{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .playground-image-light{
    margin-top: 30px;
  }

  .playground-image-light img{
    height: 220px;

    border-radius: 20px;

    border-width: 4px;
  }
}

@media (max-width: 480px){

  .playground-content-light h2{
    font-size: 24px;
  }

  .playground-image-light img{
    height: 190px;
  }
}
/* BADGE */
.playground-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);

  color: #a76d57;

  padding: 7px 18px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 18px;

  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* CURRICULUM SDECTION */
.saghs-curri-compact{
  padding: 70px 0;

  background:
    radial-gradient(circle at top right,
    rgba(193,132,108,0.10),
    transparent 24%),


    radial-gradient(circle at bottom left,
    rgba(7,20,95,0.08),
    transparent 26%),


    linear-gradient(180deg,
    #f6f0e8 0%,
    #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.saghs-curri-compact::before{
  content: "";
  position: absolute;

  top: -120px;
  right: -80px;

  width: 320px;
  height: 320px;

  background:
    radial-gradient(circle,
    rgba(193,132,108,0.14) 0%,
    transparent 70%);

  border-radius: 50%;
}

.saghs-curri-compact::after{
  content: "";
  position: absolute;

  bottom: -100px;
  left: -60px;

  width: 260px;
  height: 260px;

  background:
    radial-gradient(circle,
    rgba(7,20,95,0.06) 0%,
    transparent 70%);

  border-radius: 50%;
}

/* MAIN ROW */
.saghs-curri-row{
  display: flex;
  align-items: center;
  gap: 55px;

  position: relative;
  z-index: 2;

  opacity: 0;
  transform: translateY(80px);

  animation: curriSlideUp 1s ease forwards;
}

/* BADGE */
.saghs-curri-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);

  color: #a76d57;

  padding: 8px 18px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 18px;

  border: 1px solid rgba(193,132,108,0.22);

  box-shadow: 0 4px 12px rgba(193,132,108,0.10);
}

/* TEXT */
.saghs-curri-text{
  flex: 1;
}

/* HEADING */
.saghs-curri-text h2{
  font-size: 36px;
  font-weight: 800;

  color: #07145f;

  margin-bottom: 18px;

  line-height: 1.2;

  font-family: 'Playfair Display', serif;
}

/* PARAGRAPH */
.saghs-curri-text p{
  font-size: 15px;

  color: #4d5566;

  line-height: 1.85;

  margin-bottom: 14px;

  text-align: justify;
}

/* OBJECTIVE TITLE */
.saghs-curri-text span p{
  font-size: 24px !important;
  font-weight: 800 !important;

  color: #F5632D !important;

  margin-top: 24px;

  font-family: 'Playfair Display', serif;
}

/* LIST */
.saghs-curri-text ul{
  padding-left: 20px;
  margin-top: 14px;
}

.saghs-curri-text li{
  font-size: 14px;

  margin-bottom: 10px;

  color: #4d5566;

  line-height: 1.75;
}

/* IMAGE WRAPPER */
.saghs-curri-images{
  flex: 1;

  position: relative;

  max-width: 430px;
}

/* MAIN IMAGE */
.curri-main{
  width: 100%;
  height: 280px;

  object-fit: cover;

  border-radius: 24px;

  border: 5px solid #F5632D;

  box-shadow: 0 18px 42px rgba(0,0,0,0.14);

  transition: 0.45s ease;
}

.curri-main:hover{
  transform: scale(1.03);
}

/* SMALL IMAGE */


/* =========================
   SLIDE EFFECT
========================= */

@keyframes curriSlideUp{

  from{
    opacity: 0;
    transform: translateY(80px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}

/* RESPONSIVE */
@media (max-width: 992px){

  .saghs-curri-compact{
    padding: 60px 0;
  }

  .saghs-curri-row{
    gap: 40px;
  }

  .saghs-curri-text h2{
    font-size: 31px;
  }

  .curri-main{
    height: 250px;
  }
}

@media (max-width: 768px){

  .saghs-curri-compact{
    padding: 50px 0;
  }

  .saghs-curri-row{
    flex-direction: column;
    gap: 45px;
  }

  .saghs-curri-text h2{
    font-size: 27px;
  }

  .saghs-curri-text p{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .saghs-curri-text li{
    font-size: 13.5px;
  }

  .saghs-curri-images{
    max-width: 100%;
  }

  .curri-main{
    height: 220px;

    border-radius: 20px;
  }


}

@media (max-width: 480px){

  .saghs-curri-text h2{
    font-size: 24px;
  }

  .curri-main{
    height: 200px;
  }

  
}
/* GUIDELINE SECTION */
.saghs-guideline-section{
  padding: 80px 0;

  background:
    radial-gradient(circle at top right, rgba(193,132,108,0.10), transparent 24%),
    radial-gradient(circle at bottom left, rgba(7,20,95,0.08), transparent 26%),
    linear-gradient(180deg, #f6f0e8 0%, #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* HEADER */
.saghs-guideline-header{
  text-align: center;
  max-width: 1047px;
  margin: 0 auto 45px;
}

.saghs-guideline-badge{
  display: inline-block;
  background: rgba(193,132,108,0.14);
  color: #a76d57;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.saghs-guideline-header h2{
  font-size: 17px;
  font-weight: 700;
  color: #07145f;
  margin-bottom: 12px;
  line-height: 1.7;
}

.saghs-guideline-header p{
  color: #4d5566;
  font-size: 15px;
  line-height: 1.7;
}

/* LAYOUT */
.saghs-guideline-wrapper{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* LEFT CONTENT SLIDE */
.saghs-guideline-accordion{
  background: rgba(255,255,255,0.88);
  padding: 26px;
  border-radius: 20px;

  border: 1.5px solid rgba(193,132,108,0.16);
  border-left: 5px solid #F5632D;

  box-shadow:
    0 14px 32px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.45);

  opacity: 0;
  animation: guideSlideLeft 1s ease forwards;
}

/* LIST */
.saghs-guide-full ul{
  padding-left: 18px;
  margin-bottom: 0;
}

.saghs-guide-full li{
  margin-bottom: 10px;
  font-size: 14px;
  color: #4d5566;
  line-height: 1.75;
}

.saghs-guide-full li::marker{
  color: #F5632D;
}

/* HIDE EXTRA */
.extra-guidelines{
  display: none;
}

/* BUTTON */
.saghs-view-btn{
  background: #07145f;
  color: #ffffff;
  border: 2px solid #07145f;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.saghs-view-btn:hover{
  background: #F5632D;
  border-color: #F5632D;
  color: #ffffff;
  transform: translateY(-2px);
}

/* RIGHT IMAGE SLIDE */
.saghs-guideline-image{
  max-width: 450px;
  margin-left: auto;

  opacity: 0;
  animation: guideSlideRight 1s ease forwards;
}

.saghs-guideline-image img{
  width: 100%;
  border-radius: 22px;
  border: 5px solid #F5632D;
  box-shadow: 0 20px 40px rgba(0,0,0,0.14);
  transition: 0.45s ease;
}

.saghs-guideline-image img:hover{
  transform: scale(1.03);
}

/* SLIDE ANIMATIONS */
@keyframes guideSlideLeft{
  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes guideSlideRight{
  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 992px){
  .saghs-guideline-section{
    padding: 65px 0;
  }

  .saghs-guideline-wrapper{
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .saghs-guideline-image{
    margin: 0 auto;
  }
}

@media (max-width: 768px){
  .saghs-guideline-section{
    padding: 50px 0;
  }

  .saghs-guideline-header h2{
    font-size: 20px;
  }

  .saghs-guideline-accordion{
    padding: 22px;
  }

  .saghs-guideline-accordion,
  .saghs-guideline-image{
    animation: guideSlideUp 1s ease forwards;
  }

  @keyframes guideSlideUp{
    from{
      opacity: 0;
      transform: translateY(60px);
    }

    to{
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 480px){
  .saghs-guideline-header h2{
    font-size: 18px;
  }

  .saghs-guide-full li{
    font-size: 13.5px;
  }

  .saghs-guideline-image img{
    border-width: 4px;
  }
}

/* PROCEDURE SECTION */
.saghs-admission-section{
  padding: 70px 0;

  background:
    radial-gradient(circle at top right, rgba(193,132,108,0.10), transparent 24%),
    radial-gradient(circle at bottom left, rgba(7,20,95,0.08), transparent 26%),
    linear-gradient(180deg, #f6f0e8 0%, #eee5da 100%);

  position: relative;
  overflow: hidden;
}

/* HEADER */
.saghs-admission-header{
  text-align: center;
  max-width: 1164px;
  margin: 0 auto 40px;
}

.saghs-admission-badge{
  background: rgba(193,132,108,0.14);
  color: #a76d57;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.saghs-admission-header h2{
  font-size: 34px;
  font-weight: 800;
  color: #07145f;
  font-family: Georgia, serif;
}

.saghs-admission-header p{
  color: #4d5566;
  font-size: 15px;
  line-height: 1.8;
}

/* STEPS */
.saghs-admission-steps{
  display: grid;
  gap: 25px;
}

/* CARD */
.saghs-admission-card{
  background: rgba(255,255,255,0.88);
  padding: 26px;
  border-radius: 18px;

  border: 1.5px solid rgba(193,132,108,0.16);
  border-left: 5px solid #F5632D;

  box-shadow:
    0 14px 32px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* ALTERNATE SLIDE */
.saghs-admission-card:nth-child(odd){
  opacity: 0;
  animation: admissionSlideLeft 1s ease forwards;
}

.saghs-admission-card:nth-child(even){
  opacity: 0;
  animation: admissionSlideRight 1s ease forwards;
}

.saghs-admission-card:nth-child(2){
  animation-delay: 0.15s;
}

.saghs-admission-card:nth-child(3){
  animation-delay: 0.3s;
}

/* TITLE */
.saghs-admission-card h4{
  font-size: 21px;
  font-weight: 800;
  color: #07145f;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

/* TEXT */
.saghs-admission-card p{
  font-size: 14px;
  color: #4d5566;
  line-height: 1.75;
  margin-bottom: 10px;
}

/* LIST */
.saghs-admission-card ul{
  padding-left: 18px;
  margin-bottom: 10px;
}

.saghs-admission-card li{
  font-size: 14px;
  margin-bottom: 7px;
  color: #4d5566;
  line-height: 1.6;
}

.saghs-admission-card li::marker{
  color: #F5632D;
}

/* NOTE */
.saghs-admission-note{
  margin-top: 25px;

  background: rgba(255,255,255,0.88);
  padding: 22px;
  border-radius: 16px;

  border: 1.5px solid rgba(7,20,95,0.12);
  border-left: 5px solid #07145f;

  box-shadow:
    0 10px 24px rgba(0,0,0,0.07),
    inset 0 1px 0 rgba(255,255,255,0.45);

  opacity: 0;
  animation: admissionSlideUp 1s ease forwards;
  animation-delay: 0.45s;
}

.saghs-admission-note p{
  font-size: 14px;
  color: #4d5566;
  line-height: 1.75;
  margin: 0;
}

.saghs-admission-note strong{
  color: #07145f;
}

/* SLIDE ANIMATIONS */
@keyframes admissionSlideLeft{
  from{
    opacity: 0;
    transform: translateX(-90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes admissionSlideRight{
  from{
    opacity: 0;
    transform: translateX(90px);
  }

  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes admissionSlideUp{
  from{
    opacity: 0;
    transform: translateY(60px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px){
  .saghs-admission-section{
    padding: 50px 0;
  }

  .saghs-admission-header h2{
    font-size: 26px;
  }

  .saghs-admission-header p{
    font-size: 14px;
  }

  .saghs-admission-card{
    padding: 22px;
  }

  .saghs-admission-card:nth-child(odd),
  .saghs-admission-card:nth-child(even){
    animation: admissionSlideUp 1s ease forwards;
  }
}

@media (max-width: 480px){
  .saghs-admission-header h2{
    font-size: 23px;
  }

  .saghs-admission-card h4{
    font-size: 19px;
  }

  .saghs-admission-card p,
  .saghs-admission-card li,
  .saghs-admission-note p{
    font-size: 13.5px;
  }
}

/* CODE OF CONDUCT SECTION */
/* ===============================
   CONDUCT SECTION
=============================== */
.saghs-conduct-section{
  padding: 70px 0;

  background:
    radial-gradient(circle at top right, rgba(193,132,108,0.10), transparent 24%),
    radial-gradient(circle at bottom left, rgba(7,20,95,0.08), transparent 26%),
    linear-gradient(180deg, #f6f0e8 0%, #eee5da 100%);
}

/* HEADER */
.saghs-conduct-header{
  text-align: center;
  max-width: 941px;
  margin: 0 auto 45px;
}

.saghs-conduct-badge{
  display: inline-block;

  background: rgba(193,132,108,0.14);
  color: #a76d57;

  padding: 7px 18px;
  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;

  margin-bottom: 14px;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.saghs-conduct-header h2{
  font-size: 18px;
  font-weight: 700;
  color: #07145f;
  margin-bottom: 12px;
  line-height: 1.7;
}

.saghs-conduct-header p{
  font-size: 15px;
  color: #4d5566;
  line-height: 1.8;
}

/* MAIN BOX */
.saghs-conduct-box{
  max-width: 1316px;
  margin: auto;

  background: rgba(255,255,255,0.88);

  border-radius: 22px;
  padding: 30px;

  border: 1.5px solid rgba(193,132,108,0.16);
  border-left: 5px solid #F5632D;

  box-shadow:
    0 15px 40px rgba(0,0,0,0.07),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

/* RULE */
.saghs-conduct-rule{
  display: grid;
  grid-template-columns: 60px 1fr;

  gap: 0;

  padding: 8px 0;

  border-bottom: 1px solid rgba(7,20,95,0.08);

  transition: 0.3s ease;
}

.saghs-conduct-rule:last-child{
  border-bottom: none;
}

/* NUMBER */
.saghs-conduct-rule span{
  width: 40px;
  height: 40px;

  background: rgba(193,132,108,0.14);
  color: #a76d57;

  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 800;
  font-size: 14px;

  transition: 0.3s ease;
}

/* TEXT */
.saghs-conduct-rule p{
  margin: 0;

  color: #4d5566;

  font-size: 15px;
  line-height: 2.2;

  transition: 0.3s ease;
}

/* HOVER */
.saghs-conduct-rule:hover span{
  background: #07145f;
  color: #fff;

  transform: scale(1.06);
}

.saghs-conduct-rule:hover p{
  color: #07145f;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 768px){

  .saghs-conduct-section{
    padding: 50px 0;
  }

  .saghs-conduct-header h2{
    font-size: 16px;
    line-height: 1.6;
  }

  .saghs-conduct-box{
    padding: 22px;
  }

  .saghs-conduct-rule{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .saghs-conduct-rule p{
    font-size: 14px;
    line-height: 1.9;
  }
}

@media (max-width: 480px){

  .saghs-conduct-box{
    padding: 18px;
    border-radius: 18px;
  }

  .saghs-conduct-rule span{
    width: 36px;
    height: 36px;

    font-size: 13px;
  }

  .saghs-conduct-rule p{
    font-size: 13.5px;
  }
}

.eduvision-popup-overlay{
    position:fixed;
    inset:0;

    background:rgba(0,0,0,0.65);

    display:flex;
    align-items:center;
    justify-content:center;

    padding:20px;

    opacity:0;
    visibility:hidden;

    transition:0.3s ease;

    z-index:9999;
}

/* ACTIVE */

.eduvision-popup-overlay.active{
    opacity:1;
    visibility:visible;
}

/* =========================================
   POPUP CARD
========================================= */

.eduvision-popup-card{
    position:relative;

    width:100%;
    max-width:460px;

    background:#fff;

    border-radius:16px;

    padding:22px;
}

/* =========================================
   CLOSE BUTTON
========================================= */

.eduvision-popup-close{
    position:absolute;
    top:10px;
    right:14px;

    border:none;
    background:none;

    font-size:30px;
    line-height:1;

    color:#13253B;

    cursor:pointer;
}

/* =========================================
   FORM FIELD
========================================= */

.eduvision-popup-field{
    margin-bottom:15px;
}

.eduvision-popup-field label{
    display:block;

    font-size:15px;
    font-weight:500;

    color:#13253B;

    margin-bottom:6px;
}

/* INPUT */

.eduvision-popup-field input,
.eduvision-popup-field textarea{
    width:100%;

    border:none;
    outline:none;

    background:#F3F3F3;

    border-radius:10px;

    padding:14px 16px;

    font-size:15px;

    color:#13253B;
}

/* TEXTAREA */

.eduvision-popup-field textarea{
    height:110px;
    resize:none;
}

/* =========================================
   SUBMIT BUTTON
========================================= */

.eduvision-popup-submit{
    width:100%;

    border:none;
    outline:none;

    background:#BE7A5D;
    color:#fff;

    font-size:18px;
    font-weight:600;

    padding:14px;

    border-radius:10px;

    transition:0.3s ease;
}

.eduvision-popup-submit:hover{
    background:#A9684E;
}
.eduvision-amenities-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    background:#B9745E;
    color:#fff;
    text-decoration:none;

    font-size:17px;
    font-weight:500;

    padding:10px 26px;
    border-radius:12px;

    transition:0.3s ease;
}

.eduvision-amenities-btn:hover{
    background:#013F8C;
    color:#fff;
}

.eduvision-amenities-btn span{
    font-size:18px;
}

.swal2-container {
    z-index: 99999999 !important;
}