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

}

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

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

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

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

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

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

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

.poppins-white-text {
	font-size: 18px;
	color: #fff !important;
	font-family: poppins !important;
}

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

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

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

.black-text-heading {

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

}

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

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

/*End Basic CSS */

/* header */

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

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

.bg-top-menu {
	background-color: #012976;
	box-shadow: 4px 2px 10px 3px rgba(0, 0, 0, 0.5);
}

.top-menu-left {
	display: flex;
	align-items: center;

	gap: 20px;
}

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

.top-menu-left span>a {
	color: #fff;
	font-size: 14px;
}

.top-menu-left ul li a {
	color: #fff !important;
	font-weight: 400;

	font-family: var(--font-secondary);
	padding: 10px;
}

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

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

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

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

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

/* top menu end */

/*  header College Name */

.header-logo1 {
	height: auto;
    width: 90px;
    transition: all 0.3s ease;
}

.header-logo2 {
	    height: auto;
    width: 90px;
    transition: all 0.3s ease;
}

.site-header {
	background-color: #ffffff;
	padding: 15px 0;
	text-align: center;
}

.title-holder {
	display: inline-block;
	vertical-align: middle;
}

.affiliated {
	color: #444;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 6px;
}

.header-college-name {
	color: #012976;
	text-align: center;
	font-family: 'Martel', serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 6px;
}

.head-line {
	color: #012555;
	font-size: 15px;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

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


/* ── Tablet (768px - 992px) ── */
@media only screen and (max-width: 992px) {
	.affiliated {
		font-size: 13px;
	}

	.header-college-name {
		font-size: 24px !important;
		letter-spacing: 0.5px;
	}

	.head-line {
		font-size: 13px;
	}

	.header-logo1 {
		height: 90px;
	}

	.header-logo2 {
		height: 90px;
	}
}

/* ── Mobile (max 768px) ── */
@media only screen and (max-width: 768px) {
	.site-header {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		background: #ffffff;
		border-bottom: 1px solid #eaeaea;
	}

	.site-header .row {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		flex-wrap: wrap !important;
	}

	.header-logo1 {
		height: auto;
		max-height: 55px;
		margin-bottom: 5px;
		margin-top: 0;
	}

	.header-logo2 {
		display: none !important;
	}

	.affiliated {
		display: none;
	}

	.header-college-name {
		font-size: 15px !important;
		line-height: 1.25;
		white-space: normal;
		font-weight: 700 !important;
		margin-bottom: 0 !important;
		color: #012976 !important;
		letter-spacing: -0.2px;
	}

	.head-line {
		display: none;
	}
}

/* ── Small Mobile (max 480px) ── */
@media only screen and (max-width: 480px) {
	.header-college-name {
		font-size: 13px !important;
		padding: 0 5px;
	}

	.header-logo1 {
		max-height: 48px;
	}
}


/* ------- Main Menu ---------------- */
.main-menu-bg {
	/* background-color: var(--color-primary); */
	background-color: #012976;
	font-family: var(--font-secondary);
}

@media (min-width: 992px) {
	.web-cust-menu {
		height: 45px;
	}
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	padding: 8px 10px !important;
	color: #ffffff;
	font-family: var(--font-secondary);
}

.second-menu ul li a {
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* Top-level menu items only */
.myCustomMenu>li {
	transition: 0.3s ease;
}

.myCustomMenu>li:hover {
	border-radius: 16px;
	background: #ED6535;
	color: #fff !important;
}

/* Dropdown items — navy bg, white text */
.main-menu .dropdown-menu.sub-menu>li>a {
	color: #fff !important;
	background-color: transparent;
	cursor: pointer;
}

.main-menu .dropdown-menu.sub-menu>li>a:hover {
	background: #ED6535;
	color: #fff !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #fff !important;
}

/* Active/show state — top-level only */
.myCustomMenu>.nav-item.show>.nav-link,
.myCustomMenu>.nav-item>.nav-link.active {
	background: #ED6535;
	color: #fff !important;
	font-weight: 600;
	border-radius: 16px;
}

/* Dropdown dividers */
.navbar-nav .dropdown-menu.sub-menu>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

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

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

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

nav#main_navbar {
	margin-bottom: -7px;
}

/* Dropdown hover / show — scoped to direct > a */
.dropdown-menu.sub-menu>li>a:hover,
.dropdown-menu.sub-menu>li.show>a {
	background: #ED6535;
	color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 300px !important;
	position: absolute;
}


/* ═══════════════════════════════════════════════
   PREMIUM DESKTOP NAVBAR ENHANCEMENTS
   Scoped to min-width 992px so it doesn't conflict
   with final-fix.css / mobile-menu-refinements.css
   ═══════════════════════════════════════════════ */

@media (min-width: 992px) {

	/* ── Sticky Bar ── */
	nav#main_navbar {
		transition: top 0.45s cubic-bezier(0.25, 1, 0.5, 1),
			box-shadow 0.4s ease;
	}

	nav#main_navbar[style*="top: 0"] {
		box-shadow: 0 4px 20px rgba(1, 41, 118, 0.20);
	}

	/* ══════════════════════════════════════════
	   TOP-LEVEL NAV LINKS (scoped to .myCustomMenu)
	   ══════════════════════════════════════════ */

	.myCustomMenu>.nav-item>a.nav-link {
		font-family: 'Poppins', sans-serif;
		font-size: 13.5px;
		font-weight: 500;
		letter-spacing: 0.3px;
		padding: 10px 14px !important;
		color: #ffffff;
		border-radius: 20px;
		transition: background 0.3s ease,
			color 0.3s ease,
			transform 0.25s ease;
	}

	/* Top-level hover pill */
	.myCustomMenu>li:hover {
		border-radius: 20px;
		background: #ED6535;
	}

	/* Top-level active / open state — ONLY for .myCustomMenu direct children */
	.myCustomMenu>.nav-item.show>a.nav-link,
	.myCustomMenu>.nav-item>a.nav-link.active {
		background: #ED6535;
		border-radius: 20px;
		color: #fff !important;
		font-weight: 600;
	}

	/* Top-level caret rotation */
	.myCustomMenu>.nav-item>.dropdown-toggle::after {
		font-size: 11px;
		margin-left: 4px;
		opacity: 0.7;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.myCustomMenu>.nav-item:hover>.dropdown-toggle::after,
	.myCustomMenu>.nav-item.show>.dropdown-toggle::after {
		transform: rotate(180deg);
		opacity: 1;
	}

	/* ══════════════════════════════════════════
	   DROPDOWN PANEL (Level 1)
	   ══════════════════════════════════════════ */

	.navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
		min-width: 280px;
		padding: 0;
		border: none;
		border-radius: 0 0 6px 6px;
		background: #012976;
		box-shadow: 0 12px 40px rgba(1, 41, 118, 0.35),
			0 2px 8px rgba(0, 0, 0, 0.15);
		animation: navDropIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		transform-origin: top center;
		overflow: visible;
	}

	@keyframes navDropIn {
		from {
			opacity: 0;
			transform: translateY(8px) scale(0.97);
		}

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

	/* ── Dropdown Dividers ── */
	.dropdown-menu.sub-menu>li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
	}

	.dropdown-menu.sub-menu>li:last-child {
		border-bottom: none !important;
	}

	/* ══════════════════════════════════════════
	   DROPDOWN ITEMS — covers both .nav-link and .dropdown-item
	   ══════════════════════════════════════════ */

	/* Base state: white text, transparent background */
	.dropdown-menu.sub-menu>li>a.nav-link,
	.dropdown-menu.sub-menu>li>a.dropdown-item {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #ffffff !important;
		background: transparent !important;
		padding: 14px 24px !important;
		border-radius: 0 !important;
		transition: background 0.25s ease,
			padding-left 0.25s ease;
	}

	/* Hover: subtle white overlay + slide-in */
	.dropdown-menu.sub-menu>li>a.nav-link:hover,
	.dropdown-menu.sub-menu>li>a.dropdown-item:hover {
		background: #ED6535 !important;
		color: #fff !important;
		padding-left: 30px !important;
	}

	/* Parent with open sub-menu (.show): highlight its direct > a only */
	.dropdown-menu.sub-menu>li.show>a.nav-link,
	.dropdown-menu.sub-menu>li.show>a.dropdown-item {
		background: #ED6535 !important;
		color: #fff !important;
	}

	/* ══════════════════════════════════════════
	   NESTED SUB-MENU FLYOUT (Level 2+)
	   ══════════════════════════════════════════ */

	.dropdown-menu.sub-menu .dropdown-menu.sub-menu {
		left: 100%;
		top: 0;
		margin: 0;
		border-radius: 0 6px 6px 0;
		background: #012976;
		box-shadow: 8px 4px 30px rgba(1, 41, 118, 0.25),
			0 2px 6px rgba(0, 0, 0, 0.1);
		animation: navDropIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		overflow: visible;
	}

	/* Nested caret: chevron-right icon */
	.dropdown-menu.sub-menu .dropdown-toggle::after {
		border: none;
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 11px;
		float: right;
		margin-top: 3px;
		opacity: 0.7;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.dropdown-menu.sub-menu .dropdown:hover>.dropdown-toggle::after {
		transform: translateX(4px);
		opacity: 1;
	}
}

/* =========================================
   PREMIUM MOBILE HEADER DESIGN
   ========================================= */

@media (max-width: 991px) {

	/* Sticky Navbar Glassmorphism */
	.main-menu-bg {
		background: rgba(1, 41, 118, 0.85) !important;
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 10px 0 !important;
		transition: background 0.3s ease;
	}

	/* Logo Inside Sticky Nav */
	.mobile-nav-logo {
		text-decoration: none;
		transition: opacity 0.3s ease;
	}

	.mobile-nav-logo:hover {
		opacity: 0.8;
	}

	.mobile-nav-title {
		letter-spacing: 0.5px;
	}

	/* Modern Animated Hamburger Icon */
	.mobile-nav-toggler {
		border: none !important;
		outline: none !important;
		padding: 5px 10px;
		box-shadow: none !important;
		background: transparent !important;
	}

	.hamburger-icon {
		width: 28px;
		height: 22px;
		position: relative;
		cursor: pointer;
	}

	.hamburger-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #ffffff;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	}

	.hamburger-icon span:nth-child(1) {
		top: 0px;
	}

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

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

	/* Morph to 'X' when menu is open */
	.mobile-nav-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
		top: 10px;
		transform: rotate(135deg);
	}

	.mobile-nav-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
		opacity: 0;
		left: -40px;
	}

	.mobile-nav-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
		top: 10px;
		transform: rotate(-135deg);
	}

	/* Dropdown Menu Area */
	.navbar-collapse {
		background: transparent;
		padding: 20px 10px;
		max-height: 75vh;
		overflow-y: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.05);
		margin-top: 10px;
	}

	.myCustomMenu>li {
		margin-bottom: 8px;
	}

	.myCustomMenu>li>a {
		font-size: 16px !important;
		font-weight: 500;
		padding: 12px 20px !important;
		border-radius: 12px;
		transition: background 0.3s ease, transform 0.2s ease;
	}

	.myCustomMenu>li>a:active {
		transform: scale(0.98);
	}

	.myCustomMenu>li>a.active,
	.myCustomMenu>li:hover>a {
		background: rgba(237, 101, 53, 0.95) !important;
		color: #fff !important;
	}

	/* Sub-menu styling for mobile */
	.dropdown-menu.sub-menu {
		background: rgba(0, 0, 0, 0.15) !important;
		border: none;
		border-radius: 12px;
		margin-top: 5px;
		padding: 10px 0;
	}

	.dropdown-menu.sub-menu>li>a {
		padding: 10px 30px !important;
		font-size: 15px !important;
	}

	/* Stacked Header Adjustments */
	.site-header {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		background: #ffffff;
	}

	.header-college-name {
		font-size: 18px !important;
		font-weight: 700 !important;
		letter-spacing: -0.2px;
	}

	.affiliated,
	.head-line {
		opacity: 0.8;
	}
}

/* Home Video Section start */
.home-section-video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;

}

/* Nav buttons container */
.video-nav-btns {
	position: absolute;
	left: 48%;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
}

/* Individual Button */
.video-nav-btn {
	width: 42px;
	height: 42px;

	border-radius: 50%;
	background-color: #ECECEC;

	border: none;
	outline: none;

	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;

	box-shadow: 0.8px 2.4px 5.12px rgba(0, 0, 0, 0.25);

	transition: 0.3s ease;
}

.video-nav-btn:hover {
	background: #ffffff;
	transform: scale(1.05);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

	.home-section-video {
		height: 70vh;
	}

	.video-nav-btns {
		bottom: 22px;
	}

	.video-nav-btn {
		width: 40px;
		height: 40px;
	}
}

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

@media (max-width: 768px) {

	.home-section-video {

		height: 52vh;

		object-position: center;
	}

	.video-nav-btns {

		bottom: 16px;
		left: 46%;
		gap: 10px;
	}

	.video-nav-btn {

		width: 36px;
		height: 36px;
	}

	.video-nav-btn svg {

		transform: scale(0.9);
	}
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

	.home-section-video {

		height: 38vh;
	}

	.video-nav-btns {
		left: 44%;
		bottom: 12px;
	}

	.video-nav-btn {

		width: 32px;
		height: 32px;
	}

	.video-nav-btn svg {

		transform: scale(0.8);
	}
}


/* Home slider start */

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

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

.banner-slider img {
    background: #032262;
    height: 550px;
    object-fit: contain !important;
}

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

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

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

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

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

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

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

.indicators li {
	list-style: none;
}

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

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

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

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

/* news marquee start */

.importantNews-section {
	align-items: center;
	position: relative;
	display: flex;
	padding: 0;
	height: 51px;
	background: #012976;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

.marquee-news-heading img {
	padding-left: 33px;
}

.marquee-news-heading {
	width: 240px;
	background: #ED6535;
	color: #FFF;
	height: 100%;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding: 0 16px;
	gap: 8px;
	z-index: 10;
	white-space: nowrap;
	flex-shrink: 0;
}

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

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

/* =====================================
   SMOOTH NEWS TICKER
===================================== */

.hor-marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.news-ticker {
	display: flex;
	align-items: center;
	width: max-content;

	animation: newsTickerMove 20s linear infinite;
}

.news-ticker:hover {
	animation-play-state: paused;
}

.slider-news {
	flex-shrink: 0;

	display: flex;
	align-items: center;

	padding-right: 50px;
}

.news-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	white-space: nowrap;
}

.new-flag {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

/* ANIMATION */

@keyframes newsTickerMove {

	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}


/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

	.marquee-news-heading {

		width: 190px;

		font-size: 16px;

		padding: 0 14px;
	}

	.marquee-news-heading img {

		padding-left: 0;

		width: 22px;
	}

	.slider-news a {

		font-size: 15px;
	}
}

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

@media (max-width: 768px) {

	.importantNews-section {

		height: auto;

		min-height: 48px;

		flex-direction: row;

		align-items: center;
	}

	/* LEFT ORANGE LABEL */

	.marquee-news-heading {

		width: 145px;

		min-width: 145px;

		font-size: 14px;

		gap: 6px;

		padding: 15px 10px;

		justify-content: center;
	}

	.marquee-news-heading img {

		width: 18px;

		height: 18px;

		padding-left: 0;
	}

	/* MARQUEE TEXT */

	.slider-news {

		margin-right: 18px !important;
	}

	.slider-news a {

		font-size: 13px;

		line-height: 22px;

		white-space: nowrap;
	}

	.new-flag {

		width: 20px;

		height: 20px;
	}

	/* TICKER CONTAINER */

	.hor-marquee {

		overflow: hidden;

		width: 100%;
	}

	.news-ticker {

		display: flex;

		align-items: center;
		animation-duration: 18s;
		width: max-content;
	}
}



/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

	.marquee-news-heading {

		width: 120px;

		min-width: 120px;

		font-size: 12px;

		padding: 16px 8px;
	}

	.marquee-news-heading img {

		width: 16px;

		height: 16px;
	}

	.slider-news a {

		font-size: 12px;
	}
}

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

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

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

.news-link {
	color: #222;
	text-decoration: none;

	display: inline;
}

/*  Home slider end */


/* Updated News and Notices Start */

/* Equal height layout for updated news section */
.main-outer-section .row.g-4 {
	align-items: stretch;
}

.main-outer-section .upcoming-events-section,
.main-outer-section .news-events-section {
	display: flex;
	flex-direction: column;
}

.main-outer-section .upcoming-events-card,
.main-outer-section .news-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.main-outer-section .news-list {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
}

.main-outer-section .news-list .news-item {
	flex: 0 0 auto;
}

.main-outer-section .upcoming-events-section {
	justify-content: space-between;
}

.main-outer-section .upcoming-events-card .upcoming-img-wrapper {
	flex: 1 1 auto;
	min-height: 0;
}

/* ── Upcoming Events Card ── */
.upcoming-events-card {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}

.upcoming-label {
	text-align: center;
	padding: 14px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;

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

.upcoming-img-wrapper {
	position: relative;
}

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

.upcoming-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #012976;
	padding: 12px 16px;
}

.event-date {
	margin: 0 0 2px 0;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.event-title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
}

/* ── View All Button ── */
.view-all-btn {
	display: inline-block;
	background: #ED6535;
	color: #fff;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s;
}

.view-all-btn:hover {
	background: #c94f20;
	color: #fff;
}

/* ── News Card ── */
.news-card {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}

/* Tabs */
.news-tabs {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

.news-tab {
	flex: 1;
	padding: 14px 10px;
	border: none;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
}

.news-tab.active {
	background: #012976;
	color: #fff;
	font-weight: 600;
}

/* Active tab arrow pointer */
.news-tab.active::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #012976 transparent transparent transparent;
	z-index: 2;
}

/* News List */
.news-list {
	padding: 0 16px;
	max-height: 260px;
	overflow-y: auto;

	/* Custom scrollbar */
	scrollbar-width: thin;
	scrollbar-color: #012976 #e0e0e0;
}

.news-ticker-wrapper {
	width: 100%;
}

.news-list::-webkit-scrollbar {
	width: 5px;
}

.news-list::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 10px;
}

.news-list::-webkit-scrollbar-thumb {
	background: #012976;
	border-radius: 10px;
}

.news-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 0;
	border-bottom: 1px solid #efefef;
}

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

.news-arrow {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	background: #F55218;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 3px 8px rgba(245, 82, 24, 0.16);
}

.news-arrow svg {
	display: block;
	transition: transform 0.3s ease;
}

.news-item:hover .news-arrow {
	background: #D9410D;
	transform: scale(1.05);
	box-shadow: 0 5px 12px rgba(217, 65, 13, 0.32);
}

.news-item:hover .news-arrow svg {
	transform: translateX(1.5px);
}

.news-text {
	flex: 1;
	margin: 0;
	font-size: 14px;
	color: #222;
	line-height: 1.5;
}

.news-badge {
	background: #e53935;
	color: #fff;
	font-size: 10px;
	font-weight: 700;

	padding: 3px 8px;

	border-radius: 30px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-left: 8px;

	line-height: 1;

	vertical-align: middle;
}

/* Updated News and Notices End */




/* New and notices start */
.stay-updated-section {}

.stay-updated-text {
	color: #012976;
	text-align: center;
	border-radius: 20px;
	background: #EBE9F3;
	font-family: Poppins, 'sans-serif';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	/* 250% */
	text-transform: capitalize;
}

section.news-and-event {
	margin-bottom: 50px;
	margin-top: 50px;
}

.news-and-event .news-heading {
	color: #000;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	/* margin: 0px; */
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
}

.news-and-event .news-heading span {
	color: var(--color-default);
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: "Poppins", sans-serif;
}

.news-and-event .top-desc {
	color: #646262;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.news-tab-section .nav-tabs .nav-link {
	margin-bottom: 0px;
	background: none;
	/* border: 1px solid transparent; */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-inline: 73px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: var(--color-primary);
}

/* .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #000 !important;
} */

.news-tab-section ul {
	background: #f3f4f6;
}

.news-tab-section ul .nav-link.active,
.news-tab-section .nav-tabs .nav-link:hover {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	background: #012976;
}

.news-tab-section .nav-link,
.event-heading {
	color: rgba(0, 0, 0, 0.9);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: capitalize;
	position: relative;
}

.myTicker {
	height: 100% !important;
}

.myTicker ul {
	height: 100%;
	width: 100%;
	padding-left: 15px;
}

.news-tab-section .nav-link.active::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 28px solid #012976;
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
}

.news-tab-section .news-tab-pane {
	height: 290px;
	padding-inline: 0px;
}

.news-tab-section .news-tab-pane .news-section .news-circular {
	height: 290px;
	background: #f3f4f6;
	overflow-y: scroll;
}

/* scrollbar width */
.news-tab-section .news-tab-pane .news-section .news-circular::-webkit-scrollbar {
	width: 7px;
}

/* scrollbar track */
.news-tab-section .news-tab-pane .news-section .news-circular::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

/* scrollbar thumb */
.news-tab-section .news-tab-pane .news-section .news-circular::-webkit-scrollbar-thumb {
	background-color: #053869;
	/* maroon/red */
	border-radius: 10px;
}

/* hover effect */
.news-tab-section .news-tab-pane .news-section .news-circular::-webkit-scrollbar-thumb:hover {
	background-color: #053869;
}

.news-tab-section .news-tab-pane li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	width: 99%;
}

.news-tab-section .news-circular li a {
	display: flex;
	align-items: center;
	padding: 15px 5px;
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/* text-transform: capitalize; */
}

.news-tab-section .news-circular li a::before {
	content: "";
	display: inline-flex;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border-radius: 10px;
	background-color: var(--color-secondary);
	background-image: url("../img/news-arrow-ing.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	align-items: center;
	justify-content: center;
	padding: 9px;
}

.news-tab-section .view-all,
.event-section .view-all,
.legacy-container .view-all,
.Latest-container .view-all {
	border-radius: 6px;
	background: #ffbf00;
	width: 109px;
	height: 32px;
	/* align-items: center; */
	text-align: center;
	align-content: center;
	margin: 0 auto;
}

.news-tab-section .view-all a,
.event-section .view-all a,
.legacy-container .view-all a,
.Latest-container .view-all a {
	color: #fff;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.event-heading {
	font-family: var(--font-primary);
	color: rgba(0, 0, 0, 0.9);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: capitalize;
	position: relative;
	padding: 10px;
	background: #f3f4f6;
	text-align: center;
	width: 98%;
	margin-left: 7px;
}

.quick-inner.news-circular {
	height: 315px;
	padding-top: 22px;
}

.holder-news.myTicker2.d-flex {
	height: 100% !important;
	width: 100%;
	justify-content: end;
}

.events-details {
	position: relative;
	height: 100%;
}

.events-details span {
	text-align: center;
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
}

.events-container.ng-scope {
	width: 98%;
}

.events-details .event-image {
	height: 100%;
	width: 100%;
}

.events-details::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0), rgba(156, 0, 0, 0));
	/* background: linear-gradient(180deg, rgb(1 1 1 / 40%) 100%, rgba(0, 0, 0, 0) 46.28%); */
}

.events-details section {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
	background: #ffc300;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	border-left: 7px solid #053869;
	z-index: 1;
}


/* news marquee start */


/* about-institute */

.about-us-img-card {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.about-us-img-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(1, 41, 118, 0.15);
}

/* Shine overlay effect */
.about-us-img-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	transition: none;
	pointer-events: none;
}

.about-us-img-card:hover::after {
	left: 125%;
	transition: left 0.75s ease-in-out;
}

.about-us-img-card img {
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
}

.about-us-img-card:hover img {
	transform: scale(1.1) rotate(1.5deg);
}

.about-us-img-card .position-absolute {
	transition: background 0.4s ease, height 0.4s ease;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.75)) !important;
}

.about-us-img-card:hover .position-absolute {
	background: linear-gradient(transparent, rgba(1, 41, 118, 0.85)) !important;
}

.about-us-img-card span {
	display: inline-block;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-us-img-card:hover span {
	transform: translateY(-5px);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-institute {
	color: #012976;
	text-align: center;
	border-radius: 20px;
	background: #ebe9f3;
	font-weight: bold;
	padding: 10px 18px;
	transition: all 0.3s ease;
	box-shadow: 0 0 0 0 rgba(1, 41, 118, 0.3);
	animation: badgePulse 2.5s infinite;
}

.about-institute:hover {
	background-color: #012976 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 41, 118, 0.2);
}

@keyframes badgePulse {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 41, 118, 0.3);
	}

	70% {
		box-shadow: 0 0 0 8px rgba(1, 41, 118, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 41, 118, 0);
	}
}

.about-institute-desc {
	color: #857b8c;
}

.about-institute-desc a {
	position: relative;
	transition: color 0.3s ease;
}

.about-institute-desc a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #ED6535;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.about-institute-desc a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.about-institute-desc a:hover {
	color: #ED6535 !important;
}

/* Feature grid items animations */
.about-feature-item {
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding: 12px;
	border-radius: 12px;
	background: transparent;
	cursor: pointer;
}

.about-feature-item:hover {
	transform: translateY(-4px);
	background: rgba(238, 242, 255, 0.85);
	box-shadow: 0 8px 24px rgba(1, 41, 118, 0.05);
}

.about-feature-item .flex-shrink-0 {
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-feature-item:hover .flex-shrink-0 {
	transform: scale(1.12) rotate(6deg);
	background-color: #ED6535 !important;
	box-shadow: 0 4px 12px rgba(237, 101, 53, 0.2);
}

.about-feature-item:hover .flex-shrink-0 svg path {
	fill: #fff !important;
}

.about-feature-item:hover .flex-shrink-0 svg rect {
	fill: #ED6535 !important;
}

.about-feature-item span {
	transition: color 0.3s ease, transform 0.3s ease;
}

.about-feature-item:hover span {
	color: #012976;
	transform: translateX(2px);
}

/* Scroll reveal animations (Strictly CSS-only powered by Scroll-Driven Animations or Page Load Animation) */
@keyframes revealFromLeft {
	from {
		opacity: 0;
		transform: translateX(-40px);
	}

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

@keyframes revealFromRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

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

/* Default state: fully visible fallback for non-supporting browsers */
.reveal-left,
.reveal-right {
	opacity: 1;
	transform: none;
}

/* Progressive enhancement with CSS-only Scroll-Driven Animations */
@supports (animation-timeline: view()) {
	.reveal-left {
		animation: revealFromLeft linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 30%;
	}

	.reveal-right {
		animation: revealFromRight linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 30%;
	}
}

.main-outer-section {
	margin: 80px 0;
}

/* ── About Institute — Mobile Responsiveness ── */

/* Tablet (max 992px) */
@media (max-width: 992px) {
	.main-outer-section {
		margin: 50px 0;
	}
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
	.main-outer-section {
		margin: 40px 0;
	}

	/* Heading */
	.main-outer-section h2 {
		font-size: 1.5rem !important;
		line-height: 1.35 !important;
	}

	/* Description text */
	.about-institute-desc {
		font-size: 14px !important;
		line-height: 1.7 !important;
	}

	/* Feature items — reduce padding */
	.about-feature-item {
		padding: 8px;
	}

	.about-feature-item span {
		font-size: 13px !important;
	}

	/* Image cards — reduce height */
	.about-us-img-card img {
		height: 180px !important;
	}

	/* Image card label */
	.about-us-img-card span {
		font-size: 16px !important;
	}

	/* Right image grid — reduce top margin */
	.reveal-right .row.g-3 {
		margin-top: 1rem !important;
	}
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
	.main-outer-section {
		margin: 30px 0;
	}

	.main-outer-section h2 {
		font-size: 1.25rem !important;
	}

	/* Feature grid — stack on very small screens */
	.about-feature-item {
		padding: 8px 6px;
	}

	.about-feature-item .flex-shrink-0 {
		width: 38px !important;
		height: 38px !important;
	}

	.about-feature-item span {
		font-size: 12.5px !important;
	}

	/* Badge */
	.about-institute {
		font-size: 12px;
		padding: 8px 14px;
	}

	/* Image cards */
	.about-us-img-card img {
		height: 150px !important;
	}

	.about-us-img-card span {
		font-size: 14px !important;
	}
}

/* Excellence Section */
.excellence-section {
	background-image: url('../img/Excellence-section-bg.png');
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
	overflow: hidden;
	position: relative;
}

/* Entrance transitions */
.excellence-title {
	opacity: 0;
	transform: translateY(-30px);
	transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.excellence-title.active {
	opacity: 1;
	transform: translateY(0);
}

.stat-card-reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stat-card-reveal.active {
	opacity: 1;
	transform: translateY(0);
}

/* Hover effects */
@keyframes floatIcon {
	0% {
		transform: translateY(0) rotate(0deg) scale(1.1);
	}

	50% {
		transform: translateY(-8px) rotate(4deg) scale(1.15);
	}

	100% {
		transform: translateY(0) rotate(0deg) scale(1.1);
	}
}

.stat-card-reveal .stat-icon {
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.stat-card-reveal:hover .stat-icon {
	animation: floatIcon 1.8s ease-in-out infinite;
	filter: drop-shadow(0 10px 22px rgba(255, 255, 255, 0.25)) brightness(1.15);
}

.stat-card-reveal .stat-number {
	transition: transform 0.4s ease, text-shadow 0.4s ease;
}

.stat-card-reveal:hover .stat-number {
	transform: translateY(-2px);
	text-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
}

.stat-card-reveal p {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.stat-card-reveal:hover p {
	opacity: 0.95 !important;
	transform: translateY(-1px);
}
}

.excellence-section .stat-icon {
	height: 55px;
	width: 55px;
}

.stat-number {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 1rem;
}


/* Principal Section */

.principal-img {
	width: 32%;
	height: auto;
	min-height: 380px;
	object-fit: cover;
	object-position: top;
	position: relative;
	z-index: 2;
	margin-right: -60px;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border: 6px solid #fff;
}

.principal-img:hover {
	transform: scale(1.04) translateY(-4px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.principal-card {
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principal-card:hover {
	transform: translateY(-4px) translateX(4px);
	box-shadow: 0 18px 45px rgba(1, 41, 118, 0.22);
}

/* Scroll reveal animations for Principal section */
@keyframes principalSlideLeft {
	from {
		opacity: 0;
		transform: translateX(-50px) scale(0.95);
	}

	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes principalSlideRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

/* Progressive enhancement with CSS-only Scroll-Driven Animations */
@supports (animation-timeline: view()) {
	.principal-img {
		animation: principalSlideLeft linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 30%;
	}

	.principal-card {
		animation: principalSlideRight linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 30%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.principal-img {
		min-height: 420px;
	}

	.principal-card {
		padding: 2rem !important;
		padding-left: 70px !important;
	}

	.principal-card h3 {
		font-size: 22px !important;
	}

	.principal-card p {
		font-size: 13px !important;
	}
}

@media (max-width: 767px) {
	.principal-img {
		position: static;
		width: 100%;
		height: 280px;
		margin-bottom: 0;
		border-radius: 12px 12px 0 0 !important;
	}

	.w-100.rounded-3 {
		padding-left: 1.5rem !important;
		border-radius: 0 0 12px 12px !important;
	}
}

/* Programs Slider */
.programs-slider-outer {
	overflow: hidden;
	padding: 15px 5px 25px;
}

.programs-offered-heading {
	color: #000;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	/* 128.571% */
	text-transform: capitalize;
}

.programs-offered-desc {
	color: #646262;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	/* 205.882% */
}

.programs-slider-inner {
	display: flex;
	gap: 45px;
	transition: transform 0.4s ease;
}

.programs-card {
	min-width: calc(31.90% - 14px);
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
		box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Target the inner bootstrap .card layout container */
.programs-card .card {
	border: 0.5px solid #e2e8f0 !important;
	border-radius: 16px !important;
	transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.programs-card:hover .card {
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%) !important;
	border-color: #012976 !important;
}

/* Diagonal sweeping shine glare overlay */
.programs-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.22) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: none;
	z-index: 5;
	pointer-events: none;
}

.programs-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 36px rgba(1, 41, 118, 0.12);
}

.programs-card:hover::after {
	left: 150%;
	transition: left 0.8s ease-in-out;
}

.programs-card h6 {
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
	letter-spacing: -0.312px;
	transition: color 0.3s ease;
}

.programs-card:hover h6 {
	color: #012976;
}

.programs-card img {
	border-radius: 16px;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.programs-card:hover img {
	transform: scale(1.06) rotate(0.5deg);
}

/* Course calendar/clock micro-animations */
.programs-card .course-duration {
	transition: color 0.4s ease;
}

.programs-card .course-duration svg {
	transition: transform 0.4s ease;
}

.programs-card .course-duration svg path {
	transition: stroke 0.4s ease;
}

.programs-card:hover .course-duration {
	color: #f55218 !important;
}

.programs-card:hover .course-duration svg {
	transform: rotate(15deg) scale(1.1);
}

.programs-card:hover .course-duration svg path {
	stroke: #f55218 !important;
}

/* Staggered text lists shifts on hover */
.programs-card ul li {
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.4s ease;
}

.programs-card:hover ul li {
	transform: translateX(6px);
	color: #0d1e3d !important;
}

.programs-card:hover ul li:nth-child(1) {
	transition-delay: 0.04s;
}

.programs-card:hover ul li:nth-child(2) {
	transition-delay: 0.08s;
}

.programs-card:hover ul li:nth-child(3) {
	transition-delay: 0.12s;
}

.programs-card:hover ul li:nth-child(4) {
	transition-delay: 0.16s;
}

.explore-btn {
	background: #f55218;
	color: #fff;
	border-radius: 16px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-btn:hover {
	background: #012976 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(1, 41, 118, 0.25);
}

.explore-btn svg {
	transition: transform 0.3s ease;
}

.explore-btn:hover svg {
	transform: translateX(4px);
}

.programs-prev-btn,
.programs-next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 47.857px;
	height: 50px;
	border-radius: 50%;
	/* border: 1px solid #dee2e6; */
	border: none;
	background: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
	transition: background 0.2s ease;
	line-height: 1;
}

.programs-prev-btn {
	left: -20px;
}

.programs-next-btn {
	right: -20px;
}

.programs-prev-btn:hover,
.programs-next-btn:hover {
	background: #f55218;
	color: #fff;
	border-color: #f55218;
	box-shadow: 0 6px 16px rgba(245, 82, 24, 0.35);
}

.programs-prev-btn:hover svg path,
.programs-next-btn:hover svg path {
	fill: #fff !important;
}

/* Scroll reveal entrance for entire section */
@keyframes sectionSlideUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

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

/* Default state fallback */
.programs-offered-heading,
.programs-offered-desc,
.programs-slider-outer {
	opacity: 1;
}

@supports (animation-timeline: view()) {
	.programs-offered-heading {
		animation: sectionSlideUp linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 25%;
	}

	.programs-offered-desc {
		animation: sectionSlideUp linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 25%;
	}

	.programs-slider-outer {
		animation: sectionSlideUp linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 25%;
	}
}

@media (max-width: 767px) {
	.programs-card {
		min-width: calc(100% - 0px);
	}

	.programs-wrapper {
		margin-bottom: 60px;
	}

	.programs-prev-btn,
	.programs-next-btn {
		top: auto;
		bottom: -50px;
		transform: none;
		width: 40px;
		height: 40px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	}

	.programs-prev-btn {
		left: calc(50% - 50px);
	}

	.programs-next-btn {
		right: auto;
		left: calc(50% + 10px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.programs-card {
		min-width: calc(50% - 10px);
	}

	.programs-prev-btn {
		left: -10px;
	}

	.programs-next-btn {
		right: -10px;
	}
}


/* Our Recruiter Carousel Section */
/* Recruiters Section */
.recruiters-section {
	background-image: url("../img/handshake-bg-img.jpg");
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.6);
	background-blend-mode: overlay;
	padding: 60px 0;
	width: 100%;
}

.recruiters-heading {
	color: #FFF;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

/* Scroll Reveal for Recruiters Section Header */
@keyframes titleSlideUp {
	from {
		opacity: 0;
		transform: translateY(35px);
	}

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

@supports (animation-timeline: view()) {
	.recruiters-heading {
		animation: titleSlideUp linear both;
		animation-timeline: view();
		animation-range: entry 10% cover 25%;
	}
}

.recruiters-slider-outer {
	overflow: hidden;
	padding: 10px 0 20px;
}

.recruiters-slider-inner {
	display: flex;
	width: max-content;
	animation: recruiterMarquee 25s linear infinite;
}

.marquee-group {
	display: flex;
	gap: 20px;
	padding-right: 20px;
}

.recruiters-slider-inner:hover {
	animation-play-state: paused;
}

/* Cinematic focus shift hover: dim all logos when marquee is hovered */
.recruiters-slider-inner:hover .recruiter-card {
	opacity: 0.55;
	filter: grayscale(80%) scale(0.95);
}

.recruiter-card {
	width: 180px;
	flex-shrink: 0;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	height: 100px;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
		box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
		opacity 0.4s ease,
		filter 0.4s ease;
	position: relative;
	z-index: 1;
}

/* Highlight hovered logo back to full clarity, scale, and cast a crisp glow */
.recruiters-slider-inner .recruiter-card:hover {
	opacity: 1 !important;
	filter: grayscale(0%) scale(1.08) translateY(-5px);
	box-shadow: 0 10px 25px rgba(255, 255, 255, 0.22);
	z-index: 3;
}

.recruiter-card img {
	max-width: 100%;
	max-height: 65px;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.recruiter-card:hover img {
	transform: scale(1.03);
}

@keyframes recruiterMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-25%);
	}
}

/* Responsive */
@media (max-width: 991px) {
	.recruiter-card {
		width: 150px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.recruiter-card {
		width: 140px;
		height: 85px;
	}

	.recruiters-section {
		padding: 40px 0;
	}

	.recruiters-heading {
		font-size: 22px;
		margin-bottom: 30px !important;
	}
}

@media (max-width: 480px) {
	.recruiter-card {
		width: 120px;
		height: 80px;
		padding: 10px;
	}

	.recruiter-card img {
		max-height: 50px;
	}
}


/* Stories of Excellence Carousel Section Start*/
.mySwiper {
	overflow: hidden;
	padding-bottom: 50px;
}

.swiper-wrapper {
	height: auto !important;
}

.mySwiper .swiper-wrapper {
	align-items: stretch;
}

.mySwiper .swiper-slide {
	height: auto;
}

.swiper-slide {
	box-sizing: border-box;
}

.stories-slider-wrapper {
	position: relative;
	padding: 0 60px;
}

/* Custom Nav Buttons */
.custom-swiper-btn {
	width: 46px !important;
	height: 46px !important;

	border-radius: 50%;


	display: flex;
	align-items: center;
	justify-content: center;

	top: 50% !important;
	transform: translateY(-50%);

	color: #000 !important;
}

/* LEFT BUTTON */
.swiper-button-prev {
	left: 0 !important;
}

/* RIGHT BUTTON */
.swiper-button-next {
	right: 0 !important;
}

/* Arrow Size */
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 18px !important;
	font-weight: 700;
}

.story-card {
	display: flex;
	flex-direction: column;
	height: 480px;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
		box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.story-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(237, 101, 53, 0.18);
}

/* ── Top Section ── */
.card-top {
	padding: 20px 20px 0px 20px;
	background: linear-gradient(180deg, #0C091D 0%, #012976 100%);
	flex-shrink: 0;
}

.quote-icon {
	width: 36px;
	/* adjust size to match your PNG */
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.card-title {
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
}

.card-title strong {
	font-weight: 700;
}

.student-name-excellence {
	color: #ED6535;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 166.667% */
}

/* ── Bottom Section ── */
.card-bottom {
	position: relative;
	flex: 1;
	background: #012976;
	/* fallback if image doesn't fill */
	overflow: hidden;
}

.student-img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -60px;
	object-fit: contain;
	object-position: bottom;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.story-card:hover .student-img {
	transform: scale(1.06) translateX(8px);
}

.watch-video-bar {
	position: absolute;
	bottom: 20px;
	right: 20px;

	display: flex;
	align-items: center;
	gap: 18px;

	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(2px);

	padding: 9px 10px 8px 17px;

	border-radius: 50px;
	transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
		transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 8;
}

/*.story-card:hover .watch-video-bar {
	opacity: 0;
	transform: translateY(10px) scale(0.9);
}*/

.watch-text {
	color: #fff;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	white-space: nowrap;
}

.play-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;

	background: #ED6535;

	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
	padding: 0;
}

.play-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

/* Centred Dynamic Play Overlay
.card-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 41, 118, 0.4);
	backdrop-filter: blur(1.5px);
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 10;
	pointer-events: none;
}

.story-card:hover .card-bottom::before {
	opacity: 1;
}

.card-bottom::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background: #ED6535 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'><path d='M8 5v14l11-7z'/></svg>") no-repeat;
	background-size: 26px;
	background-position: calc(50% + 2px) center;
	box-shadow: 0 0 20px rgba(237, 101, 53, 0.4);
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: 11;
	pointer-events: none;
}

.story-card:hover .card-bottom::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	animation: playPulseCenter 1.8s infinite;
}

@keyframes playPulseCenter {
	0% {
		box-shadow: 0 0 0 0 rgba(237, 101, 53, 0.8), 0 0 20px rgba(237, 101, 53, 0.4);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(237, 101, 53, 0), 0 0 40px rgba(237, 101, 53, 0.8);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(237, 101, 53, 0), 0 0 20px rgba(237, 101, 53, 0.4);
	}
}
 */


@media (max-width: 768px) {

	.story-card {
		height: 430px;
	}

	.card-title {
		font-size: 13px;
		line-height: 19px;
	}

	.watch-video-bar {
		right: 14px;
		bottom: 14px;
		gap: 12px;
		padding: 8px 8px 8px 14px;
	}

	.watch-text {
		font-size: 13px;
	}

	.play-btn {
		width: 36px;
		height: 36px;
	}

	.play-icon {
		width: 14px;
		height: 14px;
	}
}

/* Stories of Excellence Carousel Section End */


/* Photo Gallery Section Start */

.gallery-view-all-btn {
	position: absolute;
	right: 80px;
	top: 16%;
	transform: translateY(-50%);
	display: flex;
	color: #fff;
	padding: 10px 22px;
	align-items: center;
	gap: 12px;
	border-radius: 4px;
	background: #ED6535;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	transition: 0.3s ease;
}

.gallery-view-all-btn:hover {
	background: #de5d2a;
	color: #fff;
}

@media (max-width: 1200px) {

	.gallery-view-all-btn {

		position: relative;

		top: unset;
		right: unset;

		transform: none;

		margin: 10px auto 0;

		width: fit-content;

		justify-content: center;

		display: flex;
	}
}

/* OUTER WRAPPER */
.gallery-slider-wrapper {
	position: relative;

	width: 100%;

	overflow: hidden;

	padding: 0 40px;
}

/* IMPORTANT */
.photoGallerySwiper {
	overflow: visible !important;
	width: 100%;
}

/* SLIDE */
.photoGallerySwiper .swiper-slide {
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	opacity: 0.4;
	filter: blur(6px);
	-webkit-filter: blur(6px);
	transform: scale(0.86);
	pointer-events: none;
}

/* MIDDLE 3 ACTIVE SLIDES: CLEAR & PROPER */
.photoGallerySwiper .swiper-slide-active,
.photoGallerySwiper .swiper-slide-prev,
.photoGallerySwiper .swiper-slide-next {
	opacity: 1;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	pointer-events: auto;
}

/* CENTER FOCUS HEIGHT & DEPTH */
.photoGallerySwiper .swiper-slide-active {
	transform: scale(1.04);
	z-index: 5;
}

.photoGallerySwiper .swiper-slide-prev,
.photoGallerySwiper .swiper-slide-next {
	transform: scale(0.95);
	z-index: 2;
}

/* CARD */
.gallery-card {
	position: relative;

	height: 280px;

	border-radius: 16px;
	overflow: hidden;
}

/* IMAGE */
.gallery-card img {
	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: 0.4s ease;
}

.gallery-card:hover img {
	transform: scale(1.05);
}

/* OVERLAY */
.gallery-overlay {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;

	padding: 22px 20px;

	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.82),
			rgba(0, 0, 0, 0));

	color: #fff;
}

/* TITLE */
.gallery-overlay h4 {
	margin-bottom: 4px;

	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
}

/* DATE */
.gallery-overlay p {
	margin: 0;

	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
}

.photoGallerySwiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

/* RESPONSIVE */
@media (max-width: 1200px) {

	.gallery-card {
		height: 380px;
	}
}

@media (max-width: 768px) {

	.gallery-slider-wrapper {
		padding-top: 10px;
	}

	.gallery-card {
		height: 320px;
	}

	.gallery-overlay {
		padding: 18px 16px;
	}

	.gallery-overlay h4 {
		font-size: 18px;
	}

	.gallery-overlay p {
		font-size: 15px;
	}
}

/* Photo Gallery Section End */


/* Footer CSS Code Start*/

.footer-logo img {
	width: auto;
	max-height: 110px;
	padding: 8px;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
    height: 127px;
    border-radius: 50%;
}

.footer-first-col h5 {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

a.college-contact-links {
	color: #fff;
}

.college-contact-links:hover {
	text-decoration: underline;
	color: #ED6535;
}

.footer-first-col p {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.footer-container {
	background: linear-gradient(180deg, #0c091d 0%, #012976 42.06%);

	width: 100%;
	padding: 2rem 5rem 2rem 5rem;
	position: relative;
	border-bottom: 8px solid #ED6535;

}

.footer-college-name {
	color: #fff;
	font-family: Martel;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	text-transform: capitalize;
	max-width: 400px;
}

.footer-icons {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	list-style: none;
	justify-content: end;
}

.footer-iconn-link img {
	height: 25px;
	width: 25px;
}

.footer-bottom-part {
	border-top: 2px solid #ed6535;
	    margin-top: 30px !important;
}

.footer-text-style {
	color: #fff;
	font-family: poppins;
}

.footer-text-style h5 {
	font-weight: 700;
	color: #fff;
	font-family: poppins;
}

.college-contact-links {
	color: #fff;
}

.footer-bottom-headings {
	font-size: 20px !important;
}

/* FOOTER COLUMNS */
.footer-bottom-part .footer-text-style {
	position: relative;
}

/* VERTICAL GRADIENT BORDER */
.footer-bottom-part .footer-text-style:not(:last-child)::after {
	content: "";

	position: absolute;

	top: 0;
	right: 25px;

	width: 1px;
	height: 100%;

	background: linear-gradient(180deg, #ed6535 0%, rgba(237, 101, 53, 0) 100%);
}

/* COPYRIGHT WRAPPER */
.footer-copyright-wrapper {
	position: absolute;

	left: 50%;
	bottom: -1px;

	transform: translate(-50%, 0%);

	width: 100%;

	display: flex;
	justify-content: center;
}

/* COPYRIGHT BAR */
.footer-copyright {
	background: #ed6535;

	padding: 12px 30px;

	min-width: 720px;

	text-align: center;

	clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
}

/* TEXT */
.footer-copyright p {
	margin: 0;
	color: #fff;
	font-family: poppins;
	font-size: 14px;
	font-weight: 500;
}

/* LINK */
.footer-copyright a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

/* IMPORTANT LINKS WRAPPER */
.myCustomMenuFooter {

	display: flex;
	flex-direction: column;
	gap: 14px;

	margin-top: 18px;
}

/* LINKS */
.myCustomMenuFooter a {

	position: relative;

	color: #FFF;

	font-family: poppins;
	font-size: 15px;
	font-weight: 500;

	text-decoration: none;

	padding-left: 28px;

	transition: 0.3s ease;
}

/* ARROW ICON */
.myCustomMenuFooter a::before {

	content: "";

	position: absolute;

	left: 0;
	top: 50%;

	transform: translateY(-50%);

	width: 16px;
	height: 16px;
	color: #fff;

	background-image: url("../img/Forward-arrow.svg");

	background-size: contain;
	background-repeat: no-repeat;
}

/* HOVER EFFECT */
.myCustomMenuFooter a:hover {

	color: #ED6535;

	padding-left: 32px;
}





@media (max-width: 1200px) {

	.footer-container {

		padding: 3rem 2.5rem 4rem;
	}

	/* TOP SECTION */

	.footer-top-part .row {

		align-items: center;
	}

	.footer-college-name {

		font-size: 22px;

		line-height: 30px;

		padding-left: 18px;

		max-width: 100%;
	}

	/* ICONS */

	.footer-icons {

		gap: 16px;

		padding-left: 0;
	}

	/* FOOTER COLUMNS */

	.footer-text-style {

		padding-right: 35px;
	}

	/* BORDER POSITION FIX */

	.footer-bottom-part .footer-text-style:not(:last-child)::after {

		right: 12px;
	}

	/* LONG TEXT FIX */

	.footer-text-style p,
	.college-contact-links {

		word-break: break-word;
	}
}

/* =========================
   LARGE TABLETS
========================= */

@media (max-width: 992px) {
	.footer-container {
		padding: 3rem 2rem 4rem;
	}

	.footer-college-name {
		font-size: 22px;

		max-width: 100%;
	}

	.footer-icons {
		justify-content: start;

		padding-left: 0;

		margin-top: 10px;
	}

	.footer-bottom-part .row {
		row-gap: 30px;
	}

	.footer-bottom-part .footer-text-style {
		width: 50%;
	}

	.footer-copyright {
		min-width: auto;

		width: 90%;
	}
}

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

@media (max-width: 768px) {
	.footer-container {
		padding: 2.5rem 1.2rem 4.5rem;
	}

	/* TOP SECTION */

	.footer-top-part {
		text-align: center;
	}

	.footer-top-part img {
		width: 80px;

		margin-bottom: 10px;
	}

	.footer-college-name {
		font-size: 20px;

		line-height: 30px;

		max-width: 100%;
	}

	.footer-icons {
		justify-content: center;

		padding-left: 0;

		margin-top: 15px;

		gap: 16px;
	}

	.footer-icons img {
		width: 24px;
		height: 24px;
	}

	/* BOTTOM COLUMNS */

	.footer-bottom-part {
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.footer-bottom-part .row {
		row-gap: 25px;
	}

	.footer-bottom-part .footer-text-style {
		width: 100%;

		padding-top: 0 !important;

		text-align: center;
	}

	.footer-text-style h5 {
		font-size: 20px;
	}

	.footer-text-style p,
	.college-contact-links {
		font-size: 15px;

		line-height: 1.8;
	}

	#visitor_counter {
		justify-content: center !important;

	}

	#visitor_counter li {
		padding: 0% 1% !important;
	}

	/* REMOVE VERTICAL BORDERS */

	.footer-bottom-part .footer-text-style::after {
		display: none;
	}

	/* COPYRIGHT */

	.footer-copyright-wrapper {
		padding: 0 14px;
	}

	.footer-copyright {
		width: 100%;

		min-width: auto;

		padding: 14px 18px;

		clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
	}

	.footer-copyright p {
		font-size: 12px;

		line-height: 1.7;
	}

	.footer-line {
		height: 6px;
	}
}



/* Footer CSS Code End */


/* department-section */

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* home page quick links */

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

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Photo Gallery start*/

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

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

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

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

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

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

}

.photo-g-tab-btn .custom-nav-tabs .nav-item {
	flex: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* testimonial start */
.alumni-con {
	background: #ffe4b0;
	padding: 20px 25px;
	border: 2px dashed #000000;
	border-radius: 20px;
	margin: 10px;
}

.owl-carousel-alumni .owl-item.active {
	margin-right: 0 !important;
}

.alumni-con .almni-i {
	width: 25%;
}

.alumni-con .almni-i .rounded-circle {
	border-radius: 50% !important;
	width: 90px !important;
	height: 90px;
}

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

.testimonials-title {
	color: #475569;

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

.testimonials-subtitle {
	color: #E89800;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-text {
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	position: relative;
}

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

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

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

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

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

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

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

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

}

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

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

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

.footer-section {
	position: relative;
}

.footer {
	padding-top: 157px;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

.footer-section {
	background-color: #FFE4B0;

}

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

.footer-section p,
.footer-section a,
.footer-section span {
	font-style: normal;
	font-size: 18px;
}

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

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

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

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
}

a.email {
	text-decoration: underline;
}

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

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

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


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

/* Footer section end */


/* breadcrumb */

.bred-img {
	background-image: url("../img/rg-breadcrumb.png");
background-image: url("https://whitecode.biz/staging/rajiv-gandhi-karmad/uploads/breadcrumb-7.png");

	height: 242px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

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

.breadcrumb-row {
	max-width: 700px;
}

.breadcrumb {
	justify-content: left;
	width: auto;
	align-items: start;
	/* margin: 6px auto auto auto; */
}

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

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

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

.breadcrumb-item.active {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

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

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

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

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

/* 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 {
	margin-top: 1.5rem;
}

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

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

.vtabs .tabsContent-holder {
	background-color: #ffffff;
	border-radius: 0 8px 8px 0;
}


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

.vtabs .accordion-item {
	border: 0 !important;
	background: transparent !important;
	margin-bottom: 10px;
}

.sub-head {
	border-bottom: 2px solid var(--color-secondary) !important;
	margin-bottom: 20px !important;
	padding-bottom: 8px !important;
	font-family: var(--font-primary) !important;
	font-weight: 700 !important;
	font-style: normal !important;
	color: var(--color-primary) !important;
	font-size: 1.5rem !important;
	letter-spacing: 0.3px;
}

.vtabs .accordion-body {
	border-top: none !important;
	border-radius: 0 0 8px 8px !important;
}

.vtabs .tabsName-holder {
	background: var(--color-primary) !important;
	padding: 5px 0;
	box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.3) !important;
	border-radius: 8px 0 0 8px;
}

.vtabs .nav-tabs.left-tabs {
	border-right: none !important;
	border-bottom: none !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: auto !important;
}

.vtabs .nav-tabs .nav-item {
	width: 100% !important;
	margin-bottom: 2px !important;
	flex: 0 0 auto !important;
	height: auto !important;
}

.vtabs .nav-tabs .nav-link {
	color: rgba(255, 255, 255, 0.85) !important;
	background: var(--color-primary) !important;
	border: none !important;
	border-left: 4px solid transparent !important;
	border-radius: 0 !important;
	padding: 14px 20px !important;
	font-weight: 500 !important;
	font-family: var(--font-secondary) !important;
	font-size: 0.95rem !important;
	text-align: left;
	display: block;
	width: 100%;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
	height: auto !important;
	line-height: 1.3 !important;
}

.vtabs .nav-tabs .nav-link:hover {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	border-left-color: rgba(255, 255, 255, 0.3) !important;
}

.vtabs .nav-tabs .nav-link.active {
	color: var(--color-primary) !important;
	background-color: #ffffff !important;
	font-weight: 700 !important;
	border-left: 4px solid var(--color-secondary) !important;
	box-shadow: -4px 0 12px rgba(0, 0, 0, 0.06) !important;
}

.vtabs .accordion-button {
	font-weight: 600 !important;
	font-family: var(--font-secondary) !important;
	color: #334155 !important;
	background-color: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	padding: 1rem 1.25rem !important;
	transition: all 0.25s ease !important;
	box-shadow: none !important;
}

.vtabs .accordion-button:focus {
	box-shadow: none !important;
	border-color: rgba(73, 41, 130, 0.3) !important;
}

.vtabs .accordion-button:not(.collapsed) {
	color: var(--color-primary) !important;
	background-color: rgba(73, 41, 130, 0.05) !important;
	border: 1.5px solid rgba(73, 41, 130, 0.2) !important;
	border-left: 4px solid var(--color-secondary) !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.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='%23492982'><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>") !important;
}

@media (max-width: 767px) {
	.vtabs .tabsName-holder {
		border-radius: 8px 8px 0 0;
		padding: 10px 0;
	}
	.vtabs .tabsContent-holder {
		border-radius: 0 0 8px 8px;
		padding: 20px 15px;
	}
	.vtabs .nav-tabs.left-tabs {
		flex-direction: row !important;
		overflow-x: auto !important;
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
		height: auto !important;
		width: 100% !important;
	}
	.vtabs .nav-tabs .nav-item {
		width: auto !important;
		margin-bottom: 0 !important;
		flex: 0 0 auto !important;
		height: auto !important;
	}
	.vtabs .nav-tabs .nav-link {
		white-space: nowrap !important;
		padding: 12px 16px !important;
		border-left: none !important;
		border-bottom: 3px solid transparent !important;
		height: auto !important;
	}
	.vtabs .nav-tabs .nav-link:hover {
		border-bottom-color: rgba(255, 255, 255, 0.3) !important;
	}
	.vtabs .nav-tabs .nav-link.active {
		border-bottom: 3px solid var(--color-secondary) !important;
		box-shadow: none !important;
	}
}



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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Plan Of Action */

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

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

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

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

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

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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

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

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

.shareicon {
	text-align: right;
}

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

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

.goToSection {
	border: 1px solid;
}

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

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

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

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

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

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

}

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

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

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

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

}

/* Department End css */

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

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

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

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

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

/* Start Media Queries */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.responsive-logo2 {
		display: none;
	}

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

@media only screen and (max-width: 768px) {
	.bred-img {
		  height: auto;
        min-height: 160px;
        display: flex;
        align-items: center;
        padding: 25px 0;
        min-height: 170px;
        padding-top: 60px;
        padding-bottom: 20px;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
   .bred-head {
        font-size: 24px;
        padding-top: 0;
        margin-bottom: 8px;
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
        margin-bottom: 0;
    }
}

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

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



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

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

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

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

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


.confetti-left {
	left: 10px;
}

.confetti-right {
	right: 10px;
}

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

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

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

.student-class {
	color: #777;
}

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .accent-bar {
            width: 80px;
            height: 4px;
            background-color: var(--secondary-orange);
            margin: 20px auto 0 auto;
            border-radius: 2px;
        }

        .section-title {
            color: var(--primary-blue);
            font-weight: 700;
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 30px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background-color: var(--secondary-orange);
        }

        .framework-card {
            background: #ffffff;
            border: 1px solid rgba(1, 41, 118, 0.08);
            border-radius: 20px;
            box-shadow: var(--card-shadow);
            transition: all 0.4s ease;
            height: 100%;
        }

        .framework-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(1, 41, 118, 0.12);
        }
 :root {
            --primary-blue: #012976;
            --secondary-orange: #ED6535;
            --bg-gradient: linear-gradient(135deg, #012976 0%, #001845 100%);
            --light-bg: #f4f7fc;
            --card-shadow: 0 12px 30px rgba(1, 41, 118, 0.08);
            --swoc-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }
.salutation-text {
            color: var(--secondary-orange);
            font-size: 1.4rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            display: block;
        }

        .infographic-row {
            padding: 30px 0;
            border-bottom: 1px solid var(--subtle-gray);
            position: relative;
        }

        .infographic-row:last-child {
            border-bottom: none;
        }

        .large-num-indicator {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 5rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: -3px;
            opacity: 0.8;
        }

        .num-blue { color: var(--primary-blue); }
        .num-orange { color: var(--secondary-orange); }

        .vertical-accent-line {
            width: 4px;
            height: 100%;
            min-height: 60px;
            background-color: var(--secondary-orange);
            display: inline-block;
        }

        .v-blue { background-color: var(--primary-blue); }

        .editorial-quote-container {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.5;
            color: var(--primary-blue);
            font-family: 'Space Grotesk', sans-serif;
            border-left: 6px solid var(--secondary-orange);
            padding-left: 25px;
        }

        .focus-banner-strip {
            background: var(--light-blue-gradient);
            border-bottom: 2px solid var(--subtle-gray);
            padding: 30px 0;
        }
        .icon-box {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            font-weight: bold;
        }

        .icon-blue {
            background-color: rgba(1, 41, 118, 0.1);
            color: var(--primary-blue);
        }

        .icon-orange {
            background-color: rgba(237, 101, 53, 0.1);
            color: var(--secondary-orange);
        }

        .custom-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .custom-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
        }

        .custom-list li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--secondary-orange);
            font-size: 0.95rem;
        }

        .objective-item {
            background-color: #ffffff;
            border-left: 4px solid var(--primary-blue);
            border-radius: 8px;
            padding: 16px 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
            font-weight: 500;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .objective-item:hover {
            border-left-color: var(--secondary-orange);
            background-color: #fffdfb;
        }

        .swoc-wrapper {
            background-color: #ffffff;
            border-radius: 24px;
            box-shadow: var(--card-shadow);
            padding: 40px;
        }

        .swoc-grid-card {
            border-radius: 16px;
            padding: 28px;
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .swoc-grid-card ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .swoc-grid-card li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 12px;
            font-size: 0.95rem;
        }

        .swoc-grid-card li::before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .card-strength { background-color: #f0f5ff; border-color: rgba(1, 41, 118, 0.1); }
        .card-strength .swoc-title { color: var(--primary-blue); }
        .card-strength li::before { content: "\f0fe"; color: var(--primary-blue); }

        .card-weakness { background-color: #fff5f2; border-color: rgba(237, 101, 53, 0.1); }
        .card-weakness .swoc-title { color: var(--secondary-orange); }
        .card-weakness li::before { content: "\f141"; color: var(--secondary-orange); }

        .card-opportunity { background-color: #f7f9fc; border-color: rgba(1, 41, 118, 0.1); }
        .card-opportunity .swoc-title { color: var(--primary-blue); }
        .card-opportunity li::before { content: "\f08e"; color: var(--primary-blue); }

        .card-challenge { background-color: #fff9f6; border-color: rgba(237, 101, 53, 0.1); }
        .card-challenge .swoc-title { color: var(--secondary-orange); }
        .card-challenge li::before { content: "\f071"; color: var(--secondary-orange); }

        .swoc-letter-bg {
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1;
            opacity: 0.15;
            font-family: system-ui, sans-serif;
        }

        .card-strength .swoc-letter-bg { color: var(--primary-blue); }
        .card-weakness .swoc-letter-bg { color: var(--secondary-orange); }
        .card-opportunity .swoc-letter-bg { color: var(--primary-blue); }
        .card-challenge .swoc-letter-bg { color: var(--secondary-orange); }
 :root {
            --primary-blue: #012976;
            --secondary-orange: #ED6535;
            --dark-charcoal: #0f172a;
            --light-blue-gradient: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
            --subtle-gray: #e2e8f0;
        }
 :root {
            --primary-blue: #012976;
            --secondary-orange: #ED6535;
            --text-dark: #0f172a;
            --bg-light: #fafbfc;
            --accent-tint: rgba(1, 41, 118, 0.05);
        }

      

        .editorial-message-section {
            background-color: var(--bg-light);
            position: relative;
            overflow: hidden;
        }

        .editorial-message-section::before {
            content: "LEADERSHIP";
            position: absolute;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 10rem;
            font-weight: 700;
            color: rgba(1, 41, 118, 0.02);
            right: -50px;
            top: 10%;
            letter-spacing: 5px;
            user-select: none;
            pointer-events: none;
            white-space: nowrap;
        }

        .image-frame-wrapper {
            position: relative;
            display: inline-block;
            padding: 10px;
        }

        .image-frame-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 60px;
            height: 60px;
            border-top: 4px solid var(--secondary-orange);
            border-left: 4px solid var(--secondary-orange);
        }

        .image-frame-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            border-bottom: 4px solid var(--primary-blue);
            border-right: 4px solid var(--primary-blue);
        }

        .custom-profile-img {
            object-fit: cover;
            filter: grayscale(15%);
            transition: all 0.4s ease;
            background: #ffffff;
            padding: 8px;
        }

        .image-frame-wrapper:hover .custom-profile-img {
            filter: grayscale(0%);
            transform: scale(1.02);
        }

        .heading-preface {
            font-family: 'Space Grotesk', sans-serif;
            color: var(--secondary-orange);
            text-uppercase: uppercase;
            font-weight: 700;
            letter-spacing: 1.5px;
            font-size: 0.9rem;
            display: block;
        }

        .editorial-heading {
            font-family: 'Space Grotesk', sans-serif;
            color: var(--primary-blue);
            font-weight: 700;
            letter-spacing: -0.5px;
            position: relative;
        }

        .salutation-highlight {
            font-size: 1.35rem;
            color: var(--primary-blue);
            font-weight: 700;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: -0.3px;
        }

        .minimal-divider {
            width: 50px;
            height: 4px;
            background-color: var(--secondary-orange);
            border-radius: 2px;
        }

        .inline-accent-tag {
            background-color: #ffffff;
            border-left: 3px solid var(--secondary-orange);
            color: var(--primary-blue);
            font-weight: 700;
            padding: 4px 12px;
            font-size: 0.9rem;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(1, 41, 118, 0.03);
            border-radius: 0 6px 6px 0;
        }

        .inline-tag-blue {
            border-left-color: var(--primary-blue);
            background-color: var(--accent-tint);
        }

        .editorial-body p {
            font-size: 1.08rem;
            line-height: 1.85;
            color: #334155;
            text-align: justify;
        }
.editorial-inline-pill {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid var(--border-subtle);
    padding: 5px 16px;
    border-radius: 100px;
    color: var(--primary-navy);
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(1, 41, 118, 0.02);
    transition: all 0.3s ease;
    vertical-align: middle;
    margin: 0 4px;
}
.editorial-inline-pill.pill-navy {
    background-color: rgba(1, 41, 118, 0.04);
    border-color: transparent;
}
  :root {
            --primary-navy: #012976;
            --accent-orange: #ED6535;
            --surface-dark: #0f172a;
            --bg-canvas: #f8fafc;
            --border-subtle: rgba(1, 41, 118, 0.08);
        }
.editorial-inline-pill i {
    color: var(--accent-orange);
}
 :root {
            --primary-navy: #012976;
            --accent-orange: #ED6535;
            --surface-dark: #0f172a;
            --bg-canvas: #f8fafc;
            --border-subtle: rgba(1, 41, 118, 0.08);
            --glass-bg: rgba(255, 255, 255, 0.85);
        }

       
        .bento-document-panel {
            background: #ffffff;
            border-radius: 28px;
            border: 1px solid var(--border-subtle);
            box-shadow: 0 25px 50px -12px rgba(1, 41, 118, 0.06);
            overflow: hidden;
            position: relative;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
        }

        .bento-document-panel:hover {
            box-shadow: 0 30px 60px -15px rgba(1, 41, 118, 0.12);
        }

        .premium-panel-header {
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(1, 41, 118, 0.05);
            padding: 24px 32px;
            position: relative;
            z-index: 10;
        }

        .panel-title-text {
            font-family: 'Space Grotesk', sans-serif;
            color: var(--primary-navy);
            font-weight: 700;
            letter-spacing: -0.5px;
            font-size: 1.3rem;
        }

        .icon-shield-wrapper {
            width: 44px;
            height: 44px;
            background-color: rgba(1, 41, 118, 0.06);
            color: var(--primary-navy);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .bento-document-panel:hover .icon-shield-wrapper {
            background-color: var(--primary-navy);
            color: #ffffff;
            transform: scale(1.05);
        }

        .action-utility-btn {
            background-color: #ffffff;
            border: 1px solid var(--border-subtle);
            color: var(--surface-dark);
            font-weight: 600;
            font-size: 0.85rem;
            padding: 8px 16px;
            border-radius: 10px;
            transition: all 0.2s ease;
            text-decoration: none;
        }

        .action-utility-btn:hover {
            background-color: var(--primary-navy);
            border-color: var(--primary-navy);
            color: #ffffff;
        }

        /* --- High-Fidelity Document Canvas Area --- */
        .premium-viewer-body {
            background-color: #edf2f7; /* Architectural blueprints/document neutral background */
            position: relative;
        }

        .fluid-pdf-viewport {
            position: relative;
            width: 100%;
            height: 680px; /* Optimized professional view height */
            box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.03);
        }

        .fluid-pdf-viewport embed {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }

        /* Architectural Linear Accent Line */
        .panel-top-stripe {
            height: 5px;
            background: linear-gradient(90deg, var(--primary-navy) 0%, var(--accent-orange) 100%);
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 11;
        }

        @media (max-width: 575.98px) {
            .premium-panel-header {
                padding: 16px 20px;
                flex-direction: column;
                align-items: start !important;
                gap: 12px;
            }
            .action-utility-btn {
                width: 100%;
                text-align: center;
            }
            .fluid-pdf-viewport {
                height: 480px;
            }
        }

      :root {
            --primary-blue: #012976;
            --secondary-orange: #ED6535;
            --light-blue: #f0f4fc;
            --light-orange: #fff5f1;
            --dark-text: #1e2229;
            --card-shadow: 0 15px 35px rgba(1, 41, 118, 0.06);
            --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        

        h1, h2, h3, .font-heading {
            font-family: 'Playfair Display', serif;
        }

        .hero-banner {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #001740 100%);
            color: #ffffff;
            padding: 90px 0 70px 0;
            position: relative;
            overflow: hidden;
            border-bottom: 6px solid var(--secondary-orange);
        }

        .hero-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: rgba(237, 101, 53, 0.1);
            border-radius: 50%;
            filter: blur(50px);
        }

        .affiliation-badge {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            padding: 8px 20px;
            border-radius: 50px;
            display: inline-block;
            font-weight: 500;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            backdrop-filter: blur(5px);
        }

        .stat-box {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            box-shadow: var(--card-shadow);
            border-top: 4px solid var(--primary-blue);
            transition: var(--transition);
            height: 100%;
        }

        .stat-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(1, 41, 118, 0.1);
        }

        .stat-icon-wrapper {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px auto;
            font-size: 1.75rem;
        }

        .icon-blue-bg {
            background-color: var(--light-blue);
            color: var(--primary-blue);
        }

        .icon-orange-bg {
            background-color: var(--light-orange);
            color: var(--secondary-orange);
        }

        .journey-container {
            position: relative;
            background: #ffffff;
            border-radius: 24px;
            padding: 40px;
            box-shadow: var(--card-shadow);
        }

        .journey-wrapper {
            position: relative;
        }

        .journey-wrapper::before {
            content: '';
            position: absolute;
            left: 16px;
            top: 0;
            height: 100%;
            width: 3px;
            background: linear-gradient(to bottom, var(--secondary-orange), var(--primary-blue));
        }

        @media (min-width: 768px) {
            .journey-wrapper::before {
                left: 50%;
                transform: translateX(-50%);
            }
        }

        .journey-item {
            position: relative;
            margin-bottom: 40px;
        }

        .journey-item:last-child {
            margin-bottom: 0;
        }

        .journey-dot {
            position: absolute;
            left: 16px;
            top: 5px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #ffffff;
            border: 4px solid var(--secondary-orange);
            z-index: 2;
            transform: translateX(-40%);
        }

        @media (min-width: 768px) {
            .journey-dot {
                left: 50%;
            }
        }

        .journey-card {
            background-color: var(--light-blue);
            border-radius: 16px;
            padding: 24px;
            margin-left: 45px;
            border-left: 4px solid var(--primary-blue);
        }

        @media (min-width: 768px) {
            .journey-card {
                width: 45%;
                margin-left: 0;
            }
            .journey-item-left .journey-card {
                margin-left: auto;
                border-left: 4px solid var(--primary-blue);
            }
            .journey-item-right .journey-card {
                margin-right: auto;
                border-left: 0;
                border-right: 4px solid var(--secondary-orange);
                text-align: right;
            }
        }

        .program-card {
            background: #ffffff;
            border: 1px solid rgba(1, 41, 118, 0.08);
            border-radius: 16px;
            padding: 24px;
            text-align: center;
            box-shadow: var(--card-shadow);
            transition: var(--transition);
        }

        .program-card:hover {
            border-color: var(--secondary-orange);
            transform: scale(1.03);
        }

        .program-icon {
            font-size: 2.5rem;
            color: var(--primary-blue);
            margin-bottom: 15px;
        }

        .highlight-strip {
            background-color: var(--light-orange);
            border-left: 6px solid var(--secondary-orange);
            border-radius: 16px;
            padding: 30px;
            margin-top: 40px;
        }
    :root {
            --primary-blue: #012976;
            --secondary-orange: #ED6535;
            --light-blue: #f0f4fc;
            --light-orange: #fff5f1;
            --dark-text: #1e2229;
            --card-shadow: 0 20px 40px rgba(1, 41, 118, 0.04);
            --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

     
        .page-intro-title {
            padding: 25px 0;
            margin-bottom: 20px;
            border-bottom: 2px solid rgba(1, 41, 118, 0.08);
        }

        .bento-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 35px;
            box-shadow: var(--card-shadow);
            border: 2px solid var(--light-blue);
            height: 100%;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }
        
        .bento-card.dark-variant {
            background: var(--primary-blue);
            color: var(--light-blue);
            border: none;
        }
        
        .bento-card.dark-variant h3 {
            color: var(--light-orange);
        }

        .metric-timeline {
            position: relative;
            padding-left: 2rem;
        }
        .metric-timeline::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--secondary-orange);
        }
        .timeline-node {
            position: relative;
            margin-bottom: 2rem;
        }
        .timeline-node:last-child { margin-bottom: 0; }
        .timeline-node::before {
            content: '';
            position: absolute;
            left: calc(-2rem + 1px);
            top: 6px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #ffffff;
            border: 3px solid var(--secondary-orange);
            z-index: 2;
        }
        .timeline-node.end-node::before {
            border-color: var(--primary-blue);
        }

        /* --- RADIAL INFOGRAPHIC METER --- */
        .radial-simulation-box {
            position: relative;
            width: 120px;
            height: 120px;
            margin: 20px auto;
            border-radius: 50%;
            background: conic-gradient(var(--secondary-orange) 0% 75%, var(--light-blue) 75% 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .radial-simulation-box::after {
            content: 'HIGH';
            font-size: 0.75rem;
            position: absolute;
            width: 92px;
            height: 92px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            color: var(--primary-blue);
        }

        /* --- ACCENT WRAPPERS --- */
        .icon-accent-box {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 15px;
        }
        .bg-blue-subtle-box { background: var(--light-blue); color: var(--primary-blue); }

        .data-pills-container {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .stream-pill {
            background: var(--light-blue);
            border-left: 5px solid var(--primary-blue);
            padding: 12px 18px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 700;
            color: var(--primary-blue);
        }
        .stream-pill.orange-version {
            background: var(--light-orange);
            border-left-color: var(--secondary-orange);
            color: var(--secondary-orange);
        }

        .pill-badge {
            background: #ffffff;
            padding: 3px 10px;
            border-radius: 30px;
            font-size: 0.75rem;
            color: var(--dark-text);
        }

        .vision-tag {
            background: var(--light-blue);
            padding: 6px 14px;
            border-radius: 100px;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--primary-blue);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(1, 41, 118, 0.1);
        }

        .text-dark-custom { color: var(--dark-text); }
        .text-blue-custom { color: var(--primary-blue); }
        .text-orange-custom { color: var(--secondary-orange); }
        .text-light-blue-custom { color: var(--light-blue); }
        .border-orange-custom { border: 2px dashed var(--secondary-orange) !important; }
.footer-top-part{
    margin-top: 20px;
}
.top-bott.btn-primary {
      background-color: #012976;
}
#btnAdmission a {
       background-color: #032262;
}
#accessibilityBar button#universalAccessBtn  {
         background-color: #012976;
}
#accessibilityBar button.setAccessibility strong {
    color: #fff;
    background-color: #012976;
}
.bred-head {
    text-align: left;
    padding-top: 35px;
 }
.footer-icon-link img {
    height: 25px;
    width: 25px;
}
.footer-logo {
        max-width: 100px;
        height: 100px;
       /* margin: 0 auto 15px auto;*/
        border-radius: 8px;
        padding: 8px;
    }


    .footer-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        padding: 0;
    }


/ *   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           G o o g l e   T r a n s l a t e   W i d g e t   R e d e s i g n           - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   * /         # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t    {
	             d i s p l a y :    i n l i n e - b l o c k ;
	             v e r t i c a l - a l i g n :    m i d d l e ;
	     
}

         / *   C o n t a i n e r   S t y l i n g   * /     . g o o g - t e - g a d g e t - s i m p l e    {
	             b a c k g r o u n d - c o l o r :    # f f f    ! i m p o r t a n t ;
	             b o r d e r :    1 p x   s o l i d   # e 0 e 0 e 0    ! i m p o r t a n t ;
	             b o r d e r - r a d i u s :    2 0 p x    ! i m p o r t a n t ;
	             / *   P i l l   s h a p e   * /             p a d d i n g :    5 p x   1 2 p x    ! i m p o r t a n t ;
	             f o n t - s i z e :    1 4 p x    ! i m p o r t a n t ;
	             l i n e - h e i g h t :    1 . 5    ! i m p o r t a n t ;
	             c u r s o r :    p o i n t e r ;
	             t r a n s i t i o n :    a l l   0 . 3 s   e a s e ;
	             b o x - s h a d o w :    0   2 p x   4 p x   r g b a ( 0 ,    0 ,    0 ,    0 . 0 5 ) ;
	     
}

         . g o o g - t e - g a d g e t - s i m p l e : h o v e r    {
	             b o r d e r - c o l o r :    v a r ( - - c o l o r - p r i m a r y )    ! i m p o r t a n t ;
	             / *   U s e   s i t e   p r i m a r y   c o l o r   * /             b o x - s h a d o w :    0   4 p x   8 p x   r g b a ( 0 ,    0 ,    0 ,    0 . 1 ) ;
	     
}

         / *   H i d e   G o o g l e   L o g o   * /     . g o o g - t e - g a d g e t - i c o n    {
	             d i s p l a y :    n o n e    ! i m p o r t a n t ;
	     
}

         / *   T e x t   S t y l i n g   * /     . g o o g - t e - m e n u - v a l u e    {
	             c o l o r :    # 5 5 5    ! i m p o r t a n t ;
	             f o n t - f a m i l y :    ' R o b o t o '  ,    s a n s - s e r i f    ! i m p o r t a n t ;
	             f o n t - w e i g h t :    5 0 0 ;
	     
}

         . g o o g - t e - m e n u - v a l u e   s p a n    {
	             c o l o r :    # 5 5 5    ! i m p o r t a n t ;
	             / *   E n s u r e   c h i l d   s p a n s   a l s o   i n h e r i t   c o l o r   * /             b o r d e r - l e f t :    n o n e    ! i m p o r t a n t ;
	             / *   R e m o v e   s e p a r a t o r   l i n e   i f   p r e s e n t   * /     
}

         / *   A r r o w   C u s t o m i z a t i o n   ( O p t i o n a l   -   s i m p l e   c l e a n u p )   * /     . g o o g - t e - m e n u - v a l u e   s p a n : l a s t - c h i l d    {
	             f o n t - s i z e :    1 2 p x    ! i m p o r t a n t ;
	             o p a c i t y :    0 . 7 ;
	             m a r g i n - l e f t :    4 p x ;
	     
}

         / *   M o b i l e   A d j u s t m e n t s   * /     @ m e d i a   ( m a x - w i d t h :   9 9 1 p x )    {
	             # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t    {
		                     m a r g i n - t o p :    1 0 p x ;
		                     m a r g i n - b o t t o m :    1 0 p x ;
		                     d i s p l a y :    b l o c k ;
		                     t e x t - a l i g n :    c e n t e r ;
		             
	}

	     
}

     / *   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           G o o g l e   T r a n s l a t e   W i d g e t   F O R C E   O V E R R I D E           - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   * /         / *   E n s u r e   t h e   c o n t a i n e r   b e h a v e s   l i k e   a   b u t t o n   w r a p p e r   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t    {
	             p o s i t i o n :    r e l a t i v e    ! i m p o r t a n t ;
	             d i s p l a y :    i n l i n e - b l o c k    ! i m p o r t a n t ;
	             v e r t i c a l - a l i g n :    m i d d l e    ! i m p o r t a n t ;
	     
}

         / *   S t y l e   t h e   i n n e r   g a d g e t   c o n t a i n e r   t o   l o o k   l i k e   a   c u s t o m   b u t t o n   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e    {
	             b a c k g r o u n d - c o l o r :    # f f f f f f    ! i m p o r t a n t ;
	             b o r d e r :    1 p x   s o l i d   # e 0 e 0 e 0    ! i m p o r t a n t ;
	             p a d d i n g :    6 p x   1 5 p x    ! i m p o r t a n t ;
	             b o r d e r - r a d i u s :    5 0 p x    ! i m p o r t a n t ;
	             / *   F u l l   r o u n d e d   p i l l   * /             f o n t - s i z e :    1 3 p x    ! i m p o r t a n t ;
	             l i n e - h e i g h t :    n o r m a l    ! i m p o r t a n t ;
	             d i s p l a y :    i n l i n e - f l e x    ! i m p o r t a n t ;
	             a l i g n - i t e m s :    c e n t e r    ! i m p o r t a n t ;
	             j u s t i f y - c o n t e n t :    c e n t e r    ! i m p o r t a n t ;
	             c u r s o r :    p o i n t e r    ! i m p o r t a n t ;
	             b o x - s h a d o w :    0   2 p x   5 p x   r g b a ( 0 ,    0 ,    0 ,    0 . 0 5 )    ! i m p o r t a n t ;
	             t r a n s i t i o n :    a l l   0 . 3 s   e a s e    ! i m p o r t a n t ;
	             t e x t - d e c o r a t i o n :    n o n e    ! i m p o r t a n t ;
	             h e i g h t :    a u t o    ! i m p o r t a n t ;
	     
}

         / *   H o v e r   e f f e c t s   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e : h o v e r    {
	             b o r d e r - c o l o r :    v a r ( - - c o l o r - p r i m a r y ,    # 6 a 1 b 9 a )    ! i m p o r t a n t ;
	             b a c k g r o u n d - c o l o r :    # f b f b f b    ! i m p o r t a n t ;
	             b o x - s h a d o w :    0   4 p x   8 p x   r g b a ( 0 ,    0 ,    0 ,    0 . 1 )    ! i m p o r t a n t ;
	     
}

         / *   H I D E   a l l   t h e   d e f a u l t   m e s s y   G o o g l e   c o n t e n t   ( I m a g e s ,    S p a n s ,    S e p a r a t o r s )   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e > s p a n ,
     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e > i m g ,
     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e > d i v    {
	             d i s p l a y :    n o n e    ! i m p o r t a n t ;
	     
}

         / *   I N J E C T   C u s t o m   " G l o b e "    I c o n   a n d   " L a n g u a g e "    T e x t   * /     / *   N o t e :   W e   u s e   : b e f o r e   f o r   t h e   i c o n / t e x t   s o   i t   l o o k s   c o n s i s t e n t   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e : b e f o r e    {
	             c o n t e n t :    " \ f 0 a c     L a n g u a g e "  ;
	             / *   F A   G l o b e   I c o n   +   T e x t   * /             f o n t - f a m i l y :    " F o n t   A w e s o m e   5   F r e e "  ,    " R o b o t o "  ,    s a n s - s e r i f    ! i m p o r t a n t ;
	             f o n t - w e i g h t :    5 0 0    ! i m p o r t a n t ;
	             / *   F A   S o l i d   w e i g h t   u s u a l l y   9 0 0 ,
	   b u t   t r y   5 0 0 / 6 0 0   f o r   t e x t   m i x   * /             c o l o r :    # 5 5 5 5 5 5    ! i m p o r t a n t ;
	             l e t t e r - s p a c i n g :    0 . 5 p x ;
	     
}

         / *   I N J E C T   C u s t o m   A r r o w   * /     # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t   . g o o g - t e - g a d g e t - s i m p l e : a f t e r    {
	             c o n t e n t :    " \ f 1 0 7 "  ;
	             / *   F A   A n g l e   D o w n   * /             f o n t - f a m i l y :    " F o n t   A w e s o m e   5   F r e e "     ! i m p o r t a n t ;
	             f o n t - w e i g h t :    9 0 0    ! i m p o r t a n t ;
	             m a r g i n - l e f t :    8 p x    ! i m p o r t a n t ;
	             c o l o r :    # 9 9 9 9 9 9    ! i m p o r t a n t ;
	             f o n t - s i z e :    1 2 p x    ! i m p o r t a n t ;
	     
}

         / *   E n s u r e   F o n t A w e s o m e   f o n t   i s   a p p l i e d   f o r   t h e   i c o n   p a r t   s p e c i f i c a l l y   i f   n e e d e d   * /     / *   S i n c e   w e   m i x e d   t e x t   a n d   i c o n   i n   : b e f o r e ,
   w e   r e l y   o n   t h e   f o n t - f a m i l y   s t a c k .             I f   F A   i s   n o t   t h e   f i r s t   f o n t ,
   t h e   i c o n   m i g h t   f a i l .           B e t t e r   a p p r o a c h :   S e p a r a t e   I c o n   a n d   T e x t   i f   p o s s i b l e ,
   b u t   : b e f o r e   i s   o n e   e l e m e n t .           L e t ' s   t r y   a   s a f e r   c o n t e n t   a p p r o a c h   o r   a s s u m e   F A   c a t c h e s   t h e   u n i c o d e .   * / 
        / *   A l t e r n a t i v e :   U s e   t h e   i m a g e   l o g i c   i f   t h e   a b o v e   u n i c o d e   f a i l s   * /     / *   C u s t o m   L a n g u a g e   D r o p d o w n   S t y l i n g   * /     . c u s t o m - l a n g - s e l e c t o r   . d r o p d o w n - t o g g l e : : a f t e r    {
	             d i s p l a y :    n o n e    ! i m p o r t a n t ;
	             / *   H i d e   d e f a u l t   B o o t s t r a p   a r r o w   * /     
}

         . c u s t o m - l a n g - s e l e c t o r   . d r o p d o w n - m e n u    {
	             t r a n s f o r m :    t r a n s l a t e 3 d ( 0 p x ,    4 5 p x ,    0 p x )    ! i m p o r t a n t ;
	             / *   E n s u r e   i t   d o e s n ' t   o v e r l a p   w e i r d l y   * / 
    
}

         . c u s t o m - l a n g - s e l e c t o r   . d r o p d o w n - i t e m : h o v e r    {
	             b a c k g r o u n d - c o l o r :    # f 8 f 9 f a ;
	     
}

         . c u s t o m - l a n g - s e l e c t o r   . r o u n d e d - c i r c l e . b o r d e r    {
	             b o r d e r - c o l o r :    # c c c    ! i m p o r t a n t ;
	     
}

         / *   O v e r r i d e   G o o g l e   W i d g e t   C S S   i f   i t   f i g h t s   b a c k   * /     . g o o g - t e - b a n n e r - f r a m e . s k i p t r a n s l a t e    {
	             d i s p l a y :    n o n e    ! i m p o r t a n t ;
	     
}

         b o d y    {
	             t o p :    0 p x    ! i m p o r t a n t ;
	     
}

         # g o o g l e _ h o m e _ t r a n s l a t e _ e l e m e n t    {
	             d i s p l a y :    n o n e    ! i m p o r t a n t ;
	             / *   E n s u r e   i t   s t a y s   h i d d e n   * /     
}

     / *   F i x   O v e r l a p   w i t h   A c c e s s i b i l i t y   T o o l   * /     . c u s t o m - l a n g - s e l e c t o r   . d r o p d o w n - m e n u    {
	             z - i n d e x :    1 0 0 0 0    ! i m p o r t a n t ;
	             / *   E n s u r e   i t ' s   a b o v e   e v e r y t h i n g   * / 
            p o s i t i o n :    a b s o l u t e    ! i m p o r t a n t ;
	             t o p :    1 0 0 %    ! i m p o r t a n t ;
	             r i g h t :    0    ! i m p o r t a n t ;
	             / *   A l i g n   t o   r i g h t   e d g e   o f   b u t t o n   * /             l e f t :    a u t o    ! i m p o r t a n t ;
	             m a r g i n - t o p :    5 p x    ! i m p o r t a n t ;
	     
}

         / *   E n s u r e   t h e   c o n t a i n e r   i s n ' t   h i d d e n   b y   o v e r f l o w   * / 
    # n a v b a r S u p p o r t e d C o n t e n t 2    {
	             o v e r f l o w :    v i s i b l e    ! i m p o r t a n t ;
	     
}




     