﻿:root {
	--font-primary: "Poppins", sans-serif;
	--font-secondary: "Roboto Condensed";
	--color-primary: #358cff;
	--color-heading: rgba(0, 0, 0, 0.9);
	--color-secondary: #d52720;
	--color-default: #000000;
  --color-bg-light: #f8fafc;
            --color-accent-muted: rgba(53, 140, 255, 0.1);
            --color-success-muted: rgba(21, 115, 71, 0.08);
	scroll-behavior: smooth;
 --color-table-header: #f8fafc;
            --color-total-bg: rgba(213, 39, 32, 0.05);
 --card-border-radius: 16px;
            --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   --bg-light: #f8fafc;
            --card-radius: 16px;
 --color-text: #475569;
            --bg-dashboard: #f8fafc;
  --color-bg-light: #f8fafc;
            --card-radius: 16px;
 --color-danger: #dc2626;
            --color-warning: #d97706;
            --color-dark: #0f172a;
            --color-text: #475569;
  --bg-light-header: #f1f5f9;    
            --text-main: #334155;
 --theme-teal: #0ea5e9;
            --theme-teal-dark: #0369a1;
            --theme-red: #ef4444;
            --theme-red-dark: #b91c1c;
            --text-dark: #0f172a;
            --text-muted: #475569;
            --card-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
            --border-glow: #e2e8f0;
  --science-primary: #0891b2;
            --science-dark: #0f172a;
            --science-blue: #2563eb;
            --science-accent: #7c3aed;
 --scholarship-primary: #1e3a8a;   /* Premium Navy Blue */
            --scholarship-dark: #0f172a;      /* Slate Dark */
            --scholarship-gold: #b45309;      /* Elegant Amber/Gold */
            --scholarship-gold-light: #fef3c7;/* Light Amber Background */
}



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

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

body,
p,
div,
button,
span,
td,
th,
a {  font-family: var(--font-primary);

	font-size: 1rem;
}

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

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

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

}

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

.quick-img {
	border-radius: 4.545px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	box-shadow: 0px 3.636px 3.636px 0px rgba(0, 0, 0, 0.25);
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	transition: transform 0.9s;
	transform-style: preserve-3d;
}

.q-con img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}

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

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

/*End Basic CSS */

/* header */
.border-top-blue {
	border-top: 4px solid #358cff;
}
.header-logo {
	height: 104px !important;
	width: 104px !important;
	margin: 0 !important;
}

.college-header-div {
	padding: 10px 10px;
}

.header-top-subtitle {
	color: #000;
	font-family: "Roboto Condensed";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.42px;
}
.header-college-name {
	color: rgba(0, 0, 0, 0.83);
	font-family: "Roboto Condensed";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.head-subline {
	color: rgba(0, 0, 0, 0.95);
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.39px;
}

.header-top-bar {
	background-color: var(--color-primary);
	clip-path: polygon(0px 0, 100% 0, 100% 100%, 45px 100%);
}

.header-top-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.header-social-img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

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

.custom-lang-selector .btn {
	min-width: 120px;
	border: none !important;
	padding: 4px 12px !important;
}
.lang-btn-text,
.lang-menu-title {
	font-size: 13px;
	color: #000 !important;
}
.chevron-down-icon {
	font-size: 11px;
	color: #555 !important;
}
.custom-lang-selector .dropdown-menu {
	min-width: 200px;
	margin-top: 5px;
}
.header-lang-item-text {
	font-size: 13px;
	color: #555;
}
.header-lang-icon-circle {
	width: 16px;
	height: 16px;
}

#side-social-bar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1050;
	display: flex;
	flex-direction: column;
	gap: 8px; /* Added gap between icons */
}

.side-icon-box {
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
}

.side-icon-box img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: all 0.4s ease;
}

.side-icon-box:hover {
	background-color: var(--color-secondary);
	transform: translateX(-10px);
	box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.2);
}

.side-icon-box:hover img {
	filter: brightness(0) invert(1); /* Make icon white on hover */
	transform: scale(1.1);
}

.top-right-bar {
	align-items: center;
	justify-content: start;
	background-color: var(--color-primary);
	clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%);
	gap: 24px;
	padding: 0px 30px;
}

.header-contact-info {
	color: #fff;
	font-family: Lato !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.56px;
}

.header-stats-text {
	color: var(--color-secondary);
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.54px;
	padding: 0px 10px;
}
.header-stat-box {
	border-left: 2px solid #eaeaea;
}

/* Set specific width, height and font-size for contact and social icons in header */
.header-contact-info i {
	width: 15px;
	height: 15px;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-social-icons a i {
	width: 18px;
	height: 18px;
	font-size: 18px; /* FontAwesome relies on font-size for vector rendering */
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* /header */

/* Responsive Header Adjustments */
@media (min-width: 992px) {
	.logo-name-container {
		padding-right: 3rem !important;
	}
}

@media (max-width: 1199.98px) {
	.header-college-name {
		font-size: 22px;
		line-height: 24px;
	}
	.header-logo {
		height: 90px !important;
		width: 90px !important;
	}
}

@media (max-width: 991.98px) {
	.container[style*="margin-top: -33px"] {
		margin-top: 0 !important;
	}
	.header-college-name {
		font-size: 20px;
		line-height: 22px;
	}
	.header-logo {
		height: 85px !important;
		width: 85px !important;
        margin-left: auto;
        margin-right: auto;
	}
	.header-top-subtitle {
		font-size: 13px;
	}
	.head-subline {
		font-size: 12px;
	}
    .header-stats-text {
        font-size: 16px;
    }
    .curosal-header-div {
        margin-top: -45px !important;
    }
}

@media (max-width: 767.98px) {
	.header-college-name {
		font-size: 18px;
		line-height: 20px;
	}
	.header-logo {
		height: 75px !important;
		width: 75px !important;
	}
	.header-top-subtitle {
		font-size: 12px;
	}
	.head-subline {
		font-size: 11px;
	}
}

@media (max-width: 575.98px) {
	.header-college-name {
		font-size: 16px;
		line-height: 18px;
	}
	.header-logo {
		height: 65px !important;
		width: 65px !important;
	}
    .college-header-div {
        padding: 5px 10px;
    }
		.about-page .container{
			padding: 0 !important;
		}
}

/* Mobile Navbar Menu Design */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: var(--color-primary) !important;
        margin-top: 0;
        border-radius: 0 0 8px 8px;
        padding: 15px !important;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }
    
    .main-menu .navbar-nav {
        align-items: flex-start !important;
        width: 100%;
    }
    
    .main-menu .navbar-nav .nav-item {
        width: 100%;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-menu .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .main-menu .navbar-nav .nav-item a, 
    .second-menu li a {
        padding: 12px 15px !important;
        display: block;
        width: 100%;
        text-align: left !important;
    }
    
    .main-menu .navbar-nav > .nav-item:first-child > a {
        border-radius: 4px !important;
    }
    
    .main-menu .navbar-nav .nav-item::after {
        display: none !important; /* Remove vertical dividers on mobile */
    }
    
    .custom-donate-btn-wrapper {
        margin-top: 15px;
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    
    .manual-donate-btn {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
}

/* ------- Main Menu ---------------- */
.main-menu-bg {
	background-color: transparent !important;
	font-family: var(--font-secondary);
	transition:
		background 0.4s ease,
		box-shadow 0.4s ease;
}

#main_navbar.navbar-scrolled {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.7) 100%
	) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Maintain Inner Page Colors on Scroll */
#main_navbar.navbar-scrolled.inner-navbar-text {
    background: #CBC9C9 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navbar-nav {
	display: flex;
	align-items: center;
}

.web-cust-menu {
	padding: 10px 0px !important;
}

.main-menu .navbar-nav .nav-item {
	position: relative;
	padding: 0 5px;
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	padding: 8px 12px !important; /* Increased padding */
	color: #ffffff !important;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 400;
}

/* Home Pill Shape */
.main-menu .navbar-nav > .nav-item:first-child > a {
	border-radius: 25px;
}
.main-menu .navbar-nav > .nav-item:first-child > a:hover {
	background-color: #216bd4 !important;
}

/* Manual Donate Button */
.manual-donate-btn {
	background-color: var(--color-secondary) !important;
	color: #ffffff !important;
	border-radius: 25px;
	padding: 6px 20px !important;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 500;
	border: none;
	margin-left: 5px;
}
.manual-donate-btn:hover {
	background-color: #b3211a !important;
	color: #ffffff !important;
}

/* Vertical Dividers */
.main-menu .navbar-nav > .nav-item:not(:last-child)::after {
	content: "|";
	color: #ffffff;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	opacity: 0.6;
	pointer-events: none;
}

/* Inner Navbar Black Text Helper */
/* .inner-navbar-text .navbar-nav .nav-item a,
.inner-navbar-text .second-menu li a,
.inner-navbar-text .navbar-nav > .nav-item:not(:last-child)::after {
    color: #000 !important;
} */

/* --- Image Reference Match Dropdown Links --- */
.second-menu ul.dropdown-menu li a,
.main-menu .navbar-nav .nav-item .dropdown-menu a.dropdown-item,
.main-menu .navbar-nav .nav-item .dropdown-menu a {
	color: #ffffff !important; /* White text on dark blue background */
	background-color: var(--color-primary) !important; /* Dark blue background matching header */
	padding: 12px 20px !important;
	font-weight: 500;
	font-size: 15px;
	white-space: normal;
	display: block;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 0px;
}

.second-menu ul.dropdown-menu li a:hover,
.main-menu .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover,
.main-menu .navbar-nav .nav-item .dropdown-menu a:hover {
	color: var(--color-primary) !important; /* Dark blue text on hover */
	background-color: #ffffff !important; /* Solid white background on hover */
}

/* Pill Hover for Main Menu Links */
.main-menu .navbar-nav > .nav-item > .nav-link {
	transition: all 0.3s ease;
	border-radius: 25px;
}

.main-menu .navbar-nav > .nav-item:not(:last-child) > .nav-link:hover,
.main-menu .navbar-nav > .nav-item:not(:last-child) > .nav-link.active {
	background-color: var(--color-primary) !important;
	color: #ffffff !important;
}

.navbar-dark .navbar-nav .show > .nav-link {
	background-color: var(--color-primary) !important;
	color: #ffffff !important;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; /* Thin light separators */
	margin-bottom: 0px;
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

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

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 280px !important; /* Slightly wider to match image proportions */
	position: absolute;
	border: none; /* Removed border */
	border-radius: 0px; /* Sharp corners like the image */
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow for dark menu */
	padding: 0px;
	background-color: var(--color-primary); /* Dark Blue Background */
}

/* Home slider start */
.curosal-header-div {
	margin-top: -60px;
	position: relative;
}

.curosal-header-div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(1, 1, 1, 0.6) 31.22%,
		rgba(0, 0, 0, 0) 100%
	);
	z-index: 10;
	pointer-events: none;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	height: 60px;
	background: transparent;
	opacity: 1;
	z-index: 15;
	padding: 0;
	border: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#header-carousel .carousel-control-prev {
	left: 20px !important;
}

#header-carousel .carousel-control-next {
	right: 20px !important;
	left: auto !important;
}

.header-carousel-icon-box {
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.header-carousel-icon-box i {
	color: var(--color-secondary);
	font-size: 18px;
}

.header-carousel-icon-box:hover {
	background-color: var(--color-secondary);
	transform: scale(1.05);
}

.header-carousel-icon-box:hover i {
	color: #ffffff;
}

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

/* Home Slider Responsiveness */
@media (max-width: 991.98px) {
    .banner-slider img {
        height: 500px;
    }
    .carousel-caption span {
        font-size: 20px !important;
        padding: 5px 8px !important;
    }
    .carousel-caption h5 {
        font-size: 1.25rem !important;
    }
    .carousel-caption p {
        font-size: 0.9rem !important;
        padding-top: 0.5rem !important;
    }
    #header-carousel .carousel-control-prev,
    #header-carousel .carousel-control-next {
        width: 100px;
    }
    .header-carousel-icon-box {
        width: 35px;
        height: 35px;
    }
    .header-carousel-icon-box i {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .banner-slider img {
        height: 400px;
    }
    .carousel-caption {
        padding-bottom: 30px !important;
    }
    .carousel-caption h5 {
        font-size: 1.1rem !important;
    }
    .carousel-caption p {
        font-size: 0.8rem !important;
    }
    .carousel-caption span {
        font-size: 16px !important;
    }
    .indicators {
        bottom: 15px !important;
    }
    .indicators li.active {
        width: 40px !important;
    }
}

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

/* Header Carousel icons removed in favor of FontAwesome */

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

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

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

.indicators li {
	list-style: none;
}

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

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

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

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

/* news marquee start */

.importantNews-section {
	align-items: center;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	height: 48px;
	background: #e2e2e2 !important;
	overflow: hidden;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
    .importantNews-section {
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    .importantNews-section {
        height: 36px;
    }
}

.marquee-news-heading {
	width: auto;
	min-width: 180px;
	height: 100%;
	background: #3b82f6;
	color: #fff;
	text-align: center;
	padding: 0 35px;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
}

@media (max-width: 991.98px) {
    .marquee-news-heading {
        min-width: 140px;
        font-size: 15px;
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .marquee-news-heading {
        min-width: 110px;
        font-size: 8px;
        padding: 0 10px;
    }
}

.marquee-news-heading::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -16.97px; /* 48 / sqrt(2) / 2 */
	transform: translateY(-50%) rotate(45deg);
	width: 33.94px; /* 48 / sqrt(2) */
	height: 33.94px;
	background: #e2e2e2;
	border-bottom: 4px solid #ef4444;
	border-left: 4px solid #ef4444;
	z-index: -1;
	box-sizing: border-box;
}

@media (max-width: 575.98px) {
    .marquee-news-heading::after {
        right: -12.72px; /* 36 / sqrt(2) / 2 */
        width: 25.45px; /* 36 / sqrt(2) */
        height: 25.45px;
    }
}

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

.slider-news {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0 30px !important;
	height: 100%;
}

.slider-news::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: var(--color-secondary);
	border-radius: 50%;
	margin-right: 12px;
}

.slider-news a {
	font-family: var(--font-secondary);
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.9);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}

@media (max-width: 991.98px) {
    .slider-news a {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .slider-news a {
        font-size: 12px;
        line-height: 36px !important;
    }
    .slider-news::before {
        width: 10px;
        height: 10px;
        margin-right: 8px;
    }
}

.slider-news a:hover {
	color: #ef4444;
}

.new-flag {
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
}

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

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

/*  Home slider end */

/* news marquee start */

/* News and Events Redesign */

.section-title-wrapper {
	position: relative;
}

.section-title {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	border-bottom: 3px solid #cbd5e1; /* Gray base line */
	font-family: "Fira Sans" !important;
}

.section-title::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 56%;
	width: 44%;
	height: 3px;
	background-color: var(--color-primary);
}

/* Event Cards */
.custom-event-card {
	background: #fff;
	transition: transform 0.3s ease;
	height: 380px; /* Standardized taller height */
	display: flex;
	flex-direction: column;
}

.custom-event-card:hover {
	transform: translateY(-5px);
}

.event-img-wrapper {
	overflow: hidden;
}

.event-main-img {
	height: 290px;
	object-fit: cover;
}

.event-date-flag {
	display: flex;
	align-items: center;
	height: 40px;
	background-color: var(--color-primary);
	color: #fff;
	padding: 0 30px 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	margin: 0;
	/* Precise fishtail cut matching the news ticker's 17px chevron depth (33.94px square / 2) */
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 17px) 50%, 100% 100%, 0% 100%);
	font-family: "Fira Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

.event-date-flag::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -17px; /* Half of 33.94px width */
	transform: translateY(-50%) rotate(45deg);
	width: 33.94px; /* 48 / sqrt(2) */
	height: 33.94px;
	background: transparent;
	border-bottom: 4px solid #ef4444;
	border-left: 4px solid #ef4444;
	z-index: 10; /* On top to be visible as a chevron */
	box-sizing: border-box;
}

.event-info-box {
	background: #f3f4f6;
	padding: 20px;
	flex-grow: 1; /* Stretch to fill card height */
	position: relative; /* Base for absolute arrow */
	display: flex;
	align-items: center;
	width: 100%; /* Ensure full width */
}

.event-card-title {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
	padding-right: 30px; /* Space for the arrow */
}

.event-card-arrow {
	position: absolute;
	right: 10px; /* Close to the edge as per image */
	top: 50%;
	transform: translateY(-50%);
	color: #334155;
	font-size: 20px; /* Slightly more prominent */
	transition: transform 0.3s ease;
}

/* News List */
.custom-news-list-container {
	background: #f3f4f6;
	padding: 20px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

/* Custom Scrollbar */
.custom-news-list-container::-webkit-scrollbar {
	width: 6px;
}
.custom-news-list-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.custom-news-list-container::-webkit-scrollbar-thumb {
	background: #4b5563;
	border-radius: 10px;
}

.custom-news-item {
	border-bottom: 1px solid #e2e8f0;
	padding: 15px 0;
}

.custom-news-item:last-child {
	border-bottom: none;
}

.news-date-square {
	background-color: #ef4444;
	width: 55px;
	height: 55px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.1;
}

.date-month {
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: capitalize;
}

.date-day {
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: capitalize;
}

.news-item-title {
	color: #000 !important;
	/* -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #F4F4F4; */
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-item-title:hover {
	color: var(--color-primary);
}

.new-badge-img {
	height: 18px;
	vertical-align: middle;
}

/* View All Buttons */
.custom-view-all-btn {
	position: relative;
	border: 1.5px solid #ef4444 !important;
	color: #ef4444 !important;
	background: transparent !important;
	padding: 6px 28px !important; /* Stable padding */
	font-size: 14px !important;
	font-weight: 600 !important;
	border-radius: 6px !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	overflow: hidden;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	min-width: 120px; /* Ensures width doesn't jump */
}

.custom-view-all-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ef4444;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.custom-view-all-btn::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 12px;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s ease;
}

.custom-view-all-btn:hover {
	color: #fff !important;
	padding-right: 36px !important; /* Smoothly increase padding to make room for arrow */
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.custom-view-all-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.custom-view-all-btn:hover::after {
	opacity: 1;
	transform: translateX(0);
}

.holder ul li {
	border: 2px solid var(--color-primary);
	height: 88px;
	margin: 10px;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.holder ul li a {
	padding-bottom: 4px;
	text-decoration: none;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

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

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

.holder-news {
	position: relative;
	height: 420px !important;
	overflow-y: scroll !important;
}

.holder ul li a {
	padding: 10px 0px;
	overflow-wrap: anywhere;
}

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

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

.holder-news ul {
	padding: 0;
}

.holder {
	position: relative;
	height: 330px !important;
	overflow-y: scroll !important;
	left: 0px;
	width: auto;
}

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

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

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

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

/* events */

.myTicker2 {
	position: relative;
	height: 420px !important;
	overflow: hidden !important;
}

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

.events-container {
	width: 100%;
}

.events-details img {
	height: 220px !important;
	width: 100%;
}

figcaption span {
	color: #5e35a7;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	padding-bottom: 0px;
}

figcaption {
	padding: 10px 20px;
}

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

.events-container {
	overflow: hidden;
	border-radius: 24px;
	background: #f0ebf8;
	width: 100%;
	height: 85%;
	margin: 0 10px;
}

.event-view-btn a {
	color: white;
	border-radius: 12px;
	background: #5e35a7;
	display: flex;
	padding: 11px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

/* about-college */
.about-college-section {
	background-color: #f8fafc;
	background-image: url("../img/home/Vector.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.college-content-box {
	padding: 20px 0px;
}
.about-image-gallery {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	min-height: 500px; /* Space for the overlapping images */
}

.main-image-wrapper {
	position: relative;
	z-index: 2;
	display: inline-block; /* Hugs the image exactly */
	border-radius: 20px;
}

.main-img {
	border-radius: 20px;
	width: 430px;
	max-width: 100%;
	height: 320px;
	object-fit: cover;
	/* box-shadow: 0 10px 25px rgba(0,0,0,0.1); */
}

.secondary-image-wrapper {
	position: absolute;
	top: 195px; /* Push down to overlap */
	left: 155px; /* Push right to overlap */
	z-index: 1;
}

.secondary-img {
	border-radius: 20px;
	height: 285px;
	width: 430px;
	max-width: 100%;
	object-fit: cover;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.experience-badge {
	position: absolute;
	top: 25px;
	right: -130px; /* Half outside the image boundary */
	background: #e94242; /* Matching the vibrant red */
	color: #fff;
	padding: 18px 25px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(233, 66, 66, 0.4);
	text-align: left;
	min-width: 160px;
	z-index: 3;
}

.exp-number {
	margin-bottom: 5px;
	color: #fff;
	font-family: Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.exp-text {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px; /* 125% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.about-college-content p {
	color: #64748b;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-read-more {
	position: relative;
	background: #4285f4 !important;
	color: #fff !important;
	padding: 12px 28px !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	border-radius: 2px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	transition: all 0.3s ease !important;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.2) !important;
	border: none !important;
	letter-spacing: 0.5px;
	overflow: hidden;
	z-index: 1;
	text-decoration: none !important;
}

/* About College Section Responsiveness */
@media (max-width: 991.98px) {
	.about-college-section {
		padding: 60px 0;
	}
	.about-image-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 80px !important; /* Proper spacing from title */
		padding-bottom: 0px;
		min-height: auto;
	}
	.secondary-image-wrapper {
		position: relative;
		z-index: 1;
		margin-bottom: -150px; /* Refined vertical overlap */
		margin-right: 100px; /* Refined horizontal offset */
	}
	.main-image-wrapper {
		position: relative;
		z-index: 2;
		margin-left: 100px; /* Refined match */
	}
	.main-img, .secondary-img {
		width: 400px;
		height: 300px;
		max-width: 85vw;
	}
	.experience-badge {
		position: absolute;
		top: 20px;
		right: -10px;
		min-width: 140px;
		padding: 12px 18px;
	}
}

@media (max-width: 767.98px) {
	.about-college-section {
		padding: 40px 0;
	}
	.secondary-image-wrapper {
		margin-bottom: -150px;
		margin-right: 80px;
	}
	.main-image-wrapper {
		margin-left: 80px;
	}
	.main-img, .secondary-img {
		width: 300px;
		height: 220px;
	}
	.experience-badge {
		right: -10px;
		min-width: 120px;
		padding: 10px 15px;
	}
	.exp-number {
		font-size: 24px;
		line-height: 24px;
	}
	.exp-text {
		font-size: 10px;
	}
	.about-college-content p {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.about-image-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
		min-height: auto;
	}
	.secondary-image-wrapper, 
	.main-image-wrapper {
		position: relative;
		left: 0 !important;
		top: 0 !important;
		margin: 0 0 20px 0 !important;
		width: 100%;
		text-align: center;
	}
	.main-img, .secondary-img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		border-radius: 10px;
	}
	.experience-badge {
		position: absolute;
		top: 15px;
		right: 15px;
		min-width: 110px;
		padding: 8px 12px;
	}
	.exp-number {
		font-size: 22px;
		line-height: 22px;
	}
	.exp-text {
		font-size: 9px;
	}
	.about-college-content {
		text-align: left;
		padding-top: 10px;
	}
	.about-college-content p {
		font-size: 15px;
	}
}

.about-read-more::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3367d6; /* Darker blue for fill */
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

/* We'll handle the arrow via CSS to sync animation, matching current design initially */
.about-read-more::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	transition: transform 0.3s ease;
	display: inline-block;
}

.about-read-more:hover {
	padding-right: 32px !important;
	box-shadow: 8px 8px 15px rgba(66, 133, 244, 0.4) !important;
	transform: translateY(-2px);
}

.about-read-more:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.about-read-more:hover::after {
	transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.experience-badge {
		right: 15px; /* Stay inside on mobile */
	}
	.secondary-image-wrapper {
		position: relative;
		top: -40px;
		left: 20px;
		width: 90%;
	}
	.secondary-img {
		width: 100%;
		height: auto;
	}
	.main-img {
		width: 100%;
		height: auto;
	}
	.main-image-wrapper {
		display: block;
		width: 90%;
	}
}
/* /about-college */
/* principal-desk */
.principal-desk-section {
	background-color: #3b82f6;
	background-image: url("../img/home/pricipal-desk-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 60px 0;
}

.section-title-wrapper-white {
	position: relative;
	padding-bottom: 12px;
	display: inline-block;
}

.section-title-white {
	color: #fff;
	font-family: "Fira Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
}

.section-title-wrapper-white::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
	height: 1px;
	background-color: #ffffff;
}

.section-title-wrapper-white::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	height: 2px;
	background-color: #1261ca; /* Dark blue line part */
}

.principal-img-wrapper {
	padding: 8px 0px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
	display: inline-block;
}

.principal-main-img {
	width: 100%;
	max-width: 260px;
	height: 259px;
	object-fit: cover;
	display: block;
}

.principal-info-box {
	background: rgba(255, 255, 255, 0.2);
	padding: 15px 25px;
	border-radius: 6px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 70%;
	display: block;
	box-sizing: border-box;
}

.principal-name {
	color: #fff;
	font-family: "Fira Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 2px;
}

.principal-designation {
	color: #fff;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.principal-desc {
	color: #fff;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.btn-principal-read-more {
	position: relative;
	background-color: var(--color-secondary) !important;
	color: #ffffff !important;
	padding: 8px 24px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	border-radius: 6px !important;
	border: none !important;
	font-family: "Poppins", sans-serif !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
	text-decoration: none !important;
	min-width: 140px;
}

.btn-principal-read-more::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b91c1c; /* Darker red for sliding effect */
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.btn-principal-read-more::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-principal-read-more:hover {
	color: #ffffff !important;
	padding-right: 32px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px);
}

.btn-principal-read-more:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.btn-principal-read-more:hover::after {
	transform: translateX(5px);
}

@media (max-width: 767px) {
	.principal-info-box {
		padding: 12px 15px;
	}
	.principal-name {
		font-size: 18px;
	}
	.principal-desc {
		font-size: 13px;
	}
	.principal-img-wrapper {
		margin-bottom: 20px;
	}
}
/* /principal-desk */

/* courses-offered */
.courses-offered-section {
	background-color: #f4f6f9;
}

.course-tabs-wrapper {
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	margin-left: 12px;
	margin-right: 12px;
}

.course-nav-tabs {
	border-bottom: 0;
	font-family: "Poppins", sans-serif;
}

.course-nav-tabs .nav-item {
	position: relative;
}

.course-nav-tabs .nav-item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 30%;
	height: 40%;
	width: 1px;
	background-color: #cbd5e1;
}

.course-nav-tabs .nav-item:last-child::after {
	display: none;
}

.course-nav-tabs .nav-link {
	border: none !important;
	background: transparent;
	color: #4b5563;
	font-weight: 600;
	padding: 16px 10px;
	text-transform: capitalize;
	border-radius: 0;
	width: 100%;

	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 122.222% */
	text-transform: capitalize;
}

.course-nav-tabs .nav-link:hover {
	color: #4285f4;
}

.course-nav-tabs .nav-link.active {
	background-color: var(--color-primary) !important;
	color: #ffffff !important;
	position: relative;
	overflow: visible;
}

.course-nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 16px solid #4285f4;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	z-index: 10;
}

/* Course Tabs Responsiveness */
@media (max-width: 991.98px) {
    .course-nav-tabs {
        flex-direction: column !important;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .course-nav-tabs .nav-item {
        width: 100%;
    }
    
    .course-nav-tabs .nav-item::after {
        display: none !important; /* Remove horizontal dividers */
    }
    
    .course-nav-tabs .nav-item {
        border-bottom: 1px solid #e5e7eb;
    }
    
    .course-nav-tabs .nav-item:last-child {
        border-bottom: none;
    }
    
    .course-nav-tabs .nav-link {
        text-align: left !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
    
    .course-nav-tabs .nav-link.active::after {
        display: none !important; /* Remove triangle indicator on mobile */
    }
    
    .course-tabs-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.course-card {
	background: transparent;
	margin-bottom: 20px;
}

.course-img-wrapper {
	position: relative;
	width: 100%;
}

.course-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.course-meta-overlays {
	position: absolute;
	bottom: -32px;
	left: 0;
	display: flex;
	align-items: flex-end;
}

.course-icon-box {
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	border: 1px solid #2257bf;
	display: flex;
	align-items: center;
	justify-content: center;
}

.course-icon-img {
	width: 100%;
	/* height: 32px; */
	object-fit: contain;
}

.course-intake {
	background-color: #d32f2f;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0 12px;
	height: 28px;
	display: flex;
	align-items: center;
}

.course-content {
	padding-top: 45px;
}

.course-title {
	color: #10203f;
	font-family: Rubik;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.course-carousel-arrows .btn-nav-arrow {
	background: transparent;
	color: #1e293b;
	padding: 0;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.course-carousel-arrows .btn-nav-arrow:hover {
	background-color: #4285f4;
	color: #ffffff;
	border-color: #4285f4;
}

.section-title.course-heading {
	color: rgba(0, 0, 0, 0.9);
	font-family: "Fira Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
}
/* /courses-offered */

/* facilities */
/* Facilities Section */
.section-title-facilities {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.section-title-facilities h2 {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 32px;
	margin: 0;
	font-family: var(--font-primary);
}
.section-title-facilities::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #cbd5e1;
}
.section-title-facilities::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 3px;
	background-color: var(--color-primary);
}

.custom-facility-card {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 375px;
	height: 241px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Faint shadow */
	margin: 0 auto; /* Center in carousel item */
}

.facility-img-wrapper {
	width: 100%;
	height: 100%;
}
.facility-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.custom-facility-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.facility-title-bottom {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	color: #fff;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.facility-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding: 30px;
	text-align: center;
}

.facility-text-overlay {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.custom-facility-card:hover {
	cursor: pointer;
}
.custom-facility-card:hover .facility-overlay {
	opacity: 1;
}
.custom-facility-card:hover .facility-text-overlay {
	transform: translateY(0);
}
.custom-facility-card:hover .facility-title-bottom {
	opacity: 0;
	transform: translateY(10px);
}
.custom-facility-card:hover::after {
	opacity: 0;
}
.custom-facility-card:hover .facility-img-wrapper img {
	transform: scale(1.1);
}

.owl-carousel-facilities {
	margin-bottom: 0 !important;
}
.owl-carousel-facilities .owl-stage-outer {
	margin-bottom: 0 !important;
}
.owl-carousel-facilities .owl-item {
	margin-bottom: 0 !important;
}
.owl-carousel-facilities .owl-dots {
	text-align: center;
	margin-top: 10px !important; /* Pull dots up even more aggressively */
	position: relative;
	z-index: 5;
}
.owl-carousel-facilities .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #cbd5e1 !important;
	border-radius: 50%;
	margin: 0 6px;
	display: inline-block;
	transition: background-color 0.3s ease;
}
.owl-carousel-facilities .owl-dot.active {
	background-color: var(--color-primary) !important;
}

/* /facilities */

/* testimonial start */
/* Testimonial Section */
.alumni-sec {
	background-color: #f0f2f5;
}

/* Header row: centered title + arrows on the right */
.testimnl-header {
	position: relative;
}

.testimonial-nav-arrows {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 8px;
}

.testimonial-arrow-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1.5px solid #aaa;
	background: #fff;
	color: #333;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:
		background 0.2s,
		color 0.2s;
	line-height: 1;
}

.testimonial-arrow-btn:hover {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}

/* Card wrap — position:relative so image can overflow above */
.testi-card-wrap {
	position: relative;
	padding-top: 60px;
}

/* The Blue Gradient Card */
.testi-card {
	background: linear-gradient(160deg, #3b82f6 0%, #2563eb 100%);
	border-radius: 12px;
	padding: 15px 20px 18px 20px;
	position: relative;
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}

/* Top row — stays fully inside the card */
.testi-card-top {
	margin-bottom: 16px;
	align-items: center !important;
}

/* Image absolutely positioned — sits on top of the card, overflowing above */
.testi-img-box {
	position: absolute;
	top: 0;
	left: 20px;
	width: 100px;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	z-index: 2;
}

/* Author image fills the box */
.testi-author-img {
	width: 100px !important;
	height: 110px !important;
	min-width: 100px !important;
	max-width: 100px !important;
	object-fit: cover;
	display: block;
}

/* Spacer inside card header row — pushes author text past the image area */
.testi-img-spacer {
	width: 100px;
	min-width: 100px;
	flex-shrink: 0;
}

/* Author name and designation */
.testi-author-details {
	flex: 1;
}

.testi-author-name {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	font-family: var(--font-primary);
	line-height: 1.2;
	margin-bottom: 4px !important;
}

.testi-author-sub {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	font-family: var(--font-secondary);
	line-height: 1.3;
	margin: 0 !important;
}

/* Testimonial Body Text */
.testi-body-text {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	font-family: var(--font-secondary);
	margin-bottom: 10px;
}

.testi-body-text p,
.testi-body-text span {
	color: rgba(255, 255, 255, 0.95) !important;
}

/* Quote icon — bottom right */
.testi-quote-icon {
	text-align: right;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.25);
	line-height: 1;
}

/* Owl Dots for testimonials — hidden (using custom arrows) */
#carousel-alumni .owl-dots {
	display: none;
}

/* Gap between testimonial cards */
/* #carousel-alumni .item {
    padding: 0 12px;
} */

/* testimonial end  */

/* gallary */

/* Photo Gallery Styling - Redesigned */
.home-gallery-sec {
	background-color: #fff;
	padding: 80px 0 !important;
	position: relative;
}

.gallery-header-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.gallery-title-centered {
	text-align: center;
	flex-grow: 1;
}

.gallery-view-all-side {
	position: absolute;
	right: 0;
}

.section-title-wrapper-gray .section-title::after {
	left: 45%;
	width: 55%;
}

.btn-gallery-view-all {
	position: relative;
	background-color: var(--color-secondary) !important;
	color: #ffffff !important;
	padding: 8px 24px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	border-radius: 6px !important;
	border: none !important;
	font-family: "Poppins", sans-serif !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
	text-decoration: none !important;
	min-width: 140px;
}

.btn-gallery-view-all::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b91c1c; /* Darker red for sliding effect */
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.btn-gallery-view-all::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-gallery-view-all:hover {
	color: #ffffff !important;
	padding-right: 32px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px);
}

.btn-gallery-view-all:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.btn-gallery-view-all:hover::after {
	transform: translateX(5px);
}

.hg-slider-outer {
	position: relative;
	padding: 0 65px; /* Ample space for wide nav arrows */
}

.hg-grid-2x3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 280px);
	gap: 20px;
	padding: 10px; /* Space for item hover shadow */
}

.hg-item-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #f8fafc;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
}

.hg-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.hg-item-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.hg-item-card:hover .hg-card-img {
	transform: scale(1.08);
}

/* Custom Gallery Navigation Arrows - Completely Bypassing Owl Defaults */
.hg-custom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 24px; /* Small, elegant size */
	color: #000; /* Pure black */
	opacity: 0.8;
	z-index: 100;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.hg-custom-nav:hover {
	color: var(--color-primary);
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
}

.hg-custom-prev {
	left: -40px; /* Positioned outside the grid */
}

.hg-custom-next {
	right: -40px; /* Positioned outside the grid */
}

@media (max-width: 1199px) {
	.hg-grid-2x3 {
		grid-template-rows: repeat(2, 220px);
	}
	.owl-carousel-gallery-grid .owl-nav .owl-next {
		right: -50px;
	}
}

@media (max-width: 991px) {
	.hg-grid-2x3 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 180px);
	}
	.gallery-header-flex {
		flex-direction: column;
	}
	.gallery-view-all-side {
		position: relative;
		right: auto;
		margin-top: 15px;
	}
	.owl-carousel-gallery-grid .owl-nav {
		display: none;
	}
	.hg-slider-outer {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.hg-grid-2x3 {
		grid-template-columns: repeat(2, 1fr); /* 2 items per row */
		grid-template-rows: repeat(3, 140px); /* Compact height for mobile */
		gap: 12px;
	}
}

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

.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: 264px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

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

.right-res {
	/* background-color: #ffffff; */
	position: absolute;
	bottom: 30px;
	left: 20rem;
}

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

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

a.email {
	text-decoration: underline;
}

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

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

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

/* Footer section end */

/* Elite Breadcrumb Banner */
.bred-img {
	background-image: url("../img/breadcrumb.png");
	height: 264px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.breadcrumb-content {
	position: relative;
	z-index: 10;
	width: 100%;
}

.bred-head {
	text-align: left;
	margin-top: 2px;
	letter-spacing: -0.5px;
	color: #FFF;
font-family: "Fira Sans";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 158%; /* 50.56px */
width: 500px;
padding-left: 0px;
}

.breadcrumb {
	justify-content: flex-start;
	background: transparent !important;
	margin-bottom: -5px;
	padding: 0;
}

.breadcrumb-item {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb-item a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
}

.breadcrumb-item.active {
	color: #fff !important;
	font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.6) !important;
	content: "/" !important;
	padding: 0 8px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.bred-img::before {
		width: 60%;
	}
	.bred-img::after {
		left: 54%;
	}
	.bred-head {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.bred-img::before {
		width: 80%;
	}
	.bred-img::after {
		display: none;
	}
}

@media (max-width: 575px) {
	.bred-img::before {
		width: 100%;
		clip-path: none;
	}
}
/* -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 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    display: inline-block;
    width: fit-content;
    position: relative;
    border-bottom: 3px solid #cbd5e1;
    font-family: "Fira Sans" !important;
}

.page-headings::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 56%;
    width: 44%;
    height: 3px;
    background-color: var(--color-primary);
}

.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: #ffffff;
}

/* 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 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    display: inline-block;
    width: fit-content;
    position: relative;
    border-bottom: 3px solid #cbd5e1;
    font-family: "Fira Sans" !important;
}

.sub-head::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 56%;
    width: 44%;
    height: 3px;
    background-color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Plan Of Action */

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

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

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

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

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

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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

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

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

.shareicon {
	text-align: right;
}

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

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

.goToSection {
	border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

/* Department End css */

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

.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 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 0;
	}
}

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

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

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

.info-avatar {
	position: relative;
}

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

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

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

.info-chat span {
	display: block;
}

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

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

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

div#admission {
	z-index: 1043;
}

span.my-number {
	display: none;
}

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

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

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

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

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

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

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

#get-number {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

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

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

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

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

/* admissiom form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.adhar-input {
	padding: 6px;
}

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

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

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

.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: 23px;
}

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

/* 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 Background Gradient */
@media (max-width: 991px) {
    .web-cust-menu.navbar-collapse {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 100%);
        padding: 10px 0 !important;
    }
}

/* ==========================================================================
   NEW REDESIGNED FOOTER STYLES
   ========================================================================== */

.custom-footer {
	background-color: #145bba; /* Primary blue from image */
	padding: 60px 0 0 0;
	color: #ffffff;
	font-family: var(--font-secondary);
}

.footer-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.footer-col {
	padding: 0 15px;
	margin-bottom: 20px;
}

/* Layout Columns */
.footer-col-logo {
	width: 15%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.footer-col-contact {
	width: 22%;
}
.footer-col-links {
	width: 22%;
}
.footer-col-hours {
	width: 18%;
}
.footer-col-map {
	width: 23%;
}

/* Column Headings */
.footer-heading {
	margin-bottom: 12px;
	color: #fff;
	font-family: "Fira Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

/* Logo Section */
.footer-logo-circle {
	width: 130px;
	height: 130px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-logo-circle img {
	max-width: 100%;
	height: auto;
}

/* Contact Section */
.footer-contact-item {
	color: #fafafa;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	margin-bottom: 16px;
}

.footer-contact-item.address {
	max-width: 250px;
}

.footer-contact-item a {
	color: #fafafa;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer-contact-item a:hover {
	opacity: 0.8;
}

.footer-social-links {
	display: flex;
	gap: 15px;
	margin-top: 34px;
}

.footer-social-icon {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: transform 0.3s ease;
}

.footer-social-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.footer-social-icon:hover {
	transform: translateY(-3px);
}

/* Important Links Section */
.footer-link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-link-list a {
	color: #fafafa;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	padding: 5px 0px !important;
}

.footer-link-list a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 12px;
	font-size: 14px;
	color: #fafafa;
	transition: all 0.3s ease;
}

.footer-link-list a:hover {
	color: #ff9f2a;
	padding-left: 5px;
}

.footer-link-list a:hover::before {
	color: #ff9f2a;
}

/* Hours & Visitors Section */
.footer-hours-text {
	color: #fafafa;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

.visitor-counter-container {
	display: flex;
	gap: 6px;
	margin-top: 15px;
}

.visitor-digit {
	width: 17px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fafafa;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/* Map Section */
.footer-map-box {
	width: 100%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	background: #e0e0e0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-map-box iframe,
.footer-map-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}

/* Copyright Bar */
.footer-bottom-bar {
	background: rgba(255, 255, 255, 0.15); /* Slightly darker blue */
	padding: 15px 0;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin: 0px;
}

.copyright-text a {
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-align: center;
	margin: 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
	.footer-col-logo {
		width: 20%;
	}
	.footer-col-contact {
		width: 40%;
	}
	.footer-col-links {
		width: 40%;
	}
	.footer-col-hours {
		width: 50%;
	}
	.footer-col-map {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.footer-col {
		width: 100% !important;
		text-align: center;
		padding: 0 15px;
	}
	.footer-col-logo {
		justify-content: center;
	}
	.footer-contact-item.address {
		max-width: 100%;
	}
	.footer-social-links {
		justify-content: center;
	}
	.footer-link-list a {
		justify-content: center;
	}
	.visitor-counter-container {
		justify-content: center;
	}
}

/* inner page css */

.about-page-custom {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	padding-top: 60px !important;
	padding-bottom: 70px !important;
}

.about-page-shell {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 18px;
	padding: 38px 26px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(53, 140, 255, 0.08);
}

.about-page-media {
	position: relative;
	padding: 0;
}

.about-page-media::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 180px;
	height: 180px;
	transform: translateY(-50%);
	background: radial-gradient(circle, rgba(53, 140, 255, 0.14) 0%, rgba(53, 140, 255, 0) 72%);
	z-index: 0;
}

.about-page-media-card {
	position: relative;
	z-index: 1;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.14);
}

.about-page-image {
	width: 100%;
	height: 390px;
	object-fit: cover;
	display: block;
}

.about-page-custom .about-info,
.about-info-full {
	padding: 0 !important;
}

.about-page-custom .page-insight {
	box-shadow: none;
	padding: 0;
	background: transparent;
}

.about-page-custom .content-holder {
	padding: 0;
	background: transparent;
}

.about-page-custom .page-headings {
	margin-bottom: 34px;
}

.about-page-custom .content-holder p, .content-holder p {
	color: #64748b;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 20px !important;
}

.about-page-custom .content-holder strong,
.about-page-custom .content-holder strong span {
	color: #1f2937;
	font-family: "Fira Sans";
}

@media (max-width: 991.98px) {
	.about-page-shell {
		padding: 28px 20px;
	}

	.about-page-media {
		max-width: 560px;
		margin: 0 auto;
	}

	.about-page-image {
		height: 320px;
	}

	.about-page-custom .page-headings {
		margin-bottom: 24px;
	}

	.about-page-custom .content-holder p {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.about-page-shell {
		padding: 22px 16px;
		border-radius: 14px;
	}

	.about-page-media::before {
		left: -8px;
		width: 110px;
		height: 110px;
	}

	.about-page-image {
		height: 250px;
	}

	.about-page-custom .content-holder p {
		font-size: 15px;
		line-height: 1.7;
	}
}


.vision-mission-page {
	background: linear-gradient(180deg, #f8fafc 0%, #eef5ff 100%);
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.vision-mission-shell {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 24px;
	padding: 48px 30px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(53, 140, 255, 0.08);
	position: relative;
	overflow: hidden;
	animation: vmShellFade 0.8s ease both;
}

.vision-mission-shell::before {
	content: "";
	position: absolute;
	inset: auto auto -80px -80px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(53, 140, 255, 0.16) 0%, rgba(53, 140, 255, 0) 72%);
	pointer-events: none;
}

.vision-mission-shell::after {
	content: "";
	position: absolute;
	inset: -90px -90px auto auto;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(213, 39, 32, 0.12) 0%, rgba(213, 39, 32, 0) 72%);
	pointer-events: none;
}

.vision-mission-eyebrow {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(53, 140, 255, 0.1);
	color: var(--color-primary);
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 18px;
	animation: vmFloat 3.2s ease-in-out infinite;
	width: fit-content;
	margin: 0 auto;
}

.vision-mission-title {
	color: #111827;
	font-family: "Fira Sans";
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 16px;
	word-break: break-word;
}

.vision-mission-intro {
	color: #64748b;
	font-family: Poppins;
	font-size: 18px;
	line-height: 1.75;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 10px;
}

.vision-mission-card {
	position: relative;
	height: 100%;
	padding: 34px 30px 30px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	display: flex;
	flex-direction: column;
}

.vision-mission-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-20deg);
	transition: left 0.75s ease;
	pointer-events: none;
}

.vision-card {
	background: linear-gradient(160deg, #ffffff 0%, #eef6ff 100%);
	border: 1px solid rgba(53, 140, 255, 0.14);
}

.mission-card {
	background: linear-gradient(160deg, #ffffff 0%, #fff2f1 100%);
	border: 1px solid rgba(213, 39, 32, 0.14);
}

.vision-mission-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.vision-mission-card:hover::after {
	left: 150%;
}

.vision-mission-icon-wrap {
	margin-bottom: 22px;
}

.vision-mission-icon {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Fira Sans";
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vision-card .vision-mission-icon {
	background: linear-gradient(135deg, #358cff 0%, #1f6ed8 100%);
}

.mission-card .vision-mission-icon {
	background: linear-gradient(135deg, #d52720 0%, #f05a50 100%);
}

.vision-mission-card:hover .vision-mission-icon {
	transform: scale(1.08) rotate(-4deg);
	box-shadow: 0 18px 28px rgba(15, 23, 42, 0.18);
}

.vision-mission-card-title {
	color: #111827;
	font-family: "Fira Sans";
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.15;
	word-break: break-word;
}

.vision-mission-card-line {
	width: 78px;
	height: 4px;
	border-radius: 999px;
	margin-bottom: 22px;
	transition: width 0.35s ease;
}

.vision-card .vision-mission-card-line {
	background: linear-gradient(90deg, #358cff 0%, rgba(53, 140, 255, 0.22) 100%);
}

.mission-card .vision-mission-card-line {
	background: linear-gradient(90deg, #d52720 0%, rgba(213, 39, 32, 0.22) 100%);
}

.vision-mission-card:hover .vision-mission-card-line {
	width: 110px;
}

.vision-mission-card p{
	color: #475569;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.vision-mission-bottom-panel {
	background: linear-gradient(135deg, rgba(53, 140, 255, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
	border: 1px solid rgba(53, 140, 255, 0.08);
	border-radius: 22px;
	padding: 26px 28px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vision-mission-bottom-panel:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.vision-mission-panel-title {
	color: #111827;
	font-family: "Fira Sans";
	font-size: 28px;
	font-weight: 700;
}

.vision-mission-panel-text {
	color: #64748b;
	font-family: Poppins;
	font-size: 17px;
	line-height: 1.75;
}

@keyframes vmShellFade {
	0% {
		opacity: 0;
		transform: translateY(22px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes vmFloat {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-4px);
	}
}

@media (max-width: 991.98px) {
	.vision-mission-shell {
		padding: 36px 20px;
	}

	.vision-mission-shell::before,
	.vision-mission-shell::after {
		width: 170px;
		height: 170px;
	}

	.vision-mission-title {
		font-size: 36px;
	}

	.vision-mission-card {
		padding: 28px 22px 24px;
	}

	.vision-mission-card-title {
		font-size: 30px;
	}

	.vision-mission-card-text,
	.vision-mission-intro {
		font-size: 16px;
	}

	.vision-mission-card p {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width: 767.98px) {
	.vision-mission-page {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

	.vision-mission-shell {
		padding: 30px 18px;
		border-radius: 20px;
	}

	.vision-mission-shell::before {
		inset: auto auto -60px -60px;
		width: 140px;
		height: 140px;
	}

	.vision-mission-shell::after {
		inset: -60px -60px auto auto;
		width: 140px;
		height: 140px;
	}

	.vision-mission-eyebrow {
		font-size: 12px;
		padding: 7px 12px;
		letter-spacing: 0.06em;
		margin-bottom: 14px;
	}

	.vision-mission-title {
		font-size: 30px;
		margin-bottom: 12px;
	}

	.vision-mission-intro {
		font-size: 15px;
		line-height: 1.7;
		padding: 0;
	}

	.vision-mission-card {
		padding: 24px 18px 22px;
		border-radius: 20px;
	}

	.vision-mission-icon {
		width: 56px;
		height: 56px;
		font-size: 24px;
		border-radius: 16px;
	}

	.vision-mission-icon-wrap {
		margin-bottom: 18px;
	}

	.vision-mission-card-title {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.vision-mission-card-line {
		width: 64px;
		margin-bottom: 18px;
	}

	.vision-mission-card:hover .vision-mission-card-line {
		width: 88px;
	}

	.vision-mission-card p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 14px;
	}
}

@media (max-width: 575.98px) {
	.vision-mission-page {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

	.vision-mission-shell {
		padding: 24px 14px;
		border-radius: 16px;
	}

	.vision-mission-shell::before,
	.vision-mission-shell::after {
		width: 110px;
		height: 110px;
	}

	.vision-mission-eyebrow {
		font-size: 11px;
		padding: 6px 10px;
		margin-bottom: 12px;
	}

	.vision-mission-title {
		font-size: 26px;
		line-height: 1.15;
	}

	.vision-mission-intro {
		font-size: 14px;
		line-height: 1.65;
	}

	.vision-mission-card {
		padding: 20px 14px 18px;
		border-radius: 16px;
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	}

	.vision-mission-card::after {
		display: none;
	}

	.vision-mission-card:hover {
		transform: translateY(-4px);
	}

	.vision-mission-icon {
		width: 50px;
		height: 50px;
		font-size: 21px;
		border-radius: 14px;
	}

	.vision-mission-card-title {
		font-size: 22px;
	}

	.vision-mission-card-line {
		width: 56px;
		height: 3px;
		margin-bottom: 14px;
	}

	.vision-mission-card:hover .vision-mission-card-line {
		width: 72px;
	}

	.vision-mission-card p {
		font-size: 14px;
		line-height: 1.7;
	}
}
.facilities-page {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.facilities-shell {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 24px;
	padding: 42px 28px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(53, 140, 255, 0.08);
	position: relative;
	overflow: hidden;
}

.facilities-shell::before {
	content: "";
	position: absolute;
	inset: auto auto -90px -90px;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(53, 140, 255, 0.14) 0%, rgba(53, 140, 255, 0) 72%);
	pointer-events: none;
}

.facilities-card {
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(53, 140, 255, 0.1);
	border-radius: 22px;
	padding: 30px 26px;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.facilities-card p,
.facilities-inventory-content p {
	color: #64748b;
	font-family: Poppins;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 18px;
}

.facilities-highlight-card {
	height: 100%;
	border-radius: 24px;
	padding: 28px 24px;
	background: linear-gradient(160deg, #358cff 0%, #1f6ed8 100%);
	box-shadow: 0 18px 40px rgba(31, 110, 216, 0.24);
	display: grid;
	gap: 18px;
}

.facilities-highlight-item {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	padding: 18px 16px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.facilities-highlight-item strong{
	color: #ffffff !important;
}

.facilities-highlight-label {
	display: block;
	color: rgba(255, 255, 255, 0.82);
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.facilities-highlight-value {
	display: block;
	color: #fff;
	font-family: "Fira Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.facilities-inventory-card {
	background: linear-gradient(180deg, #ffffff 0%, #fff7f6 100%);
	border: 1px solid rgba(213, 39, 32, 0.1);
	border-radius: 24px;
	padding: 30px 26px;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.facilities-inner-heading {
	margin-bottom: 26px;
}

@media (max-width: 991.98px) {
	.facilities-shell {
		padding: 34px 20px;
	}

	.facilities-highlight-value {
		font-size: 21px;
	}

	.facilities-card p,
	.facilities-inventory-content p {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media (max-width: 575.98px) {
	.facilities-shell {
		padding: 24px 14px;
		border-radius: 16px;
	}

	.facilities-card,
	.facilities-inventory-card {
		padding: 22px 16px;
		border-radius: 18px;
	}

	.facilities-highlight-card {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.facilities-highlight-item {
		padding: 14px 13px;
		border-radius: 14px;
	}

	.facilities-highlight-value {
		font-size: 19px;
	}

	.facilities-card p,
	.facilities-inventory-content p {
		font-size: 15px;
		line-height: 1.7;
	}
}

@media (max-width: 575.98px) {
	.vision-mission-shell {
		padding: 28px 16px;
		border-radius: 18px;
	}

	.vision-mission-title {
		font-size: 30px;
	}

	.vision-mission-eyebrow {
		font-size: 12px;
		padding: 7px 12px;
	}

	.vision-mission-card-title {
		font-size: 28px;
	}

	.vision-mission-card-text,
	.vision-mission-intro,
	.vision-mission-panel-text {
		font-size: 15px;
		line-height: 1.75;
	}

	.vision-mission-bottom-panel {
		padding: 22px 18px;
	}
}
@media (max-width:600px) {
	.bred-img
 {
    background-attachment: local;
    background-image: url(../img/breadcrumb.png);
    height: 131px;
    background-size: cover;
    background-position: revert;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-position-y: center;
    background-position-x: inherit;
}
.breadcrumb-content {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 10px;
}
	
}
.principal-desk-section p{
	color: white !important;
}

        .custom-card {
            border-radius: 16px;
            overflow: hidden;
            background: #ffffff;
        }

        .accent-bar {
            height: 6px;
            background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
        }

        .main-heading {
            font-family: var(--font-secondary);
            color: var(--color-heading);
            font-weight: 700;
            border-left: 5px solid var(--color-primary);
            padding-left: 15px;
        }

        .highlight-box {
            background-color: rgba(53, 140, 255, 0.08);
            border-left: 4px solid var(--color-primary);
        }

        .college-box {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-top: 4px solid var(--color-secondary);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }

        .college-title {
            font-family: var(--font-secondary);
            color: var(--color-secondary);
            font-weight: 700;
        }

        .custom-alert {
            background-color: #e6f4ea;
            border: 1px solid #34a853;
            color: #137333;
            border-radius: 10px;
            font-weight: 500;
        }
.card-body {
text-align:left;
}
.custom-card p ,.legacy-container p{

    font-family: "Poppins", sans-serif;
}
  .legacy-container {
            font-family: var(--font-primary);
        }

        .main-card {
            background: #ffffff;
            border-radius: 24px;
            overflow: hidden;
            border: none;
        }

        .story-header-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--color-accent-muted);
            color: var(--color-primary);
            padding: 8px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }

        .infographic-timeline {
            position: relative;
            padding-left: 2.5rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .infographic-timeline::before {
            content: '';
            position: absolute;
            left: 11px;
            top: 5px;
            bottom: 5px;
            width: 3px;
            background: linear-gradient(to bottom, var(--color-secondary), var(--color-primary));
            border-radius: 2px;
        }

        .timeline-node {
            position: relative;
            margin-bottom: 2.5rem;
        }

        .timeline-node:last-child {
            margin-bottom: 0;
        }

        .timeline-marker {
            position: absolute;
            left: -2.5rem;
            top: 2px;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #fff;
            border: 4px solid var(--color-secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .timeline-node:nth-child(2) .timeline-marker {
            border-color: var(--color-primary);
        }

        .timeline-node:nth-child(3) .timeline-marker {
            border-color: #157347;
        }

        .timeline-year {
            font-family: var(--font-secondary);
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 0.5rem;
            display: inline-block;
        }
        
        .year-1930 { color: var(--color-secondary); }
        .year-1937 { color: var(--color-primary); }

        .legacy-grid-box {
            background: var(--color-success-muted);
            border-left: 5px solid #157347;
            border-radius: 16px;
            padding: 2rem;
            transition: transform 0.3s ease;
        }

        .legacy-grid-box:hover {
            transform: translateY(-2px);
        }

        .spotlight-card {
            background: linear-gradient(135deg, #ffffff 0%, var(--color-bg-light) 100%);
            border: 1px solid rgba(55, 140, 255, 0.15);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
        }

        .spotlight-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, var(--color-primary), #60a5fa);
        }

        .metric-pill-container {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 1.5rem;
        }

        .metric-pill {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 12px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.01);
        }

        .metric-pill i {
            font-size: 1.5rem;
            color: var(--color-primary);
        }

        .metric-data {
            display: flex;
            flex-direction: column;
        }

        .metric-value {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.25rem;
            color: var(--color-heading);
            line-height: 1;
        }

        .metric-label {
            font-size: 0.75rem;
            color: #64748b;
            text-transform: uppercase;
            font-weight: 500;
        }

        .styled-blockquote {
            position: relative;
            padding: 2rem;
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
        }

        .styled-blockquote p {
            font-size: 1.2rem;
            font-weight: 500;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #f8fafc;
        }

        .styled-blockquote::before {
            content: '“';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 6rem;
            font-family: serif;
            color: rgba(255, 255, 255, 0.08);
            line-height: 1;
        }
.spotlight-card   .text-primary {
    color: rgb(13 110 253) !important;
}
   .curriculum-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            border: none;
            box-shadow: 0 15px 35px rgba(53, 140, 255, 0.06) !important;
        }

        .dashboard-header {
            border-bottom: 1px solid #e2e8f0;
            padding: 1.75rem 2rem;
            background: #ffffff;
        }

        .dashboard-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(53, 140, 255, 0.1);
            color: var(--color-primary);
            padding: 6px 14px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .custom-dashboard-table {
            margin-bottom: 0;
            font-size: 0.925rem;
        }

        .custom-dashboard-table thead tr th {
            background-color: var(--color-table-header) !important;
            color: #475569 ;
            font-family: var(--font-primary);
            font-weight: 600;
            font-size: 0.825rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 1.25rem 1rem;
            border-bottom: 2px solid #e2e8f0 !important;
            vertical-align: middle;
        }

        .custom-dashboard-table tbody tr {
            transition: background-color 0.2s ease;
        }

        .custom-dashboard-table tbody tr:hover {
            background-color: rgba(53, 140, 255, 0.015) !important;
        }

        .custom-dashboard-table tbody td {
            padding: 1.1rem 1rem;
            color: #334155;
            border-color: #e2e8f0 !important;
        }

        .level-pill-cell {
            font-family: var(--font-secondary);
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--color-heading) !important;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        }

        .semester-cell {
            font-weight: 600;
            color: var(--color-primary) !important;
            font-family: var(--font-secondary);
            font-size: 1rem;
        }

        .metric-weight {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.15rem;
        }
        
        .metric-weight.zero-value {
            color: #94a3b8;
            font-weight: 400;
        }

        .summary-row {
            background-color: var(--color-total-bg) !important;
            border-top: 2px solid rgba(213, 39, 32, 0.2) !important;
        }

        .summary-row td {
            color: var(--color-secondary) ;
            font-size: 1.15rem !important;
            padding: 1.25rem 1rem !important;
        }

        .summary-label {
            font-family: var(--font-primary);
            font-weight: 700;
            letter-spacing: -0.3px;
            text-transform: uppercase;
            font-size: 0.9rem !important;
        }
  .abbreviation-card {
            background: #ffffff;
            border: 1px solid rgba(53, 140, 255, 0.08);
            border-radius: var(--card-border-radius);
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .abbreviation-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(53, 140, 255, 0.08) !important;
            border-color: rgba(53, 140, 255, 0.25);
        }

        .abbreviation-card .card-body top-0 {
            padding: 1.5rem !important;
            display: flex;
            align-items: center;
            gap: 1.25rem;
        }

        .abbreviation-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--color-primary);
            opacity: 0.7;
            transition: var(--transition-smooth);
        }

        .col-lg-4:nth-child(even) .abbreviation-card::before {
            background: var(--color-secondary);
        }

        .abbreviation-card:hover::before {
            height: 100%;
            opacity: 1;
            width: 6px;
        }

        .icon-box {
            width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 12px;
            background: rgba(53, 140, 255, 0.06);
            color: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            transition: var(--transition-smooth);
        }

        .col-lg-4:nth-child(even) .icon-box {
            background: rgba(213, 39, 32, 0.05);
            color: var(--color-secondary);
        }

        .abbreviation-card:hover .icon-box {
            transform: scale(1.05) rotate(3deg);
            background: var(--color-primary);
            color: #ffffff;
        }

        .col-lg-4:nth-child(even) .abbreviation-card:hover .icon-box {
            background: var(--color-secondary);
        }

        .abbr-content-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .abbr-title {
            font-family: var(--font-secondary);
            font-size: 1.35rem;
            font-weight: 700;
            color: var(--color-heading);
            line-height: 1.1;
            letter-spacing: 0.5px;
            margin-bottom: 2px;
        }

        .abbreviation-card p {
            margin: 0;
            font-size: 0.875rem;
            font-weight: 500;
            color: #64748b;
            line-height: 1.3;
    font-family: "Poppins", sans-serif;

        }
        
        .abbreviation-card:hover p {
            color: #334155;
        }
#pageId_academic-abbreviations .card-body ,.profile-container .card-body {
    background: unset;
}


        .main-dashboard-card {
            background: #ffffff;
            border-radius: 24px;
            border: none;
            overflow: hidden;
        }

        .section-header {
            font-size: 1.35rem;
            font-weight: 700;
            color: var(--color-heading);
            position: relative;
            padding-bottom: 0.75rem;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            border-bottom: 2px solid #e2e8f0;
        }

        .section-header::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background: var(--color-primary);
        }

        .section-header i {
            color: var(--color-primary);
        }

        .core-pillar-card {
            background: var(--bg-light);
            border-left: 5px solid var(--color-primary);
            border-radius: 12px;
            padding: 1.5rem;
            height: 100%;
            transition: var(--transition);
        }

        .core-pillar-card.mission-box {
            border-left-color: var(--color-secondary);
        }
        
        .core-pillar-card.mission-box i {
            color: var(--color-secondary) !important;
        }

        .core-pillar-card:hover {
            transform: translateY(-2px);
            background: #ffffff;
            box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        }

        .core-pillar-card h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--color-heading);
            margin-bottom: 0.75rem;
        }

        .core-pillar-card p {
            margin: 0;
            font-size: 0.975rem;
            line-height: 1.6;
        }

        .policy-card {
            background: linear-gradient(135deg, #ffffff 0%, var(--bg-light) 100%);
            border: 1px solid rgba(53, 140, 255, 0.1);
            border-radius: var(--card-radius);
            padding: 2rem;
        }

        .custom-feature-list {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0.75rem;
            padding: 0;
            margin: 0;
        }

        @media (min-width: 768px) {
            .custom-feature-list.grid-2-col {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
        }

        .infographic-list-item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 0.95rem 1.25rem;
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
            list-style: none;
            transition: var(--transition);
            font-size: 0.925rem;
            font-weight: 500;
        }

        .infographic-list-item:hover {
            border-color: rgba(53, 140, 255, 0.2);
            background: rgba(53, 140, 255, 0.01);
            transform: translateX(4px);
        }

        .vector-bullet {
            color: #eab308; 
            font-size: 1rem;
            margin-top: 2px;
            display: inline-flex;
            min-width: 18px;
        }

        .policy-item {
            background: #ffffff;
            border-left: 3px solid var(--color-primary);
        }
        
        .facility-item {
            background: var(--bg-light);
            border: 1px solid #f1f5f9;
        }

        .feature-item {
            border-left: 3px solid var(--color-secondary);
        }

        .infographic-wrapper {
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
            border: none;
            overflow: hidden;
            padding: 2.5rem !important;
        }

        .dashboard-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(53, 140, 255, 0.1);
            color: var(--color-primary);
            padding: 6px 14px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .heading-main {
            color: var(--color-heading);
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .summary-metric-card {
            background: var(--bg-dashboard);
            border-radius: 16px;
            padding: 1.25rem;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: var(--transition);
        }

        .summary-metric-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.02);
        }

        .metric-icon-box {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .metric-val {
            font-family: var(--font-secondary);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-heading);
            line-height: 1.1;
        }

        .metric-lbl {
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            color: #64748b;
        }

        .table-responsive-container {
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            overflow: hidden;
        }

        .custom-intake-table {
            margin-bottom: 0;
            font-size: 0.95rem;
        }

        .custom-intake-table thead th {
            background-color: #0f172a !important;
            color: #ffffff !important;
            font-family: var(--font-primary);
            font-weight: 600;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 1.1rem 1rem;
            border: none;
        }

        .custom-intake-table tbody td {
            padding: 1rem;
            border-color: #e2e8f0 !important;
            vertical-align: middle;
        }

        .ug-stream-row {
            border-left: 4px solid var(--color-primary);
        }

        .pg-stream-row {
            border-left: 4px solid var(--color-secondary);
        }

        .stream-title-cell {
            background-color: rgba(15, 23, 42, 0.01) !important;
            font-size: 1.05rem;
            color: var(--color-heading);
            letter-spacing: -0.3px;
        }

        .class-cell {
            font-weight: 500;
            color: #334155;
        }

        .seat-badge {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.05rem;
            padding: 6px 14px;
            border-radius: 8px;
            display: inline-block;
            min-width: 65px;
        }

        .badge-grant {
            background-color: rgba(21, 115, 71, 0.08);
            color: #157347;
        }

        .badge-nongrant {
            background-color: rgba(100, 116, 139, 0.08);
            color: #475569;
        }

        .cell-zero {
            color: #94a3b8;
            font-weight: 400;
        }

        .total-cell-weight {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.15rem;
            color: var(--color-heading);
        }

        .grand-total-row {
            background-color: #0f172a !important;
            border-top: 3px solid #000000 !important;
        }

        .grand-total-row td {
            color: #ffffff !important;
            padding: 1.25rem 1rem !important;
        }

        .grand-total-label {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .grand-total-val {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.3rem;
        }
.bg-primary-subtle {
    background-color: #cfe2ff !important;
}
.bg-secondary-subtle {
    background-color: #e2e3e5;
}
   .section-title-block {
            margin-bottom: 2rem;
        }
        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(53, 140, 255, 0.1);
            color: var(--color-primary);
            padding: 6px 14px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }
        .section-title-block h2 {
            color: var(--color-heading);
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .nep-overview-card {
            background: linear-gradient(135deg, #ffffff 0%, var(--color-bg-light) 100%);
            border: 1px solid rgba(53, 140, 255, 0.15);
            border-radius: 24px;
        }

        .core-pillar-card {
            border-left: 5px solid var(--color-primary);
            background-color: rgba(53, 140, 255, 0.03);
            border-radius: var(--card-radius);
        }

        .feature-grid-card {
            background: #ffffff;
            border: 1px solid rgba(53, 140, 255, 0.08);
            border-radius: var(--card-radius);
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden;
            height: 100%;
        }
        .feature-grid-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(53, 140, 255, 0.08) !important;
            border-color: rgba(53, 140, 255, 0.25);
        }
        
        .feature-grid-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--color-primary);
            opacity: 0.7;
            transition: var(--transition-smooth);
        }
        .col-xl-4:nth-child(even) .feature-grid-card::before {
            background: var(--color-secondary);
        }
        .feature-grid-card:hover::before {
            width: 6px;
            opacity: 1;
        }

        .icon-square-box {
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 10px;
            background: rgba(53, 140, 255, 0.06);
            color: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: var(--transition-smooth);
        }
        .col-xl-4:nth-child(even) .icon-square-box {
            background: rgba(213, 39, 32, 0.05);
            color: var(--color-secondary);
        }
        .feature-grid-card:hover .icon-square-box {
            background: var(--color-primary);
            color: #ffffff;
            transform: scale(1.05);
        }
        .col-xl-4:nth-child(even) .feature-grid-card:hover .icon-square-box {
            background: var(--color-secondary);
        }
 .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(213, 39, 32, 0.1);
            color: var(--color-secondary);
            padding: 6px 14px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }
        .section-title-block h2 {
            color: var(--color-heading);
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .metric-pill-container {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        .metric-pill {
            background: var(--color-bg-light);
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1 1 calc(33.333% - 12px);
            min-width: 250px;
        }
        .metric-pill i {
            font-size: 1.5rem;
        }
        .metric-value {
            font-weight: 700;
            font-size: 1.15rem;
            color: var(--color-heading);
            line-height: 1.1;
        }
        .metric-label {
            font-size: 0.75rem;
            color: #64748b;
            font-weight: 500;
        }

        .category-header {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--color-heading);
            padding-bottom: 0.5rem;
            margin-bottom: 1.25rem;
            border-bottom: 2px solid #e2e8f0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .custom-feature-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            padding: 0;
            margin-bottom: 2rem;
        }
        @media (min-width: 992px) {
            .custom-feature-list.grid-2-col {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .infographic-list-item {
            background: var(--color-bg-light);
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 1rem 1.25rem;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            list-style: none;
            transition: var(--transition-smooth);
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .infographic-list-item:hover {
            border-color: rgba(53, 140, 255, 0.2);
            background: #ffffff;
            transform: translateX(4px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }

        .core-pillar-card {
            border-left: 5px solid var(--color-primary);
        }
        .core-pillar-card.border-danger {
            border-left-color: var(--color-secondary) !important;
        }
        .core-pillar-card.border-warning {
            border-left-color: #f59e0b !important;
        }

        .vector-bullet {
            font-size: 1.1rem;
            line-height: 1;
            margin-top: 2px;
        }
.custom-feature-list .text-primary {
    color: #358cff !important;
}
        .compliance-wrapper-card {
            border-radius: 24px;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .icon-square-box {
            width: 46px;
            height: 46px;
            min-width: 46px;
            border-radius: 12px;
            background: rgba(16, 185, 129, 0.08);
            color: #10b981;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
        }

        .download-resource-box {
            background-color: var(--color-bg-light);
            border: 1px dashed #cbd5e1 !important;
            border-radius: 14px;
            transition: var(--transition-smooth);
        }
        .download-resource-box:hover {
            border-color: var(--color-primary) !important;
            background-color: rgba(53, 140, 255, 0.02);
        }

        .btn-custom-action {
            background: var(--color-primary);
            border: none;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 600;
            padding: 10px 16px;
            transition: var(--transition-smooth);
    color: #fff;
        }
        .btn-custom-action:hover {
            background: #1e70e0;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(53, 140, 255, 0.2);
        }
    .section-header {
            margin-bottom: 2.5rem;
            border-left: 5px solid var(--color-primary);
            padding-left: 1rem;
        }
        
        .section-header h2 {
            color: var(--color-dark);
            font-weight: 700;
            font-size: 1.75rem;
            margin: 0;
        }

        .info-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: var(--card-radius);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
            overflow: hidden;
        }

        .info-card-header {
            background-color: var(--color-bg);
            padding: 1.25rem 1.5rem;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .info-card-header h4 {
            color: var(--color-dark);
            font-weight: 700;
            font-size: 1.2rem;
            margin: 0;
        }

        .info-card-body {
            padding: 1.5rem;
        }

        .step-badge {
            background: rgba(37, 99, 213, 0.08);
            color: var(--color-primary);
            padding: 0.35rem 0.75rem;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.85rem;
        }

        .doc-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 0.75rem;
        }

        .doc-item {
            background-color: var(--color-bg);
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 0.85rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.95rem;
            transition: var(--transition);
        }

        .doc-item:hover {
            border-color: var(--color-primary);
            background-color: #ffffff;
            transform: translateY(-1px);
        }

        .table-responsive {
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .table {
            margin: 0;
            font-size: 0.95rem;
        }

        .table thead {
            background-color: var(--color-dark);
            color: #ffffff;
        }

        .rules-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 1.5rem;
        }

        @media (max-width: 768px) {
            .rules-grid {
                grid-template-columns: 1fr;
            }
        }

        .rule-box {
            padding: 1.25rem;
            border-radius: 12px;
            background-color: var(--color-bg);
            border: 1px solid #e2e8f0;
            height: 100%;
        }

        .rule-box.danger-zone {
            background-color: rgba(220, 38, 38, 0.01);
            border-left: 4px solid var(--color-danger);
        }

        .rule-box.protocol-zone {
            background-color: rgba(37, 99, 213, 0.01);
            border-left: 4px solid var(--color-primary);
        }

        .rule-list {
            padding-left: 1.2rem;
            margin: 0;
        }

        .rule-list li {
            margin-bottom: 0.65rem;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .alert-custom {
            background-color: rgba(217, 119, 6, 0.08);
            border: 1px solid rgba(217, 119, 6, 0.2);
            color: #92400e;
            border-radius: 10px;
        }
.main-container .text-primary {
    color: #358cff !important;
}
.main-container .text-dark {
    color: #212529 !important;
}
.main-container .bg-primary {
    background-color: #358cff !important;
}
 .exam-rules-card {
            border-radius: var(--card-radius);
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .prohibited-action-box {
            background-color: var(--color-bg-light);
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 0.85rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.92rem;
            transition: var(--transition-smooth);
        }
        .prohibited-action-box:hover {
            border-color: var(--color-danger);
            background-color: rgba(220, 38, 32, 0.01);
            transform: translateY(-1px);
        }

        .hardware-ban-panel {
            background-color: rgba(220, 38, 32, 0.02);
            border: 1px dashed rgba(220, 38, 32, 0.3) !important;
            border-radius: 12px;
        }

        .alert-severe-warning {
            background-color: rgba(217, 119, 6, 0.06);
            border: 1px solid rgba(217, 119, 6, 0.2) !important;
            color: #92400e;
            border-radius: 10px;
        }
 .section-wrapper-card {
            background: #ffffff;
            border-radius: var(--card-radius);
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .custom-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.82rem;
            text-transform: uppercase;
        }
        .badge-primary-soft { background: rgba(2, 132, 199, 0.08); color: var(--color-primary); }
        .badge-success-soft { background: rgba(5, 150, 105, 0.08); color: var(--color-success); }

        .heading-bold {
            color: var(--color-dark);
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .parent-step-card {
            background-color: var(--color-bg-light);
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 1.25rem;
            height: 100%;
            transition: var(--transition-smooth);
        }
        .parent-step-card:hover {
            border-color: var(--color-primary);
            background-color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(2, 132, 199, 0.04);
        }
        .step-num-box {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background-color: var(--color-primary);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.95rem;
        }

        .ecosystem-banner {
            background: linear-gradient(135deg, rgba(2, 132, 199, 0.03) 0%, rgba(5, 150, 105, 0.03) 100%);
            border: 1px solid rgba(2, 132, 199, 0.15);
            border-radius: 14px;
        }

        .activity-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1rem;
        }
        .activity-item-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 1rem;
            display: flex;
            align-items: center;
            gap: 0.85rem;
            transition: var(--transition-smooth);
        }
        .activity-item-card:hover {
            border-color: var(--color-success);
            background-color: rgba(5, 150, 105, 0.01);
            transform: translateX(4px);
        }
        .activity-icon-wrapper {
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 10px;
            background-color: rgba(5, 150, 105, 0.06);
            color: var(--color-success);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.15rem;
        }
        .section-wrapper-card {
            background: #ffffff;
            border-radius: var(--card-radius);
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .custom-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.82rem;
            text-transform: uppercase;
        }
        .badge-info-soft { background: rgba(2, 132, 199, 0.08); color: var(--color-primary); }
        .badge-warning-soft { background: rgba(234, 88, 12, 0.08); color: var(--color-warning); }
        .badge-danger-soft { background: rgba(220, 38, 34, 0.08); color: var(--color-danger); }

        .heading-bold {
            color: var(--color-dark);
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .sub-heading {
            color: var(--color-dark);
            font-weight: 600;
            border-left: 4px solid var(--color-primary);
            padding-left: 10px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.25rem;
        }
        .feature-item-card {
            background: var(--color-bg-light);
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 1.25rem;
            display: flex;
            gap: 1rem;
            transition: var(--transition-smooth);
        }
        .feature-item-card:hover {
            border-color: var(--color-primary);
            background-color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(2, 132, 199, 0.04);
        }
        .feature-icon-wrapper {
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 10px;
            background-color: rgba(2, 132, 199, 0.06);
            color: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }

        .rules-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .rules-list li {
            position: relative;
            padding-left: 1.75rem;
            margin-bottom: 0.85rem;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .rules-list li::before {
            content: "\f270"; 
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--color-primary);
            font-size: 1rem;
        }
        .rules-list.warning-style li::before {
            content: "\f33a"; 
            color: var(--color-warning);
        }

        .danger-banner {
            background: rgba(220, 38, 34, 0.02);
            border: 1px solid rgba(220, 38, 34, 0.15);
            border-radius: 14px;
        }

        .amenity-box {
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 1.5rem;
            background: #ffffff;
            height: 100%;
        }.border-danger-subtle {
    border-color: #f1aeb5 !important;
}   .section-block {
            background: #ffffff;
            border: 1px solid #eef2f5;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: var(--block-shadow);
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .section-block::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--color-primary);
        }

        .section-block.alt-scheme {
            border-color: rgba(213, 39, 32, 0.15);
        }

        .section-block.alt-scheme::before {
            background: var(--color-secondary);
        }

        .section-block:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(53, 140, 255, 0.08);
        }

        .section-block.alt-scheme:hover {
            box-shadow: 0 10px 25px rgba(213, 39, 32, 0.08);
        }


        .section-block h5 {
            color: #1e293b;
        }

        .section-block.alt-scheme h5 {
            color: #991b1b;
        }

       

        .badge-blue {
            background-color: rgba(53, 140, 255, 0.1);
            color: #1d4ed8;
            padding: 4px 10px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.95rem;
            display: inline-block;
            border: 1px solid rgba(53, 140, 255, 0.2);
        }

        .badge-red {
            background-color: rgba(213, 39, 32, 0.08);
            color: var(--color-secondary);
            padding: 4px 10px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.95rem;
            display: inline-block;
            border: 1px solid rgba(213, 39, 32, 0.15);
        }
 .committee-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(53, 140, 255, 0.05);
            border: 1px solid var(--border-color);
            overflow: hidden;
        }

        .table-responsive {
            overflow-x: auto;
        }

        .committee-table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            padding: 0;
        }

        .committee-table thead tr {
            background-color: #f1f5f9;
            color: #1e293b;
            text-align: left;
        }

        .committee-table th {
            font-family: var(--font-secondary);
            font-weight: 700;
            font-size: 1.05rem;
            padding: 18px 20px;
            letter-spacing: 0.5px;
            border-bottom: 2px solid #e2e8f0;
        }

        .committee-table td {
            padding: 16px 20px;
            font-size: 1.02rem;
            color: var(--text-main);
            border-bottom: 1px solid #f1f5f9;
            font-weight: 500;
        }

        .committee-table tbody tr {
            transition: all 0.2s ease;
        }

        .committee-table tbody tr:hover {
            background-color: rgba(53, 140, 255, 0.04);
        }

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

        .sr-no {
            font-family: var(--font-secondary);
            font-weight: 700;
            color: #94a3b8;
        }

        .role {
            display: inline-block;
            padding: 5px 14px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            text-align: center;
        }

        .role.chairman {
            background-color: rgba(53, 140, 255, 0.12);
            color: #1d4ed8;
            border: 1px solid rgba(53, 140, 255, 0.2);
        }

        .role.member {
            background-color: rgba(213, 39, 32, 0.08);
            color: var(--color-secondary);
            border: 1px solid rgba(213, 39, 32, 0.15);
        }

        .committee-table td:last-child {
            font-family: var(--font-secondary);
            font-weight: 600;
            color: #475569;
            letter-spacing: 0.5px;
        }

        @media (max-width: 600px) {

            .committee-table th,
            .committee-table td {
                padding: 14px 16px;
                font-size: 0.95rem;
            }
        }

.section-title{
    font-size:1.6rem;
    font-weight:700;
    color:#0f172a;
    position:relative;
    padding-left:18px;
    margin-bottom:30px;
    border-left:5px solid var(--primary);
}

.section-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:90px;
    height:3px;
    background:var(--primary);
    border-radius:50px;
}

.committee-card{
    background:#fff;
    border-radius:18px;
    border:1px solid #e2e8f0;
    overflow:hidden;
    box-shadow:
        0 10px 30px rgba(0,0,0,.04),
        0 20px 50px rgba(53,140,255,.08);
}

.committee-table thead th{
    background:var(--header-bg);
    color:#0f172a;
    font-family:'Roboto Condensed',sans-serif;
    font-size:1rem;
    text-transform:uppercase;
    letter-spacing:.5px;
    padding:18px 22px;
    border-bottom:2px solid #e2e8f0;
}

.committee-table td{
    padding:22px;
    vertical-align:middle;
    border-color:#edf2f7;
}

.committee-table tbody tr{
    transition:all .3s ease;
}

.committee-table tbody tr:hover{
    background:rgba(53,140,255,.03);
}

.sr-no{
    font-size:1.2rem;
    font-weight:700;
    color:#64748b;
}

.role-badge{
    display:inline-block;
    background:rgba(53,140,255,.08);
    border:1px solid rgba(53,140,255,.15);
    color:#2563eb;
    padding:6px 14px;
    border-radius:50px;
    font-size:.8rem;
    font-weight:600;
    margin-bottom:10px;
}

.member-name{
    font-size:1.05rem;
    font-weight:600;
    color:#0f172a;
}

.designation{
    color:#475569;
    font-weight:500;
}

.mob-no{
    font-weight:700;
    color:#0f172a;
    letter-spacing:.4px;
}

@media(max-width:768px){

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

    .committee-table td,
    .committee-table th{
        padding:15px;
    }

    .member-name{
        font-size:.95rem;
    }
}

     .fee-card {
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 10px 35px rgba(53, 140, 255, 0.06);
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .main-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.9);
            border-left: 5px solid var(--color-primary);
            padding-left: 12px;
        }

        .fee-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
        }

        .fee-table thead tr {
            background-color: var(--bg-light-header);
            color: #1e293b;
        }

        .fee-table th {
            font-family: var(--font-secondary);
            font-weight: 700;
            padding: 12px 10px;
            letter-spacing: 0.3px;
            border-bottom: 2px solid #cbd5e1;
            text-align: center;
            vertical-align: middle;
        }

        .fee-table td {
            padding: 10px;
            text-align: center;
            border-bottom: 1px solid #f1f5f9;
            font-weight: 500;
        }

        .fee-table td:first-child, .fee-table th:first-child {
            text-align: left;
            font-weight: 600;
            background-color: #fafafa;
            position: sticky;
            left: 0;
            z-index: 1;
        }

        .status-badge {
            font-size: 0.75rem;
            font-weight: 700;
            padding: 2px 6px;
            border-radius: 4px;
            text-transform: uppercase;
        }
        .status-aided {
            background-color: rgba(53, 140, 255, 0.1);
            color: #1d4ed8;
        }
        .status-unaided {
            background-color: rgba(213, 39, 32, 0.08);
            color: var(--color-secondary);
        }

        .total-row {
            background-color: rgba(53, 140, 255, 0.05) !important;
            font-weight: 700 !important;
            color: #1d4ed8;
        }
        .total-row td {
            border-top: 2px solid #cbd5e1;
            border-bottom: 2px solid #cbd5e1;
            font-size: 0.95rem;
        }

        .fee-table tbody tr:hover {
            background-color: rgba(53, 140, 255, 0.02);
        }


        .document-section {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(53, 140, 255, 0.05);
            border: 1px solid #e2e8f0;
            padding: 45px;
        }

        .document-title {
            background-color: #f1f5f9;
            border-left: 5px solid var(--color-primary);
            padding: 14px 20px;
            border-radius: 0 8px 8px 0;
            color: var(--text-dark);
            font-weight: 700;
        }

        .future-title {
            border-left-color: var(--color-secondary);
        }

        .sub-heading {
            color: var(--text-dark);
            font-weight: 600;
            font-size: 1.15rem;
            position: relative;
            padding-bottom: 8px;
            border-bottom: 2px solid #f1f5f9;
        }

        .bullet-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .bullet-list li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 14px;
            font-size: 1rem;
            font-weight: 500;
            color: #334155;
            text-align: justify;
        }

        .bullet-list li::before {
            content: "";
            position: absolute;
            left: 4px;
            top: 11px;
            width: 6px;
            height: 6px;
            background-color: var(--color-primary);
            border-radius: 2px;
        }

        .future-list li::before {
            background-color: var(--color-secondary);
        }

        .alert-warning {
            background-color: rgba(213, 39, 32, 0.06) !important;
            border: 1px solid rgba(213, 39, 32, 0.15) !important;
            color: var(--color-secondary) !important;
            font-weight: 600;
            font-size: 0.98rem;
            border-radius: 8px;
            padding: 14px 20px;
        }

        .office-hours {
            background-color: #fafafa;
            border: 1px dashed #cbd5e1;
            border-radius: 12px;
            padding: 24px;
        }

        .office-hours p {
            margin-bottom: 10px;
            font-size: 1rem;
            color: #334155;
        }

        .office-hours p:last-child {
            margin-bottom: 0;
        }

        .office-hours strong {
            color: var(--text-dark);
        }

        @media (max-width: 768px) {
            .document-section {
                padding: 24px;
            }
            .bullet-list li {
                font-size: 0.95rem;
            }
        }
       .info-wrapper-card {
            background: #ffffff;
            border-radius: 24px;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-glow);
            padding: 50px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        /* आकर्षक मथळे (Modern Badged Titles) */
        .section-badge-title {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 0;
            margin-bottom: 30px;
            color: var(--text-dark);
            font-size: 1.6rem;
            font-weight: 700;
        }

        .section-badge-title svg {
            width: 36px;
            height: 36px;
            fill: var(--theme-teal);
        }

        .title-red {
            border-top-color: var(--theme-red);
        }
        .title-red svg {
            fill: var(--theme-red);
        }

        /* कायदेशीर अधिनियमांचे हायलाईट बॉक्सेस */
        .law-highlight-banner {
            background-color: rgba(14, 165, 233, 0.04);
            border-left: 5px solid var(--theme-teal);
            padding: 22px 28px;
            border-radius: 0 16px 16px 0;
            font-size: 1.05rem;
            color: var(--text-dark);
            font-weight: 500;
            margin-bottom: 35px;
            text-align: justify;
        }

        .law-highlight-banner.banner-red {
            background-color: rgba(239, 68, 68, 0.03);
            border-left-color: var(--theme-red);
        }

        /* तक्रार पद्धत - ४ कॉलम इन्फोग्राफिक ग्रिड */
        .infographic-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1max));
            gap: 25px;
            margin-bottom: 35px;
        }

        .grid-step-item {
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 18px;
            padding: 25px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
            transition: all 0.3s ease;
            position: relative;
        }

        .grid-step-item:hover {
            transform: translateY(-5px);
            border-color: rgba(14, 165, 233, 0.2);
            box-shadow: 0 12px 25px rgba(14, 165, 233, 0.05);
        }

        .grid-step-item.hover-red:hover {
            border-color: rgba(239, 68, 68, 0.2);
            box-shadow: 0 12px 25px rgba(239, 68, 68, 0.05);
        }

        .step-icon-circle {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            background-color: rgba(14, 165, 233, 0.1);
            color: var(--theme-teal);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .step-icon-circle.circle-red {
            background-color: rgba(239, 68, 68, 0.1);
            color: var(--theme-red);
        }

        .step-icon-circle svg {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }

        .step-label {
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

        .step-desc {
            font-size: 0.95rem;
            margin: 0;
            color: var(--text-muted);
            text-align: justify;
        }

        /* युनिक अलर्ट डॅशबोर्ड */
        .danger-gradient-alert {
            background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);
            border: 1px dashed var(--theme-red);
            border-radius: 14px;
            padding: 18px 25px;
            color: var(--theme-red-dark);
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1rem;
        }

        .danger-gradient-alert svg {
            width: 24px;
            height: 24px;
            fill: var(--theme-red);
            flex-shrink: 0;
        }

        /* रॅगिंग प्रतिबंधक अतिरिक्त दोन कार्ड्स */
        .ragging-dual-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 25px;
            margin-bottom: 35px;
        }
        @media (max-width: 768px) {
            .ragging-dual-grid { grid-template-columns: 1fr; }
        }

        /* प्रतिज्ञापत्र पॅनेल डिझाइन */
        .document-paper-sheet {
            background: #ffffff;
            border: 1px solid #cbd5e1;
            border-radius: 16px;
            padding: 50px;
            box-shadow: 0 4px 30px rgba(0,0,0,0.01);
            position: relative;
        }

        .document-paper-sheet::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--theme-teal) 50%, var(--theme-red) 50%);
            background-size: 40px 5px;
            border-radius: 16px 16px 0 0;
        }

        .doc-stamp-title {
            text-align: center;
            margin-bottom: 40px;
        }

        .doc-stamp-title h4 {
            color: var(--text-dark);
            font-weight: 700;
            font-size: 1.4rem;
            border-bottom: 2px solid var(--text-dark);
            display: inline-block;
            padding-bottom: 8px;
            margin: 0;
        }

        .doc-address-block {
            margin-bottom: 35px;
            color: var(--text-dark);
        }

        .doc-line-input {
            display: inline-block;
            border-bottom: 1px dashed #94a3b8;
            min-width: 300px;
            height: 25px;
            vertical-align: bottom;
        }

        .sign-grid-block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 50px;
            color: var(--text-dark);
        }

        .sign-box-right {
            text-align: right;
        }
        @media (max-width: 576px) {
            .sign-box-right { text-align: left; }
        }

        @media (max-width: 768px) {
            .info-wrapper-card { padding: 30px 20px; }
            .document-paper-sheet { padding: 30px 20px; }
            .section-badge-title { font-size: 1.3rem; }
        }
 .course-container-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(30, 58, 138, 0.04);
            padding: 45px;
        }

        /* मुख्य मथळे (Headers) */
        .main-section-title {
            color: var(--brand-primary);
            font-weight: 700;
            border-bottom: 3px solid var(--brand-primary);
            padding-bottom: 12px;
            margin-bottom: 25px;
        }

        .sub-section-title {
            color: var(--brand-secondary);
            font-weight: 600;
            background-color: #f0fdf4;
            padding: 10px 20px;
            border-radius: 8px;
            border-left: 5px solid var(--brand-secondary);
        }

        .mcom-title {
            color: var(--brand-accent);
            font-weight: 600;
            background-color: #f5f3ff;
            padding: 10px 20px;
            border-radius: 8px;
            border-left: 5px solid var(--brand-accent);
        }

        /* परिच्छेद डिझाइन */
        .intro-paragraph {
            text-align: justify;
            font-size: 1.02rem;
            color: var(--text-dark);
            background-color: #fafafa;
            border: 1px solid #f1f5f9;
            border-radius: 14px;
            padding: 25px;
            margin-bottom: 35px;
        }

        /* आधुनिक टेबल रचना */
        .custom-table-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.01);
            margin-bottom: 35px;
            background: #fff;
        }

        .table thead {
            background-color: var(--brand-primary);
            color: #ffffff;
        }

        .table thead.mcom-thead {
            background-color: var(--brand-accent);
        }

        .table thead th {
            font-weight: 600;
            border: none;
            padding: 14px;
        }

        .table tbody td {
            padding: 12px 14px;
            vertical-align: middle;
            font-size: 0.95rem;
            color: #334155;
        }

        /* अनिवार्य/पर्यायी हायलाइट बॅजेस */
        .badge-mandatory {
            background-color: #e0f2fe;
            color: #0369a1;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.85rem;
            display: inline-block;
        }

        .badge-choice {
            background-color: #fef3c7;
            color: #b45309;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.85rem;
            display: inline-block;
        }

        .badge-info-note {
            background-color: #f1f5f9;
            color: #475569;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.85rem;
        }

        /* पान क्रमांक डिझाइन */
        .page-indicator {
            text-align: center;
            font-weight: 700;
            color: #94a3b8;
            margin: 25px 0;
            font-size: 1.1rem;
            position: relative;
        }
        .page-indicator::before, .page-indicator::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 42%;
            height: 1px;
            background-color: #e2e8f0;
        }
        .page-indicator::before { left: 0; }
        .page-indicator::after { right: 0; }

        @media (max-width: 768px) {
            .course-container-card { padding: 25px 15px; }
            .table-responsive { border: 0; }
        }
     .course-container-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(30, 58, 138, 0.04);
            padding: 45px;
        }

        /* मुख्य मथळे (Headers) */
        .main-section-title {
            color: var(--brand-primary);
            font-weight: 700;
            border-bottom: 3px solid var(--brand-primary);
            padding-bottom: 12px;
            margin-bottom: 25px;
        }

        .sub-section-title {
            color: var(--brand-secondary);
            font-weight: 600;
            background-color: #f0fdfa;
            padding: 10px 20px;
            border-radius: 8px;
            border-left: 5px solid var(--brand-secondary);
        }

        .special-title {
            color: var(--brand-accent);
            font-weight: 600;
            background-color: #fef2f2;
            padding: 10px 20px;
            border-radius: 8px;
            border-left: 5px solid var(--brand-accent);
        }

        /* परिच्छेद डिझाइन */
        .intro-paragraph {
            text-align: justify;
            font-size: 1.02rem;
            color: var(--text-dark);
            background-color: #fafafa;
            border: 1px solid #f1f5f9;
            border-radius: 14px;
            padding: 25px;
            margin-bottom: 35px;
        }

        /* आधुनिक टेबल रचना */
        .custom-table-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.01);
            margin-bottom: 35px;
            background: #fff;
        }

        .table thead {
            background-color: var(--brand-primary);
            color: #ffffff;
        }

        .table thead th {
            font-weight: 600;
            border: none;
            padding: 14px;
        }

        .table tbody td {
            padding: 12px 14px;
            vertical-align: middle;
            font-size: 0.95rem;
            color: #334155;
        }

        /* अनिवार्य/पर्यायी हायलाइट बॅजेस */
        .badge-mandatory {
            background-color: #e0f2fe;
            color: #0369a1;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
        }

        .badge-choice {
            background-color: #fef3c7;
            color: #b45309;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
        }

        /* पान क्रमांक डिझाइन */
        .page-indicator {
            text-align: center;
            font-weight: 700;
            color: #94a3b8;
            margin: 25px 0;
            font-size: 1.1rem;
            position: relative;
        }
        .page-indicator::before, .page-indicator::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 40%;
            height: 1px;
            background-color: #e2e8f0;
        }
        .page-indicator::before { left: 0; }
        .page-indicator::after { right: 0; }

        @media (max-width: 768px) {
            .course-container-card { padding: 25px 15px; }
            .table-responsive { border: 0; }
        }
   .science-wrapper-card {
            background: #ffffff;
            border-top: 6px solid var(--science-primary);
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(8, 145, 178, 0.05);
            padding: 50px;
        }

        /* मुख्य मथळे */
        .main-title {
            color: var(--science-dark);
            font-weight: 700;
            border-bottom: 3px solid var(--science-primary);
            padding-bottom: 12px;
            margin-bottom: 30px;
        }

        .sub-title-box {
            color: var(--science-primary);
            font-weight: 600;
            background-color: #ecfeff;
            padding: 12px 20px;
            border-radius: 8px;
            border-left: 5px solid var(--science-primary);
            margin-top: 25px;
        }

        .dept-title-box {
            color: #ffffff;
            font-weight: 600;
            background: linear-gradient(135deg, var(--science-blue), var(--science-accent));
            padding: 15px 25px;
            border-radius: 10px;
            margin-top: 40px;
            margin-bottom: 25px;
        }

        /* परिच्छेद आणि याद्या */
        .intro-box {
            text-align: justify;
            font-size: 1.02rem;
            color: var(--text-dark);
            background-color: #fafafa;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 35px;
        }

        .features-list {
            list-style-type: none;
            padding-left: 0;
        }

        .features-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 15px;
            text-align: justify;
        }

        .features-list li::before {
            content: "➢";
            position: absolute;
            left: 0;
            color: var(--science-primary);
            font-weight: bold;
        }

        /* आधुनिक टेबल रचना */
        .science-table-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            margin-bottom: 40px;
            background: #ffffff;
        }

        .table thead {
            background-color: var(--science-dark);
            color: #ffffff;
        }

        .table thead.cyan-head {
            background-color: var(--science-primary);
        }

        .table thead.blue-head {
            background-color: var(--science-blue);
        }

        .table thead th {
            font-weight: 500;
            padding: 14px;
            border: none;
        }

        .table tbody td {
            padding: 12px 14px;
            vertical-align: middle;
            font-size: 0.95rem;
            color: #334155;
        }

        /* कलर-कोडेड बॅजेस */
        .badge-mandatory {
            background-color: #ecfeff;
            color: #0891b2;
            border: 1px solid #cffafe;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 6px;
        }

        .badge-choice {
            background-color: #fff7ed;
            color: #c2410c;
            border: 1px solid #ffedd5;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 6px;
        }

        .badge-general {
            background-color: #f1f5f9;
            color: #475569;
            border: 1px solid #cbd5e1;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 6px;
        }

        .page-line {
            text-align: center;
            font-weight: 700;
            color: #cbd5e1;
            margin: 35px 0;
            font-size: 1.1rem;
            position: relative;
        }

        .page-line::before,
        .page-line::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 44%;
            height: 1px;
            background-color: #cbd5e1;
        }

        .page-line::before {
            left: 0;
        }

        .page-line::after {
            right: 0;
        }

        @media (max-width: 768px) {
            .science-wrapper-card {
                padding: 25px 15px;
            }

            .page-line::before,
            .page-line::after {
                width: 35%;
            }
        }
   .scholarship-wrapper-card {
            background: #ffffff;
            border-top: 6px solid var(--scholarship-primary);
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(30, 58, 138, 0.05);
            padding: 50px;
        }

        /* मुख्य मथळे */
        .main-title {
            color: var(--scholarship-dark);
            font-weight: 700;
            border-bottom: 3px solid var(--scholarship-primary);
            padding-bottom: 12px;
            margin-bottom: 30px;
        }

        /* परिच्छेद बॉक्स */
        .intro-box {
            text-align: justify;
            font-size: 1.02rem;
            color: var(--text-dark);
            background-color: #fafafa;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 25px;
        }

        .highlight-wishes-box {
            background-color: #f0fdf4;
            border-left: 5px solid #16a34a;
            color: #166534;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 35px;
            font-weight: 500;
        }

        /* आधुनिक टेबल रचना */
        .scholarship-table-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            margin-bottom: 40px;
            background: #ffffff;
        }

        .table thead {
            background-color: var(--scholarship-primary);
            color: #ffffff;
        }
        
        .table thead th {
            font-weight: 600;
            padding: 16px;
            border: none;
            font-size: 1rem;
        }

        .table tbody td {
            padding: 14px 16px;
            vertical-align: middle;
            font-size: 0.95rem;
            color: #334155;
        }

        /* कलर-कोडेड बॅजेस */
        .badge-duration {
            background-color: #eff6ff;
            color: #1e40af;
            border: 1px solid #bfdbfe;
            font-weight: 600;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            display: inline-block;
        }

        .badge-category {
            background-color: #f1f5f9;
            color: #334155;
            border: 1px solid #cbd5e1;
            font-weight: 500;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            display: inline-block;
        }

        .badge-benefit {
            background-color: var(--scholarship-gold-light);
            color: var(--scholarship-gold);
            border: 1px solid #fde68a;
            font-weight: 600;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            display: inline-block;
        }

        /* पोट-विभाग (अ, ब, क, ड) स्टायलिंग */
        .sub-category-text {
            font-weight: 600;
            color: var(--scholarship-primary);
            margin-bottom: 4px;
        }

        /* पान क्रमांक डिझाइन */
        .page-line {
            text-align: center;
            font-weight: 700;
            color: #cbd5e1;
            margin: 35px 0;
            font-size: 1.1rem;
            position: relative;
        }
        .page-line::before, .page-line::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 44%;
            height: 1px;
            background-color: #cbd5e1;
        }
        .page-line::before { left: 0; }
        .page-line::after { right: 0; }

        @media (max-width: 768px) {
            .scholarship-wrapper-card { padding: 25px 15px; }
            .page-line::before, .page-line::after { width: 35%; }
        }
        .scholarship-container-card {
            background: #ffffff;
            border-top: 6px solid var(--color-primary);
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(53, 140, 255, 0.08);
            padding: 40px;
        }

        /* मुख्य शीर्षक स्टाईल */
        .main-section-heading {
            color: var(--color-heading);
            font-weight: 700;
            font-size: 1.4rem;
            position: relative;
            padding-left: 25px;
            margin-bottom: 30px;
            text-align: justify;
        }

        .main-section-heading::before {
            content: "❖";
            position: absolute;
            left: 0;
            color: var(--color-secondary);
        }

        /* आधुनिक टेबल डिझाइन */
        .custom-scholarship-table {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
        }

        .table {
            margin-bottom: 0;
        }

        .table thead {
            background-color: var(--color-primary);
        }

        .table thead th {
            color: #ffffff;
            font-weight: 600;
            padding: 16px;
            vertical-align: middle;
            border: none;
        }

        .table tbody td {
            padding: 16px;
            vertical-align: top;
            border-bottom: 1px solid #e2e8f0;
            color: var(--color-default);
        }

        /* अनुक्रमांक आणि हायलाइट्स */
        .sr-no-cell {
            font-weight: 700;
            color: var(--color-secondary);
            text-align: center;
        }

        .scheme-name {
            font-weight: 700;
            color: var(--color-heading);
            font-size: 1.05rem;
        }

        /* अंतर्गत याद्यांची रचना (१, २, ३) */
        .data-list-item {
            margin-bottom: 12px;
            text-align: justify;
            position: relative;
            padding-left: 5px;
        }

        /* रिस्पॉन्सिव्ह पॅडिंग */
        @media (max-width: 768px) {
            .scholarship-container-card {
                padding: 20px;
            }

            .main-section-heading {
                font-size: 1.2rem;
            }
        }        .scholarship-dashboard-card {
            background: #ffffff;
            border-top: 6px solid var(--color-primary);
            border-radius: 16px;
            box-shadow: 0 15px 40px rgba(53, 140, 255, 0.06);
            padding: 45px;
        }

        /* मुख्य हेडिंग */
        .dashboard-header {
            color: var(--color-heading);
            font-weight: 700;
            font-size: 1.35rem;
            line-height: 1.6;
            margin-bottom: 35px;
            text-align: justify;
            position: relative;
            padding-left: 25px;
        }

        .dashboard-header::before {
            content: "❖";
            position: absolute;
            left: 0;
            color: var(--color-secondary);
        }

        /* आधुनिक टेबल कार्ड */
        .scholarship-table-container {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            background: #ffffff;
            margin-bottom: 30px;
        }

        .table {
            margin-bottom: 0;
        }

        .table thead {
            background-color: var(--color-primary);
        }

        .table thead th {
            color: #ffffff;
            font-weight: 600;
            padding: 18px 14px;
            vertical-align: middle;
            border: none;
            font-size: 0.95rem;
        }

        .table tbody td {
            padding: 18px 14px;
            vertical-align: top;
            border-bottom: 1px solid #e2e8f0;
            font-size: 0.92rem;
            color: var(--color-default);
        }

        /* नंबर आणि योजना स्टायलिंग */
        .sr-number {
            font-weight: 700;
            color: var(--color-secondary);
            text-align: center;
            font-size: 1.05rem;
        }

        .scheme-title {
            font-weight: 700;
            color: var(--color-heading);
            line-height: 1.5;
        }

        /* लिंक्स डिझाइन */
        .dept-link {
            display: block;
            color: var(--color-primary);
            text-decoration: none;
            word-break: break-all;
            margin-top: 8px;
            font-weight: 500;
            font-size: 0.85rem;
        }
        .dept-link:hover {
            text-decoration: underline;
            color: var(--color-secondary);
        }

        /* पॉईंट्स रचना */
        .detail-item {
            margin-bottom: 10px;
            text-align: justify;
        }
        .detail-item:last-child {
            margin-bottom: 0;
        }

        /* पानांचे क्रमांक */
        .page-break-divider {
            text-align: center;
            font-weight: 700;
            color: #94a3b8;
            margin: 40px 0;
            font-size: 1.1rem;
            position: relative;
        }
        .page-break-divider::before, .page-break-divider::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 45%;
            height: 1px;
            background-color: #cbd5e1;
        }
        .page-break-divider::before { left: 0; }
        .page-break-divider::after { right: 0; }

        @media (max-width: 992px) {
            .scholarship-dashboard-card { padding: 20px; }
            .page-break-divider::before, .page-break-divider::after { width: 38%; }
        }