:root {
	--primary-color: #123263;
	--primary-dark: #0D6EFD;
	--gradient-color: radial-gradient(circle, #1F4A8A 0%, #123263 35%);
	--gradient-color1: linear-gradient(90deg, #1F4A8A, #123263);
	--Secondary-color: #fce0c2;
	--body-color: #f0f0f0;
}


body {
	font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	background: var(--body-color);
	overflow-x: hidden;
	/* 
	background: var(--body-color) url(../images/pattern-bg.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-font-smoothing: antialiased;
	background-attachment: fixed; */
}

p {
	font-size: 15px;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cinzel', serif;
	color: var(--primary-color);
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #000;
}

.color-blue {
	color: var(--primary-dark) !important;
}

/*==========================
    HEADER
===========================*/

.navbar-wrapper1 {
	position: fixed;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	max-width: 800px;
	height: auto;
	background: var(--gradient-color);
	border-radius: 60px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px;
	z-index: 99999;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
}

/*==========================
LEFT & RIGHT
===========================*/

.nav-side {
	width: 42%;
	display: flex;
	align-items: center;
	gap: 18px;
}

.right-side {
	justify-content: flex-end;
}


/*==========================
HOME BUTTON
===========================*/

.navbar-brand {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: var(--primary-dark);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	transition: .4s;
	text-decoration: none;
	flex-shrink: 0;
}

.navbar-brand:hover {
	background: var(--primary-dark);
	color: #fff;
}


/*==========================
LINKS
===========================*/

.nav-link-custom {
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.nav-link-custom:hover {
	color: var(--Secondary-color);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.nav-link-custom i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
}

/*==========================
CENTER LOGO
===========================*/

.header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -35px;
	z-index: 999;
}

.header-logo img {
	width: 125px;
	transition: .4s;
}



/*==========================
MENU
===========================*/

.menu-toggle {
	width: 80px;
	height: 60px;
	border-radius: 100px;
	background: var(--primary-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 6px;
	transition: .4s;
}

.menu-toggle:hover {
	background: #fff;
}

.menu-toggle span {
	width: 29px;
	height: 3px;
	background: #fff;
	border-radius: 10px;
	transition: .4s;
}

.menu-toggle:hover span {
	background: var(--primary-color);
}

/*=================================
    HAMBURGER → CLOSE (X)
==================================*/

.menu-toggle.active {
    background: #fff;
}

.menu-toggle.active span {
    background: var(--primary-color);
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/*==========================
RESPONSIVE
===========================*/

@media(max-width:991px) {

	.nav-link-custom span {

		display: none;

	}

	.nav-side {

		gap: 10px;

		width: 40%;

	}

	.header-logo img {

		width: 110px;

	}

	.header-logo {

		top: -25px;

	}

}



@media(max-width:767px) {

	.navbar-wrapper1 {
		top: 20px;
	}

	.header-logo {
		top: -18px;
	}

	.header-logo img {

		width: 100px;

	}

	.navbar-brand {

		width: 48px;
		height: 48px;

	}

	.menu-toggle {

		width: 48px;
		height: 48px;

	}

}


/* -------------------Dropdown----------------- */


#offcanvas-body .nav-link {
	color: #fff !important;
	padding: 10px 20px;
	transition: all 0.2s;
	font-weight: 500;
}

#offcanvas-body .dropdown-item {
	border-top: none;
}

#offcanvas-body .nav-item {
	border-bottom: 1px solid #ffffff4f;
}

#offcanvas-body .dropdown-item {
	color: #fff !important;
	padding: 4px 0px 4px 8%;
	transition: all 0.25s ease;
	/* border-radius: 20px; */
	white-space: normal;
}

/* ============================================= */

/* Offcanvas Custom */


.offcanvas {
	background: var(--primary-color);
	color: white;
}

.offcanvas h3 {
	color: #2196F3;
}

.offcanvas p {
	color: #ffffff;
	font-size: 15px;
}

.offcanvas .copyright-text a {
	color: #ffffff;
	font-size: 11px;
}

.offcanvas .nav-link {
	color: white !important;
	font-size: 1.1rem;
	padding: 0.5rem 1rem;
}

.offcanvas .nav-link.dropdown-toggle:hover::after {
	transform: none !important;
	transition: transform 0.3s ease;
}

/* .offcanvas-body .nav-item a {
	background: var(--primary-dark);
	margin: 5px 0px;
	border-radius: 20px;
} */

.offcanvas-header {
	background: var(--primary-dark);
	padding: 10px 25px;
}

.offcanvas-body .dropdown-menu {
	width: 100%;
	background: #fff;
	padding: 10px;
}

/* Hide desktop nav items on mobile */
@media (max-width: 991px) {
	.main-navbar .navbar-nav {
		display: none !important;
	}
}

@media (max-width: 1180px) {
	.navbar-nav {
		gap: 5px !important;
	}
}

@media (max-width: 1146px) {
	.navbar-nav {
		gap: 0px !important;
	}
}

.navbar-nav {
	gap: 10px;
}

.copyright-text {
	color: #fff;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 18px;
	padding-right: 50px;
}

.navbar-right .nav-link {
	/* text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.55); */
	text-transform: uppercase;
	font-size: 14px;
}

.navbar-left .nav-link {
	/* text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.55); */
	text-transform: uppercase;
	font-size: 14px;
}

.dropdown-toggle::after {
	font-family: "Font Awesome 6 Free";
	content: "\f107";
	font-weight: 900;
	border: none;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px;
}




/* ================================BUTTONS===========================
===================================================================== */



.viewall-gallery1 {
	background: var(--primary-color);
	color: #fff;
	border-radius: 30px;
	padding: .5rem 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	transition: 0.4s ease-in-out;
}

.viewall-gallery1:hover {
	background: var(--primary-dark);
	color: #fff;
}

.viewall-gallery2 {
	background: var(--primary-dark);
	color: #fff;
	border-radius: 30px;
	padding: .5rem 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	transition: 0.4s ease-in-out;
}

.viewall-gallery2:hover {
	background: #fff;
	color: var(--primary-color);
}



/* ========================Header Links========================== */

.header-links {
	position: absolute;
	right: 50%;
	top: -28px;
	width: 94%;
	transform: translateX(50%);
}

.header-links a i {
  /* color: var(--primary-light);
  font-size: 22px; */
  /* padding: 5px 0px; */
}

.header-links a {
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 3px;
	/* font-weight: 500; */
	margin-right: 5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.82);
}

.header-links a span {
  background-color: var(--primary-light);
  border-radius: 50px;
  padding: 3px 10px;
  font-weight: 500;
}



/* =======================================================================
                                     HERO
========================================================================== */

#hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* ===================================
   MEDIA CONTAINERS
=================================== */

.hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: all .9s cubic-bezier(.22, 1, .36, 1);
}

/* ===================================
   SWIPER
=================================== */

.mySwiper {
	width: 100%;
	height: 100vh;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

#sliderContainer .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ===================================
   COMMON OVERLAY
=================================== */

#hero::before {
	content: "";

	position: absolute;
	inset: 0;

	background:
		linear-gradient(180deg,
			rgba(0, 0, 0, .60),
			rgba(0, 0, 0, .25),
			rgba(0, 0, 0, .25),
			rgba(0, 0, 0, .60));

	z-index: 5;

	pointer-events: none;
}

/* ===================================
   HERO NAVIGATION
=================================== */

#hero .news-prev,
#hero .news-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	width: 45px;
	height: 45px;

	border: none;
	border-radius: 50%;

	z-index: 30;

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #fff;

	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(10px);

	border: 1px solid rgba(255, 255, 255, .3);

	transition: .35s ease;
}

#hero .news-prev {
	left: 30px;
}

#hero .news-next {
	right: 30px;
}

#hero .news-prev:hover,
#hero .news-next:hover {
	background: #fff;
	color: var(--primary-color);
	transform: translateY(-50%) scale(1.08);
}

#hero .news-prev i,
#hero .news-next i {
	font-size: 18px;
}

#sliderContainer.compress .hero-prev,
#sliderContainer.compress .hero-next {
	opacity: 0;
	visibility: hidden;
}

/* ===================================
   VIDEO
=================================== */

#heroVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*=================================================
        BOTTOM MEDIA SWITCH BAR
=================================================*/

#mediaSwitcherBar {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 100;
	display: flex;
	align-items: center;
	width: 290px;
	height: 58px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 50px;
	overflow: hidden;
}

#mediaSwitcherBar .media-btn {
	position: relative;
	z-index: 2;
	flex: 1;
	height: 100%;
	border: none;
	background: none;
	color: #fff;
	/* font-size: 15px;
	font-weight: 500; */
	cursor: pointer;
	transition: .35s;
}

#mediaSwitcherBar .media-btn i {
	font-size: 16px;
}

#mediaSwitcherBar .media-btn.active {
	color: var(--primary-dark);
}

/* Sliding White Indicator */

#mediaSwitcherBar .switch-indicator {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 140px;
	height: 48px;
	border-radius: 40px;
	background: #fff;
	transition: .45s cubic-bezier(.23, 1, .32, 1);
	z-index: 1;
}

#mediaSwitcherBar.video-active .switch-indicator {
	transform: translateX(140px);
}

/* ===================================
   RADAR ANIMATION
=================================== */

@keyframes radarPulse {

	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}

}

/* ===================================
   CENTER TEXT
=================================== */

.switch-content {

	position: relative;
	z-index: 2;

	text-align: center;

	color: #fff;

	font-size: 12px;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 1.4;

	letter-spacing: .5px;
}

/* ===================================
   GLOWING LIVE EFFECT
=================================== */

#mediaSwitcher {

	animation: liveGlow 2s ease infinite;
}

@keyframes liveGlow {

	0% {
		box-shadow:
			0 0 10px rgba(255, 255, 255, .4);
	}

	50% {
		box-shadow:
			0 0 25px rgba(255, 255, 255, .9),
			0 0 50px rgba(255, 255, 255, .5);
	}

	100% {
		box-shadow:
			0 0 10px rgba(255, 255, 255, .4);
	}
}

/* ===================================
   VIDEO HIDDEN INITIALLY
=================================== */

#videoContainer {

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: scale(.15);
}

/* ===================================
   ACTIVE VIDEO
=================================== */

#videoContainer.active {

	opacity: 1;
	visibility: visible;
	pointer-events: auto;

	transform: scale(1);
}

/* ===================================
   SLIDER SHRINK
=================================== */

#sliderContainer.compress {

	opacity: 0;

	transform:
		translate(calc(50vw - 110px),
			calc(50vh - 250px)) scale(.08);
}


/* ======================news section==================== */


.news-section {
	position: relative;
	background: var(--primary-dark);
	/* background: var(--primary-dark) url(../images/pattern-bg.webp); */
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	background-position: right bottom;
	overflow: hidden;
}


.news-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/pattern-bg.webp) no-repeat right bottom;
	opacity: 0.4;
	/* 🔥 adjust here */
	z-index: 0;
}

/* ----------------------------------- */

.news-underline {
	width: 170px;
	height: 6px;
	border-radius: 10px;
	background: var(--primary-color);
	margin: auto;
}

.news-underline1 {
	width: 180px;
	height: 8px;
	border-radius: 10px;
	background: var(--primary-color);
	margin: auto;
}

.video-box {
	position: relative;
	height: 600px;
	overflow: hidden;
}



/* Video full size */
.video-element {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay */
.video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 52, 130, 0.58);
	/* background: rgba(0,0,0,0.4); */
}

/* Play button center */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.play-btn img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	transition: 0.3s;
}

.play-btn:hover img {
	transform: scale(1.1);
	background: #0d6efd;
}



/* News Card */
#newsSlider .news-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	width: 230px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px 0px;
}

#newsSlider .news-date {
	font-weight: bold;
	width: 170px;
	height: 95px;
	background: var(--body-color);
	margin: 0px auto 10px auto;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 1px;
}

#newsSlider .news-date .day {
	font-size: 31px;
	display: block;
	line-height: 1;
	color: var(--primary-dark);
}

#newsSlider .news-admin-name {
	font-size: 12px;
	color: #555;
	margin-bottom: 5px;
}

#newsSlider .news-admin-underline {
	width: 60px;
	background: #0d6efd;
	height: 6px;
	margin: auto;
	border-radius: 10px;
}

#newsSlider .news-date .updated-by {
	font-size: 10px;
	font-weight: 300;
}

#newsSlider .news-date .month {
	font-size: 14px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#newsSlider .news-title {
	margin-bottom: 6px;
}

#newsSlider .news-desc {
	font-size: 14px;
	/* margin-bottom: 8px; */
}



/* Custom Prev/Next buttons */
.news-nav .custom-prev,
.news-nav .custom-next {
	background: var(--primary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	border: none;
}

.news-nav .custom-prev:hover,
.news-nav .custom-next:hover {
	background: var(--primary-dark);
	color: #fff;
}



/* ====================================Header Titles========================
============================================================================ */

.about-title h2 {
	/* text-transform: uppercase; */
	color: transparent;
	font-weight: 700;
	background: linear-gradient(360deg, var(--primary-dark) 0%, var(--primary-color) 100%) no-repeat;
	-webkit-background-clip: text;
}

.about-title1 h1 {
	/* text-transform: uppercase; */
	color: transparent;
	font-weight: 700;
	background: linear-gradient(360deg, var(--primary-dark) 0%, var(--primary-color) 100%) no-repeat;
	-webkit-background-clip: text;
}

.about-title2 h2 {
	color: var(--Secondary-color);
	font-weight: 700;
}

.about-title2 .news-underline {
	width: 210px;
	height: 6px;
	border-radius: 10px;
	background: var(--primary-dark);
	margin: 0px;
}


/* =============================ABOUT US==================================== */

.about-section {
	padding: 70px 0px 0px 0px;
	background: url(../images/sky-images.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;

}



/* =======================about Us============================ */

/* -------------------------- */


.about-bottom-name {
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: center;
	height: 80px;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}

.about-bottom-name img {
	height: 80px;
}


.about-bottom-name div {
	width: 100%;
	background: var(--yellow-color);
	height: 2px;
	max-width: 400px;
	margin: 0px 15px 0px 5px;
	position: relative;
	border-radius: 10px;
}

.about-bottom-name div::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--yellow-color);
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.about-bottom-name div::after {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--yellow-color);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.about-bottom-name p {
	margin: 0px;
	color: var(--yellow-color);
	font-weight: 700;
	font-size: 20px;
}

.about-copyright {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

/* -------------------------- */


.school-students {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	bottom: 0px;
}

.video-size1 {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	/* border: 1px solid var(--primary-dark); */
	margin: 10px;
}


.paragraph {
	line-height: 28px;
}

.aboutus-icons {
	position: relative;
	left: -100px;
	border-radius: 100px;
}

@media (max-width: 991px) {
	.aboutus-icons {
		display: none;
	}
}

.aboutus-icons p {
	color: var(--primary-dark);
	font-size: 15px;
}

.about-profile {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid #006aff;
	padding: 3px;
}

.about-profile-1 {
	/* height: 60px; */
	width: 100%;
	padding: 3px;
}

.about-text-content {
	background: #ffffffc9;
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
}

.mv-box {
	background: var(--gradient-color1);
	color: white;
	padding: 18px;
	border-radius: 10px;
	height: 100%;
}

.mv-box h3 {
	margin: 0 0 10px 0;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.mv-box i {
	font-size: 1.2rem;
}

.mv-box p {
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0;
	opacity: 0.9;
}



/* ==============================MESSAGE SECTION==========================
========================================================================== */

.principal-section {
	padding: 70px 0;
}

.nav-tabs {
	border: none;
}

.nav-tabs .nav-link {
	border: none;
	background: none;
	color: #76b1ff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin-right: 15px;
	font-weight: 500;
}

.nav-tabs .nav-link.active {
	background: none;
	border: none;
	color: var(--primary-dark);
	font-weight: 500;
}

.tab-content {
	color: #fff;
	padding-top: 10px;
}

.principal-section .principal-photo {
	position: relative;
	top: 0px;
	right: 0;
	text-align: center;
	margin: -60px 36px 0px;
	border-radius: 50%;
	height: 440px;
}

.principal-section .principal-photo img {
	width: 92%;
	position: relative;
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}



/* =========================gallery======================= */

/* ================GALLERY CODE============================= */

.gallery-bg {
	background: var(--gradient-color1);
	padding: 40px 0px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

.gallery {
	padding: 86px 0 70px;
	background: #fff;
	color: #111
}

.gallery-wrap {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 20px;
	align-items: stretch
}

.gallery-img {
	height: 550px;
	border-radius: 20px;
}

@media (max-width:575px) {
	.gallery-img {
		height: 350px;
	}
}

@media (max-width:991px) {
	.gallery-wrap {
		grid-template-columns: 1fr
	}

	.g-right {
		padding: 28px 22px
	}

}



/* -------------- */
/* ---------------- */

.single-gallery-img {
	object-fit: cover;
	width: 100%;
	height: 140px !important;
	border-radius: 20px;
	transition: transform 0.4s ease;
	border: 2px solid #fff;
}

.single-gallery-img-overlay {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	padding: 110px 0 10px;
	border-radius: 0 0 20px 20px;
	font-size: 14px;
	height: 100%;
	z-index: 1;
}

.gallery-img-overlay {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.192);
	height: 100%;
	z-index: 1;
	transition: 0.3s all ease-in-out;
}

.gallery-img-overlay:hover {
	position: absolute;
	bottom: 0;
	background: transparent;
	height: 100%;
	z-index: 1;
}

#gallery-album-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

#gallery-album-slider {
	border-radius: 20px;
}




/* ==============================toppers & Birthday */
/* ------------------------- */


.toppers-section {
	padding: 70px 0;
	/* background: linear-gradient(180deg, #f0f0f0 0%, #f0f0f0d1 50%, #f0f0f0 100%), url(../images/School-Building.png) center center / cover no-repeat fixed; */
}

.highlight-grid {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

/* Tablet */
@media (max-width: 991px) {
	.highlight-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media (max-width: 575px) {
	.highlight-grid {
		grid-template-columns: 1fr;
	}

	.topper-top-box {
		min-height: 400px;
	}

	.topper-top-box1 {
		min-height: 400px;
	}

	.glass-card {
		height: 480px !important;
		display: flex;
		flex-direction: column;
	}

	.topper-top-box {
		background: url(../images/Student-board.webp);
		background-repeat: no-repeat;
		background-position: center;
		min-height: 424px;
		position: relative;
		background-size: 700px;
		margin: 0;
	}

	.topper-top-box1 {
		background: url(../images/Student-board-1.webp);
		background-repeat: no-repeat;
		background-position: center;
		min-height: 424px;
		position: relative;
		background-size: 700px;
		margin: 0;
	}
}

.glass-card {
	height: 510px;
	display: flex;
	flex-direction: column;
}

.card-header {
	text-align: center;
	margin-bottom: 15px;
}

.card-header h3 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.topper-modal .info-box {
	margin: 0px 0px 5px 10px;
}

.topper-modal {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #ffffffe3 100%), url(../images/topper.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #edf2f7;
	border-radius: 20px 100px 100px 100px;
	display: flex;
	align-items: end;
	gap: 15px;
	transition: 0.3s;
	position: relative;
	margin: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	background-size: contain;
}

.class-xii {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #ffffffe3 100%), url(../images/topper1.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	background-size: contain !important;
}

@media (max-width: 991px) {
	.topper-modal {
		padding: 5px;
		display: flex;
		align-items: center;
		gap: 15px;
		transition: 0.3s;
		position: relative;
		margin: 10px 0px;
		justify-content: center !important;
		flex-flow: column !important;
	}

	#toppers-xii .swiper-slide {
		width: 85% !important;
		height: 100% !important;
		margin: 0px auto;
	}

	#toppers-x .swiper-slide {
		width: 100% !important;
		height: 100% !important;
	}
}


.photo-box {
	position: relative;
}

.photo-box .toppers-badge {
	position: relative;
}


.photo-box .topper {
	width: 130px;
	height: 160px;
	border-radius: 15px;
	object-fit: cover;
	border: 2px solid var(--primary-dark);
}



.percent-tag {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #2d3436;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	white-space: nowrap;
}

/* ---------- Swiper fixes (do NOT change design) ---------- */
#toppers-x .swiper {
	height: 100%;
	width: 85% !important;
	margin: 0px auto;
}

#toppers-x .swiper-slide {
	width: 100% !important;
}

#toppers-x .topper-modal {
	width: 100%;
}



/* ---------- Button style (scoped only to toppers-x) ---------- */
#toppers-x .btn-custom {
	border: none;
	border-radius: 50px;
	padding: 6px 14px;
	font-size: 14px;
	background: var(--gradient-color1);
	color: #ffffff;
	transition: 0.3s ease;
}

#toppers-x .btn-custom:hover {
	background: var(--primary-dark);
	color: #fff;
}

.toppersVerticalSwiper {
	margin: 0px;
}

/* -----------------------Toppers XII--------------- */
#toppers-xii .swiper {
	height: 100%;
}

#toppers-xii .swiper-slide {
	width: 85% !important;
	/* margin-bottom: 0px !important; */
	margin: 0px auto;
}

#toppers-xii .topper-modal {
	width: 100%;
}

/* ---------- Button style (scoped only to toppers-x) ---------- */
#toppers-xii .btn-custom {
	border: none;
	border-radius: 50px;
	padding: 6px 14px;
	font-size: 14px;
	background: var(--primary-color);
	color: #000000;
	transition: 0.3s ease;
}

#toppers-xii .btn-custom:hover {
	background: var(--primary-dark);
	color: #fff;
}

.toppersVerticalSwiper2 {
	margin: 0px;
}

/* ============================================================ */

/* ---------- Button style (Toppers XII only) ---------- */
#toppers-xii .btn-custom {
	border: none;
	border-radius: 50px;
	padding: 6px 14px;
	font-size: 14px;
	background: var(--gradient-color1);
	color: #fff;
	transition: 0.3s ease;
}

#toppers-xii .btn-custom:hover {
	background: var(--primary-dark);
	color: #fff;
}

.toppersXiiVerticalSwiper {
	margin: 0;
}




/* ===============================FACILITY================================
========================================================================== */

.facilities-section {
	padding: 70px 0px;
	background: var(--gradient-color1);
}

/* Custom Profile Arch Shape Configuration */
/* Update these specific classes in your stylesheet */
.facilities-section .facility-image-wrapper {
	position: relative;
	width: 100%;
	/* Force it to scale dynamically with the swiper grid */
	max-width: 320px;
	/* Limits the max size so it doesn't get too large */
	height: 380px;
	margin: 0 auto;
	border-radius: 140px 140px 20px 20px;
	overflow: visible;
	transition: all 0.5s ease-in-out;
}

/* Ensure the swiper container cuts off structural overflow if needed, or preserves layout spacing */
.facilities-section #facility-swiper {
	width: 100%;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}

.facilities-section .facility-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 200px;
	display: block;
}

/* Opacity Management for Non-Active Slides */
.facilities-section .swiper-slide {
	opacity: 0.35;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;
}

.facilities-section .swiper-slide-active {
	opacity: 1 !important;
	transform: scale(1.05);
}

/* Title Dynamic Accent Shifts */
.facilities-section .facility-title {
	color: #ffffff;
	transition: color 0.4s ease;
}

.facilities-section .swiper-slide-active .facility-title {
	color: var(--Secondary-color);
}

/* Action Play Overlay Icon Styling */
.facilities-section .active-overlay-btn {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%) scale(0);
	width: 44px;
	height: 44px;
	background-color: var(--Secondary-color);
	color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	z-index: 5;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.facilities-section .swiper-slide-active .active-overlay-btn {
	transform: translateX(-50%) scale(1);
}

/* Leaf Pattern Toppers Vector Layout */
.facilities-section .leaf-pattern-backdrop {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	width: 360px;
	height: 360px;
	background: url('../images/Logo - Copy.png') no-repeat center center;
	background-size: contain;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}

.facilities-section .swiper-slide-active .leaf-pattern-backdrop {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

/* Custom Navigation Controls UI */
.facilities-section .facility-nav-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background-color: var(--primary-dark);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.facilities-section .facility-nav-btn:hover {
	background-color: #fff;
	color: var(--primary-dark);
}


/* ===========================ACHIEVEMENTS========================== */

.achievement-img {
	object-fit: cover;
	width: 100%;
	height: 200px !important;
	border-radius: 15px 15px 0px 0px;
}

.single-gall-span {
	color: var(--primary-dark);
	font-size: 12px;
	display: flex;
	justify-content: center;
	padding-bottom: 12px;
}

.gallery-textarea span::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid var(--theme-primary);
	position: absolute;
	left: 4px;
	bottom: -5px;
}

.gallery-textarea span {
	background: var(--theme-primary);
	padding: 4px 6px;
	text-align: left;
	font: normal normal medium 10px/13px Rubik;
	letter-spacing: 1.1px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	position: relative;
	left: 0;
	top: -5px;
	line-height: 12px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
}

/* -----------------------BIRTHDAY-------------------------- */


.birthday-section {
	margin: 40px;
	background: #fff;
	border-radius: 20px 20px 300px 300px;
	padding-bottom: 50px;
}

#BirthdaySlider {
	width: 100%;
	max-width: 300px;
	border-radius: 60px;
}

.title-gall h2 {
	color: transparent;
	font-weight: 700;
	background: linear-gradient(360deg, var(--primary-dark) 0%, var(--primary-color) 100%) no-repeat;
	-webkit-background-clip: text;
}

.birthday {
	padding: 75px 30px 0px;
	position: relative;
}

.birthday .flag {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.birthday .flag img {
	border-radius: 0px;
	height: 230px;
	width: 100%;
}

.birthday .balloon-left {
	position: absolute;
	top: 230px;
	left: 15px;
}

.birthday .balloon-left img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 230px;
	right: 15px;
}

.birthday .balloon-right img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 190px;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

/* #BirthdaySlider {
	width: 350px;
} */

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: var(--primary-color);
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two .birthday-name {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: var(--primary-dark);
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.Birthday-Quot {
	font-size: 12px;
	color: var(--primary-color);
}

.news-nav .birthday-next,
.news-nav .birthday-prev {
	background: var(--primary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	border: none;
}

.news-nav .birthday-next:hover,
.news-nav .birthday-prev:hover {
	background: var(--primary-dark);
	color: #fff;
}



/* ----------------------Footer Sliders------------------------ */

#footer-slide .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: #0a3783;
	border-radius: 50%;
	border: none;
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	border: 1px solid #fff;
	border-width: 2px;
}

#footer-slide .carousel-indicators [data-bs-target]:hover {
	opacity: 0.75;
}

#footer-slide .carousel-indicators .active {
	opacity: 1;
}

#footer-slide .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}


/* ===============================FOOTER===========================
=====================================================================*/



.site-footer {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 70px 0px 80px 0px;
}

.site-footer .quick-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -2;
}

/* Gradient overlay */
.site-footer .quick-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #092c6ce5 0%, #123263 100%);
	z-index: -1;
}


.our-patron {
	color: var(--Secondary-color);
	position: relative;
	width: 190px;
	margin: 0px auto;
	font-size: 20px;
}

.underline-img {
	width: 100%;
	max-width: 280px;
}

.logo-footer {
	width: 100%;
	z-index: 20;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	max-width: 400px;
}

.logo-footer a {
	display: block;
	position: relative;
}

.logo-footer img {
	width: 100%;
	height: auto;
	display: block;
}


@keyframes shine {
	0% {
		transform: translateX(-150%) rotate(25deg);
	}

	100% {
		transform: translateX(150%) rotate(25deg);
	}
}

.btn-border-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(0, 0, 0, 0.27);

}

.cisoft {
	color: #ffffffde !important;
	transition: 0.3s all ease-in-out;
}

.cisoft:hover {
	color: var(--primary-light) !important;
}

.btn-border-flow::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 50px;
	background: linear-gradient(270deg, var(--primary-color), var(--primary-dark), var(--primary-color));
	background-size: 400% 400%;
	z-index: -1;
	animation: borderMove 6s linear infinite;
}


/* ----------------------- */


/* ============================= */

.copyright {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 991px) {
	.copyright {
		position: absolute;
		bottom: 180px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 13px;
		text-align: center;
	}
}


.social-sec {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-left: 0rem;
	padding-left: 0rem;
	margin-bottom: 0px;
	margin-top: 20px;
}

.social-sec li {
	list-style: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* Glassmorphism effect */
	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: var(--light-color);
	transform: translateY(-5px) scale(1.05);
}

.social-sec li:hover a {
	color: var(--primary-light);
}

.footer-text-color h6 {
	color: var(--primary-light);
}

.footer-text-color p {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 15px;
}

.footer-text-color ul li a {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 15px;
}

.footer-text-color ul li a:hover {
	color: var(--light-color);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.856);
}

@media (max-width: 991px) {
	.footer-school-img {
		padding-top: 130px;
	}
}



/* =======================footer logo ================================*/


.footer-copyright {
	color: #ffffff;
	font-size: 11px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 90%;
	text-align: center;
}

@media (max-width: 768px) {
	.footer-copyright {
		color: #ffffff;
		font-size: 11px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 80px !important;
		width: 90%;
		text-align: center;
	}
}

.footer-bottom-name {
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: center;
	height: 80px;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 55px;
}

.footer-bottom-name img {
	height: 80px;
}

.footer-bottom-name div {
	width: 100%;
	background: var(--Secondary-color);
	height: 1px;
	max-width: 500px;
	margin: 0px 15px 0px 5px;
	position: relative;
	border-radius: 10px;
}

.footer-bottom-name div::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--Secondary-color);
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.footer-bottom-name div::after {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--Secondary-color);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}



/* ----------------------------------------------------------- */


/* ===== FULLSCREEN MENU ===== */
.fullscreen-menu {
	position: fixed;
	inset: 0;

	width: 100%;
	height: 100dvh;
	/* Better than 100vh */

	overflow-y: auto;
	overflow-x: hidden;

	-webkit-overflow-scrolling: touch;

	background: var(--body-color) url(../images/pattern-bg.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;

	opacity: 0;
	visibility: hidden;

	transition: opacity .4s ease, visibility .4s ease;

	z-index: 9999;

	padding-top: 130px;
	padding-bottom: 40px;
}

body.menu-open {
	overflow: hidden;
	height: 100dvh;
}

.fullscreen-menu::-webkit-scrollbar {
	width: 6px;
}

.fullscreen-menu::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .25);
	border-radius: 20px;
}

.fullscreen-menu {
	scrollbar-width: thin;
}

/* SHOW MENU */
.fullscreen-menu.show {
	opacity: 1;
	visibility: visible;
}

/* GRID MENU */
.menu-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	/* gap: 40px; */
}

/* Large laptop */
@media (max-width: 1200px) {
	.menu-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Tablet */
@media (max-width: 992px) {
	.menu-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media (max-width: 576px) {
	.menu-grid {
		grid-template-columns: 1fr;
	}
}




.menu-grid h6 {
	margin-bottom: 10px;
	font-weight: bold;
	color: var(--primary-dark);
}

.menu-grid ul {
	list-style: none;
	padding: 0;
}

.menu-grid li {
	margin-bottom: 0px;
}

.menu-grid .dropdown-item {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
	padding: 5px 0 5px 12px;
	line-height: 18px;
	position: relative;
}

.menu-grid .dropdown-item::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '-';
	color: #000000;
	font-size: 15px;
}

.menu-grid a:hover {
	color: var(--primary-color);
}

/* RIGHT CARD */
.admission-card {
	background: linear-gradient(90deg, #0000008f, #0000008f), url(../images/Slider-2.jpg);
	/* background: rgba(255, 255, 255, 0.1); */
	padding: 52% 1% 10% 1%;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
	.menu-grid {
		grid-template-columns: 1fr;
	}

	.header-right {
		display: none !important;
	}
}



/* -----------social-0link */
.fullscreen-social {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-left: 0rem;
	padding-left: 0rem;
	margin-bottom: 0px;
	margin-top: 20px;
}

.fullscreen-social li {
	list-style: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid var(--primary-dark);
	transition: 0.3s ease;
	cursor: pointer;
}

.fullscreen-social li a {
	color: var(--primary-dark);
	font-size: 18px;
	transition: 0.3s;
}

.fullscreen-social li:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	/* transform: translateY(-5px) scale(1.05); */
}

.fullscreen-social li:hover a {
	color: #fff;
}

.fullscreen-contact {
	color: #383838;
}

.fullscreen-contact i {
	color: var(--primary-color);
	font-size: 18px;
}

.fullscreen-copyright {
	color: #000;
	font-size: 14px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
}

/* =====================dropdown in full menu==================== */

.menu-title {
	font-weight: 450;
	color: var(--primary-dark);
	display: block;
	text-decoration: none;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 4px 0px;
	margin: 20px 6px 6px 6px;
	font-size: 15px;
}

@media (max-width: 768px) {
	.menu-title {
		font-weight: 450;
		color: var(--primary-dark);
		display: block;
		text-decoration: none;
		text-align: center;
		background: #fff;
		border-radius: 20px;
		padding: 8px 0px;
		margin: 6px !important;
		font-size: 15px;
	}
}

/* remove bootstrap dropdown style */
.dropdown-menu {
	border: none;
	background: transparent;
	padding: 0;
}

/* keep your list style */
.dropdown-item {
	padding: 5px 0 5px 15px;
	position: relative;
	color: #000;
}

.dropdown-item::before {
	content: '-';
	position: absolute;
	left: 0;
}

/* DESKTOP: always show */
@media (min-width: 992px) {
	.custom-dropdown .dropdown-menu {
		display: block !important;
		position: static;
	}

	.menu-title::after {
		display: none;
	}
}

/* MOBILE: normal dropdown */
@media (max-width: 991px) {

	.dropdown-menu {
		display: none;
		position: static;
		float: none;
		width: 100%;
		max-width: 320px;
		margin-top: 10px;
		border: 0;
		border-radius: 10px;
		box-shadow: none;
		background: var(--Secondary-color);
		padding: 10px 20px !important;
	}

	.dropdown-menu.show {
		display: block;
	}
}

@media (max-width: 991px) {

	.menu-grid {
		text-align: left;
	}

	.menu-grid li {
		width: 100%;
	}

	.menu-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}

}


@media (min-width: 992px) {
	.custom-dropdown .dropdown-menu {
		display: block !important;
		position: static;
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.custom-dropdown .dropdown-toggle::after {
		display: none;
	}
}


.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent !important;
}




/* ============================= */

.copyright {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 991px) {
	.copyright {
		position: absolute;
		bottom: 180px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 13px;
		text-align: center;
	}
}


.social-sec {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-left: 0rem;
	padding-left: 0rem;
	margin-bottom: 0px;
	margin-top: 20px;
}

.social-sec li {
	list-style: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* Glassmorphism effect */
	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: var(--primary-color);
	transform: translateY(-5px) scale(1.05);
}

.social-sec li:hover a {
	color: var(--primary-dark);
}

.footer-text-color h6 {
	color: var(--primary-dark);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.footer-text-color p {
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

.footer-text-color ul li a {
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

.footer-text-color ul li a:hover {
	color: var(--primary-dark);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.856);
}

@media (max-width: 991px) {
	.footer-school-img {
		padding-top: 130px;
	}
}



/* =======================footer logo ================================*/


.footer-bottom-name p {
	margin: 0px;
	color: var(--Secondary-color);
	font-weight: 500;
	letter-spacing: 0.5px;
}



/* ==================================== */

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: var(--gradient-color);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: none;
	z-index: 999;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--body-color);
}

.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;
	font-size: 18px;
}

.back-to-top {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}




/* ================================Page Css======================================= */
/* ============================================================================== */


.hero-banner {
	/* background: #f6f6ef; */
	background: linear-gradient(to right, #000000bd, #000000bd, #000000bd), url('../images/Slider/slider-2.jpg') center/cover no-repeat;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.section-title {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.hero-divider {
	width: 130px;
	height: 4px;
	background-color: var(--Secondary-color);
	margin: 0 auto;
	border-radius: 30px;
}

.hero-title {
	z-index: 3;
	padding: 15px;
	border-radius: 100px;
	width: 95%;
	max-width: 1100px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
	height: 100px;
}



.page-content {
	padding: 60px 0px;
}


.page-heading {
	text-transform: uppercase;
	position: relative;
}


.hero-banner {
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* Swiper full size */
.heroSwiper {
	width: 100%;
	height: 100%;
}

.heroSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.heroSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Dark overlay */
.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

/* Keep content above */
.hero-title {
	z-index: 3;
	padding: 15px;
	border-radius: 100px;
	width: 95%;
	max-width: 1100px;
}
.hero-title h2 {
	color: transparent;
	font-weight: 700;
	background: linear-gradient(360deg, var(--Secondary-color) 0%, #fff 100%) no-repeat;
	-webkit-background-clip: text;
}

/* ================================== */


.custom-card {
	/* box-shadow: 8px 2px 1px rgba(0, 0, 0, 0.41); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
	transform: translateY(-5px);
	box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.35);
}

.card-img-top {
	height: 220px;
	/* adjust as per image size */
	object-fit: cover;
}


/* ============================= */


.yellow-divider {
	width: 200px;
	height: 6px;
	background: var(--primary-dark);
	margin: 10px auto;
	border-radius: 1px;
}


.list-styling-arrow {
	padding: 0% 0% 0% 1%;
	margin: 0;
}

.list-styling-arrow li {
	position: relative;
	line-height: 28px;
	padding: 0px 0 0px 32px;
	list-style: none;
	margin: 8px 0;
}

.list-styling-arrow li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-dark);
	color: #ffffff;
	font-size: 11px;
	border-radius: 20px;
}


thead th {
	background: var(--gradient-color1) !important;
	color: #fff !important;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}

table td {
	font-size: 15px;
	background: #ffffff7a !important;
}

ol li {
	line-height: 28px;
	padding: 0px 0px 0px 0px !important;
	list-style-type: disc !important;
	background: none !important;
	list-style: none;
	margin: 8px 0px;
	vertical-align: middle;
}

/* ===================According===================== */

/* Remove default */
.accordion-item {
	border: none;
	background: transparent;
	margin-bottom: 10px;
}

/* Default ALL buttons */
.accordion-button {
	background: var(--primary-color);
	color: #fff;
	border-radius: 10px !important;
	/* default for all */
	padding: 15px 20px;
	border: none;
	box-shadow: none;
	transition: all 0.3s ease;
	font-weight: 600;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
	display: none;
}

/* Arrow */
.arrow-icon {
	transition: transform 0.3s ease;
	font-size: 18px;
	color: #fff;
}

/* Rotate when open */
.accordion-button:not(.collapsed) .arrow-icon {
	transform: rotate(180deg);
}

/* OPEN STATE HEADER */
.accordion-button:not(.collapsed) {
	border-radius: 10px 10px 0 0 !important;
	background: var(--primary-dark);
}

/* BODY STYLE */
.accordion-body {
	background: #f8f9fa;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

/* Remove gap between header & body */
.accordion-collapse {
	border: none;
	margin-top: -5px;
	/* 👈 important for seamless look */
}

/* Remove focus */
.accordion-button:focus {
	box-shadow: none;
}


/* ==================================== */