:root {
	--font-primary: 'Jost', sans-serif;
	--font-secondary: Arial, sans-serif;
	--color-primary: #E0080D;
	--color-secondary: #09A64A;
	--color-heading: #650205;
	--color-default: #000;
	--color-white: #fff;
	scroll-behavior: smooth;
}

body {
	color: var(--color-default);
	line-height: 1.6;
	font-size: 18px;
	font-family: var(--font-secondary);
	overflow-x: hidden;
	font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 600;
}

p,
a,
li,
div,
button,
td,
th {
	font-family: var(--font-primary);
	font-size: 1rem;
	color: var(--color-default);
}

a {
	text-decoration: none;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	color: var(--color-white);
	font-style: normal;
}

table,
th,
td {
	border: 1px solid #ddd;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: block !important;
}

.owl-nav span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 26px !important;
	background: var(--color-primary);
	color: #fff;
	margin: 0 -6px;
}

.owl-nav {
	position: absolute;
	top: -78px;
	right: 64px;
	display: flex;
	gap: 10px;
}

/* ========================================
SECTION COMMON CSS
========================================*/
.section-header {
	position: relative;
	padding-left: 18px;
	margin-bottom: 40px;
}

.section-header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 60px;
	background: linear-gradient(180deg, #04923A 0%, #12EE66 100%);
	border-radius: 2px;
}

.section-label {
	color: var(--color-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.section-title {
	color: #444;
	font-size: 36px;
	line-height: normal;
	text-transform: capitalize;
}

.section-title-description {
	color: rgba(0, 0, 0, 0.80);
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}

/*End Basic CSS */

/* header */


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

.top-menu-bg {
	position: relative;
	background: var(--color-primary);
}

.top-menu-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 47%;
	height: 100%;
	background: var(--color-secondary);
	z-index: 1;
}

.top-menu-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 47%;
	width: 0;
	height: 0;
	border-top: 45px solid var(--color-secondary);
	border-right: 40px solid transparent;
	z-index: 1;
}

.top-menu-left a {
	line-height: 20px;
	color: var(--color-white) !important;
}



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

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

.top-menu-right ul li a {
	font-weight: 600;
	color: var(--color-white) !important;
}

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

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

.myCustomTopRightMenu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.myCustomTopRightMenu .nav-item {
	display: inline-flex;
	align-items: center;
}

.myCustomTopRightMenu .nav-link {
	padding: 0 8px;
	color: var(--color-secondary);
	text-decoration: none;
	font-size: 14px;
}

.myCustomTopRightMenu .nav-item:not(:last-child)::after {
	content: "|";
	margin: 0 8px;
	color: var(--color-white);
}

.myCustomTopRightMenu .nav-link:hover {
	color: var(--color-secondary);
}

@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;
	}

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

.phone-item {
	position: relative;
	padding-right: 12px;
	margin-right: 8px;
}

.phone-item:not(:last-child)::after {
	content: " / ";
	color: var(--color-white);
}

/* top menu end */
/* ===== HEADER ===== */

.site-header {
	padding: 7px;
}

.site-header img {
	width: 109px;
}

.site-header-title {
	color: var(--color-primary);
	font-family: 'Jost', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}

.site-header p,
.site-header-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

.site-header p {
	color: #333;
}

.site-header .site-header-subtitle {
	color: var(--color-heading);
}

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


@media (max-width: 991px) {

	.site-header .row {
		text-align: center;
	}


	.site-header img {
		width: 85px;
		height: auto;
	}

	.site-header-title {
		font-size: 28px;
	}

	.site-header-subtitle,
	.site-header-tagline {
		font-size: 16px;
		line-height: 22px;
	}

	#main_navbar {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {

	.site-header {
		padding: 15px 10px;
	}

	.site-header .d-flex {
		flex-direction: column;
		text-align: center;
		margin-bottom: 15px;
	}

	.site-header img {
		width: 70px;
		height: auto;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	.site-header-title {
		font-size: 22px;
		line-height: 30px;
	}

	.site-header-subtitle,
	.site-header-tagline,
	.site-header p {
		font-size: 14px;
		line-height: 20px;
	}

	.navbar-toggler {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {

	.site-header img {
		width: 60px;
	}

	.site-header-title {
		font-size: 18px;
		line-height: 26px;
	}

	.site-header-subtitle,
	.site-header-tagline,
	.site-header p {
		font-size: 12px;
		line-height: 18px;
	}
}

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


/* ------- Main Menu ---------------- */
.main-menu-bg {
	font-family: var(--font-secondary);
	background-color: var(--color-primary);
	box-shadow: 0 4px 12px rgba(45, 43, 118, 0.3);
}

.second-menu {}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	padding: 12px 10px !important;
	color: var(--color-white);

	font-family: Jost;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.second-menu ul li a {
	color: #fff !important;
}

.main-menu .dropdown-menu a,
.main-menu .dropdown-item:hover {
	/* color: #fff !important; */
	/* background-color: var(--color-primary); */
	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 {
	font-weight: 600;
	color: var(--color-default);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: var(--color-secondary);
	font-weight: 600;
}

.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 {
	margin-bottom: -7px;
}

.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); */
}

/* ==========================
   Hamburger Menu Button
========================== */

.navbar-toggler {
	width: 50px;
	height: 50px;
	padding: 0;
	border: none !important;
	border-radius: 10px;
	background: linear-gradient(135deg,
			var(--color-primary),
			var(--color-heading));
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(101, 2, 5, 0.2);
	transition: all 0.3s ease;
}

.navbar-toggler:hover {
	background: linear-gradient(135deg,
			var(--color-secondary),
			var(--color-primary));
	transform: translateY(-2px);
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

/* Hamburger Lines */

.hamburger-icon {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hamburger-icon span {
	width: 24px;
	height: 3px;
	background: var(--color-white);
	border-radius: 30px;
	transition: all 0.3s ease;
}

/* Animation */

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* Mobile */

@media (max-width: 576px) {
	.navbar-toggler {
		width: 44px;
		height: 44px;
	}

	.hamburger-icon span {
		width: 20px;
	}

	#accessibilityBar #universalAccessBtn {
		top: 75px !important;
	}
}

/* =========================
   Sub Menu Container
========================= */

.sub-menu {
	min-width: 300px;
	padding: 10px;
	border: none;
	border-radius: 15px;
	background: var(--color-white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* =========================
   Menu Items
========================= */

.sub-menu li {
	list-style: none;
	margin-bottom: 5px;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu .nav-link {
	display: flex;
	align-items: center;
	color: var(--color-heading) !important;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 500;
	padding: 12px 15px !important;
	border-radius: 10px;
	transition: all .3s ease;
	position: relative;
}

/* Icon */

.sub-menu .nav-link::before {
	content: "➜";
	color: var(--color-secondary);
	font-size: 12px;
	margin-right: 10px;
	transition: .3s;
}

/* Hover */

.sub-menu .nav-link:hover {
	background: rgba(224, 8, 13, 0.08);
	color: var(--color-primary) !important;
	padding-left: 22px !important;
}

.sub-menu .nav-link:hover::before {
	color: var(--color-primary);
}

/* Active */

.sub-menu .nav-link.active {
	background: var(--color-secondary);
	color: var(--color-white) !important;
}

.sub-menu .nav-link.active::before {
	color: var(--color-white);
}

/* =========================
   Animation
========================= */

.dropdown-menu.show {
	animation: dropdownFade .3s ease;
}

@keyframes dropdownFade {
	from {
		opacity: 0;
		transform: translateY(15px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========================
   Mobile
========================= */

@media (max-width: 991px) {

	.sub-menu {
		min-width: 100%;
		margin-top: 8px;
		background: #fafafa;
		box-shadow: none;
		border: 1px solid #eee;
	}

	.sub-menu .nav-link {
		font-size: 14px;
		padding: 10px 12px !important;
	}

	.main-menu .navbar-nav .nav-item .nav-link {
		font-weight: 500;
		padding: 12px 15px !important;
		transition: all 0.3s;
		border-bottom: 1px solid #eee;
	}

}

/* ===========================
   MOBILE MENU
=========================== */

@media (max-width:991px) {

	.navbar-collapse {
		margin-top: 15px;
		background: var(--color-white);
		border-radius: 12px;
		padding: 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
		overflow: hidden;
	}

	#gfg {
		padding: 0 !important;
	}

	.main-menu .navbar-nav .nav-item .nav-link {
		color: var(--color-heading) !important;
		border-bottom: 1px solid #eee;
		padding: 14px !important;
	}

	.main-menu .navbar-nav .nav-item .nav-link:hover {
		background: rgba(224, 8, 13, .08);
		color: var(--color-primary) !important;
		transform: none;
	}

	.dropdown-menu {
		background: #f8f8f8;
		box-shadow: none;
		margin-left: 15px;
	}
}

/* Home slider start */
#header-carousel {
	width: 100%;
	margin: 0 auto;
}

#header-carousel .carousel-inner {
	width: 100%;
	height: 659px;
	aspect-ratio: 59 / 27;
	overflow: hidden;
}

#header-carousel .carousel-item {
	width: 100%;
	height: 100%;
	position: relative;
}

#header-carousel .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#header-carousel .carousel-caption {
	bottom: 20%;
	text-align: center;
}

.carousel-caption h5 {
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 80px;
}


.second-menu li a.active {
	color: #fff !important;
}

@media (max-width: 1200px) {
	#header-carousel .carousel-inner {
		height: 500px;
	}
}

@media (max-width: 768px) {
	#header-carousel .carousel-inner {
		height: 350px;
	}

	#header-carousel .carousel-caption h5 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	#header-carousel .carousel-inner {
		height: 250px;
	}
}

.explore-programs-link {
	display: inline-flex;
	padding: 14px 30px;
	justify-content: center;
	align-items: center;
	border-radius: 104px;
	background: #FFF;
	color: #E0080D;
	text-align: center;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-top: 20px;
}


/* ===============================
   Responsive
================================ */
@media (max-width: 992px) {
	.section-title {
		font-size: 26px;
	}

	.institute-card__image {
		height: 180px;
	}
}

@media (max-width: 768px) {
	.institutes-section {
		padding: 60px 0;
	}

	.section-header {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}

	.section-title {
		font-size: 22px;
	}

	.section-header::before {
		height: 50px;
	}

	.institutes-filter .nav {
		width: 100%;
	}

	.institute-card {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.institute-card__image {
		height: 160px;
	}

	.institute-card__title {
		font-size: 16px;
	}

	.institute-card__location {
		font-size: 14px;
	}
}

/* ===============================
   In
================================ */

.institutes-filter {
	background: var(--color-white);
	border-radius: 50px;
	border: 1px solid #C1C1C1;
	padding: 5px;
	display: inline-block;

}

.institutes-filter .nav-pills {
	gap: 20px;
}

.institutes-filter .nav-link {
	background: transparent;
	border-radius: 50px;
	padding: 14px 24px;
	font-weight: 500;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: color 0.3s ease;
	color: #444;
	text-align: center;
	font-family: var(--font-primary);
	line-height: 16px;
}

.institutes-filter .nav-link::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, var(--color-primary), #ff4d4f);
	transform: translateX(-100%);
	transition: transform 0.4s ease;
	z-index: -1;
}

.institutes-filter .nav-link:hover::before {
	transform: translateX(0);
}

.institutes-filter .nav-link:hover {
	color: var(--color-white);
}


.institutes-filter .nav-link.active {
	background: var(--color-primary);
	box-shadow: 0 4px 10px rgba(224, 8, 13, 0.3);
}

.institutes-filter .nav-link.active::before {
	display: none;
}


.institute-card {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	border-radius: 12px;
	border: 1px solid var(--color-default);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 290px;
	height: 313px;
}

.institute-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(120deg, transparent, var(--color-primary), transparent);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	opacity: 0;
	transition: opacity 0.35s ease;
}

.institute-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.institute-card:hover::after {
	opacity: 1;
}

.institute-card__image {
	position: relative;
	height: 202px;
	padding: 5px;
	padding-top: 0;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}


.institute-card__image img {
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	transition:
		transform 0.4s ease,
		filter 0.3s ease;
}


.institute-card__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.6),
			rgba(0, 0, 0, 0.25),
			transparent);

	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 1;
	pointer-events: none;
}


.institute-card__image::after {
	content: "View Details →";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	opacity: 0;
	color: var(--color-white);
	font-weight: 600;
	letter-spacing: 0.3px;
	z-index: 2;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}


.institute-card:hover .institute-card__image img {
	transform: scale(1.1);
	filter: brightness(1.05);
}

.institute-card:hover .institute-card__image::before {
	opacity: 1;
}

.institute-card:hover .institute-card__image::after {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.institute-card__content {
	padding: 10px;
	position: relative;
	z-index: 2;
	transition: transform 0.3s ease;
}

.institute-card:hover .institute-card__content {
	transform: translateY(-6px);
}


.institute-card__title {
	font-family: "Kadwa", serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #444;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d8d8d8;
	transition:
		color 0.3s ease,
		letter-spacing 0.3s ease;
}


.institute-card:hover .institute-card__title {
	color: var(--color-primary);
	letter-spacing: 0.4px;
}

.institute-card:hover .institute-card__title {
	color: var(--color-primary);
	letter-spacing: 0.5px;
}

.institute-card__location {
	color: var(--color-secondary);
	font-weight: 600;
	margin: 0;
}

/* Example styling for custom arrows if you add them to HTML */
.custom-nav-btn {
	background: var(--color-primary);
	color: white;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-left: 5px;
	cursor: pointer;
}

/* ===============================
   Owl Carousel Improvements
================================ */
.institutes-carousel .owl-item {
	transition: transform 0.3s ease;
}

/* center emphasis feel */
.institutes-carousel .owl-item.active {
	transform: scale(1);
}

.institutes-carousel .owl-item:not(.active) {
	opacity: 0.8;
}

/* ===============================
   Responsive Enhancements
================================ */

/* Tablet */
@media (max-width: 991px) {
	.institute-card__image {
		height: 180px;
	}

	.institute-card__title {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 767px) {

	/* better spacing */
	.institutes-filter {
		margin-bottom: 20px;
		padding: 4px;
	}

	.institutes-filter .nav-link {
		padding: 6px 14px;
		font-size: 14px;
	}

	.institute-card {
		border-radius: 10px;
	}

	.institute-card__image {
		height: 160px;
	}

	.institute-card__content {
		padding: 12px;
	}

	.institute-card__title {
		font-size: 15px;
	}

	.institute-card__location {
		font-size: 14px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.institute-card__image {
		height: 140px;
	}
}


/* ===============================
   Image Overlay (Infographic UI)
================================ */

/* ===============================
   Image Zoom Smooth
================================ */


/* ===============================
   Content Animation
================================ */


/* ===============================
   Location Infographic Tag
================================ */
.institute-card__location {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	background: rgba(9, 166, 74, 0.1);
	transition: all 0.3s ease;
}

.institute-card:hover .institute-card__location {
	background: var(--color-secondary);
	color: #fff;
}



/* ===============================
   Owl Carousel Premium Feel
================================ */
.institutes-carousel .owl-item {
	transition: all 0.4s ease;
}

/* center focus */
.institutes-carousel .owl-item.active {
	transform: scale(1);
	opacity: 1;
}

.institutes-carousel .owl-item:not(.active) {
	transform: scale(0.95);
	opacity: 0.6;
}

/* ===============================
   Micro Interaction (Smoothness)
================================ */
.institute-card,
.institute-card__image img,
.institute-card__content,
.institutes-filter .nav-link {
	will-change: transform;
}

/* ===============================
   Mobile Optimization
================================ */
@media (max-width: 767px) {

	/* reduce heavy effects */
	.institute-card:hover {
		transform: translateY(-6px);
	}

	.institute-card__image::after {
		font-size: 12px;
	}

	.institute-card__location {
		font-size: 13px;
		padding: 3px 8px;
	}
}

/* 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: 0px;
	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: 0px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
}

.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: 200px;
	position: relative;
	background-image: url(../img/style-circles.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	margin-bottom: 6rem;
	top: 0px;
}

.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 .custom-nav-tabs .nav-item {
	flex: none !important;
}

.photo-g-tab-btn .custom-nav-tabs .custom-nav-link {
	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;
	clip-path: none;
}

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

.photo-g-tab-btn .custom-nav-tabs .custom-nav-link.active {
	background-color: transparent;
	color: #000;
	border-radius: 0;
	clip-path: none;
	box-shadow: 0px 0px 0px transparent;
}

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

.home-photo-gallery-imgs .custom-tab-content {
	background: transparent;
	box-shadow: 0px 0px 0px transparent;
	margin-top: 0;
}

/* .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 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;
	}
}


#carousel-birthday {
	max-height: 650px;
	margin-bottom: 45px;
}

/* 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;
}

.footer {
	overflow: hidden;
}

.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 */
}



/* .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-color: #FFE4B0;

}

/* 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/banner.jpg");
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

.bred-head {
	text-align: left;
	padding-top: 28px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
	padding-left: 0;
}



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

.breadcrumb li a {
	text-decoration: underline;
}

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

.breadcrumb-item.active {
	color: white;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
	padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
	box-shadow: 2px 2px 4px #888888;
	padding: 5px 10px 20px 10px;
	background-color: #fff;
}

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
}

.about-page .about-info p {
	margin-bottom: 0px !important;
}

.page-back {
	background-color: #e5dcdc;
}

/* 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-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
}

.accordion-button {
	color: #000 !important;
}

.accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
}

.tab-horizontal1 ul {
	flex-direction: inherit !important;
}

.inner-accordion-header {
	border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
}

/* accordian end */

/* 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;
}


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

.shareicon {
	display: flex;
    gap: 18px;
text-align:center !important;

}

.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;
	margin: 0px;
	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);
}



.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;
}


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



/* Department End css */

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

/* .footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #000;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
} */

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

.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;
	}
}

@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 .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 .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-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;
}

.form-control {
	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;
}

.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;
	}
}

/* Mobile Menu Animations */
@media (max-width: 991px) {

	/* Smooth Dropdown Transition */
	.dropdown-menu {
		display: block !important;
		/* Override Bootstrap's display property */
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease;
		padding: 0;
		border: none;
		margin: 0;
		transform: none !important;
		/* Reset position for smooth flow */
		position: static !important;
	}

	.dropdown-menu.show {
		max-height: 100vh;
		/* Limit for animation */
		opacity: 1;
		padding: 0.5rem 0;
	}

	/* Navbar Toggler Button Reset */
	.navbar-toggler {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 8px !important;
		outline: none;
		box-shadow: none !important;
		background-color: rgba(255, 255, 255, 0.1);
		/* Subtle background */
		border-radius: 8px;
		transition: background-color 0.3s ease;
		z-index: 1055 !important;
		/* Ensure visibility */
	}

	.navbar-toggler:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}

	/* Custom Hamburger Icon */
	.hamburger-icon {
		width: 30px;
		height: 24px;
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 1060;
		/* Higher than button */
	}

	.hamburger-icon span {
		display: block;
		position: absolute;
		height: 4px;
		/* Increased thickness */
		width: 100%;
		background: #ffffff;
		/* White bars */
		border-radius: 9px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	}

	/* Positioning the bars */
	.hamburger-icon span:nth-child(1) {
		top: 2px;
	}

	.hamburger-icon span:nth-child(2) {
		top: 11px;
	}

	.hamburger-icon span:nth-child(3) {
		top: 20px;
	}

	/* Animation when opened */
	.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(1) {
		top: 11px;
		transform: rotate(135deg);
	}

	.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(3) {
		top: 11px;
		transform: rotate(-135deg);
	}

	/* Mobile Menu Item Styling */
	/* Top Level Items */
	.main-menu .navbar-nav .nav-item .nav-link {
		font-weight: 500;
		padding: 12px 15px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		transition: all 0.3s;
	}

	.navbar-nav .nav-link.active,
	.navbar-nav .nav-link:hover,
	.navbar-nav .show>.nav-link {
		background-color: transparent !important;
		color: var(--color-secondary) !important;
		padding-left: 20px !important;
	}

	/* Dropdown Menus */
	.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.1);
		margin-top: 0;
		padding-bottom: 10px;
	}

	.dropdown-menu .dropdown-item {
		color: #e0e0e0 !important;
		padding: 10px 15px 10px 30px !important;
		font-size: 0.95rem;
		border-bottom: none !important;
	}

	.dropdown-menu .dropdown-item:hover,
	.dropdown-menu .dropdown-item:active {
		background-color: transparent !important;
		color: var(--color-secondary) !important;
		padding-left: 35px !important;
	}

	/* Nested Dropdowns */
	.dropdown-menu .dropdown-menu .dropdown-item {
		padding-left: 50px !important;
		font-size: 0.9rem;
	}
}

/* ===============================
   Statistics Section
================================ */
.statistics-section {
	position: relative;
	padding: 50px 0;
	background: url('../img/counter-bg.png') center / cover no-repeat;
	overflow: hidden;
}

.statistics-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), rgba(224, 8, 13, 0.80);
}

.statistic-card {
	position: relative;
	padding: 20px 10px;
	border-radius: 12px;
	transition: all 0.35s ease;
	cursor: pointer;
}

.statistic-card::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--color-secondary);
	transform: translateX(-50%);
	transition: width 0.3s ease;
	opacity: 0.8;
}

.statistic-card:hover {
	transform: translateY(-8px) scale(1.03);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.statistic-card:hover::after {
	width: 60%;
}

.statistic-card__value {
	color: var(--color-white);
	font-family: var(--font-secondary);
	font-size: 32px;
	font-weight: 900;
	line-height: normal;
	margin: 0 0 6px;
	transition: all 0.3s ease;
	letter-spacing: 1px;
}

.statistic-card:hover .statistic-card__value {
	transform: scale(1.1);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}


.statistic-card__label {
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	opacity: 0.9;
	transition: all 0.3s ease;
}

.statistic-card:hover .statistic-card__label {
	opacity: 1;
	transform: translateY(2px);
}

/* ===============================
   LEADERSHIP SECTION
==================================  */
.leadership {
	background: #F6F8FF;
}

.leader-card__media {
	border-radius: 12px;
	background: linear-gradient(180deg, #EBECEA 0%, #FEEAE9 100%);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 235px;
	min-height: 257px;
}

.leader-card__media img {
	max-width: 100%;
	height: auto;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.leader-card__name {
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
	line-height: normal;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.leader-card__designation {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.leader-card__link {
	color: var(--color-primary);
	font-family: 'Kadwa', serif;
	font-size: 16px;
	text-decoration: underline;
	text-transform: capitalize;
	transition: color 0.3s ease, text-underline-offset 0.3s ease;
	line-height: normal;
	text-underline-offset: 3px;
	position: relative;
	transition: color 0.3s ease;
}

.leader-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 20px 0;
}

.leader-card__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	gap: 10px;
}

.leader-card__image {
	width: 270px;
}



.leader-card {
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.leader-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.leader-card:hover .leader-card__media img {
	transform: scale(1.025);
}

.leader-card:hover .leader-card__name {
	color: var(--color-primary);
}

.leader-card__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 1px;
	background: var(--color-primary);
	transition: width 0.3s ease;
}

.leader-card__link:hover::after {
	width: 100%;
}


/* ===============================
	ABOUT SANTHA SECTION
================================ */
.about-section__features {
	padding-left: 10px;
}

.feature-box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
	transition: all 0.3s ease;
	cursor: pointer;

}

.feature-box:hover {
	transform: translateX(6px);
}

.feature-box__icon {
	background: var(--color-secondary);
	border-radius: 10px;
	transition: all 0.3s ease;
	display: flex;
	width: 52px;
	height: 53px;
	padding: 11px 10px 10px 10px;
	justify-content: center;
	align-items: center;
}


.feature-box:hover .feature-box__icon {
	transform: scale(1.1) rotate(5deg);
	background: var(--color-primary);
}

.feature-box__icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.feature-box__text {
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}



.image-card {
	position: relative;
	overflow: hidden;
	margin: 0;
	transition: all 0.4s ease;
	border-radius: 12px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.image-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	box-shadow: inset 0 -80px 80px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.image-card__img {
	width: 100%;
	height: 191px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.image-card__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
	text-align: center;
	transition: 0.3s;
	z-index: 1;
}

.image-card__text {
	color: var(--color-white);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.image-card:hover {
	transform: translateY(-6px);
}

.image-card:hover .image-card__img {
	transform: scale(1.08);
}

.image-card:hover .image-card__overlay {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
}

/* ===============================
   WHY CHOOSE SECTION
================================ */
.why-choose-header {
	border-radius: 10px;
	background: #CA070C;
	padding: 50px 60px 100px;

}


.header-content {
	border-left: 5px solid var(--color-white);
	padding-left: 20px;
}

.section-subtitle {
	color: var(--color-white);
	font-size: 18px;
	font-weight: 500;
}

.why-choose-us-title {
	color: var(--color-white);
	font-size: 36px;
	line-height: normal;
	text-transform: capitalize;
}


.feature-card {
	background: var(--color-white);
	padding: 18px 20px;
	text-align: left;
	transition: all 0.35s ease;
	overflow: hidden;
	width: 250px;
	border-radius: 12px;
	border-top: 1px solid var(--color-secondary);
	border-right: 1px solid var(--color-secondary);
	border-bottom: 4px solid var(--color-secondary);
	border-left: 1px solid var(--color-secondary);
	cursor: pointer;
}

.feature-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent, rgba(9, 166, 74, 0.08));
	opacity: 0;
	transition: 0.3s;
}

.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	border-top: 1px solid var(--color-primary);
	border-right: 1px solid var(--color-primary);
	border-bottom: 4px solid var(--color-primary);
	border-left: 1px solid var(--color-primary);
}

.feature-card:hover::before {
	opacity: 1;
}

.icon-box {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.feature-card:hover .icon-box {
	background: var(--color-secondary);
	transform: scale(1.1) rotate(5deg);
}

.feature-card:hover .icon-box img {
	filter: brightness(0) invert(1);
	width: 25px;
	height: 25px;
}

.icon-box img {
	width: 46px !important;
	height: 46px;
	object-fit: contain;
	transition: 0.3s;
}


.feature-card .card-title {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.3s;
	line-height: normal;
}

.feature-card:hover .card-title {
	color: var(--color-secondary);
}

.feature-card .card-text {
	font-family: var(--font-secondary);
	line-height: 22px;
	font-size: 16px;
}


.card-slider-wrapper {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}


.why-choose-carousel .owl-nav span {
	background: var(--color-white);
	color: var(--color-primary);
	font-size: 18px;
	transition: 0.3s;
}

.why-choose-carousel .owl-nav span:hover {
	background: var(--color-secondary);
	color: var(--color-white);
}

.why-choose-carousel .owl-stage {
	display: flex;
	margin-top: 10px;
}

.why-choose-carousel .owl-item {
	display: flex;
	height: auto;
}

.feature-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.feature-card .card-text {
	flex-grow: 1;
}

/* ================================
   Alumni Section
================================ */
.alumni-header::before {
	left: 34%;
}

.alumni-con {
	background: var(--color-white);
	border-radius: 32px 32px 32px 0;
	border: 1px solid #999;
	padding: 38px 31px;
	margin-bottom: 50px;
	position: relative;
	transition: all 0.4s ease;
	min-height: 242px;
	width: 393px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.alumni-con p {
	color: var(--color-default);
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}

.al-ip {
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	display: block !important;
	width: 100%;
}

.almni-i {
	width: 109px;
	height: 109px;
	margin: 0 auto;
	background: var(--color-white);
	border-radius: 50%;
	padding: 5px;
	margin-bottom: 10px;
}

.almni-i img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border: 2px dashed var(--color-secondary);
	padding: 8px;
}

.al-name h5 {
	color: var(--color-default);
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.al-name p {
	color: var(--color-primary);
	text-align: center;
	font-family: var(--font-primary);
	font-size: 18px;
	line-height: normal;
	text-transform: capitalize;
}

.owl-item.active.center .alumni-con,
.item.active .alumni-con {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.owl-item.active.center .alumni-con p,
.item.active .alumni-con p {
	color: var(--color-white);
}

.owl-item.active.center .almni-i img,
.item.active .almni-i img {
	border-color: var(--color-white);
}

#carousel-alumni .owl-stage-outer .owl-stage {
	margin-top: 10px;
	margin-bottom: 50px;
}

.owl-item.active.center .alumni-con {
	transform: scale(1.05);
	box-shadow: 0 20px 50px rgba(224, 8, 13, 0.2);
}

.alumni-con:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	border-color: var(--color-primary);
}

.alumni-con:hover p {
	color: var(--color-default);
}

.alumni-con:hover .almni-i img {
	border-color: var(--color-primary);
}

.alumni-con,
.almni-i img {
	transition: all 0.4s ease;
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 992px) {
	.why-choose-header {
		padding: 40px 30px 80px;
	}

	.why-choose-us-title {
		font-size: 28px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.why-choose-header {
		flex-direction: column;
		gap: 10px;
		padding: 30px 20px 70px;
	}

	.why-choose-us-title {
		font-size: 24px;
	}

	.card-slider-wrapper {
		margin-top: -40px;
	}

	.feature-card {
		padding: 25px 20px;
	}

	.icon-box {
		width: 45px;
		height: 45px;
	}

	.icon-box img {
		width: 22px;
		height: 22px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.why-choose-us-title {
		font-size: 20px;
	}

	.section-subtitle {
		font-size: 14px;
	}
}


/* Tablet */
@media (max-width: 992px) {
	.section-title {
		font-size: 2rem;
	}

	.image-card__img {
		height: 180px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.section-header {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}

	.section-title {
		font-size: 1.6rem;
	}

	.section-title-description {
		font-size: 0.95rem;
	}

	.feature-box {
		gap: 12px;
	}

	.feature-box__icon {
		padding: 10px;
	}

	.image-card__img {
		height: 150px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.section-title {
		font-size: 1.4rem;
	}

	.section-label {
		font-size: 13px;
	}

	.image-card__img {
		height: 130px;
	}
}

@media (max-width: 992px) {
	.alumni-con {
		width: 100%;
		padding: 30px 20px;
	}

	.al-ip {
		bottom: -70px;
	}

	.almni-i {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 768px) {

	#carousel-alumni .owl-stage-outer .owl-stage {
		margin-bottom: 100px;
	}

	.alumni-con {
		border-radius: 20px 20px 20px 0;
		padding: 25px 18px;
		min-height: auto;
	}

	.al-ip {
		position: relative;
		/* KEY FIX */
		bottom: unset;
		left: unset;
		transform: none;
		margin-top: 20px;
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.almni-i {
		margin: 0;
		width: 70px;
		height: 70px;
	}

	.al-name {
		text-align: left !important;
	}

	.al-name h5 {
		font-size: 16px;
	}

	.al-name p {
		font-size: 14px;
	}

}

@media (max-width: 480px) {
	.alumni-con {
		padding: 20px 15px;
	}

	.alumni-con p {
		font-size: 14px;
		line-height: 22px;
	}
}


/* Layout */
.gallery__card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #A8A8A8;
	height: 226px;
}

.gallery__card:hover {
	border: 1px solid var(--color-primary);
}

.gallery__card-first {
	height: 236px;
}

.gallery__card-second,
.gallery__card-third {
	height: 226px;
}

.gallery__card--fourth {
	height: 236px;
}

.gallery__card-fifth {
	height: 236px;
}

.gallery__card--tall {

	height: 324px;
}

.gallery__card--seven {
	height: 282px;
}

.gallery__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gallery__card:hover .gallery__image {
	transform: scale(1.08);
}

.gallery__carousel .owl-nav>div {
	margin-top: 108px;
}

.gallery__carousel .owl-nav .owl-prev {
	left: -370px;
}

.gallery__carousel .owl-nav .owl-next {
	right: 304px;
}

/* Responsive */
@media (max-width: 991px) {
	.gallery__card {
		height: 180px;
	}

	.gallery__card--tall {
		height: 220px;
	}
}

/* ===============================
   Responsive Design
================================ */

/* Tablet */
@media (max-width: 992px) {
	.leader-card__media {
		max-width: 200px;
		height: 200px;
	}

	.leader-card__name {
		font-size: 20px;
	}

	.leader-card__designation {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.leadership__header {
		margin-bottom: 25px;
	}

	.leader-card__media {
		max-width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.leader-card__content {
		text-align: center;
		align-items: center;
	}

	.leader-card__link {
		align-self: center;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {


	.leadership .owl-nav {
		position: static;
		margin-top: 20px !important;
		text-align: center;
	}
}

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

	.statistic-card {
		padding: 15px 5px;
	}

	.statistic-card__value {
		font-size: 26px;
	}

	.statistic-card__label {
		font-size: 15px;
	}
}


/* =========================
   FOOTER BASE
========================= */
.footer {
	background-color: var(--color-secondary);
}


.footer-container .row.g-5 {
	padding-left: 60px
}

;

p .footer-logo {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo img {
	width: 54px;
}

/* =========================
   TYPOGRAPHY
========================= */
.footer-small {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: var(--color-white);
}

.footer .bg-success-custom h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-white);
	text-transform: capitalize;
}

.footer-heading {
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-white);
}

/* =========================
   LINKS & TEXT
========================= */
.footer-link,
.location p,
.myCustomMenuFooter .btn-link {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--color-white);
	text-decoration: none;
}

/* =========================
   COLORS
========================= */
.bg-danger-custom {
	background-color: var(--color-primary) !important;
}

/* =========================
   SOCIAL BUTTONS
========================= */
.social-btn {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

	background-color: var(--color-primary);
	color: var(--color-white);

	transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-btn:hover {
	background-color: #c4181d;
	transform: scale(1.1);
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.contact-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.contact-text p {
	margin: 0;
}

.visitor_counter {}

/* Custom Footer Overrides */
	{
	.site-footer color: white !important;
	padding: 0 !important;
}

/* Red Bottom Bar */
.footer-bottom-bar {
	background-color: #e41a1a !important;
	/* Exact Red from image */
	color: white;
	padding: 10px 0;
	font-size: 14px;
}

/* Social Media Icons */
.social-btn {
	background-color: #e41a1a !important;
	color: white !important;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: 5px;
}

/* Map Container to fill the right side */
.map-column {
	padding: 0 !important;
	background-color: #eee;
	min-height: 100%;
}

.map-column iframe,
.map-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Typography Adjustments */
.footer-heading {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.contact-item i {
	margin-right: 10px;
}

/* Color Variables based on the image */
:root {
	--res-green: #0da44e;
	--res-red: #e31e16;
}


/* Header & Logo */
.footer-logo {
	width: 80px;
	height: 80px;
	background: #fff;
	padding: 5px;
}

.footer-small {
	font-size: 13px;
	letter-spacing: 0.5px;
	opacity: 0.9;
}

/* Social Buttons */
.social-btn {
	width: 35px;
	height: 35px;
	background: var(--res-red);
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.social-btn:hover {
	transform: scale(1.1);
}

/* Typography & Lists */
.footer-heading {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.contact-item {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 15px;
}

.contact-icon img {
	width: 20px;
	filter: brightness(0) invert(1);
	/* Makes icons white */
}

.footer-link,
.footer-link a {
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
}

/* Quick Links Arrow Icons */
.myCustomMenuFooter a.btn-link {
	color: #fff !important;
	text-decoration: none;
	padding: 0;
	margin-bottom: 10px;
	display: block;
	text-align: left;
}

.myCustomMenuFooter a.btn-link::before {
	content: "\f105";
	/* FontAwesome Chevron Right */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 10px;
}

/* Visitor Counter */
#visitor_counter {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 8px;
}

#visitor_counter li {
	font-size: 18px;
	letter-spacing: 2px;
}

/* Map Container Override */
.map-container {
	height: 100%;
	min-height: 350px;
}

.map-container img {
	height: 100%;
	object-fit: cover;
}

/* Red Bottom Copyright Bar */
.right-res {
	background-color: var(--res-red) !important;
	border-top: none !important;

	padding: 15px 0 !important;
}

.right-res p,
.right-res a {
	color: #fff !important;
	font-size: 14px;
}

.carousel-control-prev {
	display: none;
}

/* 1. Remove padding from the container to let the background reach the edges */
.site-footer .container {
	padding-right: 0 !important;
}

/* 2. Remove gutters from the row to eliminate the gap between the green side and the map */
.site-footer .row.g-5 {
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* 3. Style the Content side (Left) */
.bg-success-custom {
	background-color: #0da44e !important;
	padding: 60px 40px 60px 80px;
	/* Adjust left padding to match design */
}

/* 4. Style the Map side (Right) */
.col-lg-4.col-md-6 {
	padding: 0 !important;
	/* Removes top/bottom space around map */
}

.map-container,
.map-container img {
	height: 100% !important;
	width: 100% !important;
	min-height: 450px;
	/* Match this to the height of your left content */
	display: block;
	margin: 0 !important;
}

/* 5. Ensure the row stretches to full height */
.site-footer .row {
	display: flex;
	align-items: stretch;
}

#visitor_counter li {
	padding: 0 !important;
	margin-left: 1% !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;

	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	letter-spacing: 7.04px !important;
}

.botIcon {
	display: none;
}

#btnAdmission a {
	color: #fff;
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
}

.submit-btn {
	color: var(--color-white);
}


/* 7. Right Map Column Seamless Integration */
.col-lg-4.d-flex.flex-column.align-items-center {
	padding: 0 !important;
	/* Removes padding gaps to let map bleed to borders */
	align-items: stretch !important;
	/* Forces layout tracking height */
}

.col-lg-4.d-flex.flex-column.align-items-center iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 380px;
	object-fit: cover;
	border: 0 !important;
}

.branches-timeline {
	position: relative;
}

.branches-timeline::before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 50px;
	width: 4px;
	background: linear-gradient(to bottom,
			var(--color-primary),
			var(--color-secondary));
	border-radius: 2px;
}

.branch-item-row {
	position: relative;
	margin-bottom: 35px;
	animation: fadeInUp 0.6s ease forwards;
}

.branch-item-row:nth-child(1) {
	animation-delay: 0.1s;
}

.branch-item-row:nth-child(2) {
	animation-delay: 0.2s;
}

.branch-item-row:nth-child(3) {
	animation-delay: 0.3s;
}

.branch-item-row:nth-child(4) {
	animation-delay: 0.4s;
}

.branch-item-row:nth-child(5) {
	animation-delay: 0.5s;
}

.branch-item-row:nth-child(6) {
	animation-delay: 0.6s;
}

.branch-item-row:nth-child(7) {
	animation-delay: 0.7s;
}

.branch-serial-number {
	position: absolute;
	left: 27px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: var(--color-white);
	border: 4px solid var(--color-primary);
	color: var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.3rem;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.branch-item-row:hover .branch-serial-number {
	background: var(--color-secondary);
	color: var(--color-white);
	scale: 1.1;
}

.branch-content-card {
	margin-left: 100px;
	background: var(--color-white);
	border-radius: 16px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
	overflow: hidden;
	transition: .3s;
	border: 1px solid rgba(224, 8, 13, .08);
}

.branch-item-row:hover .branch-content-card {
	transform: translateX(5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.branch-language-content {
	padding: 20px 25px;
	position: relative;
}

.marathi-side {
	background-color: #ffffff;
	border-right: 1px dashed #dee2e6;
}

.branch-english-content {
	background-color: #fdfdfd;
}

.language-badge {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 6px;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
}

.marathi-badge {
	background: #fff0f0;
	color: var(--color-primary);
}

.english-badge {
	background: #effff3;
	color: var(--color-secondary);
}

.branch-name {
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--color-heading);
	font-weight: 600;
	margin: 0;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}

	from {
		opacity: 0;
		transform: translateY(20px);
	}
}

@media (max-width: 768px) {
	.branches-timeline::before {
		left: 30px;
	}

	.branch-serial-number {
		left: 7px;
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.branch-content-card {
		margin-left: 65px;
	}

	.marathi-side {
		border-right: none;
		border-bottom: 1px dashed #dee2e6;
	}
}

span.phone-item {
	position: relative;
	padding-right: 12px;
	margin-right: 8px;
}

span.phone-item:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

span.phone-item:not(:last-child)::after {
	content: " / ";
	color: #fff;
}

.bred-img {
	background-image: url('https://whitecode.biz/staging/rural-education-society-mirajgaon/uploads/breadcrumb-banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0;
	display: flex;
	align-items: center;
}

.bred-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.bred-img .container {
	position: relative;
	z-index: 2;
}

.bred-head,
.breadcrumb-item,
.breadcrumb-item a {
	color: #fff !important;
}

.breadcrumb {
	margin-bottom: 0;
}

.importantNews-section {
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.marquee-news-heading {
	background: none;
	color: var(--color-primary);
	margin: 0;
	padding: 12px 25px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	position: relative;
}

.marquee-news {
	padding: 10px;
}

.importantNews-section .container {
	flex-grow: 1;
	max-width: none;
	width: auto;
	display: flex;
	align-items: center;
}

.hor-marquee {
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
}

.site-header__portrait-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.site-header .site-header__portrait {
	    width: clamp(70px, 15vw, 110px);
    height: clamp(70px, 15vw, 110px);
	object-fit: contain;
	border-radius: 50%;
	border: 2px solid var(--color-primary);
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.site-header__logo-wrapper {
	padding: 0;
}

.contactInfo-right a {
	color: #000;
}

.leader-card__media img {
	height: 255px;
}

.alumni-con {
	min-height: 420px;
	/* Adjust as needed */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.marquee-news-heading {
	background: linear-gradient(135deg,
			var(--color-primary) 0%,
			var(--color-heading) 100%);
	color: var(--color-white);
	margin: 0;
	padding: 12px 35px 12px 25px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 15px rgba(224, 8, 13, .25);
}

.marquee-news-heading::after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	width: 30px;
	background: linear-gradient(135deg,
			var(--color-primary) 0%,
			var(--color-heading) 100%);
	transform: skewX(20deg);
	z-index: -1;
	border-right: 4px solid var(--color-secondary);
}

.news-events .homePage-sectionHeading {
	margin: 0;
	border-radius: 10px 10px 0 0;
		align-items: center;
padding: 10px ;
	    color: var(--color-white);
letter-spacing: .5px;
background: linear-gradient(135deg, var(--color-primary), var(--color-heading));
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	padding: 18px;
	box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.1), 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.holder {
	height: 310px !important;
	 background:#fafafa;
    border:1px solid rgba(224,8,13,.12);
    border-radius:12px;
    padding:8px;
}

.holder ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
	gap: 10px;
}

.news-date {
	border-radius: 2px;
	background: none;
	height: 10px;
	width: 10px;
display:none;
}
.news-div{
display:none;
}

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

.holder ul li a {
	color: #454545;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
#header-carousel .carousel-item {
    position: relative;
    overflow: hidden;
}

#header-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://whitecode.biz/staging/rural-education-society-mirajgaon/uploads/slider/copy-1781885013-cropped-slider-image.png")
        center center / cover no-repeat;
    filter: blur(20px);
    transform: scale(1.15);
    z-index: 1;
}

#header-carousel .carousel-item img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.alumni-sec
.owl-prev ,.alumni-sec .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 0 !important;
    background: var(--color-primary);
    margin: 0px -6px;
}

.alumni-sec .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E");
}

.alumni-sec .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}
/*=========================
  News & Circular Section
=========================*/

.news-events{
    background: var(--color-white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border: 1px solid rgba(224,8,13,.12);
    transition: .3s;
}

.news-events:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

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

.holder li{
    display:flex;
    align-items:center;
    padding:14px 12px;
    border-bottom:1px dashed rgba(0,0,0,.12);
    transition:.3s;
}

.holder li:last-child{
    border-bottom:none;
}

.holder li:hover{
    background:#fff5f5;
    transform:translateX(5px);
}

.holder li::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--color-secondary);
    margin-right:12px;
    flex-shrink:0;
}

.holder li a{
    color:var(--color-default);
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
    display:flex;
    align-items:center;
}

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

/* NEW GIF */
.holder li img{
    margin-left:8px;
    height:18px !important;
    width:auto !important;
}


.view-all-news ,.view-all{
    text-align:right;
    margin-top:18px;
}

.view-all-news a ,.view-all a{
    display:inline-block;
    background:linear-gradient(135deg,var(--color-primary),var(--color-heading));
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    box-shadow:0 8px 20px rgba(224,8,13,.25);
}

.view-all-news a:hover ,.view-all a:hover{
    background:var(--color-secondary);
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(9,166,74,.35);
}

.holder::-webkit-scrollbar{
    width:6px;
}

.holder::-webkit-scrollbar-thumb{
    background:var(--color-primary);
    border-radius:20px;
}

@media(max-width:992px){

    .homePage-sectionHeading{
        font-size:22px;
        padding:16px 20px;
    }

    .holder li{
        padding:12px 10px;
    }

    .holder li a{
        font-size:15px;
    }
}

@media(max-width:768px){

    .news-events{
        border-radius:12px;
    }

    .homePage-sectionHeading{
        font-size:20px;
        text-align:center;
    }

    .view-all-news{
        text-align:center;
    }

    .view-all-news a{
        width:100%;
    }
}

@media(max-width:480px){

    .homePage-sectionHeading{
        font-size:18px;
    }

    .holder li a{
        font-size:14px;
        line-height:1.5;
    }

    .news-circular{
        padding:12px;
    }
}
.row.new-ui-margin{
    background: linear-gradient(135deg,#ffffff,#f8fbff);
    border:1px solid #e8edf5;
    border-radius:16px;
    padding:18px 20px;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
    transition:.35s;
}

.row.new-ui-margin:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(91,33,182,.18);
}

.newspanneltext{
color: #059669 !important;
   }

.news-view-all .category{
    display:inline-block;
      background: linear-gradient(135deg, #e0080d, #013117);
    color:#fff;
    padding:6px 14px !important;
    border-radius:30px !important;
      letter-spacing:.3px;
    box-shadow:0 4px 10px rgba(91,33,182,.25);
}



.news-view-all .newslist a{
    color:var(--text);
       font-weight:700;
    display:flex;
    gap:10px;
    transition:.3s;
}

.news-view-all .newslist a:hover{
    color:var(--primary);
    padding-left:8px;
}

.news-view-all .newslist img{
    height:22px!important;
    width:auto!important;
}

@media(max-width:768px){
    .newslist a{
        font-size:18px;
    }

    .category{
        margin-top:8px;
    }
}


.news-view-all .quick-inner-top{
       box-shadow: 0 5px 20px rgba(0,0,0,.08);
    overflow: hidden;
border-radius: 10px;
    border: 1px solid #eee;
}

.news-view-all .quick-head-back{
    background: linear-gradient(135deg,var(--color-primary),var(--color-heading));
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .5px;
}

.news-view-all .SectionmenuView{
    padding: 10px;
    background: #fafafa;
}

.news-view-all .goToSectionmenu{
    margin-bottom: 8px;
}

.news-view-all .categoriesmanu{
    display:none;
}

.news-view-all .goToSectionmenu a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-default);
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid #ececec;
}

.news-view-all .goToSectionmenu a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: .3s;
}

.news-view-all .goToSectionmenu a:hover{
    background: rgba(224,8,13,.08);
    color: var(--color-primary);
    padding-left: 25px;
}

.news-view-all .goToSectionmenu a:hover::before{
    background: var(--color-primary);
}

.news-view-all .goToSectionmenu a.active{
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 600;
    border-color: var(--color-primary);
    box-shadow: 0 8px 20px rgba(224,8,13,.25);
}

.news-view-all .goToSectionmenu a.active::before{
    background: var(--color-secondary);
}

.news-view-all .SectionmenuView{
    max-height: 450px;
    overflow-y: auto;
}

.news-view-all .SectionmenuView::-webkit-scrollbar{
    width:6px;
}

.news-view-all .SectionmenuView::-webkit-scrollbar-thumb{
    background: var(--color-primary);
    border-radius:20px;
}

.news-view-all .SectionmenuView::-webkit-scrollbar-track{
    background:#f2f2f2;
}
.blog-item{
       transition:0.25s ease;
}

.blog-item:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    border-color:var(--color-primary);
}



.blog-item .newslist img{
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:10px;
}


.blog-item .newslist p strong{
    font-size:16px;
    color:var(--color-heading);
    display:block;
    margin-bottom:8px;
}



.blog-item p{
    margin:4px 0;
    font-size:13px;
    color:#444;
}


 .blog-item p b{
    color:var(--color-primary);
}


.blog-item .limited-lines{
    font-size:13px;
    color:#666;
    line-height:1.4;
    margin-top:8px;
}


.blog-item .view a{
    display:inline-block;
    margin-top:10px;
    padding:6px 12px;
    font-size:13px;
    font-weight:600;
    color:var(--color-primary);
    border:1px solid var(--color-primary);
    border-radius:20px;
    text-decoration:none;
    transition:0.25s ease;
}


.blog-item .view a:hover{
    background:var(--color-primary);
    color:#fff;
}

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

 

   
.blog-item .newslist img{
        height:180px;
    }
}
.event-date-overlay{
    background:linear-gradient(135deg,var(--color-primary),var(--color-heading));
    border-radius:20px;
    position:absolute;
    top:10px;
    left:10px;
    box-shadow:0 6px 15px rgba(224,8,13,0.25);
    letter-spacing:0.3px;
    z-index:2;
}

.event-date-overlay::before{
    content:"";
    width:6px;
    height:6px;
    background:var(--color-secondary);
    border-radius:50%;
    display:inline-block;
    margin-right:6px;
}


.styled-btn-view{
    padding:10px 18px !important;
    border-radius:30px !important;
    font-size:14px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    transition:0.3s ease;
    border:none !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

a.btn.btn-primary.styled-btn-view{
    background:linear-gradient(135deg,var(--color-primary),var(--color-heading)) !important;
    color:#fff !important;
}

a.btn.btn-primary.styled-btn-view:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(224,8,13,0.25);
}

button.btn.btn-info.styled-btn-view{
    background:#fff !important;
    color:var(--color-primary) !important;
    border:2px solid var(--color-primary) !important;
}

button.btn.btn-info.styled-btn-view:hover{
    background:var(--color-primary) !important;
    color:#fff !important;
    transform:translateY(-2px);
}
.news-text-line{
    padding:10px 12px;
    border-left:3px solid var(--color-primary);
    background:#fafafa;
    border-radius:6px;
    font-size:14px;
    color:#555;
}



.table{
    border-radius:10px;
    overflow:hidden;
    border:1px solid #eee;
    background:#fff;
}

.table th{
    background:#f9f9f9;
    color:var(--color-heading);
    font-weight:600;
    padding:10px;
}

.table td{
    color:#333;
    padding:10px;
}

.table tbody tr:hover{
    background:#fff5f5;
    transition:0.2s ease;
}

.table-striped tbody tr:nth-of-type(odd){
    background:#fcfcfc;
}

.table-bordered td,
.table-bordered th{
    border:1px solid #f0f0f0;
}

