.pu-institutes-quick-links {
	overflow: hidden;
	width: 30%;
	background: #002a80;
	color: #fff;
	padding: 25px;
	border-radius: 0;
	height: 600px;
	overflow-y: auto;
}

.quick-links-tab-content {
	width: 70%;
	padding: 0px 20px;
}

.nav-links-block {
	width: 100%;
}

.nav-links-block .nav-item .parent-toggle, .nav-links-block .nav-item.post-title {
	padding: 15px;
	background: #5242d8;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
	font-size: 17px;
	transition: 0.3s ease;
	border: 1px solid #0241a4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;

}
.nav-links-block .nav-item.post-title button{
	text-align:left;
	padding:0px;
	width:100%;
}
.nav-links-block .nav-item.post-title:has(button.active){
    background:#0149c7 !important;
}


.nav-links-block .nav-link {
	background-color: transparent !important;
	color: #fff !important;
}

.quick-links-title {
	color: #fff;
	margin-bottom: 30px;
}


.sub-menu {
	display: none;
	margin-top: 5px;
	background: #0043a4;
	border-radius: 6px;
	padding: 0;
	margin-bottom: 10px;
}

.sub-menu .nav-link.active {
	background: #0149c7 !important;
	color: #fff;
}

.sub-menu li {
	border-bottom: 1px solid #003a93;
}

.sub-menu .nav-link {
	background: none;
	border: none;
	color: #000;
	text-align: left;
	width: 100%;
	padding: 15px 15px 15px 22px;
}

.arrow {
	transition: transform 0.3s ease;
}

.parent-item.active .arrow {
	transform: rotate(180deg);
}

.arrow {
	color: #fff;
}

.tab-content h2 {
	font-weight: 900;
	font-size: 2.5rem;
}

.tab-content p {
	margin-bottom: 10px;
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;
}

.tab-content ul {
	list-style: disc;
	margin-bottom: 20px;
	padding-left: 20px;
}

.tab-content li {
	line-height: 1.6;
}

.tab-content ol {
	list-style: numbers;
	margin-bottom: 20px;
}

.tab-content h3 {
	margin-bottom: 10px;
}

.tab-content h3 strong {
	font-size: 24px;
}

.custom-tabs-block .nav-pills {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}

.custom-tabs-block .nav-link {
	border-radius: 50px;
	border: 1px solid #5242D8;
	margin-right: 10px;
	color: #000;
	'

}

.custom-tabs-block .nav-link.active {
	background: linear-gradient(90deg, #5242D8 21.49%, #A74571 91.28%);
	color: #fff;
}

.table th {
	font-weight: 900;
}

.pu-institute-custom-block {
	margin: var(--mb) 0;
	padding: var(--pb);
	background-color: var(--bg);
	border-radius: var(--box-radius);
}

@media (min-width: 767px) {
	.pu-institute-custom-block {
		margin: var(--md) 0;
		padding: var(--pd);
	}
}

.image-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: var(--radius);
	object-position: top center;
}

.pdf-item{
	display: flex;
    align-items: center;
    gap: 18px;
    background: var(--pdf-card-bg);
    border-radius: 12px;
    padding: 14px 18px;
    margin: 12px 0;
    border: 1px solid var(--pdf-card-border);
    box-shadow: var(--pdf-card-shadow);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    overflow: hidden;
}
.pdf-item a{
	color:#000;
}