﻿:root {
  --theme-primary: #0B1E44;
  --theme-primary-light: #E8831A;
  --theme-secondary: #F5A623;
  --body-color: #f6f6ef;
  --gradient-color: linear-gradient(90deg, #af5b04 20%, #F5A623 48%, #8B1A1A 80%); 
/* --gradient-color: linear-gradient(90deg, #7e4100 20%, #F5A623 48%, #7e4100 80%);*/
  --gradient-color: linear-gradient(90deg, #003493 20%, #23cef5 48%, #003493 80%);
 /* --gradient-color1: linear-gradient(90deg, #71430b 0%, #e48918 100%);  */
  --gradient-color1:linear-gradient(90deg, #133697 0%, #003493 100%);
 /* --button-gradient: linear-gradient(90deg, #71190b 0%, #e46318 100%);*/
   --button-gradient: linear-gradient(90deg, #003493 0%, #1886e4 100%);
}

.bg-navy {
  background: linear-gradient(135deg, #0B1D71 20%, #1855e4 48%, #0B1D71 80%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
 {
  color: var(--theme-primary);
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h5
{
   color:#112572;
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600; 
}

a {
  color: var(--theme-primary);
}

.principal-page h6 {
  color: var(--theme-primary-light);
}
.principal-page small {
  color: #000;
}

.underline-img {
  width: 100%;
  max-width: 280px;
}

.yello-bar-icon {
  width: 100%;
  position: fixed; 
  z-index: 10000;
  top: 8px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.yello-bar-icon ul {
    float: right;
    background: #ffcb05;
    border-top-right-radius: 22px;
    border-top-left-radius: 80%;
    position: relative;
    right: 0px;
}

.yello-bar-icon ul li {
  display: inline-block;
  padding: 8px 0px 4px;
  list-style: none;
}

.yello-bar-icon ul li a {
  padding: 0px 12px 0px 12px;
  text-decoration: none;
}

.yello-bar-right::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #000;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  /* top: -8px; */
}



.svg-wrapper {
    position: fixed;
    top: 7px;
    left: 8%;
    width: 84%;
    z-index: 9;
    pointer-events: none;
}

.svg-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
    .svg-wrapper {
        display: none !important;
    }
}

/* ------------------Intro----------------- */

.video-size {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.welcome-logo {
  width: 100%;
  max-width: 800px;
  padding: 10px 30px;
}

@media (max-width: 576px) {
  .welcome-logo {
    max-width: 100%;
    min-width: auto;
    padding: 8px 12px;
  }

  #welcomeBanner {
    text-align: center;
    padding: 10px 0;
  }

  .subline {
    font-size: 14px;
  }
}

/* ----------------Navbar---------------- */

.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
  clear: both;
}

.navbar-wrapper1 {
    background: var(--gradient-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 3px solid #ffcb05;
    position: fixed;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    padding: 12px 0px;
    transition: all 0.3s ease;
}


.navbar {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 10px;
}

.nav-link {
  color: #fff !important;
  padding: 10px 20px;
  transition: all 0.2s;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
 /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  margin: 0px;
}

#navbarNav {
  margin: 0px 15px;
}

.home-icon {
  font-size: 20px;
}

.yello-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1201px;
  top: 6px;
}

@media (max-width: 1400px) {
  .yello-bar {
    top: 11px;
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .yello-bar {
    top: 11px;
  }
}

@media (max-width: 992px) {
  .yello-bar {
    top: 12px;
  }
}

/* Logo */

.logo {
  position: fixed;
  top: -60%;
  left: 49%;
  transform: translateX(-50%);
  width: 150px;
  z-index: 9999;
  border-radius: 50%;
  padding: 6px;
  overflow: hidden;
}

/* Shine Effect */
.logo a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 70%);
  transform: rotate(25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
  }

  100% {
    transform: translateX(150%) rotate(25deg);
  }
}

.logo a {
  display: block;
  position: relative;
}

.logo img {
  width: 100%;

  height: auto;
  display: block;
}

/*----------------------------------------------- wn ------------------------------------*/


.view-all {
  background: var(--gradient-color1);
}

/* =========================== BASE DROPDOWN STYLE =========================== */

.dropdown-menu {
  width: 270px !important;
  background: var(--button-gradient);
  border: none;
  border-bottom: 5px solid #fff;
 /* border-radius: 10px; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease-out;
}

/* Dropdown item */
.dropdown-item {
  color: #ffffff !important;
  padding: 8px 12px;
  transition: 0.3s;
  white-space: normal;
}

/* Dropdown item */
.offcanvas-body .dropdown-item {
  color: #ffe51f !important;
  padding: 10px 20px;
  transition: 0.3s;
  white-space: normal;
  /* background: var(--red-color); */
  border-bottom: 1px solid var(--theme-secondary);
}

.dropdown-item:hover {
  background-color: var(--theme-secondary) !important;
 /* border-radius: 8px; */
}




/*======= New Addition =========*/
/* ===================== MOBILE + TABLET: header ko slider ke upar (outside) rakhne ke liye ===================== */
@media (max-width: 991px) {

  .yello-bar-icon {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .navbar-wrapper1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }

  .logo {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin: 0 auto;
    width: 120px;
  }

  .logo a::after {
    display: none; /* shine effect fixed logo pe hi acha lagta tha */
  }
}


/* ===================== MOBILE + TABLET: compact navbar with centered logo inside ===================== */
@media (max-width: 991px) {

  .yello-bar-icon {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    margin-bottom: 0;
  }

  .navbar-wrapper1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    padding: 6px 0px !important;
  }

  /* Logo ab bar ke andar hi absolute + centered rahega, height nahi badhayega */
  .logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 40px !important;
    z-index: 20;
  }

  .logo a::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 60px !important;
  }
}


/* =========================== HOVER TO OPEN DROPDOWN =========================== */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  /* show */
  opacity: 1;
  /* fade-in */
  visibility: visible;
  /* ensure clickable */
  transform: translateY(0);
  /* slide-down animation */
}


/*========= Home Slider Style ===========*/
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media(max-width:768px) {
    .swiper-slide img {
        height: 100% !important;
    }
}

/* Swiper Container */
.mySwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Stylish navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-button-next {
    right: 10px !important;
}

.swiper-button-prev {
    left: 10px !important;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: linear-gradient(135deg, #f2e69a, #f2e69a) !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 0 15px rgba(242, 230, 154, 0.8);
    color: #000 !important;
}

/* Arrow icon customization */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: inherit;
}

@media(max-width:768px)
{
    .swiper-button-next::after,
    .swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: bold !important;
    color: inherit;
    } 
    .swiper-button-next,
    .swiper-button-prev 
    {
        width: 30px !important;
        height: 30px !important;
    }
   
}

/* Progress bar styling */
.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.3) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffcb05 !important;
}


/* ==============================
   CREATIVE SLIDE CAPTION OVERLAY
   ============================== */

.slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 8% 55px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.65) 35%,
        rgba(0, 0, 0, 0.25) 70%,
        transparent 100%
    );
    z-index: 5;
}

/* Caption Box */
.overlay-content {
    max-width: 750px;
    padding: 22px 28px;
    border-left: 5px solid #ffcb05;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

    animation: captionSlideUp 1s ease forwards;
}

/* Small Golden Line */
.overlay-content::before {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: #ffcb05;
    margin-bottom: 12px;
    border-radius: 10px;
}

/* Heading */
.overlay-content h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 3px 12px rgba(0,0,0,0.7);
}

/* Paragraph */
.overlay-content p {
    margin: 0;
    color: #f5f5f5;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

/* Caption Animation */
@keyframes captionSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 768px) {

    .slide-overlay {
        padding: 35px 20px 25px;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.90),
            rgba(0, 0, 0, 0.55),
            transparent
        );
    }

    .overlay-content {
        padding: 14px 16px;
        border-left-width: 3px;
        border-radius: 0 8px 8px 0;
    }

    .overlay-content::before {
        width: 40px;
        height: 3px;
        margin-bottom: 8px;
    }

    .overlay-content h2 {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .overlay-content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .overlay-content p br {
        display: none;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .slide-overlay {
        padding: 25px 12px 18px;
    }

    .overlay-content {
        padding: 10px 12px;
    }

    .overlay-content h2 {
        font-size: 20px;
    }

    .overlay-content p {
        font-size: 11px;
        line-height: 1.4;
    }
}

.overlay-content {
    opacity: 0;
    transform: translateY(45px);
}

.swiper-slide-active .overlay-content {
    animation: captionReveal 0.9s ease-out 0.2s forwards;
}

@keyframes captionReveal {
    0% {
        opacity: 0;
        transform: translateY(45px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-slide-active .overlay-content h2 {
    animation: titleReveal 0.8s ease-out 0.45s both;
}

@keyframes titleReveal {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.swiper-slide-active .overlay-content p {
    animation: textReveal 0.8s ease-out 0.7s both;
}

@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*========= Home Slider Style END ============*/

/* --------------Hero Section-------------- */
.hero {
    position: relative;
    height: calc(100vh);
    min-height: 620px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#welcomeBanner {
    transition: opacity 1s ease;
}

/* Overlay */
.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    pointer-events: none; /* Overlay se buttons clickable rahenge */
}

/* Center text */
.hero .center-copy {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    top: 5%;
    pointer-events: none; /* Text se buttons clickable rahenge */
}

.pretitle {
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 6px;
}

.brand-title {
    font-family: Cinzel, serif;
    font-size: clamp(2rem, 6vw, 4rem);
    color: var(--gold);
    line-height: 1.1;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .65);
}

.subline {
    color: #ffffff;
    letter-spacing: .6px;
}


/* ----------------Notice Board Section--------------- */

.NoticeBoard-sec {
  position: relative;
  padding-top: 50px;
}

.NoticeBoard {
	height: 850px;
	background-image: url('../Images/notice3.png');   /* BEST */
	background-size: contain;
	background-repeat: no-repeat;
	padding: 350px 180px 0px 140px;
	width: 100%;
	background-position: center;
}

@media (max-width: 574px) {
  .NoticeBoard {
    width: 100%;
    height: 700px;
    background-position: center;
    padding: 180px 0px 0px 0px;
    background-size: 290%;
  }
}

@media (min-width: 574px) and (max-width: 1200px) {
  .NoticeBoard {
    width: 100%;
    height: 700px;
    background-position: center;
    padding: 180px 0 0 0;
    background-size: 190%;
  }
}

.NoticeBoard .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 150px;
  width: 9px;
  background: #FFCC00;
  z-index: 1;
  border-radius: 50px;
}

.News-card-sec {
  background: #f6f6ef;
  border-radius: 10px;
  position: relative;
  padding: 10px 10px 0px 20px;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 576px) {
  .News-card-sec {
    width: 80%;
    margin: 50px auto 0px auto;
    /* optional: center it */
  }
}


.overlap_one {
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  position: relative;
  z-index: -1;
  color: #00000017;
  top: 70px;
}

.overlap_one1 {
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  position: relative;
  z-index: -1;
  color: #00000017;
  top: -50px;
}

.overlap_one {
	text-align: center;
	font-size: 75px;
	font-weight: bold;
	position: absolute;
	z-index: -1;
	color: #00000017;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.carousel-controls .custom-prev1,
.carousel-controls .custom-next1 {
  background: var(--button-gradient);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.carousel-controls .custom-prev1:hover,
.carousel-controls .custom-next1:hover {
  background: var(--theme-secondary);
  color: #000;
}


/* ---------------------- About Section ------------------------- */
.about {
  padding: 5% 0%;
}

.about-v2 {
  padding: 96px 0px 0px 0px;
  color: #111
}

.circle-media {
  width: clamp(340px, 48vw, 720px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.circle-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-quote {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(180deg,#003493 0%,#0d6efd 55%,#003493 100%);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.35;
  margin: 0 0 18px
}

.about-quote1 {
  color: var(--Secondar-color);
  line-height: 1.35;
  margin: 0 0 18px
}

.about-body {
  color: #24324c;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 14px
}

.box-model {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0px 20px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: transform 0.3s ease;
}

.box-model:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  transform: translateY(-5px);
}

.box-model1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0px 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  transition: transform 0.3s ease;
}

.box-model1:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  transform: translateY(-5px);
}

.list-group {
  padding: 0;
  margin: 0;
}

.list-group li {
  position: relative;
  line-height: 28px;
  padding: 6px 0 6px 42px;
  list-style: none;
  margin: 8px 0;
}

.list-group li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-color1);
  color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
}

/* -----------------Principal Msg Section----------------- */


.principal-desk-section {
  background: var(--gradient-color1);
  position: relative;
  overflow: hidden;
  padding-top: 2%;
}

.desk-content {
  position: relative;
  z-index: 2;
}

.tabs {
  display: flex;
  gap: 1.5rem;
}

.tab {
  color: #9bb4ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.tab.active {
  color: #fff;
  background: #1242ba94;
  padding: 2px 10px;
  border-radius: 6px;
}

/* .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFC107;
  border-radius: 2px;
} */

.continue-link {
  color: var(--theme-secondary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.continue-link:hover {
  color: #fff;
  text-decoration: underline;
}

.continue-link1 {
  color: var(--theme-primary-light);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.continue-link1:hover {
  color: var(--theme-secondary);
  text-decoration: underline;
}

/* Right side image styling */
.desk-image {
  background: none;
  position: relative;
  min-height: 450px;
}

.principal-photo {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 100%;
	max-width: 380px;
	height: auto;
	object-fit: contain;
}

/* Decorative faint pattern (optional) */
.principal-desk-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  /* background: url('https://www.transparenttextures.com/patterns/hexellence.png') no-repeat; */
  opacity: 0.1;
  /* background-size: cover; */
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .row {
    flex-direction: column;
    text-align: center;
  }

  .desk-image {
    order: -1;
    min-height: 300px;
  }

  .principal-photo {
    position: relative;
    width: 60%;
    right: 0;
  }
}


/* -------------------- Toppers Section ----------------------- */


.topper-top-box {
  background: url(../images/Student-board.svg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  position: relative;
  background-size: contain;
  /* margin: 0px 30px; */
  width: 98%;
}
.topper-top-box1 {
  background: url(../images/Student-board-girls.svg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  position: relative;
  background-size: contain;
  /* margin: 0px 30px; */
  width: 98%;
}

.toppers-padding {
  padding-top: 28%;
}

.pt-lg-32p {
  padding-top: 42%;
}

@media (max-width: 576px) {

  .toppers-padding {
    padding-top: 0%;
  }

  .topper-top-box {
    background: url(../images/Student-board.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 424px;
    position: relative;
    background-size: 770px;
    margin: 0;
  }
  .topper-top-box1 {
    background: url(../images/Student-board-girls.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 424px;
    position: relative;
    background-size: 770px;
    margin: 0;
  }

  .toppers-padding {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
  }

  .pt-lg-32p {
    padding-top: 35px !important;
  }

}

.oasis-link {
  background: linear-gradient(240deg, #1d1d6e 0%, #e83720 100%);
}

.oasis-link2 {
  background: linear-gradient(120deg, #1d1d6e 0%, #e83720 100%);

}

.oasis-link3 {
  background: linear-gradient(60deg, #1d1d6e 0%, #e83720 100%);
}

.oasis-link4 {
  background: linear-gradient(320deg, #1d1d6e 0%, #e83720 100%);

}

.Toppers-gif {
  position: absolute;
  right: 30%;
  top: 0;
  width: 380px;
  z-index: 0;
}

.Topper-student {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border: 1px solid #fff;
}

.round-frame {
  width: 240px;
  position: absolute;
  top: -10px;
  z-index: -1;
}
/*
.heading-shade {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(180deg, var(--theme-primary) 0%, var(--theme-primary-light) 55%, var(--theme-primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 35px;
}*/

 .heading-shade {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(180deg, #003493 0%, #0d6efd 55%, #003493 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 35px;
} 

.heading-shade1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 35px;
}

.heding-under {
  font-size: 13px;
  font-weight: 100;
}

.heding-under1 {
  font-size: 13px;
  font-weight: 100;
  color: var(--body-color);
}

.carousel-controls .custom-prev2,
.carousel-controls .custom-next2 {
  background: var(--theme-secondary);
  /* background: var(--button-gradient); */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
  border: none;
  /* border: 1px solid #fff; */
}

.carousel-controls .custom-prev2:hover,
.carousel-controls .custom-next2:hover {
  background: #fff;
  color: var(--theme-primary);
}

/* ------------------Toppers Section-------------- */

.toppers-sec {
  /* padding: 3% 0%; */
  padding-top: 3%;
}

.custom-swiper-btn {
  background: var(--gradient-color);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  transition: 0.3s ease-in-out;
  z-index: 10;
  margin: 0px 20px;
}

.custom-swiper-btn:hover {
  background: var(--theme-secondary);
  color: #000;
}


.section-heading {
    margin-bottom: 30px;
}

.heading-shade {
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(
        180deg,
        #003493 0%,
        #0d6efd 55%,
        #003493 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    margin: 0;
    line-height: 1.2;
}

/* Underline Image */
.heading-underline {
    display: block;
    width: 150px;
    height: auto;
}

@media (max-width: 768px) {
    .heading-shade {
        font-size: 28px;
    }

    .heading-underline {
        width: 80px;
        margin-top: 6px;
    }
    
    .galerunderline
    {
        display:none;
    }
}

@media (max-width: 480px) {
    .heading-shade {
        font-size: 24px;
    }

    .heading-underline {
        width: 70px;
        margin:0 auto;
    }
    
    .galerunderline
    {
        display:none;
    }
}
/* ----------------------- Facilities Section ------------------------- */

/*==========================
    FACILITY SECTION
===========================*/
.facility-section{
    padding:80px 0;
    background:linear-gradient(90deg, #133697 0%, #003493 100%);
    overflow:hidden;
}

.section-title h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
    letter-spacing:1px;
}

.section-title p{
    color:#cbd5e1;
    font-size:17px;
    margin-bottom:15px;
}

.section-title img{
    width:180px;
}

/*==========================
    CARD DESIGN
===========================*/
.facility-box{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:450px;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
    transition:.5s ease;
}

.facility-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.facility-box:hover img{
    transform:scale(1.1);
}

/* Dark Gradient */
.facility-box::before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15),
        transparent
    );
    z-index:1;
}

/*==========================
    CAPTION
===========================*/
.facility-overlay{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    z-index:2;

    backdrop-filter:blur(8px);
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.15);

    border-radius:18px;
    padding:18px;
}

.facility-number{
    display:inline-block;
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;

    background:#fbbf24;
    color:#111827;

    border-radius:50%;
    font-size:20px;
    font-weight:800;
    margin-bottom:12px;
}

.facility-overlay h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}

.facility-overlay p{
    color:#e2e8f0;
    font-size:14px;
    margin:0;
    line-height:1.7;
}

/*==========================
    NAVIGATION
===========================*/
.facility-nav{
    text-align:center;
    margin-top:40px;
}

.facility-nav button{
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    margin:0 8px;

    background:#fff;
    color:#0f172a;
    font-size:18px;

    transition:.3s;
}

.facility-nav button:hover{
    background:#fbbf24;
    transform:translateY(-5px);
}

/*==========================
    BUTTON
===========================*/
.facility-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:14px 32px;
    border-radius:50px;

    background:#fbbf24;
    color:#111827;
    font-weight:700;
    text-decoration:none;

    transition:.3s;
}

.facility-btn:hover{
    background:#fff;
    color:#111827;
    transform:translateY(-3px);
}

/*==========================
    RESPONSIVE
===========================*/
@media(max-width:991px){

    .facility-box{
        height:480px;
    }

    .section-title h2{
        font-size:32px;
    }
}

@media(max-width:576px){

    .facility-box{
        height:480px;
    }

    .facility-overlay{
        padding:15px;
    }

    .facility-overlay h4{
        font-size:18px;
    }

    .facility-overlay p{
        font-size:13px;
    }
}

.read-more1 {
    color: #ffd900;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(90deg, #0B1D71 0%, #1855e4 100%);
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}

.read-more1:hover {
	text-decoration: underline;
}

.facilitySwiper {
  overflow: hidden;
  padding-bottom: 10px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* --------------------Gallery Section------------------ */

.about-gallery {
  padding: 5% 0% 5% 0%;
}

#mainGalleryCarousel .carousel-control-next-icon,
#mainGalleryCarousel .carousel-control-prev-icon {
  background: var(--button-gradient);
}

/* -------------------- Achievements Section-------------------- */

.achievements-card {
  /* border-radius: 20px; */
  overflow: hidden;
  /* background: #fff; */
  height: 100%;
  display: flex;
  flex-direction: column;
}

.achievements-card .thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.achievements-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
  border-radius: 20px;
}

/* .achievements-card:hover img {
  transform: scale(1.04);
} */

.achievements-card .badge-date {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #fff;
  color: #111;
  border-radius: 8px;
  padding: .35rem .75rem;
  /* font-weight: 700; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.achievements-card .body {
  padding: 22px 22px 24px;
}

.achievements-card .title {
  /* font-weight: 800; */
  font-size: 16px;
  margin-bottom: 50px;
}

.achievements-card .excerpt {
  color: #6b7280;
  margin-bottom: 14px;
}

.btn-soft {
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 500;
  background: rgba(63, 82, 97, 0.21);
  color: var(--brand);
}

.btn-soft:hover {
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 500;
  background: rgba(255, 83, 15, 0.29);
  color: var(--brand-2);
}

@media (max-width: 992px) {
  .achievements-card .thumb {
    height: 200px
  }
}

#achievementsCarousel .carousel-control-prev,
#achievementsCarousel .carousel-control-next {
  background: var(--button-gradient);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

#achievementsCarousel .carousel-control-prev:hover,
#achievementsCarousel .carousel-control-next:hover {
  background: var(--theme-secondary);
  color: #000;
}

#achievementsCarousel .carousel-control-next {
  right: 46%;
  top: 335px;
}

#achievementsCarousel .carousel-control-prev {
  left: 46%;
  top: 335px;
}

@media (max-width: 768px) {

  #achievementsCarousel .carousel-control-next {
    right: 38%;
    top: 95%;
  }

  #achievementsCarousel .carousel-control-prev {
    left: 38%;
    top: 95%;
  }

  .toppers-sec {
    padding: 4% 0%;
  }

}

/*  Birthday Section  */

.birthday-sec {
  padding: 2% 0% 5% 0%;
}

#birthdaySlider .swiper-button-prev,
#birthdaySlider .swiper-button-next {
  display: none;
}

.birthday-slider-nav .birthday-prev,
.birthday-slider-nav .birthday-next {

  background: var(--button-gradient);
  color: #fff;
  width: 40px;
  height: 33px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.birthday-slider-nav .birthday-prev:hover,
.birthday-slider-nav .birthday-next:hover {
  background: var(--theme-secondary);
  color: #000;
}


.overlap-left {
  position: absolute;
  bottom: 0;
  width: 45%;
  z-index: 9;
  left: -20px;
}

.overlap-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
  position: absolute;
  z-index: 9;
}

.birthday-card-img {

  min-width: 150px;
  max-width: 180px;
  min-height: 170px;
  max-height: 200px;
  object-fit: cover;
}

/* .birthday-card-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-top: 10px;
} */


@media (max-width: 768px) {

  .birthday-slider-nav .birthday-prev,
  .birthday-slider-nav .birthday-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }


}

/* --------------------- Footer Section ---------------------- */

.logo-footer {
  width: 145px;
  z-index: 20;
  border-radius: 50%;
  padding: 6px;
  overflow: hidden;
  margin: 0px auto;
}

.logo-footer a {
  display: block;
  position: relative;
}

.logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-footer a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 70%);
  transform: rotate(25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
  }

  100% {
    transform: translateX(150%) rotate(25deg);
  }
}

/* Footer bottom */

.site-footer {
  /*background: linear-gradient(90deg, #220f01f6 0%, #1a1100f6 100%), url(../images/Logo.png) no-repeat center center; */
  background: linear-gradient(90deg, #001a48f7 0%, #001232fa 100%), url(../images/Logo.png) no-repeat center center; 
 /* padding: 2% 0% 8% 0%; */
  position: relative;
  border-top:2px solid #ffffff;
}

@media (max-width: 574px) {
  .site-footer {
    background: linear-gradient(90deg, #001a48f7 0%, #001232fa 100%), url(../images/Logo.png) no-repeat center center;
  /*  padding: 2% 0% 40% 0%; */
    position: relative;
  }
  .brigida-morello
  {
      width: 50% !important;
  }
}

.brigida-morello {
  width: 100%;
  z-index: 20;
  padding: 6px 6px 0px 6px;
  overflow: hidden;
  margin: 0px auto;
  max-width: 400px;
}

.brigida-morello img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-logo {
  width: 100%;
  max-width: 100px;
}

.site-footer h6 {
  color: #f3e325;
}

.social-sec {
  position: absolute;
 /* bottom: 10%; */
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
  margin-left: 0rem;
  padding-left: 0rem;
}

@media (max-width: 574px) {
  .social-sec {
    /*bottom: 80px; */
    bottom:0px;
  }
}

.social-sec li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s ease;
  cursor: pointer;
}

.social-sec li a {
  color: white;
  font-size: 18px;
  transition: 0.3s;
}

.social-sec li:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px) scale(1.05);
}

/*  Button  */
.btn-border-flow {
  display: inline-block;
  padding: 6px 18px;
  font-size: 18px;
  color: #fff;
  background: #0d6efd;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px #0d6efda8;
}

.btn-border-flow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  background: linear-gradient(270deg, var(--primary-light), #442b0b, #e97614, var(--primary-light));
  background-size: 400% 400%;
  z-index: -1;
  animation: borderMove 6s linear infinite;
}

.btn-page-flow {
  display: inline-block;
  padding: 6px 18px;
  font-size: 18px;
  color: #fff;
  background: #0B1E44;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 12px rgba(18, 56, 150, 0.52);
  width: 100%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-page-flow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  background: linear-gradient(270deg, var(--theme-primary), var(--theme-primary), #1450e9, var(--theme-primary));
  background-size: 400% 400%;
  z-index: -1;
  animation: borderMove 6s linear infinite;
}

.btn-border-flow1 {
  display: inline-block;
  padding: 6px 18px;
  font-size: 18px;
  color: var(--theme-primary);
  background: #0B1E44;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 12px rgba(18, 56, 150, 0.52);
}

.btn-border-flow1::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  background: linear-gradient(270deg, var(--theme-secondary), #f6f6ef, #ffc400, var(--theme-secondary));
  background-size: 400% 400%;
  z-index: -1;
  animation: borderMove 6s linear infinite;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--gradient-color1);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  /* z-index: 999; */
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f6f6ef;
}

@media (max-width: 574px) {
  .back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: var(--button-gradient);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    z-index: 999;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.back-to-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.311) 0%, rgba(0, 0, 0, 0) 80%);
}

.back-to-top i {
  color: #fff;
}

.founder {
  width: 100%;
  z-index: 20;
  padding: 6px 6px 0px 6px;
  overflow: hidden;
  margin: 0px auto;
  max-width: 400px;
}

.founder img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------Floating pod----------------- */

.floating-pod-main {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  gap: 15px;
}

.floating-pod {

  background: var(--button-gradient);
  padding: 10px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.pod-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.pod-item i {
  font-size: 1.7rem;
  color: #f8c400;
}

.pod-item span {
  display: block;
  line-height: 1.1;
}

.top-line {
  font-weight: 600;
}

.bottom-line {
  font-size: 0.8rem;
  color: #ffffff;
  /* color: #f8c400; */
}

.pod-divider {
  height: 38px;
  border-right: 2px solid #f8c400;
}

@media (max-width: 576px) {

  #floating-pod {
    display: none !important;
  }

}



/**========= Gallery home =========**/
.album-box {
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.album-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover zoom */
.album-box:hover .album-img {
    transform: scale(1.1);
}

/* Overlay */
.album-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    opacity: 0;
    transition: 0.3s ease;
}

/* Show overlay on hover */
.album-box:hover .album-overlay {
    opacity: 1;
}

.album-date {
    font-size: 12px;
    opacity: 0.8;
}

/****/
.carousel-img {
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

/* slight zoom effect */
.carousel-item.active .carousel-img {
    transform: scale(1.03);
}

/* custom arrows */
.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #ff7a18, #ffb347);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

.custom-arrow:hover {
    transform: scale(1.1);
}

@media(max-width:768px)
{
    .deskhed
    {
        display:none;
    }
    
    .deskhed2
    {
        display:block !important;
    }
}

/***===== Gallery home END ====***/

/**========== Highlights Style ==========**/
.notice-board-wrapper {
    display: flex;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
   /* border-radius: 12px; */
    overflow: hidden;
    margin: 30px 0;
}

/* LEFT SIDE */
.notice-left {
    /*background: linear-gradient(135deg, #e87c20, #55aac1); */
    background:#f9fbff !important;
    color: #fff;
    padding: 30px 20px;
    /*width: 220px; */
    width:380px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notice-icon {
    font-size: 80px;
    margin-bottom: 10px;
}

.notice-left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.highlight-text {
    font-size: 14px;
    opacity: 0.9;
}

/* RIGHT SIDE */
.notice-right {
    flex: 1;
    padding: 20px;
    background: #f9fbff;
}

/* SCROLL AREA */
.notice-scroll {
    height: 450px;
    overflow: hidden;
    position: relative;
}

@media(max-width:768px)
{
    .notice-scroll
    {
        height: 300px !important;
    }
}

/* NOTICE ITEM */
.notice-item {
    padding: 12px 15px;
    border-bottom: 1px dashed #e5e5e5;
    transition: 0.3s;
}

.notice-item:hover {
    background: #eef4ff;
    transform: translateX(5px);
}

.notice-date {
    font-size: 13px;
    font-weight: 600;
    color: #004aad;
    margin-bottom: 5px;
}

.notice-text {
    font-size: 14px;
    color: #333;
}


@media (max-width: 768px) {
    .notice-board-wrapper {
        flex-direction: column;
    }

    .notice-left {
        width: 100%;
    }
}


/*-- New Notice css -- */
.notice-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.notice-new-tag{
    display:inline-block;
    background:#ff0000;
    color:#fff;
    font-size:9px;
    font-weight:700;
    padding:3px 8px;
    border-radius:20px;
    line-height:1;
    white-space:nowrap;
    margin-right:6px;
    animation:noticeBlink 1s infinite;
}

.notice-date{
    color:#0a3d91;
    font-weight:700;
    font-size:14px;
}

/* Blink + Pulse Effect */
@keyframes noticeBlink {

    0%{
        opacity:1;
        transform:scale(1);
        box-shadow:0 0 0 rgba(255,0,0,0.7);
    }

    50%{
        opacity:0.7;
        transform:scale(1.15);
        box-shadow:0 0 10px rgba(255,0,0,0.8);
    }

    100%{
        opacity:1;
        transform:scale(1);
        box-shadow:0 0 0 rgba(255,0,0,0);
    }
}

/**========= Highlights Style END ===========**/


/**========================

===========================**/

.card-section {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;  
}

.custom-card {
   /* background: linear-gradient(135deg, #541700, #cefffe); */
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 320px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.custom-card h3 
{
    color:#000000 !important;
    margin-bottom: 15px;
    font-weight: 600;
}

.card-body {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

.card-item {
    min-width: 200px;
}

.card-img {
    width: 130px;
    height: 130px;
    border-radius: 15px;
    object-fit: cover;
    border: 4px solid #fff;
}

.marks {
    color: #ffd700;
    font-weight: bold;
}

.wish {
    font-size: 13px;
}

.no-data {
    color: #302f2f;
    font-size: 14px;
}


.topper-wrapper {
    display: flex;
    overflow: hidden;
    gap: 20px;
    padding: 10px;
}

.card-item {
    min-width: 200px;
    background: #003493;
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.card-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid #fff;
}

.birthday-wrapper {
    display: flex;
    overflow: hidden;
    gap: 20px;
    padding: 10px;
}


@media (max-width: 768px) {
    .card-section {
        flex-wrap: wrap;  /* mobile में नीचे आना सही है */
    }
}

/**==============  ================**/
/**=== Mandatory Stle =====**/
/* Mandatory Floating Button */
.floating-mandatory {
    position: fixed;
    right: -5px;
    top: 60%;
    z-index: 9999;
}

@media(max-width:768px)
{
    .floating-mandatory
    {
        position:fixed;
        top:44% !important;
    }
}

.floating-mandatory a {
    display: flex;
    align-items: center;
    justify-content: center;
   /* width: 70px;
    height: 140px; */
    width: 115px;
    height: 50px;
    background: linear-gradient(135deg, #8b0000, #c1121f);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px !important;
    text-decoration: none;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.floating-mandatory a span {
   /* writing-mode: vertical-rl;
    transform: rotate(180deg); */
    writing-mode: vertical-rl;
    transform: rotate(269deg);
    letter-spacing: 1px;
}

.floating-mandatory a:hover {
    background: linear-gradient(135deg, #c1121f, #8b0000);
    transform: translateX(-5px);
}


/** Enquiry **/
.floating-enquiry {
    position: fixed;
    right: -5px;
    top: 44%;   /* Mandatory ke niche */
    z-index: 9999;
}

.floating-enquiry a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 50px;
    background: linear-gradient(135deg, #2e8b57, #3cb371);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.floating-enquiry a span {
    writing-mode: vertical-rl;
    transform: rotate(269deg);
    letter-spacing: 1px;
}

.floating-enquiry a:hover {
    background: linear-gradient(135deg, #3cb371, #2e8b57);
    transform: translateX(-5px);
}
/** Online Registration **/
/* Wrapper */
.floating-wrap {
    position: fixed;
    right: 0px;
    bottom: 20%;
    display: flex;
    flex-direction: row; /* image upar, button neeche */
    align-items: center;
    z-index: 9999;
}

/* Image */
.admission-badge {
    width: 100px;
    margin-bottom: 3px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.6));
    border-radius: 50%;
    padding: 4px;
    background: radial-gradient(circle, rgba(255,0,0,0.4), transparent);
    animation: colorPulse 2.5s infinite alternate;
}

/* Hover pe sirf color/glow change */
.floating-wrap:hover .admission-badge {
    filter: drop-shadow(0 0 14px rgba(36, 198, 220, 0.9));
}


/* Button */
.floating-btn 
{
    width:115px;
    height:50px;
    background: linear-gradient(135deg, #ff512f, #dd2476);
    color: #fff;
    padding: 5px 18px !important;
    border-radius: 30px 0 0 30px;
    font-size: 12px !important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    letter-spacing: 1px;
}

/* Hover Effect */
.floating-btn:hover {
    background: linear-gradient(135deg, #24c6dc, #514a9d);
    transform: translateX(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(0,0,0,0.4);
}

/* Floating animation */
@keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .floating-wrap {
        bottom: 38% !important;
        right: 0px;
    }

    .admission-badge {
        width: 70px;
    }

    .floating-btn {
        padding: 12px 14px;
        font-size: 12px;
    }
}

/* Two color glow change */
@keyframes colorPulse {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.8));
    }
    100% {
        filter: drop-shadow(0 0 14px rgba(36, 198, 220, 0.9));
    }
}








/* ── Divider ── */
.footer-hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0;
}

/* ── Copyright bar ── */
.footer-bottom {
  padding: 18px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .82rem;
  color: #888;
}
.footer-bottom a { color: var(--navy); font-weight: 600; }
.footer-bottom a:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .footer-bottom { flex-direction: column; text-align: center; }
}

/*==========  =============*/
/* ==========================================
   ONLINE FEES BANNER
   ========================================== */

.online-fees-section {
    padding: 50px 0;
    background: #f7f7f2;
}


/* MAIN BANNER */

.online-fees-banner {
    max-width: 1100px;
    min-height: 280px;
    margin: auto;

    display: flex;

    background: #fff;

    border-radius: 150px;

    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.10);

    position: relative;
}


/* ==========================================
   LEFT IMAGE
   ========================================== */

.fees-image {
    width: 60%;
    position: relative;
    overflow: hidden;
}

.fees-image img {
    width: 100%;
    height: 100%;
    min-height: 280px;

    object-fit: cover;

    display: block;

    transition: transform 0.6s ease;
}


/* Image Hover */

.online-fees-banner:hover .fees-image img {
    transform: scale(1.04);
}


/* Image Dark Overlay */

.fees-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.70),
            rgba(0,0,0,0.05) 70%
        );

    pointer-events: none;
}


/* ==========================================
   IMAGE CAPTION
   ========================================== */

.fees-image-overlay {
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 100%;
    padding-left: 40px;
    z-index: 2;
    color: #fff;
}

.fees-image-overlay h2 {
    margin: 0;

    font-size: 25px;

    font-weight: 800;

    letter-spacing: 0.5px;

    text-shadow:
        0 3px 8px rgba(0,0,0,0.7);
}

.fees-image-overlay span {
    display: block;

    margin-top: 2px;

    font-size: 14px;

    font-weight: 600;

    opacity: 0.85;
}


/* ==========================================
   RIGHT CONTENT
   ========================================== */

.fees-content {
    width: 40%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 30px 35px;
}


/* Heading */

.fees-content h3 {
    margin: 0;

    color: #123c99;

    font-size: 28px;

    font-weight: 800;

    letter-spacing: 0.3px;
}


/* Divider */

.fees-divider {
    width: 60px;

    height: 4px;

    margin: 8px 0 16px;

    background: #ffc400;

    border-radius: 10px;
}


/* Academic Year */

.academic-year {
    font-size: 17px;

    font-weight: 800;

    color: #151515;

    margin-bottom: 5px;
}


/* School Name */

.school-name {
    margin: 0 0 18px;

    color: #333;

    font-size: 15px;
}


/* ==========================================
   BUTTON
   ========================================== */

.fees-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-width: 170px;

    padding: 10px 22px;

    background:
        linear-gradient(
            135deg,
            #102c91,
            #1554d1
        );

    color: #fff !important;

    text-decoration: none;

    border-radius: 50px;

    font-size: 15px;

    font-weight: 700;

    box-shadow:
        0 7px 18px rgba(16, 44, 145, 0.25);

    transition:
        all 0.3s ease;
}

.fees-btn i {
    font-size: 23px;
}

.fees-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(16, 44, 145, 0.35);
}


/* Contact */

.contact-number {
    margin: 10px 0 0;

    color: #666;

    font-size: 14px;
}

.contact-number strong {
    color: #333;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .online-fees-section {
        padding: 40px 20px;
    }

    .online-fees-banner {
        min-height: 250px;

        border-radius: 100px;
    }

    .fees-image {
        width: 55%;
    }

    .fees-content {
        width: 45%;

        padding: 25px 20px;
    }

    .fees-content h3 {
        font-size: 24px;
    }

    .fees-image-overlay {
        padding-left: 30px;
    }

    .fees-image-overlay h2 {
        font-size: 20px;
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .online-fees-section {
        padding: 30px 15px;
    }

    .online-fees-banner {

        flex-direction: column;

        min-height: auto;

        border-radius: 25px;

        overflow: hidden;
    }


    /* Image */

    .fees-image {

        width: 100%;

        height: 230px;
    }

    .fees-image img {

        min-height: 230px;

        height: 230px;
    }


    /* Image Caption */

    .fees-image-overlay {

        bottom: 18px;

        padding: 0 20px;
    }

    .fees-image-overlay h2 {

        font-size: 20px;
    }

    .fees-image-overlay span {

        font-size: 12px;
    }


    /* Content */

    .fees-content {

        width: 100%;

        padding: 28px 20px 30px;
    }

    .fees-content h3 {

        font-size: 25px;
    }

    .fees-divider {

        margin-bottom: 14px;
    }

    .school-name {

        font-size: 14px;

        margin-bottom: 17px;
    }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

    .online-fees-section {

        padding: 25px 12px;
    }

    .online-fees-banner {

        border-radius: 20px;
    }

    .fees-image {

        height: 200px;
    }

    .fees-image img {

        height: 200px;

        min-height: 200px;
    }

    .fees-image-overlay h2 {

        font-size: 17px;
    }

    .fees-content {

        padding: 25px 15px 28px;
    }

    .fees-content h3 {

        font-size: 22px;
    }

    .academic-year {

        font-size: 16px;
    }

    .fees-btn {

        min-width: 160px;

        padding: 9px 18px;

        font-size: 14px;
    }

    .contact-number {

        font-size: 13px;
    }
}