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

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

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

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

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

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

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

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

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

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

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

.black-text-heading {

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

}

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

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

/*End Basic CSS */

/* header */

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

.top-menu-bg {

	background: #0F2081;
}

.top-menu-left a {
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.56px;
	margin-left: 10px;
}

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

.top-menu-right ul li a {
	color: #FFF !important;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/* letter-spacing: 0.56px; */
}

.top-menu-right ul li a:hover {
	color: var(--btn-org, #F97315) !important;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background-color: unset !important;
}

.top-menu-right ul li a.active {
	color: var(--btn-org, #F97315) !important;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background-color: unset !important;

}

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

.d-flex.social-head {
	gap: 6px;
}
.social-head img{
	width: 10px;
	height: 10px;
	    margin: 0 4px;
}
.topbar-menu {
	z-index: 1021;
	height: 40px;
}

.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 */
.padikar-clg-name {
	background: #1F3A8A;
}

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

img.logo-right {
	max-width: 121px;
	margin-top: 20px;
}

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

.logo-holder,
.title-holder {
	text-align: center;
	margin-top: 20px;
}

.header-college-name {
	color: #F1F1F1;
	text-align: center;
	font-family: Roboto;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 61px;
	margin: 0px;
}

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

/* ------- Main Menu ---------------- */
.main-menu-bg {
	/* background-color: var(--color-primary); */
	font-family: var(--font-secondary);
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
	padding: 12px 10px !important;
	color: #ffffff;
	font-family: var(--font-secondary);
	color: #333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

.main-menu .dropdown-menu a,
.main-menu .dropdown-item:hover {
	/* color: #fff !important; */
	/* background-color: var(--color-primary); */
	color: black !important;
	background-color: white;
	cursor: pointer;
}

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--btn-org, #F97315);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: var(--btn-org, #F97315);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}

.main-menu .navbar-nav .nav-item a.active,
.second-menu li a.active {
	color: var(--btn-org, #F97315);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

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

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

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

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

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

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

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

/* 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: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
	border-radius: 30px;
}

.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: 15px;
	height: 15px;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

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

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

/* news marquee start */

.importantNews-section {
	align-items: center;
	padding: 8px;
	top: -15px;
	position: relative;
	display: flex;
	padding-left: 0;
	height: 36px;
	border-radius: 12px;
	background: #EEE;
	margin-top: 30px;
}

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

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

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}
.news-and-event ,.slider-home, .link-section{
    background: #f8f8f8;
}
body{
	    background: #f8f8f8;
}
/* Common styles for both buttons */
#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4%;
  height: 50px;
  color: #fff;
  background: none;
  border: 0;
  opacity: 1;
}

/* Left button */
#header-carousel .carousel-control-prev {
  left: -9% !important;
}

/* Right button */
#header-carousel .carousel-control-next {
  right: 1%;
}


section.testi-sec ,.course-section ,.about-section  ,.mandal-section {
    background: #fff;
}

.slider-news a {
	color: #000;
	font-family: Poppins !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.slider-news a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../img/imp-news.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}


.banner-slider {
	border-radius: 25px !important;
	margin-top: 30px;
}

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

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

/*  Home slider end */

/* news marquee start */

.news-heading {
	color: #475569;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	/* 150% */
}

.news-circular {
	height: 380px;
}

.news-date {
	margin-right: 25px;
margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: white !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	border-radius: 4px 0px 0px 4px;
	background: var(--color-primary);
	width: 95px;
width: 70px;
	padding: 12px 24px;
	font-family: var(--font-secondary);
}

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

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

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

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

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

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

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

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

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

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

.holder-news ul {
	padding: 0;
}

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


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

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

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

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

/* events */

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

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

.events-container {
	width: 100%;
}

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

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

figcaption {
	padding: 10px 20px;
}

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

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

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

/* about-institute */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* department-section */

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
	.contentclass ul {
		grid-template-columns: 1fr;
	}
.useful-card {
margin-right: 0px !important;
}


.useful-card .card-body {
   margin-top:0 !important ;
}


.useful-card .card-body.holder {
    width: 431px;
    height: 350px !important;
}
.info-title {
    font-size: 16px;
}

 .accordion-container {
                display: block;
            }
.desktop-tab{
display:none;
}
    .fees-title {
        font-size: 1.1rem;
   
        margin-bottom: 16px !important;
        line-height: 28px;
}
    .table-dark th {
        font-size: 0.6rem;
    }
    .table-responsive {
        font-size: 0.65rem;
    }
    .table-bordered th, .table-bordered td {
        padding: 4px 2px !important;
font-size: 10px;
    }
.accordion-body {
           padding: 20px 10px;
}
.fees-header {
    margin-bottom: 20px;
      border-bottom: 1px solid #eaeaea;
}
.about-text {
font-size: 13px !important ;
}
  .fees-deadline-box {
    padding: 15px !important;
}  
}


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


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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}



/* home page quick links */

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

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Photo Gallery start*/

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

}

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

}

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

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

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

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

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

/* Media 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;
	}
	.header-college-name {
    font-size: 31px;
    line-height: 40px;
}
.header-logo {
    max-width: 100px;
    margin-top: 28px;
}
.mandal-section .row .col-md-4:nth-child(3) {
    order: 3;
}
.mandal-section .row .col-md-4:nth-child(2) {
    order: 0;
}
.mandal-section .row .col-md-4:first-child {
    order: 1;
}
}



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

.testimonials-title {
	color: #475569;

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

.testimonials-subtitle {
	color: #E89800;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-text {
	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 {
	padding-top: 157px;
	overflow: hidden;
}

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



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


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

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

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

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

.footer-section {
	background: #0F2081;
	position: relative;
}

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

}

.right-res .container {
	border-top: 1px solid #F97315;
}

.right-res p,
.right-res a,
.right-res span {
	color: #fff;
	font-style: normal;
	font-size: 16px !important;
	font-weight: normal;
	font-family: 'Poppins' !important;
}

.footer-bottom-img a img {
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 4px;

	transition: 0.3s;
}

.footer-bottom-img a img:hover {
	border-color: #4cbf5e;
	/* optional hover color */
}

.footer-section p,
.footer-section a,
.footer-section span {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	font-family: 'Robato' !important;
	line-height: 20px;
	letter-spacing: 0.56px;
	font-weight: 500;

}

.f-foots {
	gap: 10px;
	margin-bottom: 20px;
}

.f-foots img {
	width: 24px;
	height: 24px;
}

.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;
	font-size: 20px;
	font-family: 'Poppins';
	color: #fff;
}

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/banner.jpg");
	height: 120px;
background-image: url(https://whitecode.biz/staging/panditguru-pardikar-sirsala/uploads/Breadcrumb-Image.png);
    height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

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

}

.breadcrumb {
	justify-content: start;
	padding:0 12px;
	align-items: center;
	margin: 6px auto auto auto;
margin-bottom:80px;
}


.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
	color: white;
font-size: 20px;
}

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

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

.breadcrumb-item.active {
	color: white;
font-size: 20px;
}

/* -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);
color:#0f2081;
	font-weight: 600 !important;
}

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

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

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

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Plan Of Action */

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

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

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

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

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

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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

.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: 10px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
	font-family: open-sans;
	white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 0;
	}
}

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

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

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

.info-avatar {
	position: relative;
}

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

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

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

.info-chat span {
	display: block;
}

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

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

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

div#admission {
	z-index: 1043;
}

span.my-number {
	display: none;
}

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

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

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

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

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

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

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

#get-number {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

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

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

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

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

/* admissiom form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.adhar-input {
	padding: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.8;
	}
}

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

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

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

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

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

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

.wc-footer-img {

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

}

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

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

.linkone {
	color: black !important;
}

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

.testimonal-card {
	height: 353px;
}

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


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

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

}

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



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

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

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





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

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


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


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

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

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

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

.header-college-address {
	color: #BBDEFB;
	text-align: center;
	font-family: Roboto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
}

.header-naac {
	color: #FF6E2B;
	font-family: Roboto !important;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.quick-link-con {
	align-items: center;
	background-image: url("../img/quick-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	justify-content: space-evenly;
	padding: 40px 0px;
}

.quick-link-box {
	gap: 15px;
	border-radius: 8px;
	border: 0 solid #FFF;
	background: #1F3A8A;
	padding: 10px 48px;
	display: flex;
	width: 260px;
}

.quick-link-name {
	color: #FFF;
	font-family: Poppins !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 166.667% */
	text-transform: capitalize;
	white-space: nowrap;
}

.quick-link-box:hover {
	background: var(--btn-org, #F97315);
}
.quick-link-name:hover{
color:#fff;
}

.mandal-section h2 {
	color: #F97315;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.mandal-title {
	color: #000;
	text-align: center;
	font-family: Poppins !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 136.364% */
	text-transform: capitalize;
}

.mandal-card {
	height: 295px;
	padding: 25px 20px;
	text-align: center;
	border-radius: 16px;
	background: #EDEFFF;
	transition: transform 0.3s ease;
	margin-right: 100px;

}

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

.mandal-President-card {
	height: 330px;
	margin-top: -20px;
}

.mandal-President-card .circle-avatar {
	width: 150px;
	height: 150px;
}

.role-badge {
	display: inline-block;
	background: #1F3A8A;
	color: #fff;
	padding: 6px 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-family: Poppins !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;

}

.circle-avatar {
	width: 120px;
	height: 120px;
	background: #466CC4;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 400;
	border: 6px solid #fff;
	font-family: Poppins !important;
	font-style: normal;
	text-transform: capitalize;

}

.mandal-name {
	margin: 0;
	color: #000;
	text-align: center;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

section.principal-section {
	background: #F8F8F8;
}

.prince-orange {
	color: #F97315;
	font-family: Poppins !important;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.principal-heading {
	color: #000;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}



.custom-para-home:first-child {
	text-indent: 60px;
}

.principal-btn {
	border-radius: 6px;
	background: #1F3A8A;
	padding: 8px 25px;
	color: #FFF;
	font-family: 'Poppins' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 36px;
	white-space: nowrap;
	transition: 0.3s ease;
}

.about-section {
	color: #333;
	text-align: justify;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	text-transform: capitalize;
}


.courses-section {
	border-radius: 12px;
	background: conic-gradient(from 90deg at 50% 50%, #254194 43.26922953128815deg, #28469F 360deg);
	padding: 40px 20px;

}

.courses-section h2 {
	margin-bottom: 40px;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.courses-section h2 span {
	color: #F97315;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.course-card {
	background: #fff;
	border-radius: 12px;
	text-align: center;
	padding: 20px 10px 10px;
	position: relative;
	margin-bottom: 20px;
	transition: transform 0.3s ease;
}

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

.icon-wrapper {
	width: 70px;
	height: 70px;
	background: #fff;
	border: 10px solid #28469F;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -50px auto 15px;
	/* Overlap effect */
}

.icon-wrapper img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.courses-section h6 {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.course-duration {
	margin-top: 8px;
	color: #000;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
	text-transform: capitalize;
}

.course-duration i {
	color: #ff6a00;
	/* Orange clock icon */
	margin-right: 5px;
}

.photos-section {
	background: #F8F8F8;
}

.gallery-heading {
	color: #000;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;

}

.testi-content {
	width: 369px;
	height: 247px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #D5E9FF;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testi-content p {
	color: #333;
	text-align: justify;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

.testi-name h1 {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin: 0px !important;
}

.testi-name p {
	color: #666;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.testi-quotes img {
	width: 29px !important;
	height: 20px !important;
	margin-bottom: 10px;
}

.testi-photo img {
	height: 60px;
	width: 60px !important;
}

.testi-photo {
	/* border-radius: 60px; */
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.testi-content-2 {
	background: #FFD3B4;
}

.testi-content:hover {
	background: #FFD3B4;
}
/*
.quick-link-box:nth-child(2) {
	background-color: #F97315;

}*/

figcaption h2 {
	font-size: 18px;
	font-family: 'Poppins';
	font-weight: 600;
	margin-top: 10px;
}

.principle-content,
.about-content {
	position: relative;
}

.principle-btn,
.about-btn {
	position: absolute;
	bottom: 70px;
}

.about-btn {
	right: 50px;
	bottom: -10px;
}

.signature-img {
	width: 100px;
	height: 70px;
	object-fit: contain;
	position: absolute;
	right: 30px;
}


.principal-btn:hover {
	background-color: #0F2081;
	color: #fff;
}

.testi-quotes {
	text-align: center;
}

#visitor_counter li {
	color: #fff !important;
	font-size: 14px !important;
	font-family: 'Poppins';
	line-height: 30px;
	letter-spacing: 6.16px;
	padding: 0 1% !important;
}

.footer-end img {
	width: 40px;
	height: 40px;
}

.f-foots p {
	letter-spacing: 0px;
	font-family: 'Poppins' !important;
    font-weight: normal;


}

.myCustomMenuFooter a.btn-link {
	font-family: 'Open Sans', sans-serif !important;
	/* font-weight: 600 !important; */
}

.footer-section p.call-time {
	font-family: 'Poppins' !important;
font-weight: normal;

}

.footer-section h3.site-visitors {
	font-weight: 500 !important;
	margin-top: 70px !important;
}

.map-sec iframe {
	border-radius: 10px;
}

/* top header */
.top-menu-right {
	gap: 20px;
}

.myCustomTopRightMenu .nav-item a {
	font-size: 14px !important;
	letter-spacing: 0.56px;
}

@media (max-width: 1400px) {

	.myCustomTopRightMenu .nav-item a,
	.top-menu-left a {
		font-size: 10px !important;
		white-space: nowrap;
	}

	
}



.foot-map iframe {
	width: 157px;
	height: 174px;
	display: block;
}


.right-res {
	position: relative;
	z-index: 2;
	background-color: #0f2081;
	padding: 15px 0;
}

.footer-bottom-img {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: nowrap;
}

.footer-bottom-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #0F2081;
	border: 1px solid #47549f;
	transition: all 0.3s ease;
}

.footer-bottom-img a img {
	width: 13px;
	height: 72px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.quick-link-box:nth-child(3) {
    gap: 0 !important;
}
.link-card {
    border-radius: 8px;
    border: 0 solid #FFF;
    background: #1F3A8A;
    padding: 10px 48px;
}

.useful-card .card-body {
	top: 0;
	text-align: left;
	background: none;
	padding: 0 20px;
}
.useful-card .card-header{
	background-color: #1F3A8A !important;
	font-size: 18px;
	font-family: 'poppins' !important;
	font-weight: 500;
}
.useful-card .card-body.holder ul li{
	font-size: 14px;
	font-weight: 500;
	font-family: 'poppins' !important;
	color: #333;
	/* padding: 20px 10px; */
	height: 70px;
	border-radius: 0;
border-bottom:1px solid #D8D8D8;
}
.useful-card .card-body.holder{
	width:431px ;
}
.useful-card {
    border-radius: 1rem; 
    overflow: hidden;
margin-right:20px;    
}
/* Responsive fix for small screens */
@media (max-width: 1200px) {
	.custom-para {
		font-size: 15px;
	}
}

/* Responsive fix for small screens */
@media (max-width: 992px) {


	.foot-map iframe {
		height: 200px;
	}

	.footer-bottom-img {
		justify-content: center;
		margin: 15px 0;
	}

	.footer-section .row>* {
		margin-top: 0;
	}

	.footer-section h3.site-visitors {
		margin-top: 35px !important;
	}

	.principle-content,
	.about-content {
		margin-bottom: 30px;
		padding-bottom: 50px;
	}

	.principle-btn,
	.about-btn {
		position: absolute;
		bottom: 0px;
	}

	.quick-link-box {
		margin: 0 10px;
	}

	.courses-section .col-md-2 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.padikar-clg-name .col-lg-2{
		display: flex;
		justify-content: center;
	}
	.mandal-card {
		margin-right: 0;
	}
	.mandal-President-card {
				    height: 356px;

	}

}

@media (max-width: 768px) {
	.quick-link-con {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 20pxF;
	}

	.mandal-section h2 {
		font-size: 26px;
	}

	.mandal-card {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.courses-section .col-md-2 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width: 576px) {


	.foot-map iframe {
		height: 180px;
	}

	.courses-section .col-md-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.owl-carousel .item {
	display: flex;
	justify-content: center;

	padding: 15px;
}

.indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background: #F97315;
}
.carousel-caption h5{
display:none;
}
.carousel-caption p p {
    background: rgba(75, 75, 75, 0.63); 
    color: #fff;
    padding: 16px 32px;               
    border-radius: 10px;
    display: inline-flex;              
    align-items: center;               
    justify-content: center;          
    min-height: 81px;                  
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.4;
}

.carousel-caption p {
    text-align: center;
}
.holder ul li {
	border: unset;
	/* height: 10px; */
}
.news-date 
{
background: unset;
}
.view-all {
  display: block;
  margin: 0 auto;
    background-color: #1F3A8A;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer !important;

}
.parent-container {
  display: flex;
  justify-content: center;
 }



.view-all a {
  text-decoration: none;
  color: #fff;
 }

.botIcon {
    display: none;
}
.submit-btn {
    background-color: #0f2081;
}
.contactInfo-left i {
    font-size: 26px;
    color: #0f2081;
    padding-top: 12px;
}
.contactInfo-left {
    width: 59px;
    height: 58px;
}
.contactInfo-strip h5 {
color: #0f2081;
}
#header-carousel .carousel-control-prev-icon, #header-carousel .carousel-control-next-icon {
    border: unset;
    background-color:unset;
border-radius: 5px;
    border: 1px solid #fff;
}
/* Reset Bootstrap’s default icons completely */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important; /* remove Bootstrap’s SVG */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(75, 75, 75, 0.63) !important; 
}

#header-carousel .carousel-control-prev, #header-carousel .carousel-control-next {
width:25%
}
/* Custom icons */
.carousel-control-prev-icon {
  background-image: url("https://whitecode.biz/staging/panditguru-pardikar-sirsala/uploads/arrow.svg") !important;

}

.carousel-control-next-icon {
  background-image: url("https://whitecode.biz/staging/panditguru-pardikar-sirsala/uploads/next-arrow.svg") !important;
}

.social-head img {
    width: 15px;
    height: 15px;
}
.quick-1 {
    background-color: #0f2081;
}
#btnAdmission a {
 background-color: #0f2081;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-dot.active {
    background: rgb(249 115 21);
}


.vtabs .tabsName-holder {
    background-color: #fff;
}
.vtabs .nav-tabs .nav-link {
    color: #0f2081;
    border: unset;
}
.left-tabs.nav-tabs {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
}
.vtabs .nav-tabs .nav-link.active {
    background-color: #0F2081 !important;
    color: #fff !important;
    border-right: 5px solid #F97315 !important;
    font-weight: bold;
    border-radius: 0;
}
.vtabs .nav-tabs .nav-link {
    color: #333;
    padding: 15px;
    border: none;
    
}
.tabsName-holder .nav-link:hover {
    background-color: #0F2081 !important;
    color: #fff !important;
    border-right: 5px solid #F97315 !important;
    font-weight: bold;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #0f2081;
}
.important-news ul li{
height:45px;
}
.innerpage-breadcrumb{
margin-top:80px;
}
.custom-card{
     border-radius: 20px;
                       
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
}
  .custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #1F3A8A;
}
.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1F3A8A 0%, #2E54D4 100%);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-title {
    font-weight: 700;
    color: #1F3A8A;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.card-icon img {
  width: 32px;   
  height: 32px;  
  object-fit: contain;
}
.vision-text, .mission-item {
    
       font-weight: 500;
    text-align: center;
    color: #000;
    background: #f1f8e9;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #1F3A8A;
}
.mission-item:hover {
    background: #e8f5e8;
}
.custom-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1F3A8A, #DA6716, #D5D029);
}


.card-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    background: linear-gradient(to right, #1F3A8A, #DA6716, #D5D029);
    margin: 15px auto;
    border-radius: 3px;
}
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px; /* Slightly thicker for a vertical accent */
    height: 100%;
    background: linear-gradient(180deg, #1F3A8A, #DA6716, #D5D029);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #1F3A8A 0%, #DA6716 50%, #D5D029 100%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .certificate-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }
    .certificate-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }
    .certificate-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .certificate-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, #1F3A8A, #DA6716, #D5D029);
    }

 .Faculty-section .nav-link:hover {
            background: linear-gradient(135deg, #DA6716, #D5D029);
            color: #fff;
            transform: translateY(-2px);
        }
 .tab-pane {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }


  .award-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
        position: relative;
    overflow: hidden;
    border: 2px solid transparent;
  }
  .award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #DA6716, #D5D029, #1F3A8A);
  }
.award-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-color: #DA6716;
  }


  .infographic-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(45deg, #D5D029, #DA6716);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
  }
.award-title {
    font-weight: 600;
    color: #1F3A8A;
      font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .award-text {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
  }
  .cash {
    font-weight: 700;
    color: #DA6716;
    font-size: 1.1rem;
  }
  .award-icon {
    margin: 20px;
    animation: bounce 2s infinite;
  }
 @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
  }




.info-card:hover::before .fees-card::before {
  background: rgba(31, 58, 138, 0.25); 

}
.info-card .icon , .academic-programs-card  .academic-programs-icon ,.fees-card .fees-icon {
  display: flex;
  align-items: center;
   margin-bottom: 15px;
border-bottom:2px solid;
padding-bottom: 15px;
}

.info-card .icon img ,.academic-programs-card .academic-programs-icon img ,.fees-card .fees-icon img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.info-title ,.academic-programs-title ,.fees-title {
font-weight: 700;
  color: #1F3A8A;
  text-align: center;
  margin: 0;
}


.info-card  ,.academic-programs-card ,.fees-card{
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
overflow: hidden;
}

.info-card:hover ,.academic-programs-card:hover ,.fees-card:hover{
  transform: translateY(-5px);
}

.info-card::before  ,.academic-programs-card::before ,.fees-card::before{
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  background: rgba(31, 58, 138, 0.15); /* theme shade */
  border-radius: 50%;
}





.nav-pills .nav-link {
  background: #e9ecef;
   color: #1F3A8A;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  transition: all 0.3s ease;
    border: 1px solid #0f2081;
}

.nav-pills .nav-link.active {
  background: #1F3A8A;
  color: #fff;
    border-left: 7px solid #ee7928;
}

.nav-pills .nav-link:hover {
  background: #1F3A8A;
  color: #fff;
    border-left: 7px solid #ee7928;

}


.tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
 padding-bottom: 10px;
text-align: left;
  line-height: 1.6;
  color: #333;
}

.tab-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
 /* background: url('https://whitecode.biz/staging/panditguru-pardikar-sirsala/uploads/pointing-right-svgrepo-com.svg') no-repeat center;*/
  background-size: contain;
content: "⮞";
color: #0f2081;
    font-size: 20px;
}

.code-of-conduct .list-group-item {
background-color: unset;
}
  .rule-box {
      background: rgba(76, 191, 94, 0.1);
      border-left: 6px solid #1F3A8A;
      padding: 20px 25px;
      border-radius: 10px;
      position: relative;
      transition: transform 0.3s;
      margin-bottom: 20px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    }
.rule-box h5 {
  margin-left: 60px;
  
  font-weight: 700;
  color: #1F3A8A;
}
.rule-box p {
  margin-left: 60px;
  margin-top: 5px;
  color: #333;
  line-height: 1.5;
}
.rule-box:hover {
  transform: translateY(-5px);
  border-left-color: #E06C1B;
  background: rgba(224,108,27,0.05);
}
.rule-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(0%) rotate(-15deg);
    transition: transform 0.3s;
}
.rule-icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1F3A8A;
background: #0f2081;
padding: 10px;

}
.rule-box:hover .rule-icon {
  border: 2px solid #E06C1B;
  background: #E06C1B;
  
}
 .rule-box:hover .rule-icon img{
    transform: translateX(0%) rotate(0deg) scale(1.1);
  }
.antiragging-section .info-card::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at top left, #a5d6a7, #ffffff);
    top: -10%;
    left: -10%;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
  }
 .antiragging-section .info-card {
  background: #fff;
  border-left: 6px solid #0F2081;
  border-radius: 25px;
  padding: 30px 25px 30px 50px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s, border-left-color 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
 .antiragging-section .info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  border-left-color: #E06C1B;
}
.antiragging-section .info-card ul li::before {
    content: "⮞";
    color: #0f2081;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1F3A8A;
    margin-right: 10px;
}
.antiragging-section .info-card ul li {
    position: relative;
   border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.6;
    color: #333;
}
.antiragging-section .info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.antiragging-section .info-card ul li:last-child {
    border-bottom: none;
   }
 .antiragging-section .info-card .icon img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.antiragging-section .info-card::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at top left, #c2d1f0, #ffffff);
    top: -10%;
    left: -10%;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
}

        
.principal-photo {
float: left;
width: 260px;
margin-right: 25px;
margin-bottom: 20px;
border-radius: 15px;
object-fit: cover;

}
 .principal-image-float {
            float: left;
            margin: 0 40px 25px 0;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
            transition: transform 0.5s ease, box-shadow 0.5s ease;
            background: white;
            padding: 15px;
            z-index: 2; 
        }
   .principal-image-float::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
           background: linear-gradient(145deg, #1a4b8c, #d4af37);

            border-radius: 25px;
            z-index: -1;
            opacity: 0.8;
        }
  .principal-image-float img {
            border-radius: 15px;
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .principal-image-float:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }
        
        .principal-image-float:hover img {
            transform: scale(1.03);
        }
        
        .principal-info-float {
            text-align: center;
            margin-top: 20px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
 
       
        
        .custom-para::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: rgba(212, 175, 55, 0.05);
            border-left: 0 solid #DA6716;
            transition: all 0.3s ease;
            z-index: -1;
        }
        
        .custom-para:hover::before {
            width: 100%;
            border-left-width: 4px;
        }
        
        
       .custom-para strong {
            color: #1F3A8A;
            position: relative;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        
        strong::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #DA6716;
            transition: width 0.3s ease;
        }
        
        .custom-para:hover strong::after {
            width: 100%;
        }
.about-image-frame img{
width:100%
}
.about-image-box {
    position: relative;
padding: 20px;
}
.about-image-frame {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    border: 8px solid white;
}
.about-image-badge {
        position: absolute;
        bottom: 40px;
        right: 0;
        background: #D96A16;
        color: white;
        padding: 12px 20px;
        border-radius: 5px 0 0 5px;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                transform: translateX(10px);
        transition: all 0.3s ease;
    }
 .about-image-badge:hover {
        transform: translateX(0);
        background: #1F3A8A;
    }
  .about-card {
        background: white;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
               position: relative;
        z-index: 1;
        border-left: 5px solid #1F3A8A;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
.about-text {
    color: #333;
    text-align: justify;
    font-family: Poppins !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
}

    .about-highlight-box {
        background: rgba(217, 106, 22, 0.05);
        border-left: 5px solid #D96A16;
        padding: 25px;
        margin: 30px 0;
        border-radius: 0 15px 15px 0;
        position: relative;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    }

    .about-highlight-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #D8D62B;
        opacity: 0.7;
    }
.about-content-box{
padding:20px;
}


    .about-timeline {
        background: linear-gradient(135deg, #1F3A8A, #2c3e50);
        color: white;
        padding: 30px;
        border-radius: 15px;
        margin: 30px 0;
        position: relative;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    .about-timeline::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: #D6D32A;
        border-radius: 50%;
        top: -20px;
        left: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .about-timeline::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transform: translate(30px, -30px);
    }

    .about-timeline h5 {

        margin-bottom: 10px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .about-timeline p {

        z-index: 1;
        color: #fff;
    }
.about-timeline img{
width:24px;
}
 .about-stats {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
        text-align: center;
    }

    .about-stat-item {
        flex: 1;
        padding: 20px;
        position: relative;
        transition: transform 0.3s ease;
    }

    .about-stat-item:hover {
        transform: translateY(-5px);
    }

    .about-stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #1F3A8A, transparent);
    }

    .about-stat-number {
        font-size: 3rem;
        font-weight: 700;
        color: #1F3A8A;
        display: block;
        line-height: 1;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
    }

    .about-stat-label {
        font-size: 1rem;
        color: #34495e;
        margin-top: 10px;
        font-weight: 500;
    }

    .about-subheading {
        color: #1F3A8A;
        
        margin: 35px 0 20px;
        padding-bottom: 12px;
        border-bottom: 3px solid #D8D62B;
        display: inline-block;
        position: relative;
    }

    .about-subheading::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 50px;
        height: 3px;
        background: #D96A16;
    }

    .about-subject-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
           }

    .about-subject-tag {
        background: rgba(216, 214, 43, 0.15);
        color: #9c8c0c;
        padding: 8px 18px;
        border-radius: 25px;
        font-size: 0.95rem;
        border: 1px solid rgba(216, 214, 43, 0.3);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .about-subject-tag::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        transition: left 0.5s ease;
    }

    .about-subject-tag:hover {
        background: #D8D62B;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .about-subject-tag:hover::before {
        left: 100%;
    }
.about-full-card {
        background: white;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1;
         border-top: 5px solid #1F3A8A;
        border-bottom: 5px solid #D96A16;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-top: 30px;
    }
.highlights-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 30px;
  font-family: 'Poppins', sans-serif;
transition: all 0.3s ease;
    cursor: default;
}
.highlights-list li::before {
    content: '⮞';  
    position: absolute;
    left: 7px;
    top: 13px;
    color: #1f3a8a;
    font-weight: 600;
    font-size: 1rem;
}
.highlights-list li:hover {
    color: #D96A16;          
    transform: translateX(5px);  
}

.highlights-list li:hover::before {
    color: #D96A16;         
}
 .section {
            background: white;
            border-radius: 10px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
 .note {
            background-color: #fff9e6;
            border-left: 4px solid #ffc107;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 5px 5px 0;
        }
.reservation-table td {
    padding: 12px 15px;
    }
 .percentage {
            font-weight: bold;
            color: #1a2a6c;
        }
.reservation-table th {
    background-color: #1a2a6c;
    color: white;
    padding: 15px;
    text-align: left;
}
.section-title {
    color: #1a2a6c;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
.reservation-table {
       margin: 20px 0;
}
.accordion-button {
    background-color: #E6ECF9 !important; 
    color: #1F3A8A !important;  
    font-weight: 600;
}


.accordion-button.collapsed {
    background-color: #E6ECF9 !important;
    color: #1F3A8A !important;
}


.accordion-button:not(.collapsed) {
    background-color: #D4E0F4 !important; 
    color: #1F3A8A !important;
}

/* Border */
.accordion-item {
    border: 1px solid #CDD9EE !important;
}

/* Remove blue focus outline */
.accordion-button:focus {
    box-shadow: none !important;
}

.objective-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: #f7fafc;
    border-radius: 8px;
    transition: all 0.2s;
}
.objective-number {
    background :#1F3A8A;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 0.9rem;
}
.objective-item:hover {
    background: #edf2f7;
    transform: translateY(-2px);
}
.accordion-icon {
    width: 24px;
    height: 24px;
    margin-right: 11px;
}
.NEP-course-title img{
 width: 24px;
    height: 24px;
    margin-right: 11px;

}
.exit-icon {
    background: #1F3A8A;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.exit-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.exit-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #1F3A8A;
    transition: all 0.2s;
}
.exit-icon img{
width:20px;
height:20px;
}


.implementation-box:hover ,.abc-section:hover ,.reentry-section:hover{
    background: #ffefe2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transform: translateY(-3px);
 border-left: 4px solid #DA6716;


}
.exit-title {
    font-weight: 600;
    color: #1F3A8A;
}
.exit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.implementation-box ,.abc-section ,.reentry-section{
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #1F3A8A;
  transition: all 0.3s ease-in-out;
}
.objectives-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 30px;
  font-family: 'Poppins', sans-serif;
transition: all 0.3s ease;
    cursor: default;
}
.objectives-list li::before {
      content: '⮞';
    position: absolute;
    left: 7px;
    top: 13px;
    color: #1f3a8a;
    font-weight: 600;
    font-size: 1rem;
}
.objectives-list li:hover {
    color: #D96A16;
    transform: translateX(5px);

}
.objectives-list li:hover::before {
    color: #D96A16;
}
.note-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 0;
}


.intro-section {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.NEP-course-title{
    margin-bottom: 1rem;
    font-weight: 600;
    color: #0f2081;
    border-bottom: 1px solid #e2e8f0;
padding-bottom: 10px;

}
.NEP-course-card {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
       border: 1px solid #e2e8f0;
    transition: transform 0.3s;
}
.NEP-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

 .program-card {
            background-color: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-top: 4px solid #1F3A8A;
        }
 .program-header {
           
                       padding-bottom: 1rem;
            border-bottom: 1px solid #e9ecef;
        }
  .program-icon {
            width: 60px;
            height: 60px;
            background-color: #1F3A8A;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1.2rem;
            padding: 10px;
            box-shadow: 0 4px 10px rgba(31, 58, 138, 0.2);
        }
.program-icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}
.program-title {
    font-weight: 700;
    color: #1F3A8A;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}
.programs-container > div:nth-child(2) .program-card {
    border-top-color: #DA6716;
}

.programs-container > div:nth-child(3) .program-card {
    border-top-color: #D5D129;
}

.programs-container > div:nth-child(2) .program-title {
    color: #DA6716;
}

.programs-container > div:nth-child(3) .program-title {
    color: #D5D129;
}
.programs-container > div:nth-child(1) .program-icon {
    background-color: var(--primary);
}

.programs-container > div:nth-child(2) .program-icon {
    background-color: #DA6716;
}

.programs-container > div:nth-child(3) .program-icon {
    background-color: #D5D129;
}
 .program-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.15);
        }
        .subject-category {
    margin-bottom: 1.5rem;
}
.subject-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.subject-list li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
}

.subject-list li::before {
    content: "›";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #DA6716;
    font-size: 1.1rem;
}
.category-title {
    color: #333;
    margin-bottom: 0.8rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 1.1rem;
}
.subject-group img {
    width: 24px;
    height: 24px;
}
.section-header img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.subject-group {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #D96717;
    transition: transform 0.3s 
ease;
}
.subject-group h5 {
    color:#1a4b8c;
    font-size: 1.25rem;
font-weight: 600;
}
 .subject-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.vertical-tabs-container .subject-list li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #347bb2;
    margin-right: 10px;
    font-size: 0.9rem;
}
.subject-group:hover {
    transform: translateX(5px);
}
.section-header {
    background: linear-gradient(135deg, #1a4b8c, #2980b9);
    color: white;
    padding: 20px;
    border-bottom: none;
}
.custom-para-home {
	color: #333;
	text-align: justify;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;

}


.ycmou-icon-img {
    width: 50px;
    height: 50px;
}
.ycmou-icon-small {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    vertical-align: middle;
}
.ycmou-section {
    border-top-color: #1F3A8A;
}
.pulse {
    animation: pulse 2s infinite;
}
.ycmou-content-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border-top: 5px solid #1F3A8A;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

.ycmou-accent-text {
    color: #D96716;
    font-weight: 600;
font-size:20px;
}
 @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.02);
            }

            100% {
                transform: scale(1);
            }
        }
.sndt-section {
    border-top-color: #D96716;
}
.ycmou-content-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.sndt-program-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}
.sndt-program-badge {
    background: #1F3A8A;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}
.sndt-contact-info {
    background: #1F3A8A;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    display: inline-block;
    margin: 0.5rem 0;
    font-weight: 600;
}
.ycmou-section-title {
    color: #1F3A8A;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #eee;
}
.ycmou-highlight-box {
    background: #e8f0fe;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1rem 0;
    border-left: 5px solid #D96716;
}
.ycmou-feature-list {
    list-style: none;
    padding-left: 0;
}
.ycmou-feature-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.8rem;
    font-family: 'Poppins';
}
.ycmou-feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #D96716;
    font-weight: bold;
    font-size: 1.5rem;

}
.ycmou-contact-box {
    background: #fef5ec;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    text-align: center;
    border: 2px dashed #D96716
}
.ycmou-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(217 103 22 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.sndt-program-badge:hover {
    background: #d96716;   
    color: #fff !important; 
}
.sndt-contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.sndt-contact-info a:hover {
    color: #fff;
}
.ycmou-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
.career-key-point {
    background: #fffbf0;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;
    border-left: 4px solid #D5D029;
}
.ycmou-research-item {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #D5D029;
    transition: all 0.3s 
ease;
}
  .ycmou-section {
            border-top-color: var(--primary);
        }

        .sndt-section {
            border-top-color: #D96716;
        }

        .career-section {
            border-top-color: #D5D029;
        }

        .committee-section {
            border-top-color: #1F3A8A;
        }

        .parliament-section {
            border-top-color: #D96716;
        }

        .research-section {
            border-top-color: #D5D029;
        }
.ycmou-research-item h6 ,.carrer-program-card h6{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
background:#fff;
}
.carrer-program-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #f07825;
}
.carrer-program-highlights {
    margin: 1.5rem 0;
}
  .library-card {
        background: #fff;
        border-radius: 12px;
        border: 1px solid rgba(15, 58, 138, 0.06);
        box-shadow: 0 8px 20px rgba(12, 24, 36, 0.04);
    }

    .library-icon {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(217, 103, 22, 0.08), rgba(213, 208, 41, 0.04));
        flex-shrink: 0
    }
    .library-icon img{
width:30px;
height:30px;
}
.scholarship-tab .list-group-item{
background:unset;
}
.documents-box {
    background: #FFF5EB;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #D96716;
}
.documents-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}
.documents-list li {
    padding: 0.7rem 0;
    position: relative;
    padding-left: 2rem;
    border-bottom: 1px dashed rgba(217, 103, 22, 0.2);
}
.documents-list li:before {
    content: "📄" !important;
  }
.documents-list li:last-child {
    border-bottom: none;
}
.important-box {
    background: #FFFDE7;
    border: 1px solid rgba(213, 208, 41, 0.3);
    border-left: 4px solid #D5D029;
    border-radius: 8px;
    padding: 1.2rem;
    margin: 1.5rem 0;
}
.scholarship-tab .highlight-box {
    background: linear-gradient(135deg, rgba(213, 208, 41, 0.1) 0%, rgba(217, 103, 22, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    border: 1px dashed #D5D029;
}
.contact-box {
    background: #E8F4F8;
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    text-align: center;
    border: 1px solid rgba(31, 58, 138, 0.2);
}
.contact-name {
    color: #D96716;
    font-weight: 600;
    margin: 0.3rem 0;
}
.benefit-item {
    background: white;
    padding: 1.2rem;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s 
ease;
}
.benefit-image {
    width: 35px;
    height: 35px;
}
.benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.benefit-item p{
font-size: 13px;}

.contact-image{
    width: 30px;
    height: 30px;
}
.contact-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem !important;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #1F3A8A;
    transition: transform 0.3s 
ease;
}
.contact-card:hover {
    transform: translateY(-5px);
}
.scholarship-tab h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    text-align: left;
padding-bottom:15px;
}
.documents-box img ,.contact-cordinator img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.deadline-box {
    background: rgba(238, 118, 35, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
    border-left: 4px solid #EE7623;
}
.info-box {
    background: rgba(15, 32, 129, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
    border-left: 4px solid #0F2081;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.jr-icon-wrap ,.eligibility-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}
.jr-card-modern ,.eligibility-card-modern {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.jr-card-heder , .eligibility-card-heder  {
    background: linear-gradient(90deg, rgba(31, 58, 138, 0.18), rgba(31, 58, 138, 0.06));
    padding: 18px;
}
.jr-card-heder h5 ,.eligibility-card-heder h5 {
    margin: 0;
    font-weight: 700;
    color: #1F3A8A;
    font-size: 1.25rem;
}
.jr-card-modern .card-body , .eligibility-card-modern  .card-body {
    top: 0;
background: #fff;
    text-align: left;
}
.jr-subject-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.jr-badge-dept {
    display: inline-block;
    background: #e7ebf8;
    color: ;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 10px;
}
.jr-subject-list li {
       padding: 10px 0;
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #f0f0f0;
color:#333;
}

.jr-subject-list li:before {
    content: '✓';
    position: absolute;
    left: 7px;
    color: #E07219;
    font-weight: bold;
    font-size: 1.2rem;
}
.jr-subject-list li:last-child{border-bottom:none}

.jr-note {
    background: #fff9f0;
    border-left: 4px solid #D96716;
    padding: 14px;
    border-radius: 8px;
}
.jr-section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #1F3A8A;
    font-weight: 700;
    text-align: center;
}
.jr-section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #E07A2D;
    border-radius: 2px;
left: 50%;
    transform: translateX(-50%);
}
.jr-card-modern:hover ,.eligibility-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(16, 24, 40, 0.12);
}
.academic-programs-subject-group {
    margin-bottom: 25px;
    padding: 20px;
    background: #fff;
    border-radius:10px;
    border-left: 4px solid #D96717;
    transition: transform 0.3s 
ease;
}
.academic-programs-subject-group img{
    width: 24px;
    height: 24px;
}
.academic-programs-subject-group h5 {
    color: #1a4b8c;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
font-size:20px;
}
.academic-programs-subject-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.academic-programs-subject-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.academic-programs-subject-list li:before {
    content: '\f058'  !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
        left: 6px !important;
    font-size: 0.9rem  !important;
}
.academic-programs-subject-group:hover {
    transform: translateX(5px);
}
.academic-programs-highlight-icon img{
    width: 22px;
    height: 22px;
}
.academic-programs-highlight-box {
    background: linear-gradient(135deg, #ffc10715 0%, #ffc10708 100%);
    padding: 20px;
    border-radius:15px;
    margin: 20px 0;
    border-left: 4px solid #e67e22;
}
.academic-programs-highlight-box h5 {
    color: #e67e22;
     font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.optional-group {
    
    padding: 20px;
       border: 1px solid #e9ecef;
}
.optional-group:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.academic-programs-subject-group h6 {
    color: #1F3A8A;
       font-weight: 600;
       font-size:16px;
}
.academic-programs-highlight-icons img{
width:16px;
height:16px;
}
.academic-programs-subject-list li:last-of-type {
    border-bottom: none;
}
.academic-optional-group {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}
.academic-text::before {
    display: none;
}
.eligibility-content {
    padding: 10px 0;
}
.eligibility-list {
    list-style-type: none;
    padding-left: 0;
}
.eligibility-list li:before {
    content: '✓' !important;
    position: absolute;
    left: 0;
    color: #E07A2D;
    font-weight: bold;
    font-size: 1.2rem;
    width: 25px !important;
    height: 25px !important;
    background-color: rgba(224, 122, 45, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eligibility-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #f0f0f0;
}
.eligibility-list li:last-child {
    border-bottom: none;
}
.eligibility-card-body  .nav-link.active {
    color: #1F3A8A;
    background-color: rgba(31, 58, 138, 0.05);
    border-bottom: 3px solid #1F3A8A;
    border-left: 0;
    border-top: 0;
    border-right: 0;
font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s 
ease;
   }
.eligibility-card-body  .nav-link{
    color: #1F3A8A;
    background-color: rgba(31, 58, 138, 0.1);
            border-color: rgba(31, 58, 138, 0.2);
   font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s 
ease;
   }
.eligibility-card-body  .nav-link:hover{
background-color: rgba(31, 58, 138, 0.1);
            border-color: rgba(31, 58, 138, 0.2);
border-left:0;
color:#1F3A8A;

}
.eligibility-card-body .nav-pills {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.fees-icon{
border-bottom:0px !important;
}
.fee-tabs-container .tab-content {
padding-top:0px;
}
.fees-deadline-box {
    background: rgba(238, 118, 35, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
    border-left: 4px solid #EE7623;
}
.fees-box {
    background: rgba(15, 32, 129, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
    border-left: 4px solid #0F2081;
}
.accordion-button img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
  @media (min-width: 992px) {
            .accordion-container {
                display: none;
            }

}


.custom-tab .nav-pills .nav-link {
	background: #e9ecef;
	color: #1F3A8A;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	transition: all 0.3s ease;
	border: 1px solid #0f2081;
}

.custom-tab .nav-pills .nav-link.active {
	background: #1F3A8A;
	color: #fff;
	border-left: 7px solid #ee7928;
}
.custom-tab .nav-pills .nav-link:hover {
    background: #1F3A8A;
    color: #fff;
    border-left: 7px solid #ee7928;
}

.custom-tab .tab-content {
	padding: 0;
}

.custom-tab-card {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 25px;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.custom-tab-card::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 120px;
	height: 120px;
	background: rgba(31, 58, 138, 0.15);
	border-radius: 50%;
}

.custom-tab-icon {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 15px;
}

.custom-tab-icon img {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.custom-tab-title {
	font-weight: 700;
	color: #1F3A8A;
	text-align: center;
	margin: 0;
	/* border-bottom: 1px solid #eaeaea; */
}

.custom-tab .list-group-item {
	background-color: unset;
}

.custom-tab .tab-content ul li,
.custom-tab .accordion-mobile .custom-tab-card ul li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
	color: #333;
	font-family: "poppins";
}

.custom-tab .tab-content ul li::before,
.custom-tab .accordion-mobile .custom-tab-card ul li::before {
	/* content: ""; */
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 18px;
	/* background: url(https://whitecode.biz/staging/panditguru-pardikar-sirsala/uploads/pointing-right-svgrepo-com.svg) no-repeat center; */
	background-size: contain;
	content: "⮞";
	color: #0f2081;
	font-size: 20px;
}

.custom-tab .accordion-mobile {
	display: none;
}

.custom-tab .accordion-button img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.custom-tab .accordion-button {
	background-color: unset;
	color: #1F3A8A;
	font-weight: 600;
}

.custom-tab .accordion-item {
	border: 1px solid #CDD9EE !important;
	margin-bottom: 5px;
	background-color: #fff;
}

.custom-tab .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.custom-tab .accordion-button:not(.collapsed) {
	background-color: #D4E0F4 !important;
	color: #1F3A8A !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-tab .accordion-button.collapsed {
	background-color: #E6ECF9 !important;
	color: #1F3A8A !important;
}

.about-text {
	color: #333;
	text-align: justify;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: capitalize;
}


.about-section .about-image-box {
	position: relative;
	padding: 20px;
}

.about-section .about-image-frame {
	border-radius: 10px;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s ease;
}

.about-section .about-image-frame img {
	width: 100%;
}

.about-section .about-image-badge {
	position: absolute;
	bottom: 40px;
	right: 0;
	background: #D96A16;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px 0 0 5px;
	font-weight: 600;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateX(10px);
	transition: 0.3s ease;
}

.about-section .about-image-badge:hover {
	transform: translateX(0);
	background: #1F3A8A;
}

.about-section .about-content-box {
	padding: 20px;
}

.about-section .about-card,
.about-section .about-full-card,
.about-section .about-highlight-box {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-section .about-card {
	padding: 35px;
	border-left: 5px solid #1F3A8A;
}

.about-section .about-highlight-box {
	padding: 25px;
	margin: 30px 0;
	border-left: 5px solid #D96A16;
	border-radius: 0 15px 15px 0;
}

.about-section .about-highlight-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #D8D62B;
	opacity: 0.7;
}

.about-section .about-full-card {
	padding: 40px;
	margin-top: 30px;
	border-top: 5px solid #1F3A8A;
	border-bottom: 5px solid #D96A16;
}

.about-section .about-timeline {
	background: linear-gradient(135deg, #1F3A8A, #2C3E50);
	color: #fff;
	padding: 30px;
	border-radius: 15px;
	margin: 30px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
}

.about-section .about-timeline::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: #D6D32A;
	border-radius: 50%;
	top: -20px;
	left: 30px;
}

.about-section .about-timeline::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: translate(30px, -30px);
}

.about-section .about-timeline h5 {
	margin-bottom: 0;
	z-index: 1;
	color: #fff;

}

.about-section .about-timeline img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.about-section .about-timeline p {
	z-index: 1;
	color: #fff;
}

.about-section .about-college-foundation {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


.about-section .about-stat-item {
	padding: 20px;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease;
}



.about-section .about-stat-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 2px;
	background: linear-gradient(to bottom, transparent, #1F3A8A, transparent);
}


.about-section .about-stat-number {
	font-size: 3rem;
	font-weight: 700;
	color: #1F3A8A;
	line-height: 1;
	padding-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.about-section .about-stat-label {
	font-size: 1rem;
	font-weight: 500;
	color: #34495E;
	padding-top: 12px;
}

.about-section .about-stat-item:hover {
	transform: translateY(-5px);
}


.about-section .about-subheading {
	color: #1F3A8A;
	margin: 35px 0 20px;
	border-bottom: 3px solid #D8D62B;
	padding-bottom: 12px;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.about-section .about-subheading::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #D96A16;
	left: 0;
	bottom: -3px;
}

.about-section .about-subject-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.about-section .about-subject-tag {
	background: rgba(216, 214, 43, 0.15);
	color: #9c8c0c;
	padding: 8px 18px;
	border-radius: 25px;
	font-size: 0.95rem;
	border: 1px solid rgba(216, 214, 43, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.about-section .about-subject-tag:hover {
	background: #D8D62B;
	color: white;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



.about-section .about-highlights-list li {
	padding: 12px 0 12px 30px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	transition: 0.3s ease;
}

.about-section .about-highlights-list li::before {
	content: '⮞';
	position: absolute;
	left: 7px;
	top: 13px;
	font-size: 1rem;
	font-weight: 600;
	color: #1F3A8A;
}

.about-section .about-highlights-list li:hover {
	color: #D96A16;
	transform: translateX(5px);
}

.about-section .about-highlights-list li:hover::before {
	color: #D96A16;
}

.principal-section .principal-image-float {
	float: left;
	margin: 0 40px 25px 0;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 15px;
	background: white;
	z-index: 2;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.principal-section .principal-image-float img {
	width: 100%;
	border-radius: 15px;
	display: block;
	transition: transform 0.5s ease;
}

.principal-section .principal-image-float::before {
	content: "";
	position: absolute;
	inset: -10px;
	background: linear-gradient(145deg, #1a4b8c, #d4af37);
	border-radius: 25px;
	opacity: 0.8;
	z-index: -1;
}

.principal-section .principal-image-float:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.principal-section .principal-image-float:hover img {
	transform: scale(1.03);
}

.principal-section .principal-info-float {
	text-align: center;
	margin-top: 20px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.principal-section .principal-info-float h3 {
	color: #1F3A8A !important;
}


.principal-section .custom-para {
	padding: 15px 20px 1.8rem;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	z-index: 1;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

.principal-section .custom-para::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(212, 175, 55, 0.05);
	border-left: 0 solid #DA6716;
	transition: all 0.3s ease;
	z-index: -1;
}

.principal-section .custom-para:hover::before {
	width: 100%;
	border-left-width: 4px;
}


.principal-section .custom-para strong {
	display: inline-block;
	position: relative;
	color: #1F3A8A;
	font-weight: 600;
	padding-bottom: 2px;
	transition: color 0.3s ease;
}

.principal-section .custom-para strong::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #DA6716;
	transition: width 0.25s ease;
	z-index: 2;
	pointer-events: none;
}

.principal-section .custom-para:hover strong::after {
	width: 100%;
}

.custom-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #1F3A8A;
	font-weight: 700;
	text-align: center;
}

.custom-card {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card-header {
	background: linear-gradient(90deg, rgba(31, 58, 138, 0.18), rgba(31, 58, 138, 0.06));
	padding: 18px;
}

.custom-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}

.custom-card-header h5 {
	margin: 0;
	font-weight: 700;
	color: #1F3A8A;
	font-size: 1.25rem;
}

.custom-card .custom-card-body {
	top: 0;
	background: #fff;
	text-align: left;
}

.custom-card-badge {
	display: inline-block;
	background: #e7ebf8;
	color: #1F3A8A;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 600;
	margin-bottom: 10px;
}

.custom-card-subject-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.custom-card-subject-list li {
	padding: 10px 0;
	position: relative;
	padding-left: 35px;
	border-bottom: 1px solid #f0f0f0;
	color: #333;
}

.custom-card-subject-list li:before {
	content: '✓';
	position: absolute;
	left: 7px;
	color: #E07219;
	font-weight: bold;
	font-size: 1.2rem;
}

.custom-card-subject-list li:last-child {
	border-bottom: none;
}

.custom-note {
	background: #fff9f0;
	border-left: 4px solid #D96716;
	padding: 14px;
	border-radius: 8px;
}

.custom-title:after {
	content: '';
	position: absolute;
	bottom: 0;

	width: 80px;
	height: 4px;
	background-color: #E07A2D;
	background: linear-gradient(to right, #1F3A8A, #DA6716, #D5D029);
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.custom-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(16, 24, 40, 0.12);
}

.vission-misision-section .vission-misision-card {
	position: relative;
}

.vission-misision-section .vission-misision-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #1F3A8A, #DA6716, #D5D029);
	border-radius: 10px 10px 0 0;
}

.vission-misision-section .vission-mission-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1F3A8A 0%, #2E54D4 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.vission-misision-section .vission-mission-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}


.vission-misision-section .vision-text,
.vission-misision-section .mission-item {
	font-weight: 500;
	text-align: center;
	background: #f1f8e9;
	padding: 20px !important;
	border-radius: 10px;
	border-left: 5px solid #1F3A8A;
	transition: background 0.3s ease;
}

.vission-misision-section .vision-text:hover,
.vission-misision-section .mission-item:hover {
	background: #e8f5e8;
}

.code-of-conducts .list-group-item {
	background-color: transparent;
}


.code-of-conducts .code-of-conducts-card {
	background: rgba(76, 191, 94, 0.1);
	border-left: 6px solid #1F3A8A;
	padding: 20px 25px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
	overflow: visible;

	transition:
		transform 0.3s,
		background 0.3s,
		border-left-color 0.3s;
}



.code-of-conducts .code-of-conducts-card h5,
.code-of-conducts .code-of-conducts-card p {
	margin-left: 60px;
}

.code-of-conducts .code-of-conducts-card h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1F3A8A;
}

.code-of-conducts .code-of-conducts-card p {
	margin-top: 5px;
	color: #333;
	line-height: 1.5;
}


.code-of-conducts .code-of-conducts-card:hover {
	transform: translateY(-5px);
	background: rgba(224, 108, 27, 0.05);
	border-left-color: #E06C1B;
}



.code-of-conducts .code-of-conducts-icon {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50px;
	height: 50px;
	padding: 10px;

	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #1F3A8A;
	background: #0f2081;

	transition: background 0.3s, border-color 0.3s;
}



.code-of-conducts .code-of-conducts-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotate(-15deg);
	transition: transform 0.3s;
}



.code-of-conducts .code-of-conducts-card:hover .code-of-conducts-icon {
	background: #E06C1B;
	border-color: #E06C1B;
}

.code-of-conducts .code-of-conducts-card:hover .code-of-conducts-icon img {
	transform: rotate(0deg) scale(1.1);
}
.custom-card.jr-card-modern::before {
    display: none !important;
}
 .custom-card.code-of-conducts-card::before {
    display: none !important;
}

.goverment-body-section tbody {
    
    text-align: center;
}

.program-offer-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-top: 4px solid rgb(31, 58, 138);
}

.program-offer-icon {
	width: 60px;
	height: 60px;
	background-color: rgb(31, 58, 138);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.2rem;
	padding: 10px;
	box-shadow: 0 4px 10px rgba(31, 58, 138, 0.2);
}

.program-offer-icon img {
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
}

.program-offer-header {
	background: unset;
	padding: 0 0 1rem 0;
	border-bottom: 1px solid rgb(233, 236, 239);
}

.program-offer-title {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 0.2rem;
	color: rgb(31, 58, 138);
	
}



.programs-offer-section .row>div:nth-child(2) .program-offer-icon {
	border-top-color: rgb(218, 103, 22);
	background-color: rgb(218, 103, 22);
}

.programs-offer-section .row>div:nth-child(2) .program-offer-title {
	color: rgb(218, 103, 22);
}


.programs-offer-section .row>div:nth-child(2) .program-offer-title {
	color: rgb(218, 103, 22);
}

.programs-offer-section .row>div:nth-child(2) .program-offer-card {
	border-top-color: rgb(218, 103, 22);
}

.programs-offer-section .row>div:nth-child(3) .program-offer-card {
	border-top-color: rgb(213, 209, 41);
}

.programs-offer-section .row>div:nth-child(3) .program-offer-icon {
	background-color: rgb(213, 209, 41);
}

.programs-offer-section .row>div:nth-child(3) .program-offer-title {
	color: rgb(213, 209, 41);
}

.programs-offer-section .row>div:nth-child(4) .program-offer-card {
	border-top-color: rgb(31, 58, 138);
}

.programs-offer-section .row>div:nth-child(4) .program-offer-icon {
	background-color: rgb(31, 58, 138);
}

.programs-offer-section .row>div:nth-child(4) .program-offer-title {
	color: rgb(31, 58, 138);
}
.programs-offer-section .card-body{
	padding: 0;
}
.program-offer-title::after {
    content: none !important;
    display: none !important;
}
.program-offer-card::before {
    content: none !important;
    display: none !important;
}
.eligibility-card-modern::before{
	display: none;
}


.eligibility-card-body .nav-link.active {
	color: #1F3A8A;
	background-color: rgba(31, 58, 138, 0.05);
	border-bottom: 3px solid #1F3A8A !important;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
}


.eligibility-card-body .nav-link {
	color: #1F3A8A !important;
	background-color: rgba(31, 58, 138, 0.1) !important;
	border-color: rgba(31, 58, 138, 0.2) !important;
	font-weight: 600 !important;
	padding: 8px 20px !important;
	border-radius: 20px !important;
	transition: all 0.3s ease !important;
	border: 1px solid #0f2081 !important;
	margin-bottom: 10px !important;
	text-align: left;
}
.eligibility-card-body .nav-link:hover {
    background-color: rgba(31, 58, 138, 0.1) !important;
    border-color: rgba(31, 58, 138, 0.2)!important;
    border-left: 0 !important;
    color: #1F3A8A !important;
}
.eligibility-list li:before {
    content: '✓' !important;
    position: absolute;
    left: 0;
    color: #E07A2D;
    font-weight: bold;
    font-size: 1.2rem;
    width: 25px !important;
    height: 25px !important;
    background-color: rgba(224, 122, 45, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eligibility-card-modern::before{
	display: none;
}
@media (max-width: 500px) {

	.header-row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.custom-tab .tabs-desktop {
		display: none;
	}

	.custom-tab .accordion-mobile {
		display: block;
	}

	.custom-tab .accordion-body {
		padding: 10px !important;
	}

	.accordion-mobile .custom-tab-card {
		padding: 23px 16px;
		background: transparent;
	}

	.accordion-mobile .custom-tab-card::before {
		display: none;
	}

	.custom-tab-title {
		font-size: 1.1rem;
		line-height: 28px;
	}

	.accordion-mobile .custom-tab-title {
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 15px;
	}

	.accordion-mobile .custom-tab-icon {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.custom-tab .about-text,
	.custom-tab .accordion-mobile .custom-tab-card ul li,
	.about-text {
		font-size: 13px !important;
	}

	.about-section .about-text {
		padding-bottom: 0 !important;
	}


	.about-section .about-content-box,
	.about-section .about-image-box {
		padding: 0;
	}

	.about-section .about-image-box {
		margin-bottom: 10px;
	}

	.about-section .about-card,
	.about-section .about-highlight-box,
	.about-section .about-timeline,
	.about-section .about-full-card {
		padding: 23px 16px;
	}

	.about-section .about-timeline h5,
	.about-section .about-subheading {
		font-size: 20px;
	}

	.about-section .about-timeline {
		margin-top: 0;
	}


	.about-section .about-stat-item::after {
		display: none;
	}

	.about-section .about-stat-item::before {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin-bottom: 12px;
		background: linear-gradient(to right, transparent, #1F3A8A, transparent);
	}


	.about-section .about-highlights-list li {
		font-size: 13px;
		line-height: 20px;
	}

	.custom-card-header h5 {
		font-size: 18px;
	}

	.custom-card-badge {
		font-size: 10px;
	}

	.custom-card-subject-list li {
		font-size: 13px;
	}

	.custom-title {
		font-size: 20px;
	}

	.code-of-conducts .code-of-conducts-card h5 {
		font-size: 14px;
	}

	.code-of-conducts .code-of-conducts-card {
		padding: 20px 11px;
	}
.program-offer-card {
		padding: 1rem;
	}
}

/* Image cover */
.circle-avatar img {
    width: 100%;
    height: 100%;       
    object-position: center;
    border-radius: 50%;
    display: block;
}

