:root {
	--font-primary: "Blinker", sans-serif;
	--font-secondary: "Roboto", sans-serif;
	--color-primary: #492982;
	--color-heading: #492982;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
	font-size: 1rem;
	font-family: var(--font-secondary);
	overflow-x: hidden !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-default);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: var(--font-secondary) !important;
	font-size: 1rem;
}

p,
span,
a {
	line-height: initial;
}

table,
th,
td {
	border: 0.0625rem solid #ddd;
	color: #000;
}

p,
a,
li {
	color: var(--color-default);
	font-family: var(--font-secondary);
}

li,
td,
button {
	font-size: 1rem;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0rem 0.0625rem 0.125rem 0rem,
		rgba(60, 64, 67, 0.15) 0rem 0.125rem 0.375rem 0rem;
}

.homePage-sectionHeading {
	color: var(--color-heading);
	font-size: 1.875rem;
	font-weight: 600 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 600 !important;
	line-height: normal;
}

.black-text-heading {

	color: #475569;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;

}

.blue-text-heading {
	color: #673AB7;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	/* 150% */
}

a:hover {
	color: var(--color-primary);
}

/*End Basic CSS */

/* header */

/* ------- top menu ---------------- */

.top-menu-bg {
	background: linear-gradient(90deg,
			rgba(255, 193, 7, 0.25) 0%,
			rgba(255, 193, 7, 0) 40%,
			rgba(255, 193, 7, 0) 60%,
			rgba(255, 193, 7, 0.25) 100%);
}

.top-menu-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.top-menu-right {
	display: flex;
	justify-content: end !important;
}

.top-menu-left ul li a {
	color: #333 !important;
	font-weight: 400;
	font-family: var(--font-secondary);
	padding: 10px;
}

.top-menu-right ul li a {
	color: #333 !important;
	font-weight: 400;
	font-family: var(--font-secondary);
	padding: 10px;
}

.topbar-menu {
	z-index: 1021;
}

.menu-alignment {
	display: contents;
	width: 100%;
}

@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}

	.contact-left a {
		font-size: 14px !important;
	}

	.school-header {
		background-size: contain !important;
	}

	.header-content {
		gap: 20px !important;
	}

	.school-title h5 {
		font-size: 20px !important;

	}

	.school-title h1 {
		font-size: 21px !important;
	}

	.school-title h4 {
		font-size: 16px !important;
		margin: 0px;
	}

	span.aff-no {

		font-size: 18px !important;
	}

	.school-title h6 {
		font-size: 14px !important;
	}

	/* key features	 */
	.feature-cloud {
		top: 10px;
		width: 220.518px;
		height: 223.37px;
		margin: 0 auto;
	}

	/* testimonial */
	img.pencil-gallery {
		top: 6% !important;
		right: 19% !important;
	}

	.testimonial-flower {
		margin: 0 auto;
	}

	img.features-back {
		position: absolute !important;
		top: 3% !important;
		left: 3px !important;
		width: 60px;
	}

	/* vision mission section */
	.mission-back {
		border-radius: 16px !important;
		margin-bottom: 16%;
	}

	.mission-back img {
		left: 25% !important;
		bottom: -75px !important;

	}

	.prince-sec {
		margin-bottom: 16%;
	}

	.vision-back {
		border-radius: 16px !important;
	}

	.vision-back img {
		left: 22% !important;
	}

	/* news section */
	.news-tab-section {
		margin-bottom: 16%;
	}

	figcaption {
		padding: 10px 20px;
		width: 64% !important;
	}

	.feature-cloud-fac img {
		left: 66ppx !important;
	}
}

/* top menu end */

/*  header College Name */

.header-logo {
	max-width: 140px;
	margin-top: -60px;
	margin-bottom: 40px;
}

.site-header {
	text-align: center;
	padding: 10px;
}

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
}

.header-college-name {
	text-transform: uppercase;
	color: var(--color-primary);
	font-family: "Secular One";
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: 1.08px;
	margin: 0;
}

.head-line {
	color: #012555;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.header-row {
	margin-top: -47px;
}

/* ------- Main Menu ---------------- */
.main-menu-bg {
	background-color: #ffffff;
	/* border-top: 1px solid #2E246D; */
	/* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25); */
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	padding: 12px 10px !important;
	color: #111 !important;
	font-family: Rufina !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
	text-transform: capitalize;
}

.main-menu .dropdown-menu a,
.main-menu .dropdown-item:hover {
	color: black !important;
	background-color: white;
	cursor: pointer;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	color: #000000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {

	color: #f9099a !important;
}


.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: var(--gv-teritory, #F9099A) !important;
	font-weight: 700 !important;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
}

/* pencil image only for ACTIVE nav */
.navbar-dark .navbar-nav .nav-link.active::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
	width: 18px;
	height: 18px;
	background-image: url("../img/nav-pencil.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #cabe76 !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}

nav#main_navbar {
	height: 53px;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
	background-color: var(--color-secondary);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 300px !important;
	position: absolute;
	/* background-color: var(--color-primary); */
}

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #ffffff;
	border: 10px solid #ffffff;
}

#header-carousel .carousel-control-prev,
.carousel-control-next {
	position: relative;
	left: 84% !important;
	top: -100px;
	z-index: 1;
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 4%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 1;
}


.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: none !important;
}

#header-carousel .carousel-control-prev-icon {
	background-image: url(../img/arrow-p.svg);
	width: 35px;
	height: 35px;
	display: none;
}

#header-carousel .carousel-control-next-icon {
	background-image: url(../img/arrow-n.svg);
	width: 35px;
	height: 35px;
	display: none;
}

.banner-slider img {
	background: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}

.carousel-caption p {
	padding-top: 1.125rem;
}

.indicators li {
	list-style: none;
}

.indicators {
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.indicators li {
	background-color: #cbcbcb;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.indicators li.active {
	width: 60px;
	height: 9px;
	border-radius: 30px;
	background: #cbcbcb;
}

.indicators-container {
	display: flex;
	justify-content: start !important;
}

/* news marquee start */

.importantNews-section {
	align-items: center;
	padding: 8px;
	top: -44px;
	position: relative;
	display: flex;
	padding-left: 0;
	height: 36px;
	background: #ffc454 !important;
}

.slider-news a {
	color: #000;
	text-align: center;
	font-family: Calibri;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
}

.marquee-news-heading {
	width: 13%;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 12px;
	margin: 0;
}

.marquee-news-heading::after {
	content: "|";
	margin-left: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.slider-news a {
	color: #333;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.carousel-caption {
	display: flex;
	text-align: start;
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption h5::before {
	content: "";
	width: 40px;
	height: 4px;
	display: inline-block;
	background: #d00000;
	margin: 4px 10px;
}

/*  Home slider end */

/* news marquee start */

.news-heading {
	color: var(--gv-primary, #2E246D);
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.37px;
}

.news-circular {
	/* height: 290px; */
}

.news-date {
	color: #111;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.news-date::first-line {
	color: white !important;
	font-size: 20px !important;
	font-family: var(--font-secondary);
	font-weight: 600 !important;
}

.view-all {
	text-align: -webkit-right;
}

.news-tab-section {

	border: 1px solid #BABABA;
	background: #F5F5F5;
	height: 361px;
}

.news-tab-section .nav-link {
	border-radius: 12px !important;
	border: 1px solid var(--gv-secondry, #5296EF) !important;
	background: #FFF !important;
	color: #333;
	font-family: "Mochiy Pop One" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 22px;
}

.news-tab-section .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 12px;
	background: var(--gv-secondry, #5296EF) !important;
	color: #fff;
}

.news-tab-section .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 12px;
	background: var(--gv-secondry, #5296EF) !important;
	color: #fff;
}

.col-lg-7.news-tab-section .nav-tabs {
	gap: 16px;
	padding-top: 11px;
}

.holder ul li {
	height: 48px;
	margin-left: 20px;
	display: flex;
	color: #111;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: relative;
}

.holder ul li a {
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li::before {
	content: "•";
	position: absolute;
	left: -20px;
	top: 0;
	color: #000;
	font-size: 20px;
	line-height: 1;
}

.holder-news ul li {
	border-radius: 8px;
	border: 1px solid #b2b2b2;
	height: 200px;
	margin: 10px;
	padding: 10px;
	list-style: none;
}

.holder-news {
	width: auto;
	height: 250px !important;
	flex-direction: column;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

/* .holder ul li span {
	color: var(--color-heading);
	font-size: 15px;
} */

.holder-news ul {
	padding: 0;
}

.holder {
	position: relative;
	height: 222px !important;
	left: 0px;
	overflow-y: scroll !important;
	width: 100%;
}

.holder::-webkit-scrollbar {
	margin: 0px 10px;
	width: 5px;
	border-radius: 24px;
	background: #e0e0e0;
}

.holder::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 24px;
	background: #a1a1a1;
}

.holder::-webkit-scrollbar {
	margin: 0px 10px;
	width: 5px;
	border-radius: 24px;
	background: #e0e0e0;
}

.holder::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 24px;
	background: #a1a1a1;
}

/* events */


.myTicker2 ul {
	display: flex;
	position: absolute;
	white-space: nowrap;
}


.events-details img {
	width: 157px;
	height: 100px;
}

figcaption span {
	color: #222;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

figcaption {
	padding: 10px 20px;
	width: 53%;
}

figure p {
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.events-container {
	border-radius: 12px;
	border: 0.5px solid #BABABA;
	width: auto;
	height: 100px;
	margin-bottom: 30px;
}

.events-details figure {
	display: flex;
}

.event-view-btn a {
	color: #555;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

span.event-date.ng-binding {
	background-image: url('../img/event-date-img.svg');
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 77.186px;
	height: 66px;
	position: relative;
	right: 0px;
	top: 15px;
	padding: 16px;
}

/* about-institute */

.about-institute h1 {
	color: #475569;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
}

.about-institute h2 {
	color: #e89800;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
}

.about-institute p {
	color: #333;
	text-align: justify;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.apply-now {
	color: white;
	padding: 12px 24px;
	border-radius: 12px;
	background: #e89800;
	box-shadow: 127px 99px 45px 0px rgba(255, 205, 57, 0),
		81px 64px 41px 0px rgba(255, 205, 57, 0.03),
		46px 36px 35px 0px rgba(255, 205, 57, 0.09),
		20px 16px 26px 0px rgba(255, 205, 57, 0.15),
		5px 4px 14px 0px rgba(255, 205, 57, 0.18);
}

.read-more {
	color: #e89800;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: underline;
	padding: 12px 24px;
	border-radius: 12px;
}

.about-institute {
	position: relative;
	background-image: url(../img/style-circles.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

.about-college-info {
	position: relative;
}

.vision-mission-box {
	display: flex;
	bottom: 100px;
	position: relative;
	justify-content: space-around;
}

.mission-box {
	height: fit-content;
	display: flex;
	width: 302px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 24px;
	background: #f0ebf8;
}

.vision-box {
	height: fit-content;
	border-radius: 24px;
	background: #fff9e6;
	display: flex;
	width: 302px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.mission-box h2 {
	color: #673ab7;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	opacity: 0.3;
}

.mission-box span {
	color: #673ab7;
	font-family: Poppins !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
}

.mission-box p {
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.mission-box a {
	color: #673ab7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration-line: underline;
	float: left;
}

.vision-box h2 {
	color: #e89800;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	opacity: 0.3;
}

.vision-box span {
	color: #e89800;
	font-family: Poppins !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
}

.vision-box p {
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.vision-box a {
	color: #e89800;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration-line: underline;
	float: left;
}

/* department-section */

.department-section {
	background: #fff9e6;
	position: relative;
}

.department-image-container {
	position: relative;
}

.dept-info {
	left: 58%;
	transform: translate(-50%, -50%);
	bottom: -160px;
	position: absolute;
	height: fit-content;
	display: flex;
	width: 253px;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 31px;
	background: #f0ebf8;
}

.dept-info h2 {
	color: #673ab7;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
	opacity: 0.3;
}

/* .dept-info h2::after {
	content: "\"";
	color: #673AB7;
	font-family: 'Inter', sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  } */

.dept-info span {
	margin-top: -36px;
	color: #673ab7;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
}

.dept-info p {
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.dept-info a {
	color: #673ab7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration-line: underline;
	float: left;
}

.about-college-info img {
	border: 4px solid white;
	border-radius: 24px;
	height: 297px;
	width: 60rem;

}

.custom-nav-tabs .custom-nav-link {
	padding: 16px;
	border: none;
	color: #997bcf;
	font-weight: bold;
	background-color: #f0ebf8;
	clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%);
}

.custom-nav-tabs .custom-nav-link.active {
	background-color: #673ab7;
	color: #f0ebf8;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%);
}

.custom-tab-content {
	padding: 20px;
	background-color: #673ab7;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-top: -10px;
}

.contentclass {
	background-color: #f5f0ff;
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contentclass ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.contentclass li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	padding: 8px 12px;
	cursor: pointer;
	filter: drop-shadow(-1px 2px 15px rgba(0, 0, 0, 0.10));
	flex-shrink: 0;
	-webkit-filter: drop-shadow(-1px 2px 15px rgba(0, 0, 0, 0.10));
}

.contentclass li:hover {
	background-color: #eee;
}

.contentclass li::after {
	content: '>';
	color: #502a8d;
	position: absolute;
	right: 25px;
	font-family: 'Poppins';
	font-size: x-large;
}

@media (max-width: 480px) {
	.contentclass ul {
		grid-template-columns: 1fr;
	}
}

.custom-nav-tabs .nav-item {
	flex: 1 !important;
}


/* Placement cell new */
/* Adjust image sizes for responsiveness */
.placement-section img {
	height: 300px;
	width: 300px;
}

@media (min-width: 768px) {
	.placement-section img {
		height: 350px;
		width: 350px;
	}
}

@media (min-width: 992px) {
	.placement-section img {
		height: 400px;
		width: 400px;
	}
}

.placement-section {
	padding-top: 244px;
	position: relative;
	background-image: url(../img/style-circles.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	margin-bottom: 6rem;
	top: 60px;
}

.placement-section img {
	height: 400px;
	width: 400px;
}


.placement-card {
	background-color: #fff;
	box-shadow: 33px 33px 85px rgba(0, 0, 0, 0.3);
	border-radius: 26px;
	padding: 28px;
	text-align: center;
	box-sizing: border-box;
}


.placement-card img {
	max-width: 100%;
	height: auto;
}

.placement-heading {
	text-align: right;
	color: #f68b1f;
	position: relative;
	width: 100%;
	top: -68px;
}

/* .placement-heading::before{
	content: "";
	width: 564px;
	height: 564px;
	flex-shrink: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFE4B0;
	border-radius: 564px;
	position: absolute;
    z-index: 1000;
} */

.placement-heading h2 {
	font-size: 1.0rem;
}

.placement-heading h1 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #f68b1f;
	padding-bottom: 20px;
}

.placement-heading .btn-apply {
	background-color: #f68b1f;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: bold;
}

.placement-heading .btn-apply:hover {
	background-color: #d76b1a;
}

@media (min-width: 768px) {
	.placement-heading {
		text-align: right;
		/* Align to the right for medium screens and above */
		top: -40px;
		right: -30px;
	}
}

@media (min-width: 992px) {
	.placement-heading {
		top: -135px;
		right: -58px;
	}
}

.placement-heading h2 {
	font-size: 1.25rem;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.placement-heading h2 {
		font-size: 1.75rem;
	}
}

.placement-heading .btn-apply {
	background-color: #f68b1f;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1rem;
}

.placement-heading .btn-apply:hover {
	background-color: #d76b1a;
	transform: scale(1.05);
	transition: all 0.3s ease;
}

/* Adjusting padding and layout for small devices */
@media (max-width: 575.98px) {
	.placement-section {
		padding-top: 50px;
		margin-bottom: 2rem;
	}

	.placement-heading {
		text-align: center;
		top: 0;
		right: 0;
		margin-top: 0;
	}

	.placement-card {
		padding: 15px;
		border-radius: 12px;
	}

	.placement-heading h2 {
		font-size: 1.25rem;
	}

	.placement-heading .btn-apply {
		padding: 8px 16px;
		font-size: 0.9rem;
	}
}



/* home page quick links */

.section-back {
	background-color: var(--color-primary);
}

.segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
}

/* home page quick links */

/*  Departments Home Dept */

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

/* Photo Gallery start*/

/* .photo-gallerys-section {
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
  } */
/* .gallery-container {
	position: relative;
	padding: 20px;
  }
  
  .gallery-heading {
	margin-bottom: 20px;
	text-align: center;
  }
  
  .gallery-heading h1 {
	font-size: 2rem;
	color: #333;
	margin-bottom: 10px;
  }
  
  .gallery-heading p {
	font-size: 2.5rem;
	color: #642ea4;
	font-weight: bold;
  }
  
  .explore-btn {
	background-color: #6c63ff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
  }
  
  .explore-btn:hover {
	background-color: #5748d4;
  }
  
  .tabs1 {
	text-align: center;
	margin: 20px 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
  }
  
  .tabs1 a {
	color: #a735c6c9;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	padding: 5px 10px;
	transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  }
  
  .tabs1 a.active {
	color: #733db4;
	border-bottom: 2px solid #9e24ea;
  }
  
  .line {
	display: flex;
	justify-content: center;
	gap: 15px;
  }
  
  .line li {
	list-style: none;
  }
  
  .image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 15px;
	margin-top: 20px;
  }
  
  .image-grid img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	object-fit: cover;
  }
  
  .photo-events {
	margin-top: 20px;
	position: relative;
  }
  
  .photo-gallery {
	position: relative;
  }
  
  .second-grid {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  
  .img-pure {
	height: 300px;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
  }
  
  .img-pure:hover {
	transform: scale(1.05);
  }
   */

.photo-g-tab-btn {
	display: flex;
	justify-content: space-evenly;

}

.photo-g-tab-btn button {
	border: none;
	outline: none;
	background: none;
	color: #997BCF;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	transition: color 0.3s ease, text-decoration 0.3s ease;
}

.photo-g-tab-btn button:hover {
	color: #673AB7;
}

.photo-g-tab-btn button .active {
	color: #673AB7;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
}

.photo-g-tab-btn button.active::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background-color: #673AB7;
	margin: 5px auto 0;
	transition: width 0.3s ease;
}

.photo-g-tab-btn button::after {
	content: "";
	display: block;
	height: 3px;
	width: 0;
	background-color: transparent;
	transition: width 0.3s ease;
}

.photo-g-tab-btn button:hover::after {
	width: 50%;
	background-color: #997BCF;
}

.photo-gallery-headings {
	gap: 20px;
}

.photo-g-heading button {
	border: none;
	outline: none;
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 12px;
	background: #673AB7;
	box-shadow: 139px 109px 50px 0px rgba(103, 58, 183, 0.00), 89px 70px 45px 0px rgba(103, 58, 183, 0.03), 50px 39px 38px 0px rgba(103, 58, 183, 0.09), 22px 17px 28px 0px rgba(103, 58, 183, 0.15), 6px 4px 16px 0px rgba(103, 58, 183, 0.18);
}

.photo-g-heading button a {
	color: white;
	font-weight: 600;
}

.home-photo-gallery-imgs img {
	height: 100%;
	height: 212px;
}

.home-photo-gallery-imgs .row {
	gap: 10px 0px;
}


.home-photo-gallery-imgs {
	top: 10px;
	position: relative;
	padding: 20px;
}

.gallery-grid {
	justify-content: end;
	display: flex;
	gap: 16px;
}

.gallery-grid a {
	text-align: center;
	display: block;
}

.gallery-grid img {
	display: block;
	border-radius: 8px;

}

.gallery-grid img:hover {
	transform: scale(1.05);
	/* Slightly enlarge on hover */

}

.heading-tabs {
	top: -20px;
	position: absolute;
}

.home-photo-gallery {
	background-image: url(../img/Photogallery.png);
}

/* Media query for tablets (max-width: 991px) */
@media (max-width: 991px) {
	.photo-g-tab-btn {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		/* Center tabs on smaller screens */
	}

	.gallery-grid {
		justify-content: center;
		/* Center align gallery items */
	}

	.gallery-grid a {
		flex: 1 1 calc(33.33% - 16px);
		/* 3 columns on medium screens */
		max-width: calc(33.33% - 16px);
	}
}

@media (max-width: 1399px) {
	.feature-cloud-camp img {
		left: 53px;
	}

	.feature-cloud-fac img {
		left: 46px;
	}

	.feature-cloud img {
		bottom: 27%;
		left: 58px;
	}

	figcaption {
		padding: 10px 20px;
		width: 46%;
	}

	.footer-section {
		background-size: cover;
		height: 473px !IMPORTANT;
	}

	.footer-con {
		padding-top: 157px;
		/* margin-top: 30px; */
	}
}

/* Media query for mobile devices (max-width: 767px) */
@media (max-width: 767px) {
	.photo-g-tab-btn {
		flex-direction: column;
		/* Stack tabs vertically */
		align-items: center;
	}

	.photo-g-tab-btn button {
		font-size: 14px;
	}

	.gallery-grid a {
		flex: 1 1 calc(50% - 16px);
		/* 2 columns on small screens */
		max-width: calc(50% - 16px);
	}

	.photo-gallery-headings {
		text-align: center;
		gap: 10px;
	}

	.photo-g-heading h1,
	.photo-g-heading h2 {
		font-size: 18px;
		line-height: 1.2;
	}
}

/* Media query for small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
	.gallery-grid a {
		flex: 1 1 100%;
		/* 1 column on extra small screens */
		max-width: 100%;
	}

	.home-photo-gallery-imgs img {
		height: auto;
		/* Auto height for better scaling */
	}

	.photo-g-heading h1 {
		font-size: 16px;
	}

	.photo-g-heading h2 {
		font-size: 14px;
	}

	.photo-g-tab-btn button {
		font-size: 12px;
	}
}


/* testimonial start */
/* .testimonials-section {
	padding: 60px 30px;
}

.testimonials-title {
	color: #475569;

	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px; 
}

.testimonials-subtitle {
	color: #E89800;

	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; 
}

.join-alumni {
	font-weight: bold;
	font-size: 1rem;
	color: #ff8500;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.join-alumni:hover {
	color: #ff9f1c;
}

.testimonial-card {
	border: none;
	border-radius: 10px;
	background-color:#F0EBF8;
	box-shadow: 389px 410px 158px 0px rgba(118, 118, 118, 0.00), 249px 263px 145px 0px rgba(118, 118, 118, 0.03), 140px 148px 122px 0px rgba(118, 118, 118, 0.09), 62px 66px 90px 0px rgba(118, 118, 118, 0.15), 16px 16px 50px 0px rgba(118, 118, 118, 0.18);
	padding: 20px;
	margin: 20px 0;
}

.testimonial-quote {
	font-size: 1rem;
	line-height: 1.6;
	color: #333333;
}

.testimonial-author {
	font-weight: bold;
	font-size: 1rem;
	color: #333333;
}

.testimonial-details {
	font-size: 0.9rem;
	color: #777777;
}

.profile-pic {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	object-fit: cover;
}
 
.owl-carousel-testimonial .owl-stage {
	margin-right: -80px; 
	padding-right: 80px; 
  } */

.testimonials-section {
	padding: 3rem 1rem;
	border-radius: 20px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background-image: url(../img/stylecircle.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.section-title {
	font-size: 24px;
	color: #f78e1e;
	font-weight: bold;
}

.section-subtitle {
	font-size: 32px;
	color: #ff9f3a;
	font-weight: 600;
}

.join-alumni-link {
	font-size: 18px;
	color: #f78e1e;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: color 0.3s ease-in-out;
}

.join-alumni-link:hover {
	color: #e67600;
}

.testimonial-card {
	background-color: #fefeff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	margin: 0 15px;
	border: none;
	border-radius: 10px;
	background-color: #F0EBF8;
	padding: 20px;
	margin: 20px 0;
}

.testimonial-text p {
	color: #333;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.369px;
}

.testimonial-text .quote {
	font-size: 32px;
	color: #ff9f3a;
	vertical-align: top;
}

.testimonial-profile {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.profile-img {
	border-radius: 50%;
	width: 50px !important;
	height: 50px;
	margin-right: 15px;
}

.testimonial-profile h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0;
}

.testimonial-profile p {
	font-size: 14px;
	color: #666666;
	margin: 2px 0;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	/* padding-left: 17px !important; */
	-moz-backface-visibility: hidden;
}

.testi-name.ng-binding {
	color: var(--gv-eight, #EE7C00);
	font-family: "Mochiy Pop One";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.85px;
}

p.mb-0.testi-relation.ng-binding {
	color: #222;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.15px;
}

/* testimonial end  */
/* contact start */

.get-directions {
	border-radius: 10px;
	top: 70%;
	transform: translate(7%, -50%);
	right: -43px;
	position: absolute;
	max-width: fit-content;

}

/* .get-directions a {
		position: relative;
		color: white;
		text-decoration: none;
		font-size: 11px !important;
		top: 38px;
		right: -28px;
} */

.left-side {
	position: relative;
	left: 0px;
	/* background-image: url(../img/Rectangle 4163 (2).svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* z-index: 1000; */
	/* padding: 20px;*/
}

/* .firstcolumn{
	top: -100px;
    position: relative;
    left: -80px;
	line-height: 50px;
} */
.firstcolumn {
	top: -100px;
	position: relative;
	/* height: 323px; */
	/* width: 416px; */
	left: -65px;
	line-height: 50px;
}

/* .footer-section{
	position: relative;
} */

.firstset {
	position: relative;
	/* top: -300px; */
	/* z-index: revert-layer; */
	display: inline-flex;
}

.firstset::before {
	content: url("../img/Rectangle 4163 (2).svg");
	position: absolute;
	left: 0;
	left: -130px;
	top: -213px;
}

.firstcolumn img {
	display: block;
	margin: 0 auto 15px;
	/* Center the logo and add bottom spacing */
	max-width: 150px;
	/* Restrict the image size */
}

/* .footer-section::before{
    content: url("../img/Wave.svg");
	position: absolute;
    bottom: 0px;
	top: 250px;
} */

/* .get-directions{
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	position: absolute;
    left: 378px;
    top: 222px;
    z-index: 1;
	color: #FFF;
} */

/* contact end  */
/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
	/* margin-top: -125px; */
	margin-bottom: 14px;
}

.footer-section {
	background-image: url("../img/footer-img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* padding: 82px 0px; */
	height: 522px;
}

.right-res p,
.right-res a,
.right-res span {
	color: var(--color-primary);
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #FFF;
	font-family: Inter !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
}

.footer-con {
	padding-top: 189px;
	/* margin-top: 30px; */
}

.foot-quick h2 {
	color: var(--gv-eight, #EE7C00) !important;
	font-family: "Mochiy Pop One";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.f-foots {
	justify-content: start;
	align-items: flex-start !important;
	gap: 20px;
	margin-bottom: 20px;
}



.right-res p a {
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}

.foot-time {
	color: var(--sahyadri-ternory, #FFC500) !important;
	font-family: "Mochiy Pop One";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.footer-section h2,
.footer-section h3 {
	color: var(--gv-forth, #35FF12);
	font-family: "Mochiy Pop One";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a.email {
	text-decoration: none;
	text-transform: none;
}

.footer-section a:hover {
	color: white;
}

.social-icon .twitter img {
	filter: invert(1) grayscale(100);
	-webkit-text-stroke: 0.9px;
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

/* Footer section end */


/* breadcrumb */
.bred-img {
	background-image: url("../img/gvps-bred.png");
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: var(--color-primary) !important; */
}


.bred-head {
	text-align: center;
	padding-top: 33px;
	margin-bottom: 0px;
	color: #FFF;
	font-family: "Mochiy Pop P One";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
	color: white;
}

.breadcrumb li a {
	text-decoration: underline;
	color: #FFF;
	font-family: "Libre Baskerville" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb-item.active {
	text-decoration: underline;
	color: #FFF;
	font-family: "Libre Baskerville" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

/* -End breadcrumb- */

/* ------------------------Inner Page Style- -----------------------*/

/*----- About Section start ---------*/

.about-section {
	padding: 80px 20px;
	display: flex;
	justify-content: center;
}

.about-container {
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	gap: 30px;
	/* Space between image and text */
}

/* Image Side (Left) */
.image-side {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}


.main-img {
	position: relative;
	z-index: 2;
	/* Shape chya var image */
	width: 100%;
	max-width: 450px;
	height: auto;
	display: block;
}

/* Content Side (Right) */
.content-side {
	flex: 1.2;
}

.school-info {
	background: #fff;
	padding: 20px 0;
}

.school-info h2 {
	font-size: 2.5rem;
	color: #1a237e;
	margin-bottom: 10px;
}

.school-info span {
	color: #666;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 20px;
}

.description p {
	line-height: 1.8;
	color: #444;
	text-align: justify !important;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

.highlight {
	font-weight: bold;
	color: #d32f2f;
}

/* Mobile Responsive */
@media (max-width: 992px) {
	.about-container {
		flex-direction: column;
		text-align: center;
	}

	.description p {
		text-align: center;
	}

	.bg-shape {
		width: 90%;
	}
}



/* --- Precise Icon Positioning --- */
.gvps-icon {
	position: absolute;
	height: 50px;
	width: auto;
	z-index: 5;
}

/* Top Icons - Corrected to be neatly placed */
.icon-1 {
	top: 620px;
	left: 10%;
}

.icon-2 {
	top: 550px;
	left: 48%;
	transform: translateX(-50%);
}

.icon-3 {
	top: 560px;
	right: 14%;
	height: 50px;
}

/* Bottom Icons - Corrected to be neatly placed */
.icon-4 {
	bottom: 700px;
	left: 5%;
	height: 80px;
}

.icon-5 {
	bottom: 550px;
	left: 35%;
}

.icon-6 {
	bottom: 550px;
	left: 90%;
}

.icon-7 {
	bottom: 620px;
	right: 35%;
	height: 50px;
}

.icon-8 {
	bottom: 1035px;
	right: 812px;
	height: 50px;
}


/* ------------About Section end------------- */







/* --------------- Updated GVPS vission mission start --- */
.gvps-vm-section {
	width: 100%;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.gvps-vm-row {
	display: flex;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}

.gvps-vm-row::-webkit-scrollbar {
	display: none;
}

/* --- 1. VISION CARD --- */
.gvps-vision-row {
	justify-content: flex-end;
}

.gvps-vision-card {
	background-image: url('https://whitecodesystems.com/staging/gvps/uploads/Rectangle-23040.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 75%;
	min-height: 200px;
	display: flex;
	align-items: center;
	padding: 0 60px;
	margin-right: 0;
	flex-shrink: 0;
	min-width: 800px;
}

.gvps-vision-card .gvps-text-area p {
	color: #000156 !important;
}

/* --- 2. MISSION CARD --- */
.gvps-mission-row {
	justify-content: flex-start;
}

.gvps-mission-card {
	background-image: url('https://whitecodesystems.com/staging/gvps/uploads/Union.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 75%;
	min-height: 200px;
	display: flex;
	align-items: center;
	padding: 0 60px;
	color: #9C0F32;
	margin-left: 0;
	flex-shrink: 0;
	min-width: 800px;
}

.gvps-mission-card .gvps-text-area p {
	color: #CE1E4A !important;
}


.gvps-content-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

/* Logo Styling */
.gvps-vision-logo,
.gvps-mission-logo {
	width: 110px;
	height: auto;
	flex-shrink: 0;
	position: relative;
}

.gvps-vision-logo {
	right: 20px;
}

.gvps-mission-logo {
	left: 20px;
}

.gvps-text-area {
	flex: 1;
	padding: 0 40px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
}

.gvps-label-bg {
	font-size: 35px;
	font-weight: 900;
	opacity: 0.15;
	letter-spacing: 5px;
	flex-shrink: 0;
	user-select: none;
}

.gvps-vision-label {
	margin-right: 20px;
}

.gvps-mission-label {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.gvps-vm-section {
		padding: 30px 0;
	}
}

/* --------------- Updated GVPS vission mission End --- */

/* Principal Data Start */

/* Main Background Container */
.main-container {
	background-color: #8DCAF3;
	padding: 2px;
	border-radius: 15px;
	max-width: 1400px;
	margin: 50px auto;
}

.content-wrapper {
	background: white;
	border-radius: 12px;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* --- Cloud Animation --- */
.principal-bg-cloud {
	position: absolute;
	color: rgba(141, 202, 243, 0.8);
	font-size: 60px;
	z-index: 1;
	animation: principalMoveClouds 15s linear infinite;
	pointer-events: none;
}

@keyframes principalMoveClouds {
	from {
		transform: translateX(-100px);
	}

	to {
		transform: translateX(1100px);
	}
}

/* LEFT SIDE */
.left-box {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-right: 20px;
	position: relative;
	z-index: 3;
}

/* PRINCIPAL IMAGE STYLING */
.Principal {
	width: 100%;
	border-radius: 8px;
	display: block;
	margin-bottom: 20px;
	/* Image & Name-box distance */
}


.principal-photo {
	width: 100%;
	max-width: 280px;
	height: auto;
	border-radius: 12px;
	display: block;
	margin: 0 auto 20px auto;
	object-fit: cover;

}



.name-box {
	background-color: #FEB1ED;
	color: #9C0F32;
	padding: 23px;
	border-radius: 15px;
	border-left: 8px solid #CE1E4A;
	text-align: center;
	font-weight: bold;
}

/* RIGHT SIDE SCROLLABLE */
.right-box {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 30px;
    /* border-left: 2px solid #4432B5; */
    height: 712px;
    /* overflow-y: scroll; */
    position: relative;
    z-index: 3;
    -ms-overflow-style: none;
    /* scrollbar-width: none; */
}

.right-box::-webkit-scrollbar {
	display: none;
}

.title-text {
	color: #4432B5;
	font-weight: 800;
	position: sticky;
	top: 0;
	background: white;
	padding-bottom: 10px;
	z-index: 5;
}

.description p {
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 17px;
	color: #333;
}

@media (max-width: 768px) {
	.content-wrapper {
		flex-direction: column;
	}

	.left-box,
	.right-box {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}

	.right-box {
		border-left: none;
		border-top: 4px solid #4432B5;
		margin-top: 25px;
		padding-top: 20px;
		height: auto;
		overflow: visible;
	}
}

/* Principal Data End */


/* --- GVPS Table Section Design Start --- */
.gvps-section {
	padding: 0px 0;

}

.gvps-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.gvps-responsive-table {
	overflow-x: auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 1, 86, 0.1);
	-webkit-overflow-scrolling: touch;
}

.gvps-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 500px;
	/* Ensures no spacing between cells */
	border-spacing: 0;
}

/* Header Styling */
.gvps-table thead th {
	background-color: #000156;
	color: #ffffff;
	padding: 14px 12px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	/* Vertical white lines between headers */
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.gvps-table thead th:last-child {
	border-right: none;
}

/* --- Icon Image Styling --- */

.gvps-icon-img {
	width: 30px;
	/* Adjust icon size here */
	height: 30px;
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
}


/* Body Cell Styling */
.gvps-table tbody td {
	padding: 10px 12px;
	color: #333;
	font-size: 14px;
	background-color: #ffffff;
	/* Cells stay white */
	border-bottom: 1px solid #000156;
	border-right: 1px solid #000156;
}

/* Remove double borders on the right and bottom */
.gvps-table tbody td:last-child {
	border-right: none;
}

.gvps-table tbody tr:last-child td {
	border-bottom: none;
}

/* Alternate Row Colors */
.gvps-table tbody tr:nth-child(even) td {
	background-color: #f9faff;
}

/* Hover effect */
.gvps-table tbody tr:hover td {
	background-color: #edf2ff;
}

.gvps-sr-no {
	font-weight: normal;
	color: #000156;
	text-align: center;
}

/* --- View Button: GVPL Style --- */
.gvps-btn-view {
	display: inline-block;
	padding: 4px 15px;
	background-color: #FF681C;
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	border-radius: 3px;
	border: 1.5px solid #000156;
	transition: 0.2s;
	box-shadow: 2px 2px 0px #000156;
}

.gvps-btn-view:hover {
	background-color: #000156;
	color: #FF681C;
	transform: translate(-1px, -1px);
	box-shadow: 3px 3px 0px #FF681C;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 600px) {

	.gvps-table thead th,
	.gvps-table tbody td {
		padding: 8px;
		font-size: 12px;
	}
}

/* --- GVPS Table Section Design End --- */





/* --- GVPS Tab start --- */
.tab-icon-img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	filter: invert(13%) sepia(35%) saturate(4854%) hue-rotate(235deg) brightness(92%) contrast(91%);
}

/* --- DESKTOP STYLING --- */
@media (min-width: 768px) {
	.mobile-accordion-header {
		display: none !important;
	}

	.gvps-tab .tabs-container {
		display: flex;
		gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.gvps-tab .nav-tabs {
		flex-direction: column;
		border: none;
		width: 280px;
		display: flex !important;
	}

	.gvps-tab .nav-tabs .nav-link {
		display: flex;
		align-items: center;
		width: 100%;
		border: 1.5px solid #2E246D !important;
		border-radius: 50px !important;
		margin-bottom: 8px !important;
		padding: 10px 20px !important;
		color: #444444;
		font-weight: 600;
		background: #fff;
		border-left: 6px solid #F13499 !important;
		position: relative;
		transition: all 0.3s ease;
	}

	/* Desktop Hover Effect */
	.gvps-tab .nav-tabs .nav-link:hover {
		background-color: #8DCAF3 !important;
		transform: translateX(10px);
		color: #2E246D !important;
	}

	.gvps-tab .nav-tabs .nav-link.active {
		background-color: #2E246D !important;
		color: #fff !important;
		transform: translateX(10px);
	}

	.gvps-tab .nav-tabs .nav-link.active .tab-icon-img {
		filter: brightness(0) invert(1);
	}

	.gvps-tab .nav-tabs .nav-link.active::after {
		content: '➜';
		position: absolute;
		right: 15px;
		color: #F13499;
	}

	.gvps-tab .tab-content {
		flex: 1;
		padding: 40px;
		background: #fff;
		border-radius: 30px;
		box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
		min-height: 550px;
		position: relative;
		overflow: hidden;
		border: 1px solid #eee;
	}

	.gvps-tab .tab-content::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 220px;
		height: 220px;
		background: radial-gradient(circle, rgba(141, 202, 243, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
		border-radius: 50%;
		z-index: 0;
	}

	.gvps-tab .tab-pane {
		position: relative;
		z-index: 1;
		display: none;
	}

	.gvps-tab .tab-pane.active {
		display: block !important;
	}
}

/* --- MOBILE STYLING (Fixed Display Issue) --- */
@media (max-width: 767.98px) {
	.gvps-tab .nav-tabs {
		display: none !important;
	}

	/*--------Mobile tab show----- */
	.gvps-tab .tab-pane {
		display: block !important;
		opacity: 1 !important;
		margin-bottom: 10px;
	}

	.mobile-accordion-header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		padding: 12px 15px !important;
		background-color: #fff;
		border: 1.5px solid #2E246D;
		border-left: 6px solid #F13499;
		color: #444444;
		font-weight: 600;
		border-radius: 8px;
		text-decoration: none;
	}

	.mobile-accordion-header:not(.collapsed) {
		background-color: #8DCAF3 !important;
	}

	.mobile-accordion-header::after {
		content: '▼';
		font-size: 12px;
		color: #F13499;
		transition: 0.3s;
	}

	.mobile-accordion-header:not(.collapsed)::after {
		transform: rotate(180deg);
	}

	.collapse-content {
		padding: 20px;
		background: #fff;
		border: 1px solid #2E246D;
		border-top: none;
		border-radius: 0 0 10px 10px;
		margin-bottom: 5px;
	}

	.collapse:not(.show) {
		display: none;
	}
}

.gvps-tab hr {
	border-top: 3px solid #F13499;
	opacity: 1;
	width: 60px;
	margin-bottom: 20px;
}


/* --- GVPS Tab End---- */

/* Infographic carasoul start */

/* Infographic Box Style - Forced Static Height */
.gvps-carousel {
	position: relative;
	padding: 0px;
	/* Colorful gradient border */
	border: 4px solid transparent;
	border-image: linear-gradient(to right, #ff7e5f, #feb47b, #86a8e7, #91ead4);
	border-image-slice: 1;
	background: #fff;
	/* Important to keep decorations visible outside the box */
	overflow: visible;
}

/* Adding decorative elements (flowers/butterflies) to corners */
.gvps-carousel::before {
	content: '🌸';
	position: absolute;
	top: -25px;
	/* Position outside the top-left corner */
	left: -20px;
	font-size: 2rem;
	z-index: 10;
}

.gvps-carousel::after {
	content: '🦋';
	position: absolute;
	bottom: -25px;
	/* Position outside the bottom-right corner */
	right: -20px;
	font-size: 2rem;
	z-index: 10;
}

/* Force static height for the carousel structure */
.gvps-carousel .carousel,
.gvps-carousel .carousel-inner,
.gvps-carousel .carousel-item {
	height: 360px !important;
	/* Fixed height for consistency */
	margin: 0;
}

/* Ensure images fill the static container */
.gvps-carousel .carousel-item img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	/* Images fill container without stretching */
}

/* Highlight box style */
.gvps-highlight {
	background-color: #fce4ec;
	border-left: 4px solid #ad1457;
	padding: 10px;
	font-weight: bold;
	color: #880e4f;
}

/* Infographic carasoul End */

/*----- gvps-pdf Section Start --------*/
.gvps-pdf {
	padding: 10px 0;
	background: #fdfdfd;
}

.pdf-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 12px 18px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 2px solid transparent;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none !important;
	border-left: 6px solid transparent;
}

.pdf-card::before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.15;
	transition: 0.5s ease;
}

.pdf-card:hover {
	transform: translateX(10px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pdf-card:hover::before {
	width: 180px;
	height: 180px;
}

.icon-box {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}

.icon-box img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.card-text {
	color: #2E246D;
	font-weight: 700;
	margin: 0;
	font-size: 1.2rem;
	flex-grow: 1;
	text-align: left;
	padding-right: 10px;
}

.btn-premium {
	background: #2E246D;
	color: white !important;
	padding: 10px 20px;
	border-radius: 8px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 12px;
	transition: 0.3s;
	white-space: nowrap;
}

.btn-premium:hover {
	background: #5296EF;
}

/* Colors Logic */
.card-red {
	border-color: #CE1E4A;
}

.card-red::before {
	background: #CE1E4A;
}

.card-green {
	border-color: #019541;
}

.card-green::before {
	background: #019541;
}

.card-orange {
	border-color: #EE7C00;
}

.card-orange::before {
	background: #EE7C00;
}

.card-blue {
	border-color: #5296EF;
}

.card-blue::before {
	background: #5296EF;
}

/*----- gvps-pdf Section End --------*/


/*----- gvps Inner Images CSS--------*/


.blob-frame {
	border: 2px solid #000;
	border-radius: 56% 44% 71% 29% / 50% 56% 44% 50%;
	overflow: hidden;
	transition: all 0.5s ease;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.blob-frame:hover {
	border-radius: 44% 56% 29% 71% / 56% 44% 50% 50%;
	transform: scale(1.02);
}

/*----- gvps Inner Images CSS--------*/


/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */



/* Styles added by Shruti J */
.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #ececec;
	border-color: #d9d9d9;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
}

.content-holder {
	background: white;
	padding: 0 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	background-color: var(--color-primary);
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border: 1px solid #06406570;
	border-radius: 0;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-secondary);
	color: white;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #0b0a0a;
}



@media (max-width: 575px) {
	.owl-nav .owl-next {
		margin-left: 2px !important;
	}

	.owl-prev {
		padding-left: 23px;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
	transform: translateY(30px);
}

.firstImageForCollegeNews:after {
	display: block;
	content: "View Paper";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
	transform: translateY(30px);
}

.first-image:hover:after {
	transform: translateY(30px);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}

.main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}

.inner-category-gallery {
	border-bottom: 2px solid;
}

.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}

.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

/* Department start css */
.newspannel {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: var(--mainColor);
	font-weight: 600 !important;
}

.newspanneltext {
	color: #babcc0;
	font-size: 16px;
	padding-right: 15px;
	font-weight: 400;
	margin: auto;
}

#newstext {
	font-size: 17px;
	margin: 0px;
}

.shareicon {
	text-align: right;
}

.bred-pos {
	margin-top: -125px !important;
}

#clickhere {
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.goToSection {
	border: 1px solid;
}

.goToSectionmenu a {
	font-size: 22px;
	color: black;
	font-weight: 400 !important;
	padding: 0.75rem 1.5rem;
	margin: 0px;
	background-color: white;
}

.SectionmenuView {
	border-radius: 0px 0px 10px 10px;
	padding: 13px;
	background-color: white;
}

.goToSectionmenu a:hover {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.goToSectionmenu .dropdown-item.active {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.new-ui-margin {
	padding: 15px;
	border-bottom: 2px solid #cacaca;
}

.goToSectionmenu h4 {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: black;
	font-weight: 600 !important;
	padding: 0.75rem 1.5rem;

}

.categoriesmanu {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.newslist {
	padding: 10px 5px 5px 13px;
}

.category {
	width: 100%;
	padding: 3px;
	border-radius: 4px;
	margin: 3px;
	background-color: #ebebeb;
	font-size: 16.5px !important;
}

.quick-head-back {
	/* background-color: var(--color-primary); */
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px !important;
	font-size: 20px !important;
	/* color: #fff; */
	border-radius: 10px 10px 0px 0px;

}

/* Department End css */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	transition: 0.3s;
	color: #FFF;
	font-family: Inter !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	color: #ee7c00;
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	.view-all a {
		margin-top: -2em;
	}

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		padding-bottom: 25px;
	}

	.header-logo {
		margin-top: 0px !important;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}

	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: -61px !important;
	}

	.site-header img.logo {
		width: 100px;
	}

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}

	.top-bar {
		display: none;
	}

	.header-content {
		gap: 0px !important;
	}
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -22px !important;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 30px !important;
		padding-left: 6px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
}

/* home news & event */
/* .news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: none;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

/* home news & event */
/* home news & event */
.news-events .news-notice-view a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--main-color);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-height: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: #110069;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #110069;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff !important;
}

a.view-event-link {
	color: white !important;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
	text-align: end;
	margin-top: 18px;
	margin-left: 14px;
}

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}

.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

.view-all-event a:hover {
	text-decoration: none;
}

.event-div {
	background-color: white;
}

.event-div .btn-news {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
}

.event-div .btn-news-down {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
	margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: var(--color-primary);
	color: #fff;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #ff9f2a;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* home news & event */

.quick-inner-top {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	/* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
	/* background-color: #fff; /* Background color of the fixed section */
	/* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
	text-align: center;
}

.events-readmore {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.header-chat {
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}

.header-chat h3 {
	margin: 0 0 10px;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar {
	position: relative;
}

.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}

a.informasi:hover {
	background: #f1f1f1;
}

.info-chat span {
	display: block;
}

#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

#get-label,
#get-nama {
	color: #fff;
}

div#admission {
	z-index: 1043;
}

span.my-number {
	display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}

a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}

input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;

	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}

#get-number {
	display: none;
}

a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}

	15% {
		background-color: rgb(17, 17, 17);
	}

	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}

	25% {
		background-color: rgb(17, 17, 17);
	}

	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}

	35% {
		background-color: rgb(17, 17, 17);
	}

	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}

@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}

@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}

/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;

	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
		/* background-image: url('assets/images/whatsaap-bg.png'); */
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);

	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}

.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	/* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
	width: 34px;
	height: 34px;
	margin-bottom: 2%;
	background: #110069;
	border: 2px solid #110069;
	color: #ccc;
	z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fdbd0f;
	border: 2px solid #fdbd0f;
	color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.section-program {
	padding: 30px 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

.admission-form-header {
	color: #000;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom: 10px;
}

.modal-enquiryForm-section label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.modal-enquiryForm-section label em {
	margin-bottom: 10px;
	color: #ff0000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.otp-linkHolder {
	display: flex;
	justify-content: center;
	gap: 7px;
	vertical-align: middle;
	align-items: center;
}

.otp-linkHolder a {
	text-decoration: underline;
}

.msg-OTPsent {
	display: block;
	color: black;
	font-size: 14px !important;
	margin-bottom: 15px;
	font-style: italic;
}

.email-id-group {
	margin: 0 auto;
	display: flow;
	text-align: center;
}

.email-varify-btn {
	color: #000000;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 144px;
	height: 45px;
	border-radius: 40px;
	border: 1.333px solid #f1efff;
	background: var(--Neutral-Colors-White, #fff);
	box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
	font-size: 14px;
	appearance: auto;
}

.adhar-input {
	padding: 6px;
}

.education-form-header {
	color: #460b2f;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.admission-section h6 {
	color: var(--gv-teritory, #F9099A);
	font-family: Cairo !important;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.37px;
}

.admission-section h3 {
	color: var(--gv-primary, #2E246D);
	font-family: Cairo !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.37px;
}

.form-control {
	display: block;
	padding: 0.475rem 0.75rem;
	background-clip: padding-box;
	border-radius: 4px;
	width: 100%;
	height: 30px;
	margin-bottom: 14px;
}

.form-control::placeholder {
	color: var(--gv-primary, #2E246D);
	font-family: Cairo !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.37px;
}

.admission-enquiryForm-header {
	color: #110069;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-count {
	margin: 0;
	color: white;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-titel {
	font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #000;
}

.email.varification.image {
	width: 300px;
}

.email-id-group .form-group .form-control {
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
	color: #ffffff;
	background-color: #110069 !important;
	border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
	color: #110069 !important;
	background-color: #fdbd0f !important;
	border-color: #ffffff !important;
}

.btn-secondary {
	color: #ffffff !important;
	background-color: #110069 !important;
	border-color: #ffffff !important;
}

.form-control:focus {
	color: #525368;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
	color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
	color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
	color: #fff;
}

.verify-mail-box {
	margin: 0 auto;
	width: 400px;
}

.search-container {
	position: relative;
	display: inline-block;
}

.search-input {
	width: 200px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 37px;
	right: -2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background-color: white;
}

.search-icon {
	cursor: pointer;
	font-size: 22px;
	color: #555;
	transition: color 0.3s ease;
	top: 6px;
	right: -8px;
	position: inherit;
}

.search-icon:hover {
	color: #000;
}

.fac-coll {
	padding: 0px;
	text-align: center;
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f1f1f1;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 18px;
}

.button-css {
	position: relative;
	height: 0px;
	width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background-color: transparent;
	border: none;
	top: 47px;
	left: 15px;
}

.staff-details-goback {
	height: 45px;
	width: auto;
	position: relative;
}

/* Skeleton Loader Container */
.skeleton-loader {
	/* background-color: #f0f0f0; */
	border-radius: 4px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}

/* Individual skeleton blocks (title, content) */
.skeleton-title,
.skeleton-content {
	background-color: #e0e0e0;
	background-image: linear-gradient(90deg,
			#e0e0e0 25%,
			#f0f0f0 50%,
			#e0e0e0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 4px;
}

.skeleton-title {
	height: 20px;
	width: 60%;
	margin-bottom: 15px;
}

.skeleton-content {
	height: 15px;
	width: 100%;
	margin-bottom: 10px;
}

/* Shimmer Animation */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.skeleton-loader:empty {
	display: block;
	background-color: #bdc3c7 !important;
	border-color: #bdc3c7 !important;
	animation-name: skeletonAnimation;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.skeleton-loader:empty.others {
	height: 200px;
}

.skeleton-loader:empty.prod-name {
	height: 20px;
}

.skeleton-loader:empty.prod-description {
	width: 80%;
	height: calc(100% - 30px);
}

@keyframes skeletonAnimation {
	0% {
		opacity: 0.8;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.8;
	}
}

/*From here the styles are for demo purpose only*/
.wrapper {
	margin: auto;
	display: flex;
	width: 80%;
	padding: 0 30px;
	border-radius: 6px;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 18px -1px #2e2e2e;
	font-family: "Open Sans", sans-serif;
	flex-wrap: wrap;
}

.wrapper .row {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wrapper .row .prod-img {
	border: 1px solid lightgray;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.wrapper .row .details {
	width: calc(100% - 95px);
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.wrapper .row .details .prod-name {
	width: 100%;
}

.wrapper .row .others {
	width: 30%;
	margin-top: 30px;
}

.wc-footer-img {
	padding: 30px;
	height: 100%;
	top: -116px;
	left: -70px;
	position: absolute;
	background: url(../img/Rectangle\ 4163\ \(2\).svg);
	background-repeat: no-repeat;

}

.wc-footer {
	background-color: #FFE4B0;
	position: relative;
}

.address-box {
	margin-left: 100px;
}

.linkone {
	color: black !important;
}

.tynmce-css {
	padding: 29px 25px 10px 10px;
}

.testimonal-card {
	height: 353px;
}

.birthday-card {
	background: url("bdaycard-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	font-family: 'Segoe UI', sans-serif;
	position: relative;
}


.card-header {
	background: #666;
	color: white;
	padding: 10px 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.card-body {
	padding: 20px;
	top: 30px;
	position: relative;
	text-align: center;
	background: #f8f8f8 url('birthday-text.png') no-repeat center/cover;

}

.greeting-image {
	margin: 0;
	padding: 0;
}



.school-name {
	font-weight: bold;
	color: #a10000;
	font-size: 18px;
	margin-top: 60px;
	text-decoration: underline;
}

.wish-text {
	margin: 10px 0;
	font-size: 14px;
	color: #555;
}

.student-name {
	background: none;
	color: #c96330;
	/* similar rich violet tone */
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	font-family: 'Great Vibes', cursive;
}





.student-class {
	font-size: 14px;
	color: #333;
}

.student-image {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.student-image img {
	/* border-radius: 50%;               /* Slightly bigger for better view */
	/* height: 120px; */
	object-fit: cover;
	/* Ensures the face fits well */
	border: 3px solid #fff;
	/* White border for a clean look */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* Soft shadow */
	background-color: #fff;
}


.quote-text {
	font-style: italic;
	margin-top: 15px;
	font-size: 13px;
	color: #444;
	padding: 0 10px;
}

.navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.nav-btn {
	background: #fff;
	border: 1px solid #999;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
}

/* 
.confetti-left,
.confetti-right,
.cake-icon {
	font-size: 20px;
	position: absolute;
}



.confetti-left {
	top: 10px;
	left: 10px;
}

.confetti-right {
	top: 10px;
	right: 10px;
}

.cake-icon {
	bottom: 15px;
	right: 20px;
}  */

/* Birthday card animation */
/* Position the emojis */
/* Common confetti styling */
.cardd-body {
	position: relative;
	padding: 1.5rem;
	background: #fffaf0;
	border-radius: 10px;
}

/* Confetti styles */
.confetti-left,
.confetti-right {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 2rem;
	z-index: 10;
	line-height: 1;
	/* ✅ ensures consistent vertical alignment */
}


.confetti-left {
	left: 10px;
}

.confetti-right {
	right: 10px;
}

/* Clean spacing and text styling */
.school-name {
	font-weight: bold;
	color: #d32f2f;
}

.wish-text {
	font-size: 1.1rem;
	color: #555;
}

.student-name {
	font-weight: 600;
}

.student-class {
	color: #777;
}

.quote-text {
	font-style: italic;
	color: #666;
}

/* Animation keyframes */
@keyframes burst-left {
	0% {
		transform: translateY(-50%) translate(0, 0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateY(-50%) translate(100px, -50px) scale(2);
		opacity: 0;
	}
}

@keyframes burst-right {
	0% {
		transform: translateY(-50%) translate(0, 0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateY(-50%) translate(-100px, -50px) scale(2);
		opacity: 0;
	}
}

/* When animation starts */
.confetti-left.confetti-animate {
	animation: burst-left 1s ease-out;
	opacity: 1;
}

.confetti-right.confetti-animate {
	animation: burst-right 1s ease-out;
	opacity: 1;
}

.cake-rise-emoji {
	font-size: 60px;
	position: absolute;
	top: 85%;
	/* push below the text image */
	left: 50%;
	transform: translateX(-50%) scale(0.5);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}



.cake-rise-animate {
	animation: cake-rise 1.5s ease-in-out forwards;
}

@keyframes cake-rise {
	0% {
		transform: translateX(-50%) translateY(20px) scale(0.3) rotate(-10deg);
		opacity: 0;
	}

	50% {
		transform: translateX(-50%) translateY(-10px) scale(1.3) rotate(10deg);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-20px) scale(1) rotate(0deg);
		opacity: 1;
	}
}

.party-emoji {
	position: absolute;
	font-size: 30px;
	z-index: 5;
	animation: confetti-burst 2s ease-out forwards;
	pointer-events: none;
	opacity: 0;
}

.confetti-animate {
	animation: confetti-burst 2s ease-out forwards;
}

@keyframes confetti-burst {
	0% {
		opacity: 0;
		transform: translateY(20px) scale(0.3) rotate(0deg);
	}

	50% {
		opacity: 1;
		transform: translateY(-10px) scale(1.3) rotate(15deg);
	}

	100% {
		opacity: 1;
		transform: translateY(0px) scale(1) rotate(0deg);
	}
}

.fa-chevron-right:before {
	content: "\f054";
	position: relative;
	margin-right: 107px;
}

.fa-chevron-left:before {
	content: "\f053";
	position: relative;
	margin-left: 100px;
}




/* Privacy modal improvements */
.privacy-modal .modal-content.privacy-modal-content {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(3, 37, 71, 0.12);
	overflow: hidden;
	border: 0;
}

.privacy-modal-header {
	background: var(--color-primary);
	color: #fff;
	padding: 14px 20px;
	border-bottom: 0;
}

.privacy-modal-header .modal-title {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0;
}

.privacy-modal-body {
	padding: 20px;
	max-height: 68vh;
	/* keep same as earlier but via CSS */
	overflow-y: auto;
	color: #333;
	background: #fff;
	line-height: 1.5;
}

.privacy-modal-body h6 {
	margin-top: 0.6rem;
	margin-bottom: 0.35rem;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 0.98rem;
}

.privacy-modal-body p {
	margin-bottom: 0.9rem;
	color: #444;
	font-size: 0.95rem;
}

.privacy-modal-footer {
	padding: 12px 20px;
	background: #f8f9fa;
	border-top: 0;
}

/* small screens */
@media (max-width: 576px) {
	.privacy-modal .modal-dialog {
		margin: 8px;
	}

	.privacy-modal-body {
		padding: 14px;
		max-height: 60vh;
	}

	.privacy-modal-header .modal-title {
		font-size: 1rem;
	}
}

.modal .modal-content {
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(3, 37, 71, 0.14);
	overflow: hidden;
	border: 0;
}

/* header */
.modal .modal-header.modal-header-custom {
	background: var(--color-primary);
	color: #fff;
	padding: 14px 18px;
	border-bottom: 0;
	align-items: center;
}

.modal .modal-header.modal-header-custom .modal-title {
	font-weight: 700;
	font-size: 1.05rem;
	margin: 0;
}

/* white close button */
.btn-close-white {
	filter: brightness(0) invert(1);
	opacity: 0.95;
	width: 1.5rem;
	height: 1.5rem;
}

/* body */
.modal .modal-body {
	padding: 20px;
	max-height: 70vh;
	overflow-y: auto;
	background: #fff;
	color: #222;
	line-height: 1.5;
}

/* QR container */
.qr-code-container {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.qr-code-container img {
	max-width: 250px;
	width: 100%;
	height: auto;
	border: 1px solid #e6e6e6;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* registration details box */
.registration-details {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 14px;
	margin-top: 12px;
	border: 1px solid #ececec;
}

.registration-details h6 {
	color: var(--color-primary);
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 0.98rem;
}

.registration-details p {
	margin: 4px 0;
	color: #333;
	font-size: 0.95rem;
}

/* info alert */
.modal .alert-info {
	background: #eef7fb;
	border-color: #d9eef8;
	color: #184a6d;
	font-size: 0.92rem;
}

/* footer */
.modal .modal-footer {
	border-top: 0;
	padding: 12px 18px;
	background: transparent;
}

/* center buttons group */
.modal .d-flex.gap-2.justify-content-center {
	gap: 10px;
	flex-wrap: wrap;
}

/* small screens */
@media (max-width: 576px) {
	.qr-code-container img {
		max-width: 200px;
	}

	.modal .modal-body {
		padding: 14px;
		max-height: 65vh;
	}
}

/* print: ensure QR image prints cleanly */
@media print {
	.modal .modal-content {
		box-shadow: none;
		border-radius: 0;
	}

	.qr-code-container img {
		max-width: 180px;
	}
}


.testimonial-flower {
	background-image: url("../img/testi-img-baground.png");
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.4s ease-in-out;
	width: 256px;
	height: 259px;

}

.testimonial-flower img {
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	width: auto !important;
	height: 130px;
	position: absolute;
	bottom: 64px;
	left: 67px;
}




/* Dots container */
.owl-dot {
	text-align: center;
	margin-top: 20px;
	background-color: unset !important;
}


.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: transparent !important;
	border: 2px solid #ee7c00;
	border-radius: 100%;
	display: block;
}


.owl-dots .owl-dot.active span {
	background: #ee7c00 !important;
	border: 2px solid #ee7f05;
}



/* Heading */
.features-title {
	color: var(--gv-primary, #2E246D);
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.37px;

}

/* Feature Card */
.feature-card {
	padding: 20px;
	position: relative;
	border-radius: 24px;
	text-align: center;
	width: auto;
	height: 434px;
}

/* Card BG Colors */
.pink-bg {
	background: #FEB1ED;
}

.green-bg {
	background: #019541;
}

.blue-bg {
	background: #5296EF
}

.orange-bg {
	background: #EE7C00
}

/* Title */
.feature-title {
	color: #333;
	font-family: "Mochiy Pop One";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.449px;
}

/* Text */
.feature-text {
	color: #444;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.15px;
}

.campus-feature-text {
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 131.25% */
	letter-spacing: -0.15px;
}

img.features-back {
	position: absolute;
	top: 7%;
	left: 62px;
}

/* Cloud Image Container */
.feature-cloud {
	background-image: url('../img/features-flower.png');
	position: relative;
	top: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 223.37px;
}

.feature-cloud img {
	bottom: 27%;
	width: auto;
	height: 106px;
	position: absolute;
	right: 74px;
}

.feature-cloud-fac {
	background-image: url('../img/features-flower.png');
	position: relative;
	top: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 223.37px;
}

.feature-cloud-fac img {
	bottom: 29%;
	width: auto;
	height: 106px;
	position: absolute;
	left: 66px;
}

.feature-cloud-camp {
	background-image: url('../img/features-flower.png');
	position: relative;
	top: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 223.37px;
}

.feature-cloud-camp img {
	bottom: 29%;
	width: auto;
	height: 106px;
	position: absolute;
	left: 74px;
}

/* Responsive */
@media(max-width: 767px) {
	.feature-card {
		margin-bottom: 20px;
	}
}

.about-desc {
	color: #4A5565;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.31px;
	margin-bottom: 60px;
}

a.about-btn {
	border-radius: 10px;
	background: var(--gv-eight, #EE7C00);
	color: #FFF;
	text-align: center;
	font-family: "Mochiy Pop One" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.31px;
	display: inline-flex;
	padding: 12px 22px;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

img.about-pencil {
	position: absolute;
	bottom: -70px;
	right: 88px;
}

img.abou-star {
	position: absolute;
	top: -13px;
	left: 12%;
}

img.about-back {
	position: absolute;
	top: 66%;
	right: 93%;
}

/* ============ TOP CONTACT BAR ============ */
.top-bar {
	padding: 6px 0;
	background: var(--gv-primary, #2E246D);
}

.contact-left a {
	color: #FFF;
	font-family: Roboto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

/* ============ HEADER WITH BG IMAGE ============ */
.school-header {
	background-image: url("../img/header\ bg\ icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 0;
	position: relative;
	padding-bottom: 0px;
}

.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 40px;
}

/* Title Center */
.school-title {
	text-align: center;
}

.school-title h5 {
	color: var(--gv-teritory, #F9099A);
	text-align: center;
	font-family: Rufina;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0px;
}

.school-title h1 {
	color: #2E246D;
	text-align: center;
	font-family: "Mochiy Pop P One";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.52px;
	text-transform: capitalize;
}

.school-title h4 {
	color: #222;
	text-align: center;
	font-family: 'Rufina';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

span.aff-no {
	color: #222;
	font-family: Ruwudu !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.school-title h6 {
	color: #029442;
	text-align: center;
	font-family: Rufina;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

/* Logos */
.school-logo-left,
.school-logo-right {
	width: 110px;
	height: auto;
}


/* ===== MOBILE RESPONSIVE ===== */
@media(max-width: 768px) {

	.header-content {
		text-align: center;
	}


}



/* School leadership */
/* img.President {
    position: absolute;
    top: 34%;
    width: 169.438px;
    height: 200.555px;
}
img.Vice-President {
    position: absolute;
    top: 33%;
    left: 44%;
    width: 193.366px;
    height: 194.761px;
}
img.Secretary {
    position: absolute;
    top: 33%;
    right: 15%;
    width: 195.213px;
    height: 195.148px;
} */
.school-heading {
	color: var(--gv-secondry, #5296EF);
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.369px;
	margin-bottom: 75px !important;
}

h4.leader-name {
	color: #CF5B14;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.742px;
}

p.leader-role {
	color: #222;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.85px;
}

.leader-name-vice {
	color: #AC1DC1;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.742px;
}

img.Secretary {
	width: 304px;
	height: auto;
}

/* .leader-card {
    background-image: url('../img/team-1.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 305.199px;
    height: 258.7px;
}
.leader-Vice-President {
    background-image: url('../img/team-2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 305.199px;
    height: 258.7px;
}
.leader-Secretary{
    background-image: url('../img/team-3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 305.199px;
    height: 258.7px;
} */
.team-sec .col-md-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

h4.leader-name-secretary {
	color: #1373B2;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.258px;
}

img.team-back {
	position: absolute;
	right: 18%;
	bottom: 36px;
}

img.team-flower {
	position: absolute;
	top: 13%;
	left: 6%;
}

/* school program */
img.bee-sec {
	position: absolute;
	top: 63px;
	left: 5%;
}

img.ruler-back {
	position: absolute;
	right: 0px;
	bottom: 40%;
}

img.lunch-back {
	position: absolute;
	bottom: -4px;
	left: 30%;
}

.school-program-title {
	color: #F9099A;
	text-align: center;
	font-family: Inter !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.85px;
}



/* school activities */
/* .activities-back {
    background-image: url('../img/activities-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 245.41px;
    height: 248.584px;
	margin: 0 auto;
} */
img.spring-back {
	position: absolute;
	left: 0px;
	top: 0px;
}

img.graduation-cap {
	position: absolute;
	right: 0px;
	bottom: 21%;
}

.activities-container {
	background: #827CFB;
}

.school-activities {
	color: #111;
	text-align: center;
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	/* 133.333% */
	letter-spacing: 0.369px;
}

.activities-title {
	color: var(--gv-primary, #2E246D);
	font-family: "Mochiy Pop One";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.449px;
}

.excellence-titile {
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.15px;
	padding: 5px;
}

.view-all-btn {
	color: var(--gv-primary, #2E246D);
	font-family: "Cabin Sketch" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.369px;
}

.programs-name {
	width: 200px;
	height: 48px;
	border-radius: 40px;
	background: #FFDAF0;
	color: #333;
	text-align: center;
	font-family: "Mochiy Pop One" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.258px;
}

.programs-primary {
	width: 200px;
	height: 48px;
	border-radius: 40px;
	background: #C7FFDF;
	color: #333;
	text-align: center;
	font-family: "Mochiy Pop One" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.258px;
}

.programs-middle {
	width: 200px;
	height: 48px;
	border-radius: 40px;
	background: #FFE3C5;
	color: #333;
	text-align: center;
	font-family: "Mochiy Pop One" !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.258px;
}

/* gallery section */
img.gallery-lunch {
	position: absolute;
	top: 3%;
	left: 10%;
}



/* testimonial section */
img.lollipop-testi {
	position: absolute;
	top: 10%;
	left: 4%;
}

img.cap-testi {
	position: absolute;
	right: 7%;
	bottom: 15%;
}

img.ruler-testi {
	position: absolute;
	bottom: -5px;
	left: 4%;
}

.homePage-sectionHeading5 {
	color: var(--gv-eight, #EE7C00);
	text-align: center;
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.369px;
}


.mission-back {
	border-radius: 16px 0px 0px 16px;
	background: var(--gv-secondry, #5296EF);
	padding: 20px 55px 18px 55px !important;
	position: relative;
	height: 335px;
}

.mission-back h2 {
	color: #FFF;
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.mission-back p {
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
	letter-spacing: 0.369px;
}

.mission-back img {
	position: absolute;
	bottom: -99px;
	left: 28%;
}

.vision-back img {
	position: absolute;
	bottom: -99px;
	left: 28%;
}

.vision-back {
	border-radius: 0 16px 16px 0;
	background: var(--gv-primary, #2E246D);
	padding: 20px 30px 51px 30px !important;
	position: relative;
	height: 335px;
}

.vision-back h2 {
	color: #FFF;
	font-family: "Cabin Sketch";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.vision-back p {
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
	letter-spacing: 0.369px;
}

.principal-nm h6 {
	color: var(--gv-eight, #EE7C00);
	font-family: "Mochiy Pop One";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}

.principal-w {
	color: var(--gv-eight, #EE7C00);
	font-family: Inter !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.15px;
	margin: 0px;
}

.prince-sec {
	position: relative;
}

.principal-nm {
	background-image: url('../img/principle-nm-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 18px 81px !important;
	position: absolute;
	bottom: -68px;
	left: -13px;
	/* clip-path: polygon(
    10% 0,
    90% 0,
    100% 50%,
    90% 100%,
    10% 100%,
    0 50%
  ); */
}

/* Home Slider New */
img.cloud-img {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 638px;
}

/* Admision Form */
.admission-section {
	width: 324px;
	min-height: 400px;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 62px;
	border-radius: 8px;
	background: rgb(222 204 234 / 75%);
	padding: 20px;
}


/* Modal Admission Form Overrides */
.modal-enquiryForm .modal-content {
	border-radius: 15px;
	overflow: hidden;
}

.modal-enquiryForm .admission-section-header h6 {
	color: #F9099A;
	font-size: 14px;
	font-weight: 500;
}

.modal-enquiryForm .admission-section-header h3 {
	color: #2E246D;
	font-size: 26px;
	font-weight: 600;
}

.modal-enquiryForm .admision-form {
	background: none;
	padding: 0;
}

.admission-section .form-control,
.admission-section .form-select {
	margin-bottom: 8px !important;
	height: 32px !important;
}

.error-message {
	font-size: 11px !important;
	margin: -5px 0 5px 0 !important;
	line-height: 1.2;
}

.error-message p {
	font-size: 11px !important;
	margin-bottom: 0 !important;
}

.submit-btn {
	border-radius: 30px;
	background: var(--gv-primary, #2E246D);
	color: #FFF;
	font-family: Cairo !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.37px;
}

/* inner pages  */
.section-gradient-primary {
	background: linear-gradient(135deg, #3498db, #8e44ad);
	height: 100%;
}


.element-shadow-image {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.element-shadow-image:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}


.element-shadow-card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.element-shadow-card:hover {
	transform: translateY(-5px);
}

.component-school-name h2 {
	font-size: 2.5rem;
	color: #2c3e50;
	font-weight: 600;
}

.component-school-name p {
	color: #7f8c8d;
	font-size: 1.1rem;
}


.about-content p {
	font-size: 1.15rem;
	line-height: 1.7;
	color: #2c3e50;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 992px) {
	.section-gradient-primary {
		min-height: 400px;
	}

	.element-shadow-image {
		height: 250px;
	}

	.about-content p {
		font-size: 1rem;
	}
}


.tabs-container .vt-tab {
	background-color: #4caf50;
	color: white;
}

.gvs-exam-container .gvs-hover-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gvs-exam-container .gvs-hover-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15) !important;
}

.gvs-exam-container .gvs-gallery-img {
	height: 350px;
	object-fit: cover;
}

/* dummy */
.container.main-whitePanel .vt-tabs .vt-tab {

	background: linear-gradient(135deg, #2e246c, #ff7f9f);
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 28px;

	border-left: 4px solid #fee1f3;
	/* left color strip */
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 6px 15px rgba(255, 61, 110, 0.35);
	transition: all 0.3s ease;
}


.container.main-whitePanel .vt-tabs .vt-tab:hover {
	background: linear-gradient(135deg, #f9faff, #ff5f8f);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(255, 61, 110, 0.45);

}

.container.main-whitePanel .vt-tabs .vt-tab[aria-selected="true"] {
	background-color: #000;
	/* active bg */
	color: #fff;
	/* active text */

	border-left: 4px solid #ce1f4b;
	/* highlight color */
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

	box-shadow: 0 4px 10px rgba(255, 61, 110, 0.3);
	font-weight: 600;
}

.main-whitePanel .vt-accordion-header {
	background: linear-gradient(135deg, #fa3eb0, #ff7f9f);
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 28px;

	/* border-left: 4px solid #fee1f3; left color strip
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; */

	cursor: pointer;
	text-decoration: none;
	/* display: inline-block; */
	box-shadow: 0 6px 15px rgba(255, 61, 110, 0.35);
	/* transition: all 0.3s ease; */
	margin-bottom: 10px;
}

.vt-accordion-header[aria-expanded="true"] {
	background: #ffffff !important;
	color: #3247d5;
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	font-size: 16px !important;
}

.header-menu {
	width: 100%;
	margin-left: 0%;
}

.page-headings {
	display: none;
}

.main-menu-bg {

	background-color: #ffffff !important;
	/* border-top: 1px solid #2E246D; */
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}




/* bubble*/
.bubble {
	position: fixed;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0.9;
	animation: bubbleMove 1.8s ease-out forwards;
	z-index: 9999;
}

@keyframes bubbleMove {
	0% {
		transform: translate(0, 0) scale(0.4);
		opacity: 1;
	}

	100% {
		transform: translate(var(--x), var(--y)) scale(1.6);
		opacity: 0;
	}
}

/* Admission form homepage */

@media (max-width: 767px) {
	.admission-section {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;

		width: 92%;
		max-width: 360px;
		height: auto;

		margin: 20px auto 20px auto;
		/* center + spacing */
		transform: none !important;
	}
}



@media (max-width: 767px) {
	.news-heading {
		font-size: 27px;
		margin-bottom: -27px;
	}

	.features-title {
		font-size: 27px;

	}



}


@media (max-width: 767px) {
	img.cloud-img {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		top: 335px;
	}

	img.about-pencil {
		top: 67px;
		right: 10px;
		width: 65px;
	}


	.feature-cloud-fac img {
		left: 93px !important;
	}


	img.bee-sec {
		position: absolute;
		top: 45px;
		left: -3%;
	}

	img.lunch-back {
		position: absolute;
		bottom: -4px;
		left: 67%;
	}

	img.spring-back {
		position: absolute;
		left: -18px;
		top: -119px;
	}


	img.gallery-lunch {
		position: absolute;
		top: 1%;
		left: 9%;
	}

	img.cap-testi {
		position: absolute;
		right: 7%;
		bottom: 10%;


	}

	img.ruler-testi {
		position: absolute;
		bottom: -23px;
		left: 12%;
	}


}

@media (max-width: 767px) {
	.feature-cloud-camp img {
		position: absolute;
		left: 105px !important;
		right: auto !important;
		bottom: 28% !important;
		height: 106px !important;
	}

	.feature-cloud img {
		position: absolute !important;
		right: 106px !important;
		top: 55px;
		left: auto !important;

	}

	img.abou-star {
		top: -31px;
	}

	img.about-back {
		position: absolute;
		top: -4%;
		right: 10%;

	}

	/* home bolb */


	@media (max-width: 767px) {
		.about-blob-wrapper {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			position: relative;
			margin: 0 auto;
		}

		.about-blob-img {
			width: 90%;
			max-width: 320px;
			height: auto;
			display: block;
			margin-top: -50px;
		}

		.about-blob-border {
			display: none;
		}
	}

	@media (max-width: 767px) {
		.school-heading {

			font-size: 27px;
		}

		.homePage-sectionHeading5 {

			font-size: 27px;

		}



	}

	/* full footer text left start */

	@media (max-width: 767px) {

		/* full footer text left */
		.footer-section,
		.footer-section * {
			text-align: left !important;
			height: auto !important;
		}

		/* contact rows left */
		.footer-section .f-foots {
			justify-content: flex-start !important;
			align-items: flex-start !important;
			text-align: left !important;
			gap: 10px;
		}

		/* icon fix */
		.footer-section .f-foots img {
			margin-top: 4px;
			flex-shrink: 0;
		}

		/* paragraph spacing fix */
		.footer-section .f-foots p {
			margin: 0 !important;
		}

		/* Quick links left */
		.footer-section .btn.btn-link {
			text-align: left !important;
			justify-content: flex-start !important;
			padding-left: 0 !important;
		}

		/* copyright text left */
		.footer-section .footer-end {
			text-align: left !important;
		}

		.col-lg-4.col-md-6.foot-con {
			padding-top: 42px;
		}
	}



	/* ===== Mobile Responsive ===== */

	@media (max-width: 767px) {

		/* Right logo hide */
		.school-logo-right {
			display: none !important;
		}

		/* Text left */
		.school-title {
			text-align: left !important;
			flex: 1;
		}

		/* Font small (force) */
		.school-title h5 {
			font-size: 10px !important;
			margin: 0 !important;
			line-height: 1.2 !important;
		}

		.school-title h1 {
			font-size: 12px !important;
			margin: 2px 0 !important;
			line-height: 1.2 !important;
		}

		.school-title h4 {
			font-size: 10px !important;
			margin: 0 !important;
			line-height: 1.2 !important;
		}

		.school-title h6 {
			font-size: 9px !important;
			margin: 0 !important;
			line-height: 1.2 !important;
		}

		span.aff-no {
			font-size: 12px !important;
		}


		/* All headings + span left */
		.school-title h5,
		.school-title h1,
		.school-title h4,
		.school-title h6,
		.school-title .aff-no {
			text-align: left !important;
		}

	}


	/*  Main Menu */

	@media (max-width: 767px) {
			.banner-slider img {
			height: auto !important;
			width: 139% !important;
			object-fit: contain !important;
		}


		.navbar-dark .navbar-nav .nav-link {
			position: relative;
			background-color: #e9d8ef;
		}

	}
}

.full-box {
    /* flex: 0 0 66.66%; */
    max-width: 100.66%;
    padding-left: 30px;
    /* border-left: 2px solid #4432B5; */
    height: 421px;
    /* overflow-y: scroll; */
    position: relative;
    z-index: 3;
    -ms-overflow-style: none;
    /* scrollbar-width: none; */
}




