﻿/* Modern CSS Variables */
:root {
	--primary-blue: #023F88;
	--secondary-blue: #023F889c;
	--accent-red: #dc3545;
	--text-dark: #333;
	--light-gray: #f8f9fa;
	--pure-white: #ffffff;
	--border-radius: 6px;
	--transition: all 0.3s ease;
}

.custom-mz {
	font-size: clamp(1.5rem, 2vw + 1rem, 2.8rem);
	font-weight: 800;
	text-transform: uppercase;
	color: #6d6e71;
}

.events-box .event-title-inner h6:hover {
	color: #ffff !important;
}
.sections-buttons-box.mb-3.mt-4 {
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	#mobile-nav-logo img {
		height: 53px;
	}

	.leo {
		padding-left: 0 !important;
	}

	.alumni-box-inner-box {
		padding: 30px 50px !important;
	}

	.background-video-container {
		height: auto !important;
	}

	.custom-ab {
		justify-content: center;
	}

	.custom-mz {
		font-size: 22px !important;
		font-weight: 700;
	}

	/*	.social-sahre {
		top: 0 !important;
		position: relative !important;
		z-index: 0 !important;
	}*/

	#timetable td:nth-child(2),
	#timetable th:nth-child(2) {
		display: none;
	}

	#timetable td:nth-child(3),
	#timetable th:nth-child(3) {
		display: none;
	}

	#timetable td:nth-child(4),
	#timetable th:nth-child(4) {
		display: none;
	}
}

.social-sahre {
	position: fixed;
	top: 10.7em;
	right: 0;
	z-index: 98;
}

/*.social-sahre ul {
		padding: 0;
		width: 100px;
		height: 100px;
		background-color: #023F88;
		border-radius: 50%;
	}*/
.rk-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #023F88;
	border-radius: 8px;
	padding: 8px 14px;
	margin-bottom: 10px;
}

.rk-the-logo {
	background: #e4002b;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 2px 6px;
	border-radius: 3px;
}

.rk-badge-text {
	font-size: 12px;
	color: #023F88;
	line-height: 1.4;
}

/* #1 Strip */
.ranked-strip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #023F88;
	border: 1px solid #023F88;
	border-radius: 8px;
	padding: 10px 16px;
	margin-bottom: 1.5rem;
}

.ranked-num {
	font-size: 28px;
	font-weight: 800;
	color: #FF8300;
}

.ranked-text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.4;
}

/* Subject Cards Grid */
.rk-right-label {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #023F88;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight:900;
}

.subject-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.subject-card {
	background: #023F88;
	border-radius: 10px;
	padding: 18px 14px;
	text-align: center;
	transition: background 0.2s;
}

	.subject-card:hover {
		background: #354463;
	}

.s-name {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 6px;
	line-height: 1.3;
}

.s-rank {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.s-sub {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.7);
	margin: 3px 0 0;
}

@media (max-width: 768px) {
	.subject-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.applynow {
	display: inline-block;
	padding: 10px 20px;
	background-color: #023F88; /* Blue background */
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

	.applynow:hover {
		background-color: #023F88; /* Darker blue on hover */
		transform: scale(1.05); /* Slight zoom */
	}

.social-sahre ul li {
	list-style: none;
}

	.social-sahre ul li a {
		width: 90px;
		display: block;
		font-weight: bold;
		text-align: center;
		color: #f5efef;
		float: right;
		padding: 25px 5px !important;
		font-size: 15px;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		margin-bottom: 5px;
		padding: 5px;
		padding-top: 23px;
		line-height: 1.4 !important;
		border-radius: 50% !important;
		height: 90px;
	}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff !important;
	background-color: #023F88 !important;
	border-color: #023F88 #023F88 #fff !important;
}
/* Custom Tab Container */
.umt-tab-system {
	margin: 2rem 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

custometabsca {
	list-style-type: none !important;
}

/* Custom Tab Navigation */
.umt-tab-nav {
	border-bottom: 2px solid #dee2e6;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

	.umt-tab-nav .nav-item {
		margin-bottom: -2px;
	}

	.umt-tab-nav .nav-link {
		border: none;
		border-radius: var(--border-radius) var(--border-radius) 0 0;
		padding: 14px 24px;
		color: var(--text-dark);
		font-weight: 600;
		background: var(--light-gray);
		margin-right: 5px;
		transition: var(--transition);
		position: relative;
	}

		.umt-tab-nav .nav-link:hover {
			background: #e9ecef;
			color: var(--primary-blue);
			border: none;
		}

		.umt-tab-nav .nav-link.active {
			background: var(--pure-white);
			color: var(--primary-blue);
			border: 1px solid #ddd;
			border-bottom: 1px solid var(--pure-white);
		}

			.umt-tab-nav .nav-link.active::after {
				content: '';
				position: absolute;
				bottom: -1px;
				left: 0;
				width: 100%;
				height: 3px;
				background: var(--secondary-blue);
			}

/* Custom Tab Content */
.umt-tab-content {
	padding: 2rem;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
	background: var(--pure-white);
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Custom Heading */
.umt-heading {
	color: var(--primary-blue);
	/*	font-size: 1.8rem;
*/ margin-top: 1.5rem;
	margin-bottom: 1rem;
	/*padding-bottom: 0.75rem;*/
	/*	border-bottom: 2px solid var(--secondary-blue);
*/ /*position: relative;*/
	font-size: 30px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 0px;
}

.umt-btn-danger {
	position: absolute;
	right: 475px !important;
	width: 127px !important;
	height: 44px;
	color: #fff;
}

	.umt-btn-danger:hover {
		color: #fff;
	}

.umt-heading::after {
	/*		content: '';
*/ position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: var(--primary-blue);
}

/* Custom Button */
.umt-btn {
	display: inline-block;
	padding: 12px 24px;
	background: var(--accent-red);
	color: white;
	text-decoration: none;
	border-radius: var(--border-radius);
	font-weight: 600;
	transition: var(--transition);
	border: none;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

	.umt-btn:hover {
		background: #c82333;
		transform: translateY(-2px);
		box-shadow: 0 4px 8px rgba(0,0,0,0.15);
		color: white;
	}

/* Fee Section Styling */
.umt-fee-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px dashed #eee;
}

	.umt-fee-item:last-child {
		border-bottom: none;
	}

.umt-fee-label {
	font-weight: 600;
	color: var(--primary-blue);
}

/* PDF Viewer */
.umt-pdf-viewer {
	width: 100%;
	height: 900px;
	border: 1px solid #eee;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.umt-tab-nav {
		flex-direction: column;
	}

		.umt-tab-nav .nav-link {
			border-radius: var(--border-radius);
			margin-bottom: 5px;
			text-align: center;
		}

			.umt-tab-nav .nav-link.active {
				border-bottom: 1px solid #ddd;
			}

	.umt-tab-content {
		border-radius: var(--border-radius);
	}

	.register-btn {
		position: static !important;
		margin-top: 1rem;
		width: 100% !important;
		display: block;
		text-align: center;
	}
}

.figure {
	position: relative;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.umt-btn-danger {
	background-color: #111111;
	color: #fff;
}

.figure a {
	text-decoration: none;
	color: inherit;
}

.figure figure {
	margin: 0;
	position: relative;
}

.figure img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.figure:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}
/*
	.figure figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		opacity: 0;		
        transition: opacity 0.3s ease;
	}*/

.figure:hover figcaption {
	opacity: 1;
}

.figure span {
	display: inline-block;
	font-weight: bold;
}

.figure:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.figure .item {
	display: inline-block;
	width: 90%;
}

.figure p {
	margin-top: 10px;
	font-size: 1rem;
	color: #555;
}

@media (max-width: 768px) {
	.figure {
		margin: 10px 0;
	}

		.figure figcaption {
			font-size: 1rem;
			padding: 8px;
		}

		.figure p {
			font-size: 0.9rem;
		}
}

@media (max-width: 576px) {
	.figure figcaption {
		font-size: 0.9rem;
	}

	.figure p {
		font-size: 0.8rem;
	}
}


body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

@media (max-width: 767px) {
	.carousel-item {
		display: flex;
		justify-content: space-between;
	}

		.carousel-item .col-3 {
			flex: 0 0 33.33%; /* Show 3 images at a time on mobile */
		}

	.carousel-inner {
		display: flex;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.carousel-item .col-3 {
		flex: 0 0 25%; /* Show 4 images at a time on desktop */
	}
}

/* General Section Styles */
#section18 {
	padding: 50px 0;
	background-color: #f8f9fa;
	text-align: center;
	height: 250px !important;
}

.umt-news-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}

	.umt-news-title span {
		display: block;
		font-size: 24px;
		font-weight: normal;
		color: #555;
	}

/* Row and Column Spacing */
.container1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	margin: 0px;
}

	.row .col-3, .row .col-4 {
		padding: 15px;
	}

/* Image Styles */
.img-fixed {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

	.img-fixed:hover {
		transform: scale(1.1);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}

.img-fixed-1, .img-fixed-2, .img-fixed-3, .img-fixed-4,
.img-fixed-5, .img-fixed-6, .img-fixed-7 {
	width: 100%;
	max-width: 150px;
	height: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.row .col-3 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	.row .col-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.umt-news-title {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.row .col-3, .row .col-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.umt-news-title {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.row .col-3, .row .col-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.umt-news-title {
		font-size: 24px;
	}
}

/* Fixed position for images in the background */
.background-images img {
	position: absolute;
	animation: fadeIn 1s ease-in-out;
	z-index: -1; /* Keep images behind other content */
	opacity: 0; /* Initially hidden */
}

/* Fade-in animation */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Positioning images with different top/left values */
.img-fixed-1 {
	top: 10%;
	left: 5%;
	width: 100%;
}

.img-fixed-2 {
	top: 20%;
	left: 25%;
	width: 100%;
}

.img-fixed-3 {
	top: 40%;
	left: 40%;
	width: 100%;
}

.img-fixed-4 {
	top: 60%;
	left: 60%;
	width: 100%;
}

.img-fixed-5 {
	top: 70%;
	left: 70%;
	width: 100%;
}

.img-fixed-6 {
	top: 80%;
	left: 80%;
	width: 100%;
}

.img-fixed-7 {
	top: 50%;
	left: 15%;
	width: 100%;
}

.img-fixed-8 {
	top: 30%;
	left: 50%;
	width: 100%;
}

.img-fixed-9 {
	top: 90%;
	left: 25%;
	width: 100%;
}

/* Example of some text content */
.content1 {
	position: relative;
	z-index: 1; /* Keep the content on top */
	padding: 20px;
	text-align: center;
	color: white;
}
/* Animation for left-to-right spin */
@keyframes spinLeftToRight {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

/* Hover effect to trigger spin animation */
.img-fixed:hover {
	animation: spinLeftToRight 1s ease-in-out; /* Spins once over 1 second */
	transform-origin: center; /* Rotate around the center */
}

/* Ensure all images have a consistent size */
.img-fixed {
	width: 100%;
	max-width: 150px; /* Limit max width */
	height: auto; /* Maintain aspect ratio */
}

/* Responsive adjustments */
@media (max-width: 768px) {


	.col-3, .col-4, .col-6 {
		flex: 0 0 50%; /* Two images per row */
		max-width: 50%;
		padding: 10px; /* Add some spacing */
	}
}

@media (max-width: 480px) {


	.col-3, .col-4, .col-6 {
		flex: 0 0 100%; /* One image per row */
		max-width: 100%;
		padding: 5px; /* Reduce spacing */
	}
}

.pl1 {
	display: none;
}

.PML3 {
	margin-top: -45px;
	margin-left: 305px;
}

.tm2 {
	position: absolute;
	top: 387px;
}

.PML2 {
	margin-top: -45px;
	margin-left: 184px;
}

.col-md-3 figcaption {
	/*background-color: #023F88;*/
	padding: 5px;
	padding-top: 5px;
	margin-top: 5px;
	color: white !important;
}

.g91 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #023F88;
	margin-bottom: 20px;
}

.bc21 {
	background: #ededed;
}

.g91 h5 span {
	color: white !important;
}

.card-title span {
	display: block;
	color: #023F88;
}

#parallax-image {
	height: 500px !important;
	margin-bottom: 50px;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	#parallax-image p {
		color: whitesmoke !important;
	}

.fixed-background {
	/*background-image: url('https://admin.umt.edu.pk/Media/Site/sca1/FileManager/2024/April/22/Untitled-1.jpg');*/ /* Replace 'background.jpg' with your image path */
	background: url('https://admin.umt.edu.pk/Media/Site/sca1/FileManager/2024/2025/Video/video2.mp4');
	background-size: cover;
	background-attachment: fixed; /* Ensures the background image stays fixed */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
/*Mine video css start*/
/* Container to hold the video and content */
.background-video-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Styling for the background video */
.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the video covers the container */
	z-index: -1; /* Sends the video to the background */
}

/* Content overlay */
.content {
	position: relative;
	z-index: 1; /* Brings content above the video */
	color: white; /* Text color for contrast */
	text-align: center;
	padding: 20px;
	font-family: Arial, sans-serif;
}

.leo {
	padding-left: 313px;
	padding-top: 9%;
	padding-bottom:9%;
	padding-right:60px;
}
/* Adjust for tablets */
@media (max-width: 768px) {
	.leo {
		padding-left: 5%; /* Reduce padding for tablets */
		padding-top: 9%; /* Adjust top padding */
	}
}

/* Adjust for mobile phones */
@media (max-width: 480px) {
	.leo {
		padding-left: 5%; /* Further reduce padding for smaller screens */
		padding-top: 9%; /* Adjust top padding further */
	}
}

/*Mine video Css end*/
.scrolling-content {
	overflow-y: scroll;
	height: 100%;
	padding: 20px;
}


* {
	box-sizing: border-box;
}

.zoom1 {
	padding: 50px;
	/*background-color: green*/ /*;*/
	transition: transform .2s; /* Animation */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

	.zoom1:hover {
		transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}

.side-image {
	position: fixed;
	top: 10%;
	right: 0;
	max-width: 200px;
	z-index: 999;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*custome div css start*/
.u-section-3 .u-image-1 {
	min-height: 450px;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	background-image: url('https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2023/Success.jpg');
}

.u-sheet:not(.u-image):not(.u-video) {
	pointer-events: none;
}

.u-section-3 .u-sheet-1 {
	min-height: 400px;
}

.u-section-3 .u-custom-html-1 {
	height: auto;
	min-height: 340px;
	width: 434px;
	margin: 0;
}

.u-align-center {
	text-align: center;
}
/*custome div css end*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial;
	color: #6d6e71;
}

section.section-fullwidth.admission-fall.Custodian-section {
	height: auto !important
}

.row.icomb {
	min-height: 15rem;
}

.dean-intro {
	background: #dcddde;
	padding: 40px 60px 40px 40px;
}

	.dean-intro p {
		font-size: 20px !important;
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

.dean-into-box figure {
	margin-bottom: 0px;
}

.icomb-box {
	display: flex;
	background: #023F88;
	padding: 16px;
	color: #fff;
	background-image: url(https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2021/start-bg.png);
	background-size: cover;
	background-position: top center;
	margin-bottom: 20px;
}

.col.align-self-end .icomb-box {
	background: url(https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2021/end-bg.png);
	background-size: cover;
	background-position: top center;
}

.ist-number {
	font-size: 60px;
	font-weight: 800;
	margin-right: 10px;
}

.con-name {
	display: flex;
	flex-direction: column !important;
	font-size: 22px;
}

	.con-name small {
		font-size: 40px;
		font-weight: 700;
	}

.dean-into-box figure img {
	margin-left: -40px;
}

.video-mix-slider {
	margin-top: 40px;
}


.center1 {
	margin: auto;
	width: 100%;
	padding: 10px;
}

.Woline1 {
	width: 200px;
	height: 200px;
	background: #023F88;
	color: white;
	text-align: left;
	font-weight: 500 !important;
	text-align: center;
}

.Woline {
	width: 200px;
	height: 200px;
	background: #6d6e71;
	color: white;
	text-align: center;
	font-weight: 500 !important;
	vertical-align: middle;
}

.journals-list-hover:hover {
	background: #f1f2f2;
}

.conferences-box-bg {
	background: #f1f2f2;
	padding: 15px;
	margin-bottom: 20px;
}

	.conferences-box-bg ul li {
		margin-bottom: 0px !important;
	}

		.conferences-box-bg ul li a {
			color: #939598;
		}

		.conferences-box-bg ul li:hover a {
			color: #023F88;
		}

.related-box-header.text-center {
	background: #023F88;
	color: #fff;
	padding: 15px;
	font-size: 30px;
	font-weight: bold;
}

.journals-box h3 {
	border-bottom: 1px solid #fcd7d9;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 28px;
	color: #023F88;
}

.journals-list-hover:hover .journals-box h3 {
	color: #111111;
}

.row.card-deck.related-boxs.mb-5.mt-5 .card {
	border: none;
	box-shadow: 0px 0px 5px #e7e5e5;
}

.related-box-inner {
	padding: 15px 50px;
}

	.related-box-inner .button-learn-more {
		padding: 10px 20px;
		color: #fff;
		background: #023F88;
		display: inline-block;
	}

		.related-box-inner .button-learn-more:hover {
			background: #111111;
		}

.learn-boxbx {
	padding-bottom: 50px;
}

/*.custom-bread {
	padding-left: 95px;
}
*/
	.custom-bread li a {
		color: #fff;
	}

.video-mix-slider .item-video {
	height: 300px;
	width: 400px;
}

.video-mix-slider .owl-video-tn {
	background-size: 100% 100%;
	background-position: 100% 100%;
	object-fit: cover;
}

.owl-carousel .owl-video-play-icon {
	-webkit-transform: translateZ(0);
	-webkit-transition-property: background-color,-webkit-transform;
	-moz-transition-property: background-color,-moz-transform;
	-o-transition-property: background-color,-o-transform;
	transition-property: background-color,transform;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
	-moz-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
	-o-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
	transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #db2724;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 50px;
	margin: -45px 0 0 -45px;
	z-index: 1;
}

.core-value-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15px;
	align-items: start;
	justify-items: start;
}

.core-value-box {
	background: #6d6e71;
	padding: 20px 20px;
	margin-bottom: 50px;
}

	.core-value-box .card {
		width: 100%;
	}

	.core-value-box h3 {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
	}

.owl-carousel .item-video:hover .owl-video-play-icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: perspective(1px) scale(1.1);
}

.owl-carousel .owl-video-play-icon:after {
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 10px 0 10px 15px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}

.video-mix-slider button.owl-prev.disabled {
	border: 1px solid #ddd;
	color: #fff;
}

.tall {
	background-color: #dc3545 !important;
	color: white !important;
	height: 300px !important;
}

.video-mix-slider button.owl-next, .video-mix-slider button.owl-prev {
	background: #023F88 !important;
	color: #fff !important;
	line-height: 37px !important;
}

	.video-mix-slider button.owl-prev.disabled, .video-mix-slider button.owl-next.disabled {
		border: 1px solid #ddd !important;
		color: #fff !important;
		line-height: 37px !important;
		background: transparent !important;
	}

.video-mix-slider .owl-nav {
	margin-top: 30px;
}
/*.search-area-home {

	margin:auto;

}*/
.inner-page-content div#MainContent_pnlArticle .events {
	background: transparent;
}

.alumni-caption {
	background: white;
	padding: 40px 70px 20px;
	width: 100%;
}

	.alumni-caption h5 {
		color: #2c2d2d;
		font-weight: 700;
		margin-bottom: 40px;
	}

.alumni-box-inner-box {
	padding: 30px 50px;
}


	.alumni-box-inner-box h5 {
		color: #fff;
		font-weight: 700;
	}

	.alumni-box-inner-box h4 {
		color: #fff;
		text-transform: uppercase;
	}

.alumni-image {
	margin-top: -200px;
}

.alumni-title {
	margin-bottom: 100px !important;
}

a.learn-more-btn {
	display: inline-block;
	background: #023F88;
	color: #fff;
	padding: 10px 25px;
	font-weight: 700;
	border: 1px solid #023F88;
}

	a.learn-more-btn:hover {
		border: 1px solid #023F88;
		color: #023F88;
		background: transparent;
	}

a.discover-more {
	display: inline-block;
	background: white;
	color: #023F88;
	padding: 10px 25px;
	font-weight: 700;
	margin-top: 40px;
	border: 1px solid #fff;
}

	a.discover-more:hover {
		border: 1px solid #fff;
		color: #fff;
		background: transparent;
	}

body p span {
	font-family: Arial !important;
}

a {
	text-decoration: none !important;
	color: #023F88;
}

	a:hover {
		color: #333;
	}

	a.video-btn.text-white {
		outline: none !important;
		font-size: 20px;
		margin-top: 40px;
		display: block;
	}

.Custodian-section .section-content-area {
	max-width: 50%;
}

.Custodian-title, .Custodian-title span, .Custodian-text {
	color: #fff !important;
}

.Custodian-text {
	margin-top: 20px !important;
}

.umt-popup .modal-dialog {
	height: 100vh;
	display: flex;
	align-items: center;
}

.modal.fade.umt-popup {
	padding-right: 0px !important;
	z-index: 9999;
}

.umt-popup .modal-content {
	border: none;
	border-radius: 0px;
}

	.umt-popup .modal-content p {
		margin-bottom: 0px;
	}

.umt-popup .modal-dialog img {
	width: 100%;
}

.umt-popup .modal-dialog .modal-body {
	padding: 0px;
	border-radius: 0px;
}
/*.trainer-box {
	padding-left:15px;
	padding-right:15px;

}*/
.trainer img {
}

.trainer-bio {
	margin-top: 10px;
	text-align: center;
}

	.trainer-bio h4 {
		font-size: 18px;
		color: #fff;
		padding: 5px;
		background: #023F88;
	}

	.trainer-bio p {
		font-size: 16px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		color: #6d6e71;
	}

.umt-popup .modal-dialog .cross-btn {
	position: absolute;
	right: -35px;
	top: -35px;
	height: 40px;
	width: 40px;
	background-color:#023F88;
	border-radius: 50%;
	opacity: 1;
	color: #fff;
	text-decoration: none !important;
	outline: none !important;
}

.vertical-line {
	border-left: 2px solid blue;
	height: 80px;
}

.memberships_1 {
	width: 20px;
	height: 5px;
}

.membership_2 {
	width: 20px;
	height: 3px;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}


p strong, p span strong, p strong span, p b, p b span, p span b {
	color: #000;
	font-weight: bolder;
}

p a strong {
	color: #023F88;
}

p strong a {
	color: #023F88;
}

.clubs-sidebar {
	background: #f0f2e9;
	padding: 15px;
	margin-top: 20px;
	border-radius: 5px;
	border-top: 7px solid #caccb8;
}

.schools-tabs {
	border-bottom: 1px solid #bad0ff;
	padding-bottom: 35px;
	padding-top: 35px;
	position: relative;
}

	.schools-tabs:hover .schools-hide-show-button .btn-link {
		background: #023F88;
		color: #fff;
	}

.border-col {
	border-right: 0.2em solid #111;
}

.milestones-list li {
	color: #023F88 !important;
}

	.milestones-list li span {
		color: #6d6e71;
	}

.custom-list-style {
	list-style: none;
}

	.custom-list-style li:before {
		content: "\f105";
		color: #f58220;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
		font: normal normal normal 18px/1 FontAwesome;
	}

.schools-hide-show-button .btn-link {
	border-radius: 50%;
	background: #023F88;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 0;
	line-height: 30px;
}

	.schools-hide-show-button .btn-link .fa {
		padding-right: 0px;
	}

.highlight-title {
	/*background-color: rgba(65, 64, 66, 0.60);*/
	display: inline !important;
	padding: 2px 0px;
}
/*.fa {	
	padding-right: 5px;
}*/
.orange-theme {
	color: #f69801;
}

.search_box .btn {
	border-radius: 0px;
	background: #023F88;
	border-color: #023F88;
}

.schools-hide-show-button .btn-link.collapsed {
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 0;
	line-height: 30px;
	background: #023F88;
	border-radius: 50%;
	border: 1px solid #023F88;
	color: #ffffff;
}

.figure {
	padding: 10px !important;
	position: relative;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

	.figure a {
		text-decoration: none;
		color: inherit;
	}

	.figure figure {
		margin: 0;
		position: relative;
	}

	.figure img {
		width: 100%;
		height: auto;
		border-radius: 5px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.figure:hover img {
		transform: scale(1.05);
		opacity: 0.9;
	}

	.figure figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		/* Remove opacity and transition */
		opacity: 1; /* Always visible */
	}

	.figure:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	}

	.figure .item {
		display: inline-block;
		width: 100%;
	}

	.figure p {
		margin-top: 10px;
		font-size: 1rem;
		color: #555;
	}

@media (max-width: 768px) {
	.figure {
		margin: 10px 0;
	}

		.figure figcaption {
			font-size: 1rem;
			padding: 8px;
		}

		.figure p {
			font-size: 0.9rem;
		}

	.pnlprogram-search .content, .results .col-lg-12 {
		padding: 0px;
	}
}

@media (max-width: 576px) {
	.figure figcaption {
		font-size: 0.9rem;
	}

	.figure p {
		font-size: 0.8rem;
	}
}

.my-card-body p {
	color: #58595b !important;
}

.schools-tabs h4 {
	/*font-style: italic;*/
	font-size: 22px;
	color: #f68a1d;
}

.schools-tabs p {
	font-size: 16px !important;
}

.schools-tabs h3 {
	font-size: 22px;
	color: #023F88;
}

	.schools-tabs h3 span {
		display: block;
		font-size: 28px;
		font-weight: bold;
	}

a.view-website {
	background: #023F88;
	padding: 15px 15px 12px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}

/* Clubs and Societies Accordion Icons */
.clubs-and-socities-show-hide [data-bs-toggle="collapse"] .fa:before {
	content: "\f056"; /* minus-circle (open) */
}

.clubs-and-socities-show-hide [data-bs-toggle="collapse"].collapsed .fa:before {
	content: "\f055"; /* plus-circle (closed) */
}

/* Schools Hide Show Button Icons */
.schools-hide-show-button [data-bs-toggle="collapse"] .fa:before {
	content: "\f068"; /* minus (open) */
}

.schools-hide-show-button [data-bs-toggle="collapse"].collapsed .fa:before {
	content: "\f067"; /* plus (closed) */
}


.clubs-and-socities-show-hide .card-header a i {
	float: right;
	font-size: 24px;
}

.clubs-and-socities-show-hide .card-header a {
	font-size: 18px;
	color: #fff;
}

.clubs-and-socities-show-hide .card-body img {
	max-width: 200px;
	width: auto;
}

.clubs-and-socities-show-hide .card-header {
	background: #6d6e71;
	border-radius: 0px;
}

	.clubs-and-socities-show-hide .card-header:hover {
		background-color: #023F88;
	}

.card.active-header > .card-header {
	background-color: #023F88;
}

.clubs-and-socities-show-hide .card {
	background: #f0f0f0;
	border-radius: 0px;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
}

.c-slider .js-slider {
	background-color: #0055a6;
	overflow: hidden;
	position: relative;
}

.y-t-button {
	background: white;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	color: #888;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}

#scroll {
	position: fixed;
	right: 10px;
	bottom: 60px;
	cursor: pointer;
	z-index: 9999999999;
	width: 35px;
	height: 35px;
	background: #fff;
	text-indent: -9999px;
	display: none;
}

	#scroll span {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -8px;
		margin-top: -12px;
		height: 0;
		width: 0;
		border: 8px solid transparent;
		border-bottom-color: #333;
	}

@font-face {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	src: url('/fonts/Berthold Akzidenz Grotesk Bold.eot');
	src: local('☺'), url('/fonts/Berthold Akzidenz Grotesk Bold.woff') format('woff'), url('/fonts/Berthold Akzidenz Grotesk Bold.ttf') format('truetype'), url('/fonts/Berthold Akzidenz Grotesk Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: none !important;
}



::-webkit-scrollbar {
	background-color: #023F88;
}

::-webkit-scrollbar-thumb {
	background-color: #111111;
	border-radius: 10px;
}

img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.umt-line {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #fff;
	position: relative;
	font-size: clamp(12px, 2vw, 14px);
}

	.umt-line:after {
		content: '';
		background: #fff;
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

#mobile-nav-toggle {
	position: fixed;
	width: 100%;
	background-color: #023F88 !important;
	right: 0;
	height: 70px;
	padding-top: 10px;
	top: 0px;
	z-index: 9999 !important;
	transition: right 375ms cubic-bezier(.06,.14,.15,.92);
	display: none;
}

.sidelinks li a {
	font-size: 13px;
	color: #0092c8;
	text-decoration: underline !important;
}

	.sidelinks li a i {
		color: #444;
	}

#mobile-nav-toggle .umt-bars {
	float: right;
	background: none !important;
	padding: 12px 17px 12px 17px;
	opacity: 0.9;
	line-height: 1.5;
	font-size: 18px;
}

#mobile-nav-logo {
	max-width: 240px;
	transition: 1s;
}

.menu-item a:link {
	text-decoration: none;
}

.linkNavLogo {
	color: #fff;
	z-index: 9999 !important;
}

.mobile-nav-wrapper {
	background: #023F88 none repeat scroll 0 0;
	height: 100%;
	left: 100%;
	bottom: 0;
	right: 0;
	z-index: 99;
	top: 0;
	position: fixed;
	width: 100%;
	transition: left 375ms ease-in-out 0ms;
	-webkit-transition: left 375ms ease-in-out 0ms;
	display: none;
	overflow-y: auto;
}

#wrapper {
	margin-left: 0px !important;
	width: auto;
	max-width: none;
	overflow: visible;
}

body.side-header-left #side-header {
	left: 0;
}



/* bouncing side-header */
.side-header-wrapper {
	/*-webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
	-moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;*/
	/*margin-left: -40px !important;*/
	/*border-left: solid rgba(0, 0, 0, .81) 40px;*/
	width: 170px;
}

.side-header-wrapper {
}

@keyframes menu-slide-in {
	0% {
		opacity: 0;
		transform: translate(-250px,0px);
	}

	63% {
		opacity: 0;
		transform: translate(-250px,0px);
	}

	100% {
		opacity: 1;
		transform: translate(0px,0px);
	}
}

@-moz-keyframes menu-slide-in {
	0% {
		opacity: 0;
		-moz-transform: translate(-250px,0px);
	}

	63% {
		opacity: 0;
		-moz-transform: translate(-250px,0px);
	}

	100% {
		opacity: 1;
		-moz-transform: translate(0px,0px);
	}
}

@-webkit-keyframes menu-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translate(-250px,0px);
	}

	63% {
		opacity: 0;
		-webkit-transform: translate(-250px,0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px,0px);
	}
}

@-o-keyframes menu-slide-in {
	0% {
		opacity: 0;
		-o-transform: translate(-250px,0px);
	}

	63% {
		opacity: 0;
		-o-transform: translate(-250px,0px);
	}

	100% {
		opacity: 1;
		-o-transform: translate(0px,0px);
	}
}

@-ms-keyframes menu-slide-in {
	0% {
		opacity: 0;
		-ms-transform: translate(-250px,0px);
	}

	63% {
		opacity: 0;
		-ms-transform: translate(-250px,0px);
	}

	100% {
		opacity: 1;
		-ms-transform: translate(0px,0px);
	}
}

.side-header-slideIn {
	animation: menu-slide-in ease-out 2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: menu-slide-in ease-out 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: menu-slide-in ease-out 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: menu-slide-in ease-out 1.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: menu-slide-in ease-out 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

#side-header {
	/*	animation: menu-slide-in ease-out 2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: menu-slide-in ease-out 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: menu-slide-in ease-out 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: menu-slide-in ease-out 1.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: menu-slide-in ease-out 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;*/
	width: 203px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100vh !important;
	overflow: auto !important;
	position: fixed;
	top: 0% !important;
	z-index: 3000;
}

.side-header-wrapper-slideIn {
	-webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
	-moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
}

.side-header-wrapper {
	/*-webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
	-moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;*/
	/* margin-left: -40px !important; */
	/* border-left: solid rgba(0, 0, 0, .81) 40px; */
	width: 170px;
	padding-bottom: 20px;
	zoom: 1;
	overflow: auto !important;
}

#side-header .side-header-content {
	max-width: 170px !important;
	padding-right: 0px !important;
	zoom: 1;
	padding-left: 10px !important;
}

.umt-logo {
	display: block;
	/* float: left; */
	/* max-width: 100%; */
	zoom: 1;
	max-width: 100%;
	margin-top: 10px !important;
	margin-right: 0px;
	margin-bottom: 31px;
	margin-left: 0px;
	float: none;
}

	.umt-logo a {
		display: block;
		max-width: 100%;
	}

	.umt-logo img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

.menu-item a:visited {
	text-decoration: none;
}

#side-header .side-header-background {
	width: 203px;
	z-index: -1;
	position: fixed;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	/* width: 280px; */
	pointer-events: none;
	background-color: #023F88;
}

#side-header .umt-main-menu {
	float: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	z-index: 1;
	overflow: hidden;
	clear: both;
}

.umt-main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.umt-main-menu > ul {
	max-width: 170px;
	margin-left: 10px;
}

.umt-main-menu li {
	/* float: left; */
	margin: 0;
	/* padding: 0; */
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	float: none;
	padding: 0;
	transition: all 0.3s;
}

	.umt-main-menu li:first-child {
		border-top: 1px solid rgba(255,255,255,0.2);
	}

.umt-main-menu a {
	box-sizing: content-box;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: all 0.3s;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: none !important;
	line-height: 30px;
	font-family: Arial, sans-serif !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-bottom-width: 0 !important;
	min-height: 0 !important;
	z-index: 99 !important;
	text-align: left;
	height: auto;
	display: block;
	position: relative;
	color: #ffffff !important;
	padding: 6px 0px;
	width: 87%;
}

.umt-main-menu .umt-dropdown-menu {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.umt-main-menu .umt-caret, .umt-main-menu .umt-caret {
	/* background: rgba(44, 44, 51, 0.6); */
	font-size: 13px;
	width: 12%;
	text-align: center;
	/*position: absolute;*/
	display: block;
	right: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.5s;
	line-height: 1.5;
	margin-left: 0px;
}

.umt-caret .umt-dropdown-indicator {
	display: inline-block;
	transition: all 0.5s;
	vertical-align: middle;
}

	.umt-caret .umt-dropdown-indicator::before {
		content: "\f196" !important;
		font-family: "FontAwesome";
		opacity: 0.5;
		color: #fff;
		line-height: 31px;
		display: inline-block;
		transition: all 0.4s;
		font-style: normal;
	}

.umt-caret .menu-open::after {
	content: "\f147" !important;
	opacity: 0.5;
	font-family: "FontAwesome";
	color: #fff;
	line-height: 31px;
	font-style: normal !important;
	transition: all 0.5s;
}

.umt-main-menu .sub-menu {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin-left: 10px;
	display: none;
	width: auto !important;
	z-index: 1;
	transition: opacity 0.2s ease-in;
	flex: 1 1 100%;
}

.umt-bars:before {
	font-family: 'FontAwesome';
	color: #fff;
	content: "\f0c9";
}

.mobile-nav {
	height: 100%;
	overflow-y: auto;
}

	.mobile-nav .nav-active {
		right: 0 !important;
		visibility: visible !important;
		-webkit-transition-duration: 1000ms,1000ms,0ms;
		-moz-transition-duration: 1000ms,1000ms,0ms;
		-o-transition-duration: 1000ms,1000ms,0ms;
		transition-duration: 1000ms,1000ms,0ms !important;
		-webkit-transition-delay: 0ms,0ms,0ms;
		-moz-transition-delay: 0ms,0ms,0ms;
		-o-transition-delay: 0ms,0ms,0ms;
		transition-delay: 0ms,0ms,0ms !important;
		-webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
		-moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
		-o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
		transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear !important;
	}

	.mobile-nav .mobile-nav-container {
		float: none;
		padding-top: 15px;
		position: relative;
		right: -133%;
		padding-bottom: 65px;
		visibility: hidden;
		-webkit-transition: width,right,visibility;
		-moz-transition: width,right,visibility;
		-o-transition: width,right,visibility;
		transition: width,right,visibility;
		-webkit-transition-duration: 375ms,375ms,0ms;
		-moz-transition-duration: 375ms,375ms,0ms;
		-o-transition-duration: 375ms,375ms,0ms;
		transition-duration: 375ms,375ms,0ms;
		-webkit-transition-delay: 0ms,0ms,375ms;
		-moz-transition-delay: 0ms,0ms,375ms;
		-o-transition-delay: 0ms,0ms,375ms;
		transition-delay: 0ms,0ms,375ms;
		-webkit-transition-timing-function: ease-in-out,ease-in-out,linear;
		-moz-transition-timing-function: ease-in-out,ease-in-out,linear;
		-o-transition-timing-function: ease-in-out,ease-in-out,linear;
		transition-timing-function: ease-in-out,ease-in-out,linear;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		/* backface-visibility: hidden; */
	}

	.mobile-nav .umt-main-menu {
		float: none;
	}

		.mobile-nav .umt-main-menu > ul {
			max-width: 95%;
		}

		.mobile-nav .umt-main-menu li {
			float: none;
		}

	.mobile-nav .menu-text {
		font-size: 15px;
	}

.menu-text, .menu-item {
	transition: all 0.4s;
	/*margin-left: 10px;*/
	display: block;
	line-height: 20px;
}

.mobile-nav .umt-main-menu > ul > li > a {
	border-top: none;
	height: auto;
	line-height: 40px;
	font-family: Arial !important;
}

.mobile-nav .umt-caret .umt-dropdown-indicator::before {
	line-height: 40px;
}

.sub-menu li a span {
	transition: all 0.3s;
	color: rgba(255, 255, 255, 0.65) !important;
	opacity: 1;
	display: block;
	font-weight: 500;
	font-size: 12px;
}

.close-mobile-nav {
	padding: 20px 15px 3px 15px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	float: right;
	/* width: 100%; */
	height: 70px;
	text-align: right;
	font-size: 18px;
}

.mobile-nav .umt-caret {
	font-size: 15px !important;
}

.close-mobile-nav:before {
	font-family: 'FontAwesome';
	color: #fff;
	font-weight: 300;
	content: "\f00d";
	z-index: 9999;
}

li.umt-dropdown-submenu a {
	border-bottom: none !important;
	display: block;
	padding-left: 3px !important;
	padding-bottom: 6px !important;
	padding-top: 6px !important;
	font-family: Arial !important;
	color: #333333;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
}

.mobile-nav .sub-menu .umt-dropdown-submenu span {
	font-family: Arial;
	font-size: 13px;
	line-height: 30px;
}

.umt-main-menu .sub-menu li:last-child {
	border-bottom: none;
}

.mobile-nav .umt-caret .menu-open::after, .mobile-nav .umt-caret .umt-dropdown-indicator::before {
	line-height: 40px;
}

.umt-main-menu .navigation-link a:hover {
	background: #023F88 !important;
	text-decoration: none;
	color: #fff;
}

.umt-main-menu li a:hover .menu-text {
	margin-left: 10px !important;
	opacity: 1;
}

.sub-menu .umt-dropdown-submenu:hover span {
	margin-left: 8px;
	opacity: 1;
}

.umt-caret:hover > .umt-dropdown-indicator::before, .umt-caret:hover > .menu-open::after {
	opacity: 1;
}

.section-fullwidth {
	padding-bottom: 80px;
	padding-top: 80px;
	padding-left: 313px !important;
	padding-right: 60px !important;
	background-color: rgba(255,255,255,0);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.section-fullwidth-inner {
	padding-left: 203px !important;
}

	/*.section-fullwidth-inner img {
		width: 100%;
	}*/

.admission-fall-title, .ranking-title, .umt-number-title {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: clamp(20px, 5vw, 45px);
	line-height: .8;
	color: #6d6e71;
	text-transform: uppercase;
	letter-spacing: 2px;
}

	.admission-fall-title span, .ranking-title span, .umt-number-title span {
		display: block;
		color: #023F88;
		font-size: clamp(24px, 5vw, 60px);
	}

.custom-top-tagline {
	font-size: 40px;
}

.umt-news-title {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: 45px;
	line-height: .8;
	color: #6d6e71;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 50px;
	/*margin-left: -15px;*/
}

.all-news-title {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: 60px;
	padding-top: 50px;
	color: #023F88;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*.ranking-title span {
	display: block;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 20px;
}*/

.umt-news-title span {
	display: block;
	color: #023F88;
	font-size: 60px;
}

.admission-fall .section-content-area h4 {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	color: #fff;
	margin-top: 37px;
	margin-bottom: 27px;
}

.admission-fall .section-content-area p {
	margin-top: 0px;
	font-size: 22px;
	color: #6d6e71;
	margin-bottom: 20px;
}

.admission-fall-title span, .umt-number-title span {
	display: block;
}

.search_box {
	background: rgba(73, 74, 75, 0.75);
	padding: 15px 30px;
	border: 4px solid #e6e1e4;
	border-radius: 5px;
}

.has-search {
	position: relative;
}

.search_box .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 55px;
	line-height: 55px;
	text-align: center;
	pointer-events: none;
	color: #575756;
	right: 2px;
	font-size: 28px;
}

.umt-ranking .section-content-area p {
	margin-top: 35px;
	font-size: 22px;
	color: #6d6e71;
	/*	line-height: 1.1;*/
	margin-bottom: 45px;
}

.umt-ranking .card-deck .card-body p {
	font-size: 14px;
	margin: 0px;
}

.umt-ranking .card-deck .card {
	margin-right: 5px;
	border-radius: 0px;
	margin-left: 5px;
	background: #023F88;
	border: 1px solid #e6e1e4;
}

.ranking-boxs {
	max-width: 710px;
	padding-left: 15px;
	padding-right: 15px;
}

.umt-ranking .card-deck .card .card-body {
	padding: 20px 7px;
}

	.umt-ranking .card-deck .card .card-body h4 {
		color: #fff;
		font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
		font-size: 20px;
	}

.search_box .form-control {
	height: 55px;
}

.search-links {
	padding-top: 40px;
	padding-bottom: 3px;
}

	.search-links li a {
		border: 1px solid #fff;
		padding: 6px 10px 8px;
		color: #fff;
		font-size: 13px;
		display: block;
		min-width: 120px;
		text-align: center;
		position: relative;
	}

		.search-links li a:hover {
			background: #023F88;
			border: 1px solid #023F88;
		}

.search_box .apply-online:hover {
	background: transparent;
	border: 1px solid #fff;
}

.search-links li a:after {
	content: "\f0da";
	position: absolute;
	right: 4px;
	font-family: "FontAwesome";
	color: #fff;
	transition: all 0.5s;
	top: 49%;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
}

.search_box .apply-online {
	background: #023F88;
	border: 1px solid #fff;
}

.admission-fall .search_box h4 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-family: Arial;
	text-transform: uppercase;
}

.umt-ranking .card-deck .card:hover {
	background: #023F88;
}

.umt-by-numbers .section-content-area p {
	margin-top: 35px;
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 40px;
}

.umt-ranking .section-content-area p span {
	display: block;
}

.impact-logo {
	margin-left: -10px;
	margin-top: 70px;
}

.umt-numbers {
	padding: 0px 12px;
}

.number-box {
	background: #023F88;
	padding: 10px 13px 8px;
}

	.number-box:hover {
		background: #023F88;
	}

	.number-box h5 {
		margin-bottom: 2px;
		color: #fff;
		font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
		font-size: 16px;
	}

	.number-box p {
		font-size: 14px !important;
		margin: 0px !important;
	}

.umt-numbers .number-col {
	padding-left: 4px;
	padding-right: 4px;
}

.row-1 {
	margin-bottom: 8px;
}

.news {
	position: relative;
}

.news-slider {
	background: #e6e7e8;
	padding-bottom: 15px;
}

.latest-news-heading {
	color: #023F88;
	font-size: 30px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 0px;
}

/*.news-box {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;*/
/*width: 200px;*/ /* Adjust according to your container size */
/*height: 156px;*/ /* Adjust according to your container size */
/*overflow: hidden;
	width: 100%;
}*/
.news-box {
	padding-left: 0px;
	padding-right: 0px;
}

	.news-box figure {
		margin-bottom: 0px;
		color: black;
	}

		.news-box figure img {
			-webkit-transition: all .7s ease-in-out;
			-moz-transition: all .7s ease-in-out;
			-o-transition: all .7s ease-in-out;
			transition: all .7s ease-in-out;
		}

		.news-box figure:hover img {
			-moz-transform: scale(0.9);
			-ms-transform: scale(0.9);
			-o-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}

	.news-box figcaption {
		font-size: 16px;
		color: #212125 !important;
		line-height: 1.2;
		padding-top: 10px;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}

	.news-box figure:hover figcaption {
		color: #023F88
	}

.events {
	background: #023F88;
}

section.section-fullwidth.news-events, section.section-fullwidth.umt-alumni {
	height: auto !important;
	background: #fff;
}

	section.section-fullwidth.umt-alumni .section-content-area {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

.alumni-box {
	background-color: #023F88;
	min-height: 100px;
}

.img-fluid {
	max-width: 100%;
	/*	height: 223px !important;
*/
}

.news-first-box-title {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 50px;
	margin-left: -15px;
	color: #023F88;
}

.news-first-box p {
	font-size: 22px;
	color: #6d6e71;
	margin-left: -15px;
	line-height: 1;
}

.events-box {
	padding: 15px 40px;
}

	.events-box .event-title-inner h6 {
		margin-bottom: 0px;
		font-size: 16px;
		color: #fff;
	}

		.events-box .event-title-inner h6:hover {
			color: #023f88;
		}

.event-date-time h5 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0px;
}

	.event-date-time h5 span {
		font-size: 22px !important;
		display: block;
	}

.event-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.52);
	left: -10px;
}

.events-main-title {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

a.more-events {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 60px;
}

.owl-dots {
	position: absolute;
	margin-top: 33px;
}

	.owl-dots .owl-dot {
		background: #929394 !important;
		border: none;
		/* padding: 0px; */
		height: 7px;
		width: 80px;
		margin-right: 10px;
		outline: none !important;
	}

		.owl-dots .owl-dot span {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			width: 100px;
			height: 5px;
			margin-left: 2px;
			margin-right: 2px;
			background: #ccc;
			border: none;
		}

		.owl-dots .owl-dot.active {
			background: #023F88 !important;
		}

.numbers-slider .owl-dots {
	position: absolute;
	margin-top: 60px;
}
.slider-fac .owl-dots, .home-news-slider .owl-dots {
	position: relative;
}
.numbers-slider.owl-nav.disabled
.umt-by-numbers .section-content-area {
	max-width: 510px;
	width: 100%;
}

.umt-footer-widget-area {
	background: linear-gradient(90.4deg, #023F88 52.1%, #101934 126.52%);
	border-color: #023F88;
	border-top-width: 5px;
	padding-top: 43px;
	padding-bottom: 40px;
}

.umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
	padding-left: 313px !important;
	padding-right: 60px !important;
}

hr.style1 {
	border: 2px solid #fff;
	color: #B2B2B2;
	margin: 5px 0px;
}

.block input {
	display: none;
}

.footer-heading {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	letter-spacing: 1px;
	color: rgb(219, 225, 230) !important;
	font-size: 14px !important;
	padding: 1% 0 !important;
	margin: 1% 0 !important;
}

.footer-aTagTopLevel {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	letter-spacing: 1px;
	color: rgb(219, 225, 230) !important;
	font-size: 14px !important;
	padding: 1% 0 !important;
	margin: 1% 0 !important;
}

.footerAccordPlus {
	float: right;
	padding-right: 10px;
}

hr.style2 {
	border: 1px solid #fff;
	color: #B2B2B2;
	opacity: 0.7;
	margin: 5px 0px;
}

footer, footer a, footer p {
	font-size: 12px !important;
}

	footer label {
		margin-bottom: 0px;
		width: 100%;
	}

.umt-footer-widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.footer-list ul li {
	font-weight: 900;
	color: #9d9fa2;
}

.umt-footer-widget-area ul li a {
	display: block;
	position: relative;
}

.umt-footer-widget-area a {
	color: rgb(219, 225, 230) !important;
	text-decoration: none !important;
}

.footer-list ul li {
	font-weight: normal !important;
}

.umt-footer-widget-area .footer-list ul {
	font-size: 16px;
}

.umt-footer-copyright-area {
	padding: 18px 0px;
	background: linear-gradient(90.4deg, #023F88 52.1%, #101934 126.52%);
}
ul.list-inline.footer-social.m-0 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 5px;
}
ul.list-inline.footer-social.m-0 li {
	margin:0px;
}
.footer-social a {
	color: #023F88 !important;
	font-size: 18px !important;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	background: #fff;
	height: 35px;
	width: 35px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 50%;
}

	.footer-social a i {
		line-height: 35px;
	}

.umt-footer-widget-area a:hover {
	opacity: 0.8;
}

.footer-social a:hover {
	color: #fff !important;
	background: #023F88;
}

.inner-page-title-box {
	position: relative;
	width: 100%;
	padding: 0px;
}

	.inner-page-title-box.content-page-inner {
		/*background: url(https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2021/bg-dep.jpg);*/
		background-size: cover;
		padding-top: 12em;
	}

.inner-page-title {
	position: relative;
	width: 100%;
	padding-left:105px;
}

.clubs-and-socities {
	max-width: 95%;
	width: 100%;
	margin-top: -120px;
	z-index: 1;
}

	.clubs-and-socities .bg-custom {
		background: #023F88;
		border: none;
	}

.sections-buttons-box .buttons-box {
	background: #111111;
	color: #fff;
	border-radius: 0px;
}

	.sections-buttons-box .buttons-box.btn-act {
		background: #023F88;
	}

.leadership-messages .inner-page-content {
	background: #d1d3d4;
}

.sections-buttons-box .buttons-box:hover {
	background: #023F88;
}

.inner-page-title h1 {
	position: absolute;
	padding-top: 80px;
/*	padding-left: 95px;*/
	color: #023F88;
	width: 100%;
	font-size: clamp(22px, 4vw, 50px);
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	text-transform: uppercase;
}
/*div#MainContent_pnlArticle {
    padding-left: 12px;
    padding-right: 12px;
}*/


/*.clubs-box .inner-page-title h1 {
	padding-left: 103px;
}

.clubs-box.content-page-box .inner-page-title h1 {
	padding-left: 103px;
}*/

.leaders-media-box {
	padding-left: 95px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 25px;
}

.leadership-names h3 {
	color: #023F88;
	margin-top: 0px;
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	text-transform: uppercase;
}

.leadership-names p {
	margin-bottom: 0px;
	font-size: 18px;
}

.clubs-box .inner-page-title {
	position: absolute;
	width: 100%;
	bottom: 120px;
}

.content-page-box .inner-page-title {
	position: relative;
/*	bottom: 100px;*/
}

.clubs-box .inner-page-title h1 {
	color: #fff;
	position: relative;
}

.clubs-box .inner-page-title p {
	padding-left: 95px;
	color: #fff;
	max-width: 80%;
	width: 100%;
	margin-bottom: 0px;
	padding-right: 15px;
	font-size: 22px;
}

.clubs-box.content-page-box .inner-page-title h1 {
	padding-top: 35px;
}

.clubs-and-socities .card .form-control, .clubs-and-socities .card select {
	height: 45px;
	border-radius: 0px;
	border: none;
}

.clubs-and-socities .card .btn {
	border-radius: 0px;
	background: #111111;
	border-color: #111111;
}

.inner-page-content {
	padding-top: 17px;
	padding-left: 95px;
	background: #fff;
	min-height: 550px;
}

.research .inner-page-title-box {
	background: #8ed8f8;
}

.research .inner-page-content {
	min-height: initial;
	background: #fff;
}

.research .inner-page-title h1 {
	position: relative;
	padding-top: 80px;
	padding-left: 95px;
	color: #023F88;
	width: 100%;
	font-size: clamp(22px, 4vw, 50px);
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.admission-aid .inner-page-content {
	background: #023F88;
	min-height: initial;
	padding-bottom: 5px !important;
}

.under-main-box {
	background: #ff9933;
}

.admission-aid .Undergraduate-box {
	background: #ff9933;
	padding: 15px 15px 50px;
	position: relative;
	left: -100px;
}

	.admission-aid .Undergraduate-box h4 {
		color: #fff;
		font-size: 34px;
	}

		.admission-aid .Undergraduate-box h4 span {
			display: block;
		}

.admission-aid .all-news-title {
	color: #fff;
	line-height: 1;
}

	.admission-aid .all-news-title span {
		display: block;
	}

.new-about.admission-aid .text-area {
	max-width: 95%;
	width: 100%;
}

.new-about .text-area p {
	font-size: 22px;
}

.admission-aid .text-area p {
	color: #fff;
	font-size: 22px;
}

.all-programs-box {
	background: #023F88;
	overflow: hidden;
}

.programs-box-links {
	list-style: none;
	padding-left: 2px;
	margin: 0px;
}

	.programs-box-links li {
		display: block;
		border-bottom: 1px solid #ffffff47;
		position: relative;
	}

		.programs-box-links li a {
			display: block;
			color: #fff;
			padding-bottom: 10px;
			padding-top: 10px;
			position: relative;
			z-index: 1;
			font-size: 22px;
		}

		.programs-box-links li:hover a {
			color: #023F88 !important;
			font-weight: bold;
		}

.special-link {
	position: relative;
	color: #023F88 !important;
}

/*.special-link:after {
		position: absolute;
		content: '';
		background: #fff;
		right: -100%;
		width: 100%;
		height: 100%;
		top: 0;
		max-width: 100%;

	}*/
/*.programs-box-links li:hover a {

	background:#fff;

}*/

.programs-box-links li a:after {
	content: "";
	background-color: #ffffff;
	width: calc(100% + 52px);
	height: 100%;
	position: absolute;
	left: -52px;
	top: 0;
	z-index: -1;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.programs-box-links li:hover a:after {
	opacity: 1;
}

.programs-box-links li a i {
	position: absolute;
	left: -30px;
	top: 18px;
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.programs-box-links .special-link i {
	color: #ff9933;
	visibility: visible;
	opacity: 1;
	font-size: 18px;
	left: -30px;
}

.programs-box-links li:hover a i {
	color: #ff9933;
	opacity: 1;
	visibility: visible;
}

.programs-box-links li .special-link:after {
	opacity: 1;
}

.pic-box {
	position: relative;
}

.scholarship-and-aid-new {
	z-index: 1;
}

.scholarships-and-aid-links.nav-pills .nav-link {
	color: #fff;
	border-radius: 0px;
	padding: 10px 0px;
}

	.scholarships-and-aid-links.nav-pills .nav-link.active {
		color: #023F88 !important;
	}

		.scholarships-and-aid-links.nav-pills .nav-link.active i {
			color: #ff9933;
			visibility: visible;
			opacity: 1;
			font-size: 18px;
			left: -30px;
		}

		.scholarships-and-aid-links.nav-pills .nav-link.active:after {
			opacity: 1;
		}

.sch-bt-box {
	margin-top: 40px;
}

.pic-box .sch-box {
	position: absolute;
	top: 50%;
	padding-left: 95px;
	webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sch-box h4, .sch-box p {
	color: #fff;
}

a.sch-bt1.btn {
	background: #ff9933;
	border-radius: 0px;
	margin-right: 10px;
}

a.sch-bt2.btn {
	background: #023F88;
	color: #fff;
	border-radius: 0px;
}

span.title-bottom-line {
	display: block;
	height: 4px;
	background: #103f77;
	width: 98.5%;
	/* left: 8px; */
	/* padding-left: 2px; */
	position: relative;
	left: 4px;
}

	span.title-bottom-line.orange-line {
		background: #023F88;
		width: 100%;
	}

.divisons-box {
	padding: 0px 25px;
	max-width: 570px;
	width: 100%;
	margin-bottom: 25px;
}

	.divisons-box.card-deck .card {
		margin-right: 5px;
		border-radius: 0px;
		margin-left: 5px;
		background: #023F88;
		border: 1px solid #023F88;
	}

		.divisons-box.card-deck .card .card-body {
			padding: 10px 15px;
		}

		.divisons-box.card-deck .card a {
			color: #fff;
		}

		.divisons-box.card-deck .card .card-body h4 {
			margin-bottom: 0px;
		}

		.divisons-box.card-deck .card:hover {
			background: #023F88;
			border: 1px solid #023F88;
		}

.text-area {
	max-width: 95%;
	width: 100%;
}

.office-inner-content .text-area input, .office-inner-content .text-area select {
	border: 1px solid #ddd;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background: #fafafa;
	outline: none;
}

.office-inner-content .text-area textarea {
	width: 100%;
	background: #fafafa;
	border: 1px solid #ddd;
}

.office-inner-content .text-area input.button {
	background: #023F88;
	border: 1px solid #023F88;
	color: #fff;
	padding: 5px 15px;
	width: auto;
}

	.office-inner-content .text-area input.button:hover {
		background: #222;
		border: 1px solid #222;
	}

.text-area ul li, .text-area ol li {
	font-size: 18px;
	color: #6d6e71;
}

.text-area p {
	color: #6d6e71;
	font-size: 18px;
	margin-bottom: 9px;
}

.research .inner-page-content .text-area p {
	font-size: 18px;
}

.leadership-messages h5 {
	font-size: 26px;
}

.text-area-list li {
	color: #6d6e71;
}

	.text-area-list li a {
		color: #6d6e71;
		font-size: 16px;
	}

		.text-area-list li a span {
			margin-right: 7px;
			font-size: 12px;
			font-weight: 700;
		}

	.text-area-list li:hover a {
		color: #023F88;
	}

.divisons-subtitle-heading {
	color: #6d6e71;
}

.news-list .news-text h6 {
	color: #023F88;
	font-size: 18px;
}

	.news-list .news-text h6 a {
		color: #023F88;
		text-decoration: underline !important;
	}

		.news-list .news-text h6 a:hover {
			color: #023F88;
		}

.news-published-date {
	font-size: 14px;
	color: #6d6e71;
	font-weight: 600;
}

.news-list .news-text p {
	font-size: 16px;
	color: #6d6e71;
	margin-top: 10px;
}

.table-responsive table, table {
	width: 100% !important;
}

	.table-responsive table th, table th {
		background-color: #023F88;
		color: #FFFFFF;
		font-size: 14px !important;
		font-weight: bold !important;
		padding: 8px 8px;
		border: 1px solid #CCCCCC !important;
	}

		.table-responsive table th b, .table-responsive table th span, .table-responsive table th p, .table-responsive table th strong, table th b, table th span, table th p, table th strong {
			color: #fff !important;
			font-size: 14px !important;
			font-weight: bold !important;
		}

		.table-responsive table th p, .table-responsive table td p, table td p {
			margin: 0px !important;
		}

	.table-responsive table td, table td {
		border: 1px solid #CCCCCC !important;
		padding: 8px 8px;
	}

section.section-fullwidth-inner.news-all .inner-page-content {
	padding-bottom: 50px;
}

.view-more-all-news {
	color: #6d6e71;
	font-size: 16px;
	padding: 5px 10px;
}

	.view-more-all-news:hover {
		background: #023F88;
		color: #fff;
	}

.news-list .news-list-img {
	overflow: hidden;
}

	.news-list .news-list-img img {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.news-list .news-list-img:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

.single-news {
	color: #6d6e71;
	font-size: 16px;
}

	.single-news h1 {
		font-size: 35px;
		color: #6d6e71;
	}

	.single-news h2 {
		font-size: 32px;
		color: #6d6e71;
	}

	.single-news h3 {
		font-size: 28px;
		color: #6d6e71;
	}

	.single-news h4 {
		font-size: 26px;
		color: #6d6e71;
	}

	.single-news h5 {
		font-size: 22px;
		color: #6d6e71;
	}

	.single-news h6 {
		font-size: 18px;
		color: #6d6e71;
	}

	.single-news h4 {
		color: #023F88;
		font-weight: bold;
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 4px;
	}

	.single-news p a, .single-news p span a, .single-news p b a .single-news p a b {
		color: #023F88;
	}

	.single-news .news-published-date {
		font-size: 18px;
		color: #6d6e71;
	}

p span b {
	color: #6d6e71;
}

.single-news p {
	font-size: 16px;
	color: #6d6e71;
	margin-top: 10px;
}

	.single-news p span {
		font-size: 16px;
		font-family: Arial !important;
	}

.single-news img {
	max-width: 400px;
}

.more-news-slider {
	padding-left: 110px;
	padding-top: 20px;
	padding-bottom: 85px;
	width: 100%;
	background: #84c2ea;
}

button.owl-next, button.owl-prev {
	background: #023F88;
	color: #fff;
	height: 40px;
	width: 40px;
	border: 1px solid #023F88;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	font-size: 15px;
	margin-right: 9px;
	cursor: pointer;
	outline: none !important;
}

	button.owl-prev.disabled, button.owl-next.disabled {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		border: 1px solid #ddd;
		line-height: 37px;
		text-align: center;
		font-size: 15px;
		cursor: pointer;
		color: #6d6e71;
		background: #fff;
		outline: none !important;
	}

.more-news-title {
	color: #023F88;
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 16px;
	margin-left: -15px;
}

.news.row.owl-carousel.more-news-slider-box.owl-loaded.owl-drag .news-box {
	padding: 0px;
}

.more-news-slider-container {
	max-width: 95%;
	width: 100%;
}

	.more-news-slider-container .owl-dots {
		margin-left: -10px;
	}

		.more-news-slider-container .owl-dots .owl-dot {
			background: #c2e1f5 !important;
			border: none;
			/* padding: 0px; */
			height: 7px;
			width: 80px;
			margin-right: 10px;
			outline: none !important;
		}

			.more-news-slider-container .owl-dots .owl-dot.active {
				background: #023F88 !important;
			}

.more-all-news {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	color: #023F88;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 12px;
	padding: 4px 10px;
}

	.more-all-news:hover {
		background: #023F88;
		color: #fff;
	}

.research-box {
	position: relative;
}

	.research-box p {
		font-size: 14px;
		margin-bottom: 0px;
	}

.research .inner-page-content .research-box p {
	font-size: 14px;
	margin-bottom: 0px;
}

.research-box .figure-caption {
	position: absolute;
	right: 0px;
	width: 85%;
	background: #fff;
	bottom: 0;
	padding: 15px;
}

	.research-box .figure-caption h5 {
		color: #023F88;
		font-size: 20px;
		font-weight: normal !important;
	}

.research-box:hover .figure-caption h5 {
	color: #023F88;
}

.office-inner-content .text-area p img {
	width: auto;
}

.office-inner-content .research-arrow::after {
	content: "\f178";
	font-family: FontAwesome;
}

.research-box:hover .figure-caption p {
	color: #000;
	text-decoration: underline;
}

.home-all-news {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	color: #6d6e71;
	text-transform: uppercase;
	font-size: 18px;
	padding: 8px 10px;
}

	.home-all-news:hover {
		color: #023F88;
	}

.research-arrow {
	bottom: 0;
	background: #023F88;
	width: 15%;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.research-box:hover .research-arrow {
	background: #000;
}

section.section-fullwidth.umt-ranking {
	background: #ededed;
	height: auto !important;
}

	section.section-fullwidth.umt-ranking .section-content-area {
		width: 100%;
		height: auto;
	}

.owl-carousel .owl-stage-outer {
	padding: 0px;
}

.custom-sp {
	margin-top: 20px;
	margin-bottom: 50px;
}

.research-box .figure {
	margin-bottom: 70px;
}

a.section-down {
	position: absolute;
	background: #fff;
	right: 4%;
	padding: 10px 12px;
	color: #444;
	bottom: 20px;
	/* font-size: 32px; */
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

	a.section-down:hover {
		background: #023F88;
		color: #fff;
		bottom: 30px;
	}

.faculty-tabs .nav-pills .nav-link {
	border-radius: 0px !important;
	background: #434341;
	color: #fff;
	font-size: 16px;
}

.faculty-tabs {
	border-bottom: 3px solid #3c3d3b;
}

	.faculty-tabs .nav-pills .nav-item {
		margin-right: 10px;
	}

	.faculty-tabs .nav-pills .nav-link.active {
		background: #023F88;
	}

.faculty-form {
	margin-bottom: 30px;
}

	.faculty-form input, .faculty-form select {
		height: 40px;
		border: none;
		font-size: 12px;
		color: #808285;
	}

.custom-search-pr input, .custom-search-pr select {
	height: 45px;
	border-radius: 0px;
}

.custom-search-pr .btn-black {
	border-radius: 0px;
	background: #023F88;
	border-color: #023F88;
	color: #fff;
}

.faculty-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #808285;
}

.faculty-form input::-moz-placeholder { /* Firefox 19+ */
	color: #808285;
}

.faculty-form input:-ms-input-placeholder { /* IE 10+ */
	color: #808285;
}

.faculty-form input:-moz-placeholder { /* Firefox 18- */
	color: #808285;
}

.faculty-form button {
	height: 40px;
	background: #023F88;
	border: none;
}

	.faculty-form button:hover {
		background: #023F88;
	}

	.faculty-form button i {
		font-size: 25px;
	}

.faculty-table .table .thead-dark th {
	color: #fff !important;
	background-color: #023F88 !important;
	border-color: rgba(255,255,255,0.3) !important;
	font-weight: normal !important;
	font-size: 16px !important;
	padding: 10px !important;
}

.faculty-table .table td {
	color: #000;
	font-size: 14px;
	vertical-align: middle;
}

.faculty-table .table tr:nth-child(odd) {
	background: #bcbec0;
}

.faculty-table .table .person-name {
	font-weight: bold;
	font-size: 14px;
	color: #231f20;
}

	.faculty-table .table .person-name a {
		color: #231f20;
	}

	.faculty-table .table .person-name:hover a {
		color: #023F88;
	}

.faculty-table .table .person-email a {
	color: #000;
}

	.faculty-table .table .person-email a i {
		font-size: 20px;
	}

.faculty-table .table tr:hover {
	background: #bcbec0;
}

.abc-fac li {
	border: none;
	margin: 3px 3px 0 0;
	width: 48.5px;
	height: 43px;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	background-color: #434341;
	color: #fff;
	text-decoration: none;
}

	.abc-fac li a {
		display: block;
		line-height: 43px;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}

	.abc-fac li:hover a {
		background-color: #023F88;
	}

.faculty-table .table .alphabet {
	background: #fff !important;
	border-bottom: 2px solid #023F88;
}

	.faculty-table .table .alphabet th {
		background: #fff !important;
		border: none;
		color: #000;
	}

	.faculty-table .table .alphabet H5 {
		font-size: 18px;
	}

.about-title-box {
	padding-left: 95px;
	padding-top: 80px;
}

	.about-title-box h1 {
		color: #023F88;
		font-size: 60px;
		font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
		text-transform: uppercase;
	}

.about-sub-title {
	font-size: 26px;
	font-weight: bold;
	color: #023F88;
}

.about-links ul {
	padding-left: 18px;
}

.about-links p {
	font-size: 20px !important;
}

.about-links h4 {
	font-size: 30px;
	font-weight: bold;
	color: #023F88;
}

.about-links ul li {
	color: #fff;
	margin-bottom: 5px;
}

	.about-links ul li a {
		font-weight: bold;
		color: #fff;
		font-size: 18px;
	}

	.about-links ul li:hover a {
		color: #023F88;
	}

.about-links {
	margin-bottom: 30px;
}

.meet-president {
	position: relative;
}

	.meet-president h4 {
		position: absolute;
		bottom: 15px;
		color: #fff;
		text-transform: uppercase;
		padding-left: 15px;
		font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
		font-size: 17px;
	}

		.meet-president h4 a {
			color: #fff;
		}

			.meet-president h4 a:hover {
				color: #023F88;
			}

		.meet-president h4 span {
			display: block;
			font-family: Arial;
			font-weight: bold;
			font-size: 14px;
		}

.Strategic-plan {
	position: relative;
}

	.Strategic-plan h4 {
		position: absolute;
		top: 18%;
		color: #fff;
		text-transform: uppercase;
		padding-left: 15px;
		font-family: Arial;
		font-weight: bold;
		font-size: 25px;
		max-width: 140px;
	}

.see-what-next {
	position: absolute;
	bottom: 25px;
	color: #fff;
	left: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

	.see-what-next i {
		margin-left: 10px;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}

	.see-what-next:hover {
		color: #023F88;
	}

		.see-what-next:hover i {
			margin-left: 15px;
		}

.Strategic-plan h4:hover {
	color: #023F88;
}

.leadership-box h3 {
	color: #023F88;
	font-size: 28px;
	font-weight: bold;
}

.leadership-box h5 {
	color: #023F88;
	font-size: 20px;
	font-weight: bold;
}

.leaders-box-caption {
	background: #023F88;
	padding: 10px 15px;
	color: #fff;
}

	.leaders-box-caption h4 {
		font-size: 16px;
		font-weight: bold;
	}

	.leaders-box-caption p {
		color: #fff;
	}

.leadership-tabs .nav-item {
	margin-right: 10px;
}

.leadership-tabs .nav-link {
	border-radius: 0px;
	background: #023F88;
	color: #fff;
}

.leadership-tabs.nav-pills .nav-link.active, .leadership-tabs.nav-pills .show > .nav-link {
	color: #fff;
	background: #023F88;
}

.contact-box {
	width: 100%;
	padding: 0px 15px;
}

.map-box {
	background: #023F88;
	margin-top: -70px;
	max-width: 98%;
}

.map-ad {
	position: relative;
	right: 20px;
	bottom: -30px;
}

h3.contact-title {
	color: #fff;
	padding-left: 40px;
	padding-top: 30px;
	text-transform: uppercase;
}

.video-caption-link {
	text-decoration: underline !important
}

.contact-box .card {
	background: #ebeae9;
	border-radius: 0px;
	border: none;
}

	.contact-box .card h4 {
		font-size: 18px;
		color: #fff;
		background: #111111;
		padding: 10px 15px;
		margin-bottom: 0px;
	}

	.contact-box .card .card-body {
		padding: 15px 20px;
	}

		.contact-box .card .card-body a {
			color: #6d6e71;
		}

		.contact-box .card .card-body p {
			color: #6d6e71;
			font-size: 16px;
		}

.other-adress p {
	font-size: 16px;
}

.contact-us-subtitle {
	display: block;
	font-size: 28px;
	margin-top: 30px;
}

.contact-us-tagline {
	font-size: 16px;
	display: block;
	margin-top: 25px;
	color: #6d6e71;
	font-family: Arial;
	text-transform: capitalize;
}

.other-adress {
	margin-top: 50px;
	width: 100%;
}

	.other-adress h4 {
		font-size: 20px;
		font-weight: bold;
		color: #023F88;
	}

	.other-adress a {
		color: #6d6e71;
	}

		.other-adress a:hover, .contact-box .card .card-body a:hover {
			color: #023F88;
		}

	.other-adress h5 {
		font-size: 16px;
		font-weight: bold;
		color: #6d6e71;
		margin-bottom: 0px;
	}

.contact-social li {
	margin-bottom: 5px;
}

	.contact-social li a {
		color: #6d6e71;
	}

		.contact-social li a i {
			width: 30px;
			height: 30px;
			background: #ddd;
			line-height: 30px;
			text-align: center;
			border-radius: 50%;
			color: #fff;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
		}

		.contact-social li a:hover i {
			border-radius: 0%;
		}

.contact-social .fb i {
	background: #45619D
}

.contact-social .twitter i {
	background: #50ABF1;
}

.contact-social .youtube i {
	background: #FF0000;
}

.contact-social .linkden i {
	background: #0077B5;
}

.contact-social .insta i {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.office-title .inner-page-title {
	bottom: 80px;
}
/*.office-title {

	min-height:180px;

}*/
@media only screen and (min-width: 993px) {
	.footerAccordPlus {
		display: none;
	}

	.alumni-title {
		max-width: 50%;
	}
}


@media (max-width:992px) {
	.umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content, .leo {
		padding-left: 245px !important;
		padding-right: 60px !important;
	}
	.news-first-box p, .news-first-box-title{
		margin-left:0px;
	}
	.video-play-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-lg-2.block{
		padding:0px;
	}
	/*section.section-fullwidth.news-events, section.section-fullwidth.umt-alumni {
		padding-left: 280px !important;
	}*/
	.alumni-image {
		margin-top: 0px;
	}
	.section-fullwidth {
		padding-left:245px !important;

	}
	.alumni-title {
		margin-bottom: 25px !important;
	}

	.alumni-caption {
		padding: 20px 50px 20px;
	}

	a.discover-more {
		margin-top: 20px;
	}

	.alumni-caption h5 {
		margin-bottom: 20px;
	}

	.office-title .inner-page-title {
		bottom: 10px;
	}

	.news-box {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*.news-first-box-title, .news-first-box p {
		margin-left: 0px;
	}*/
	.news-row .col-lg-8 {
		padding:0px;

	}
	.news-first-box-title {
		margin-bottom:20px;
	}
	.office-spot-lights .card {
		width: 100%;
	}

	.office-title .inner-page-title h1 {
		font-size: clamp(22px, 4vw, 50px);
		line-height: 1.2;
	}

	.clubs-and-socities {
		margin-top: 0px;
	}

	.new-news-box {
		padding-left: 0px;
		padding-right: 0px;
	}

	.map-ad {
		top: 0px;
		right: 0px;
	}

	.map-box {
		margin-top: 30px;
	}

		.map-box .video-caption p {
			margin-top: 20px !important;
			margin-bottom: 20px !important;
		}

	.clubs-box .inner-page-title {
		bottom: 10px;
	}
	.inner-page-title, .inner-page-content {
		padding-left: 45px;
		padding-right:60px;
	}
	.text-area, .map-box {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.video-intro {
		max-width:100% !important;
	}
	.Strategic-plan h4 {
		max-width: 100%;
	}

	.see-what-next {
		bottom: 0px;
	}

	.umt-ranking .section-content-area p, .umt-by-numbers .section-content-area p {
		line-height: 1.5;
	}

		.umt-ranking .section-content-area p span {
			display: inline;
		}

	.block input[type='checkbox']:checked ~ .info {
		/*height: 175px;*/
		height: auto;
		transition: .25s linear;
	}

	input[type='checkbox'] {
		display: none;
	}

	.info {
		width: 100%;
		height: 0;
		padding-left: 15px;
		/* display: block; */
		overflow: hidden;
		box-sizing: border-box;
		transition: .25s linear;
	}

	::selection {
		background: #222;
		color: #fff;
	}

	/*section.section-fullwidth.news-events {
		padding-right: 30px !important;
	}
*/
	h4.footer-heading:hover {
		background: rgb(246, 138, 30);
	}

		h4.footer-heading:hover a {
			padding-left: 10px !important;
		}

	div.footer-list.info ul li a {
		border-top: 1px solid rgb(226, 230, 234);
		padding: 10px 0px !important;
	}

	div.footer-list.info ul li:hover, h4.footer-heading:hover {
		background: #023F88;
	}

	hr.style1 {
		border: none;
		height: 1px;
		background-color: rgb(226, 230, 234);
	}

	hr.style2 {
		display: none;
	}

	.section-fullwidth {
		height: auto;
	}

	.umt-news-title {
		margin-left: 0px;
		margin-bottom: 5px;
	}

	section.section-fullwidth.news-events .no-gutters {
		margin-right: -15px;
		margin-left: -15px;
	}

	/*.news.row.owl-carousel.col-lg-8.owl-loaded.owl-drag {
		margin-right: 0px;
		margin-left: 0px;
	}*/

	.events {
		margin-top: 45px;
	}

	.footer-logo {
		display: none;
	}

	/*	.home-all-news {
		position: absolute;
		margin-top: -300px !important;
		right: 0;
	}*/
}
/* New About */
.video-intro-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.video-intro {
	background: #6d6e71;
	/*padding: 20px;*/
	border-top: 15px solid #023F88;
	max-width: 95%;
	width: 100%;
}

.video-caption p {
	color: #fff;
	font-size: 20px;
}

.about-page-title {
	font-size: 32px;
	color: #023F88;
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	text-transform: uppercase;
	margin: 40px 0px 20px;
}

.video-play-box {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/*	padding: 20% 0px;*/
	top: -40px;
	right: -15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden
}

	.video-play-box:hover {
		-moz-transform: scale(1.01);
		-ms-transform: scale(1.01);
		-o-transform: scale(1.01);
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

		.video-play-box:hover .play-button {
			outline: 1px solid #ffffff63;
			outline-offset: 5px;
		}
/*.video-image {
	position: relative;
	top: -65px;
	right: -90px;
}*/
/*.video-inner-box {
		position: absolute;
		text-align: center;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}*/
a.play-button {
	background: #F44336;
	padding: 20px 30px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	a.play-button:hover {
		outline: 1px solid #ffffff63;
		outline-offset: 5px;
	}

.video-inner-box h3 {
	margin-top: 30px;
	color: beige;
	/* font-weight: bold; */
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-weight: 800;
	font-size: 40px;
}

.umt-numbers-slider {
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}

	.umt-numbers-slider .owl-nav {
		text-align: center;
	}

		.umt-numbers-slider .owl-nav button.owl-prev {
			height: 40px;
			width: 40px;
			line-height: 35px;
			background: #023F88;
			outline: none;
			margin-right: 10px;
		}

			.umt-numbers-slider .owl-nav button.owl-prev span {
				font-size: 40px;
				color: #fff;
				font-weight: 100;
			}

		.umt-numbers-slider .owl-nav button.owl-next {
			height: 40px;
			width: 40px;
			line-height: 35px;
			background: #023F88;
			outline: none;
		}

			.umt-numbers-slider .owl-nav button.owl-next span {
				font-size: 40px;
				color: #fff;
			}

.umt-number-box h3 {
	font-size: 40px;
	color: #023F88;
	font-weight: bold;
}

.umt-number-box p {
	font-weight: bold;
	font-size: 18px;
}

.new-mission {
	margin-left: 30px;
	background: #0055a6;
}

.new-vision, .new-mission {
	padding: 0px;
	height: auto !important;
	margin-top: 50px;
	margin-bottom: 20px;
}

.new-mission {
	margin-left: 30px;
	background: #0055a6;
	margin-bottom: 50px;
}

.mis-and-vis-box {
	background-size: cover !important;
	padding: 20%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
	top: -40px;
	right: -15px;
}

.new-mission .mis-and-vis-box {
	left: -15px;
}

.caption-box {
	background: #fff;
	padding: 20px 15px;
	position: relative;
	right: -70px;
	z-index: 1;
}

.new-mission .caption-box {
	left: -70px;
}

.caption-box h1 {
	margin-bottom: 0px;
}

.first-word {
	display: block;
	color: #023F88;
	font-size: 30px;
	font-weight: 500;
}

.sec-word {
	font-size: 40px;
	font-weight: 600;
	color: #023F88;
}

.thr-word {
	font-size: 25px;
	font-weight: 600;
	color: #023F88;
}

.last-word {
	font-weight: 600;
	display: block;
	font-size: 40px;
	color: #8f96a3;
}

.vision-mission-titles {
	font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
	font-weight: 800;
	color: #023F88;
}

.other-links a {
	font-size: 18px;
}

	.other-links a i {
		padding-right: 15px;
		color: #f58220;
	}

.Empowering-text {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/*--------------------- Chat Bot CSS    -----------------*/
.css-1dgbgmu {
	font-size: 16px !important;
	top: 0px;
}

.bubble.from-user {
	background-color: #51de4c;
}

#live-chat-container input {
	font-size: 14px;
}

#live-chat-container p {
	font-size: 14px !important;
}

#live-chat-container a, #live-chat-container a:hover {
	color: #1a38db !important;
}

#live-chat-container .content {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	overflow: visible;
	position: relative;
}

.avatar {
	border-radius: 50% !important;
}

.on-campus-text-area ul {
	padding-left: 18px;
}

	.on-campus-text-area ul li {
		list-style-type: square;
		margin-bottom: 3px;
	}

.css-1lzfo2b.css-14x775w {
	display: none !important;
}

.bubble.from-user .webchat__bubble__content {
	background-color: #51de4c !important;
	border: none !important;
	color: #fff !important;
}

.from-user .content::after {
	width: 0;
	height: 0;
	content: "";
	top: -.15em;
	right: -12px;
	position: absolute;
	border-style: solid;
	border-width: 0px 12px 16px 0px;
	border-color: transparent #51de4c transparent transparent;
	transform: rotate(-90deg);
}

.css-tyxksf:not(.from-user) .content:before {
	width: 0;
	height: 0;
	content: "";
	top: 0;
	left: -14px;
	position: absolute;
	border-style: solid;
	border-width: 0px 16px 12px 0px;
	border-color: transparent #3593dd transparent transparent;
	transform: rotate(360deg);
}

.css-mhj5i1, .bubble:not(.from-user) .webchat__bubble__content {
	width: 100% !important;
	background-color: #8eee8d;
}

	.css-mhj5i1:not(.from-user), .bubble:not(.from-user) .webchat__bubble__content {
		background-color: #3593dd !important;
		color: #fff !important;
		border: none !important;
	}

.umt-chatbot {
	border-bottom: 3px solid #3593dd;
	height: 420px;
}

.webchat__row {
	border-radius: 4px !important;
}

/*--------------------- END Chat Bot CSS    -----------------*/
.video-caption {
	padding: 15px;
}

.resources-links h3 {
	font-size: 22px;
	font-weight: bold;
	color: #f58220;
}

.resources-links ul {
	margin-bottom: 0px;
}

	.resources-links ul li a {
		font-size: 18px;
		line-height: 34px;
		color: #6d6e71
	}

		.resources-links ul li a i {
			padding-right: 15px;
			color: #023F88;
		}

	.resources-links ul li:hover a {
		color: #023F88;
	}

.student-resources .resources-links ul li a {
	color: #023F88;
	text-decoration: underline !important;
	font-size: 18px;
	line-height: 26px;
}

.student-resources .resources-links ul li:hover a {
	color: #023F88;
}

.student-resources .resources-links p {
	font-size: 16px;
	margin-bottom: 25px;
}

.on-campus-text-area h4, .resources-links h4 {
	color: #023F88;
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 0px;
}

.resources-links h4 {
	text-transform: capitalize;
}

.on-campus-text-area h5 {
	color: #023F88;
	font-size: 22px;
	font-weight: bold;
}

.on-campus-text-area h4 a {
	color: #023F88;
}

.our-partners {
	background: #e6e7e8;
	padding: 20px 50px;
	position: relative;
}

.partners h4 {
	color: #023F88;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 0px;
}

.partners-img {
	padding: 20px;
	background: #fff;
}

	.partners-img img {
		max-height: 80px;
		width: auto !important;
		margin: auto;
	}

.our-partners .owl-nav button.owl-prev span {
	position: absolute;
	left: 10px;
	font-size: 50px;
	top: 50%;
	color: #444;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.our-partners .owl-nav button.owl-next span {
	position: absolute;
	right: 10px;
	font-size: 50px;
	top: 50%;
	color: #444;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.our-partners .owl-nav {
	font-size: 0;
}
/*OFFICIES */
.office-title h1 span {
	display: block;
}

.office-title .inner-page-title h1 {
	line-height: 1;
}

.office-inner-content {
	margin-top: -80px;
	background: #fff;
	padding: 30px;
	max-width: 95%;
	width: 100%;
	padding-bottom: 35px;
}

	.office-inner-content h1 {
		color: #023F88;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.office-inner-content .text-area {
		max-width: 100%;
	}

	.office-inner-content h2 {
		font-size: 26px;
		font-weight: bold;
		color: #023F88;
	}

	.office-inner-content h3 {
		font-weight: bold;
		font-size: 24px;
		color: #023F88;
	}

	.office-inner-content h4 {
		font-weight: bold;
		font-size: 22px;
		color: #023F88;
	}

	.office-inner-content h5 {
		font-weight: bold;
		font-size: 20px;
		color: #023F88;
	}

	.office-inner-content h6 {
		font-weight: bold;
		font-size: 18px;
		color: #023F88;
	}

	.office-inner-content .video-intro {
		border-top: 15px solid #08274c;
	}

	.office-inner-content .caption-box {
		background: rgba(236, 243, 252,0.88);
	}

		.office-inner-content .caption-box h4 {
			color: #023F88;
		}

		.office-inner-content .caption-box p {
			font-size: 16px;
			color: #08274c;
		}

.office-spot-light-image {
	position: relative;
	overflow: hidden;
}

	.office-spot-light-image img {
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}

.office-spot-lights .card:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}

.office-spot-light-name {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.office-spot-light-name h4 {
		margin-bottom: 0px;
		padding-left: 20px;
		color: #fff;
	}

.office-spot-lights .card {
	background: #d3dcdc;
	border: none;
	cursor: pointer;
}

.office-spot-lights .thumbnail .caption {
	background: #d3dcdc;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

	.office-spot-lights .thumbnail .caption ul li {
		border-bottom: 1px solid rgba(188, 189, 190, 0.7);
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.office-spot-lights .thumbnail .caption ul li:first-child {
			padding-top: 0px;
		}

		.office-spot-lights .thumbnail .caption ul li a {
			font-size: 14px;
			color: #231f20;
		}

		.office-spot-lights .thumbnail .caption ul li:last-child {
			border-bottom: 0px;
			padding-bottom: 0px;
		}

		.office-spot-lights .thumbnail .caption ul li:hover a {
			color: #023F88;
		}

		.office-spot-lights .thumbnail .caption ul li a span {
			display: block;
		}

	.office-spot-lights .thumbnail .caption.quick-links-offices ul li {
		padding-bottom: 1px !important;
		padding-top: 1px !important;
		border-bottom: 0px;
	}

	.office-spot-lights .thumbnail .caption h5 {
		color: #023F88;
		font-size: 16px;
		font-weight: bold;
		margin-top: .7rem;
	}

.phd-in-progress {
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 85%;
	width: 90%;
	margin: auto;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.card.bg-primary {
	background: #023F88 !important;
	margin-bottom: 80px;
}

	.card.bg-primary p {
		color: #fff;
	}

.exploer-links-left ul li {
	padding-bottom: 5px;
	padding-top: 5px;
}

	.exploer-links-left ul li a {
		font-size: 16px;
		color: #fff;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.exploer-links-left ul li:hover a {
		color: #fff;
		padding-left: 5px;
	}

	.exploer-links-left ul li a i {
		padding-right: 15px;
		color: #ffffff;
	}

.alumni-box-inner-box p {
	color: #ffffff;
}

.exploer-links-right ul li a {
	color: #023F88;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
}

.exploer-links-right ul li:hover a {
	color: #023F88;
}

.office-inner-content-adress-box {
	background: #f58220;
	padding: 15px;
}

	.office-inner-content-adress-box h6 {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}

	.office-inner-content-adress-box p {
		font-size: 15px;
		margin-bottom: 0px;
		color: #fff;
	}

.installment-links li {
	color: #023F88 !important;
	padding-right: 20px;
	font-size: 18px;
}

	.installment-links li i {
		color: #fff;
		padding-right: 15px;
	}

.video-slider-box {
	background: #d3d3d4;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative;
}

	.video-slider-box h1 {
		border-bottom: 1px solid #023F88;
	}

		.video-slider-box h1 a {
			font-size: 14px;
			text-transform: uppercase;
			padding: 5px 10px;
			background: #023F88;
			color: #fff;
		}

.video-slider-cover-image {
	position: relative;
}

.video-slider-box .video-slider-cover-image .video-btn {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #f5efef;
}

.video-slider-box .video-box-slider-item .video-slider-title {
	padding: 15px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

@media (min-width:1366px) {
	.umt-number-box h3 {
		font-size: 70px;
		color: #023F88;
		font-weight: bold;
	}

	.new-more-event {
		position: relative;
		display: inline-block !important;
		background: #6d6e71;
		padding-left: 15px;
		padding-right: 15px;
	}

	.admission-aid .text-area {
		max-width: 80%;
	}

	.Empowering-text {
		max-width: 70%;
	}

	.video-caption {
		padding: 0px 40px;
	}

	.umt-number-box p {
		font-weight: bold;
		font-size: 20px;
	}
}

.owl-item.active.center {
	position: relative
}

	.owl-item.active.center:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		background: -webkit-linear-gradient(top, rgba(109, 110, 113, 0.07) 0%, rgba(109, 110, 113, 0.2) 12%, rgba(109, 110, 113, 0.2) 47%, rgba(109, 110, 113, 0.07) 100%);
	}

	.owl-item.active.center:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 100%;
		right: 0;
		top: 0;
		bottom: 0;
		background: -webkit-linear-gradient(top, rgba(109, 110, 113, 0.07) 0%, rgba(109, 110, 113, 0.2) 12%, rgba(109, 110, 113, 0.2) 47%, rgba(109, 110, 113, 0.07) 100%);
	}

.umt-at-glance {
	background: #0092c8;
	padding: 30px 0px;
}

	.umt-at-glance h1 {
		color: #fff;
		font-weight: bold;
		font-size: 50px;
	}

	.umt-at-glance p {
		max-width: 80%;
		width: 100%;
		margin: auto;
		color: #fff;
		font-size: 22px;
		padding-left: 15px;
		padding-right: 15px;
	}

@media (max-width:1370px) {
	/*.video-intro  {

		height:360px;

	}*/

	/*.section-content-area.search-area-home {
		width: auto;
	}*/
}

@media(max-width:992px) {

	.dean-into-box figure img {
		margin-left: 0px;
	}
	.row > * {
		padding:0px;

	}
	h3.contact-title {
		padding-left:15px;

	}
	.clubs-and-socities {
		max-width: 100% !important;
		padding: 0px !important;
	}
		.clubs-and-socities .card .form-control {
			margin-bottom: 10px;
			margin-top: 10px;
		}
	.related-boxs-warap .related-boxs-1 {
		padding-bottom:20px;
	}
}

@media only screen and (min-width:850px) {

	#mobile-nav-logo {
		display: none;
		z-index: -1;
	}
}

@media only screen and (max-width: 850px) {
	.umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content, .leaders-media-box, .custom-bread {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.inner-page-title, .inner-page-content, .text-area, .map-box {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.rect-data .col-lg-9,
	.rect-data .col-lg-3, .dean-into-box .col-lg-10, .dean-into-box .col-lg-2 {
		padding-left: 0;
		padding-right: 0;
	}
	.news-first-box p, .news-first-box-title {
		margin-left: 0px;
	}
	.dean-intro {
		padding: 20px;
	}

	#wrapper {
		margin-top: 70px;
	}

	.custom-mz {
		font-size: 30px;
	}

	.inner-page-title-box.content-page-inner {
		padding-top: 4em;
	}

	section.section-fullwidth.umt-alumni .section-content-area {
		width: 100%;
		padding-right: 0px;
	}

	.alumni-box-inner-box {
		padding: 30px 15px;
	}

	.alumni-caption {
		padding: 20px 15px 20px;
	}

	.umt-number-box h3 {
		font-size: 40px;
	}

	#mobile-nav-logo {
		position: fixed;
		top: 10px;
		z-index: 9999;
		left: 14px;
	}

		#mobile-nav-logo img {
			height: 53px;
		}

	.office-inner-content h1 {
		font-size: 24px;
	}

	.office-inner-content h2 {
		font-size: 22px;
	}

	.office-inner-content h3 {
		font-size: 20px;
	}

	.office-inner-content h4 {
		font-size: 18px;
	}

	.office-inner-content h5 {
		font-size: 16px;
	}

	.office-inner-content h6 {
		font-size: 15px;
	}

	.office-title h1 span {
		display: initial;
	}

	.office-inner-content {
		max-width: 100%;
		margin-top: 0px;
		padding: 10px 0px;
	}

	.umt-number-box p {
		font-size: 18px;
	}

	.clubs-and-socities {
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.related-boxs-warap .related-boxs-1 {
		padding-bottom: 20px;
	}
	/*.video-intro {

		height:260px;

	}*/
	.clubs-box .inner-page-title p {
		padding-left: 15px;
		max-width: 100%;
	}

	.contact-box {
		margin-top: 0px;
	}

	.about-title-box {
		padding-left: 15px;
		padding-bottom: 80px;
	}

	a.section-down {
		display: none;
	}

	.more-news-slider {
		padding-left: 30px;
	}

	.more-news-slider-box {
		max-width: 100%;
	}

	.inner-page-content, .divisons-box {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.section-fullwidth {
		padding-left: 15px !important;
		padding-right: 15px !important;
		height: auto;
	}
	
	.search-links {
		flex-direction:column;
	}
	.inner-page-title h1, .research .inner-page-title h1 {
		padding-left: 15px !important;
		padding-right: 15px;
	}

	.section-fullwidth-inner {
		padding: 0px !important;
	}

	#side-header {
		height: auto !important;
		overflow: hidden !important;
		position: fixed;
		top: 0% !important;
	}

	.clubs-and-socities {
		max-width: 100%;
	}

	.post-content .umt-fullwidth, .umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.umt-mobile-nav-item a {
		color: #ccc;
	}

	#side-header {
		padding-top: 20px !important;
		padding-bottom: 0px !important;
		position: static !important;
	}

		#side-header .side-header-wrapper {
			overflow: hidden !important;
			padding-bottom: 15px !important;
		}

		#side-header.umt-mobile-menu-design-modern .umt-main-menu-container .umt-mobile-nav-holder, #side-header.umt-mobile-menu-design-modern .side-header-wrapper > .umt-secondary-menu-search {
			margin-bottom: 0px;
		}

	.umt-mobile-nav-item .umt-open-submenu {
		color: #FFF;
	}

	#wrapper {
		position: relative;
		left: 0%;
		transition: left 375ms ease-in-out 0ms;
	}

	.mobile-nav-wrapper {
		display: block;
	}

	#mobile-nav-toggle {
		display: block;
	}

	.mobile-nav-open {
		overflow: hidden;
	}

	#side-header {
		display: none;
	}

	.ranking-boxs {
		padding-left: 0px;
		padding-right: 0px;
	}

	.owl-dots .owl-dot, .more-news-slider-container .owl-dots .owl-dot {
		width: 20px;
	}

	.umt-news-title {
		margin-left: 0px;
	
	}

	.leo {
		padding-left: 15px !important;
		padding-right:15px !important;
	}

	.umt-footer .umt-footer-widget-area .umt-row .umt-columns.umt-columns-1.umt-widget-area {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.col-lg-10.footer-links {
		width: 100%;
	}
}

@media (min-width:768px) {

	.footer-list ul li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media (max-width:768px) {
	.see-what-next {
		bottom: 60%;
	}
	.sections-buttons-box.mb-3.mt-4 {
		flex-direction:column;

	}
	.clubs-and-socities .bg-custom {
		margin-top:10px !important;

	}
	.news-first-box-title, .news-tag {
		margin-left: 0px !important;
	}
	.map-box .video-caption {
		padding:15px;
	}
	.news-list-panel {
		padding-left: 0px;
		padding-right: 0px;
	}

	section.section-fullwidth.news-events, section.section-fullwidth.umt-ranking, section.section-fullwidth.umt-alumni {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.video-caption {
		padding: 0px;
	}

	.slider-sec {
		padding: 0px;
		margin-bottom: 20px;
	}

	.col-lg-10.footer-links, .textwidget .col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

		.col-lg-10.footer-links .block {
			padding-left: 0px;
			padding-right: 0px;
		}

	.section-content-area.search-area-home {
		width: 100%;
	}

	.news-row [class^="col-"] {
		padding: 0px;
	}

	section.section-fullwidth.umt-ranking .section-content-area {
		padding-left: 0px;
		padding-right: 0px;
	}

	section.section-fullwidth.umt-alumni .section-content-area {
		padding-left: 0px;
	}

	.textwidget {
		width: 100%;
	}

	.row.card-deck.related-boxs.mb-5.mt-5 {
		margin-left: 0px;
		margin-right: 0px;
	}

	section.section-fullwidth.umt-ranking .section-content-area {
		padding-right: 0px;
	}

	.clubs-and-socities .card .form-control {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.umt-news-title, .news-first-box-title {
		margin-bottom: 20px;
	}

	.news-first-box-title {
		font-size: 25px;
	}

	.events-main-title {
		font-size: 15px;
	}

	.research-box .figure-caption h5 {
		font-size: 18px;
	}

	.other-adress h4 {
		font-size: 18px;
	}

	.other-links a {
		font-size: 16px;
	}

	.research-box .figure-caption {
		bottom: 0px;
	}

	.map-ad iframe {
		height: 300px;
	}

	.umt-at-glance p {
		max-width: 100%;
	}

	.sections-buttons-box .buttons-box {
		display: block;
		margin-bottom: 5px;
	}

	.border-col {
		border-right: 0px;
	}

	.schools-tabs h3 {
		font-size: 19px;
		padding-right: 8px;
	}

		.schools-tabs h3 span {
			font-size: 22px;
		}

	.view-website-button {
		text-align: center;
	}

	.schools-tabs {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.schools-tabs h4 {
			font-size: 18px;
		}

	.schools-hide-show-button {
		position: absolute;
		right: 0px;
	}

		.schools-hide-show-button .btn-link.collapsed, .schools-hide-show-button .btn-link {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 111;
		}

	.programs-box-links li a i {
		top: 13px;
	}

	.video-play-box {
		top: initial;
		right: initial;
		/*padding-left: 15px;
		padding-right: 15px;*/
	}

	.mis-and-vis-box {
		display: none;
	}

	.new-mission .caption-box {
		left: 0;
	}

	.new-mission {
		margin-left: 0px;
	}

	.caption-box {
		right: 0
	}

	.new-vision, .new-mission {
		padding: 20px;
	}

	.leaders-media-box img {
		max-width: 200px;
	}

	.video-image {
		top: initial;
		right: initial;
	}

	.video-intro {
		height: auto;
		max-width: 100%;
		padding: 0px 15px;
	}

	.new-about .text-area {
		max-width: 100%;
	}

	.research-box .figure {
		margin-bottom: 20px;
	}

	.pic-box .sch-box {
		padding-left: 15px;
	}

	.admission-aid .scholarship .Undergraduate-box {
		left: 0;
	}
	/*.admission-aid .scholarship .Undergraduate-box .special-link {
			left: -15px;
		}*/
	.events {
		margin-top: 45px;
	}

	.home-all-news {
		/*	position: absolute;
		margin-top: -270px !important;
		right: 0;*/
		font-size: 14px;
	}

	.inner-page-title h1, .research .inner-page-title h1 {
		/*font-size: 35px;*/
		padding-top: 40px;
	}

	.all-news-title, .umt-at-glance h1 {
		font-size: 25px;
	}

	.about-links h4 {
		font-size: 22px;
	}

	.news-text {
		margin-top: 10px;
	}

	.video-slider-box h1 a {
		font-size: 12px;
	}

	.admission-fall-title, .ranking-title, .umt-number-title, .umt-news-title, .office-title .inner-page-title h1, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span {
		font-size: 35px;
		line-height: 1;
	}

	.custom-top-tagline {
		font-size: 20px;
	}

	.text-area .research-box p {
		font-size: 14px !important;
	}

	.umt-news-title span, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span {
		display: inline;
	}

	.row-1 {
		margin-bottom: 0px;
	}

	.number-box {
		margin-bottom: 8px;
	}

	.numbers-slider .owl-dots {
		margin-top: 20px;
	}

	.search_box {
		padding: 15px;
	}

	.admission-fall .section-content-area h4 {
		font-size: 20px;
		margin-top: 14px;
		margin-bottom: 10px;
	}

	.admission-fall .section-content-area p, .umt-ranking .section-content-area p, .umt-by-numbers .section-content-area p {
		font-size: 16px;
	}

	h1.ranking-title, h1.admission-fall-title {
		margin-bottom: 0px;
	}

	.umt-ranking .section-content-area p {
		margin-bottom: 30px;
		margin-top: 20px !important;
	}

	.admission-fall .search_box h4 {
		font-size: 18px;
	}

	/*.ranking-title span {
		font-size: 24px;
		margin-top: 5px;
	}*/

	.ranking-boxs {
		padding-left: 0px;
		padding-right: 0px;
	}

	.impact-logo {
		margin-top: 30px;
	}

	.search-links li {
		display: block;
		margin-bottom: 10px;
		margin-right: 0px !important;
	}

		.search-links li a {
			display: block;
		}

	.events-box {
		padding: 15px;
	}

	a.more-events {
		margin-top: 30px;
		font-size: 12px;
	}

	.admission-fall-title span, .umt-number-title span {
		display: inline;
	}

	.umt-by-numbers .section-content-area p {
		margin-top: 15px;
		margin-bottom: 17px;
	}

	.section-fullwidth {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.abc-fac {
		width: 100%;
	}

	p, .text-area p, .programs-box-links li a {
		font-size: 16px !important;
	}

	.admission-aid .Undergraduate-box h4 {
		font-size: 22px;
	}

	.umt-popup .modal-dialog .cross-btn {
		right: -5px;
		top: -42px;
	}

	.umt-ranking .section-content-area .Empowering-text {
		margin-top: 0px !important;
	}

	.slider-fac.owl-carousel.row.col-md-12.owl-loaded.owl-drag, .news.home-news-slider.row.owl-carousel.col-lg-8.owl-loaded.owl-drag {
		margin-right: 0px;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px
	}
}

@media (max-width:580px) {

	.faculty-form input, .faculty-form select, .umt-ranking .section-content-area .Empowering-text {
		margin-bottom: 20px !important;
	}

	.inner-page-title-box.content-page-inner {
		padding-top: 2em;
	}

	.core-value-boxs {
		grid-template-columns: repeat(1, 1fr);
	}

	.admission-aid .Undergraduate-box {
		left: 0px;
	}


	.faculty-tabs .nav-pills .nav-item, .leadership-tabs.nav-pills .nav-item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
}

@media (max-width:480px) {

	.admission-fall-title, .ranking-title, .umt-number-title, .umt-news-title, .office-title .inner-page-title h1, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span, .admission-fall-title span, .umt-news-title span {
		font-size: 22px;
	}


	.about-page-title {
		font-size: 20px;
	}

	.owl-carousel .owl-item {
		margin: auto;
	}

	.news-first-box-title {
		font-size: 18px;
	}

	.custom-top-tagline {
		font-size: 15px;
	}

	.leadership-names h3 {
		margin-top: 10px;
		font-size: 20px;
	}

	.leadership-messages h5 {
		font-size: 20px;
	}

	.clubs-box .inner-page-title p {
		display: none;
	}

	.see-what-next {
		bottom: 40%;
	}

	.ranking-title span {
		font-size: 20px;
	}

	.inner-page-title h1 {
		font-size: 22px;
		padding-top: 40px;
		text-transform: capitalize;
	}

	.divisons-box.card-deck .card {
		margin-left: 0px;
		margin-right: 0px;
	}

	.umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.about-title-box h1 {
		font-size: 35px;
	}
}

@media (max-width:340px) {
	.see-what-next {
		bottom: 20%;
	}
}

.card {
	border-bottom: 1px solid #f0f0f0;
}

.my-card {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box;
	/*	box-shadow: 0px 0px 8px;*/
	margin-bottom: 28px;
	/*border-radius: 35px 0;*/
	overflow: hidden;
	transition: .5s
}

	.my-card:hover {
		box-shadow: 0px 0px 8px #023F88;
	}

	.my-card img {
		max-height: 250px;
		width: 100%
	}

.my-card-body {
	padding: 10px;
	margin-bottom: 20px
}

	.my-card-body h5 {
		text-transform: capitalize;
		line-height: 25px;
		font-size: 25px
	}

	.my-card-body p {
		margin: 10px 0;
		color: #f7941d;
		/*word-break: break-all;*/
		font-size: 14px;
	}

.social-icons {
	margin-bottom: 25px
}

	.social-icons a {
		margin-right: 22px;
		color: #363842;
		font-size: 16px
	}

		.social-icons a:hover {
			color: #c81a3b
		}

.my-card-btn {
	color: rgb(231, 231, 231);
	background-color: #c81a3b;
	padding: 10px 28px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 10px 0;
	transition: .5s
}

	.my-card-btn:hover {
		color: rgb(15, 15, 15)
	}

.my-card-body .email {
	font-size: 13px;
}

/*CSS form the opa page*/
.nav-tabs > li.active > a {
	background-color: #93acca !important;
	border: 1px solid #ddd !important;
	border-bottom-color: #93acca !important;
	color: white !important;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: #1b4b84;
	color: white;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #111111;
	color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

@media (min-width: 576px) {
	.umt-popup .modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
}

@media (min-width:1700px) {


	.search-area-home {
		width: 70%
	}
}

@media (max-width:480px) {


	.my-card img {
		max-height: initial;
	}

	.video-mix-slider .item-video {
		width: 100%;
	}
}

@media (max-width:1500px) {

	section.section-fullwidth.admission-fall.Custodian-section {
		background-position: -300px;
	}
}

@media (max-width:1200px) {


	.news-det {
		margin: 0px;
		padding: 0px;
	}

	.news-det-box {
		padding: 0px;
	}

	.Custodian-section .section-content-area {
		max-width: 100%
	}
}

.news-pages-more-news {
	background: #023F88;
	padding: 7px 25px;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}
@media (max-width:600px) {

	.custom-sp div#customNav, #arrow-her2 {
		display: none;
	}

}


/* =============================================================
   HOME PAGE STYLES — Figma 2025 (smcs.umt.edu.pk)
   Navy #1B3C72 | Blue #2E4B9A | Orange #f5811f | Gray #6d6e71
   ============================================================= */

/* ══════════════════════════════════════════════════════════════
   SECTION 1: TOPBAR — Exact Figma specs (node 6351-58110)
   Search(321×47) | Prospectus(225×47) | ApplyOnline(150×47)
   Primary color: #2E4B9A | Shadow: 3px 3px 4px rgba(0,0,0,.25)
   ══════════════════════════════════════════════════════════════ */
.hp-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px 14px 225px;
    background: #fff;
    border-bottom: none;
    gap: 20px;
}

/* ── TOPBAR RESPONSIVE ── */
/* Large desktop: default works */

/* Mid desktop (1100–1440px) */
@media (max-width: 1440px) {
    .hp-topbar {
        padding: 14px 24px 14px 225px;
        gap: 16px;
    }
}

/* Smaller mid desktop (850–1100px) */
@media (max-width: 1100px) {
    .hp-topbar {
        padding: 12px 20px 12px 225px;
        gap: 12px;
    }
    .hp-topbar__search { width: 260px; }
    .hp-topbar__prospectus { width: 200px; }
    .hp-topbar__apply-btn { width: 130px; font-size: 13px; }
}

/* Mobile menu (below 850px) */
@media (max-width: 850px) {
    .hp-topbar {
        padding: 12px 20px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .hp-topbar__search {
        width: 100%;
        order: 1;
    }
    .hp-topbar__actions {
        width: 100%;
        order: 2;
        gap: 10px;
        margin-left: 0;
        justify-content: space-between;
    }
    .hp-topbar__prospectus { flex: 1; min-width: 160px; }
    .hp-topbar__apply-btn { flex: 0 0 auto; width: auto; padding: 0 18px; min-width: 110px; }
}

/* Small mobile (max 480px) */
@media (max-width: 480px) {
    .hp-topbar {
        padding: 10px 14px;
        gap: 8px;
    }
    .hp-topbar__search { height: 42px; }
    .hp-topbar__prospectus { height: 42px; padding: 0 14px; min-width: 0; }
    .hp-topbar__prospectus-text { font-size: 12px; }
    .hp-topbar__apply-btn { height: 42px; padding: 0 14px; font-size: 12px; min-width: 0; }
}

/* Search Box — responsive width (clamp) */
.hp-topbar__search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: clamp(180px, 25vw, 321px);
    height: 47px;
    background: #fff;
    border: 1px solid #2E4B9A;
    border-radius: 9px;
    padding: 0 15px;
    box-sizing: border-box;
    flex-shrink: 1;
    min-width: 0;
}
.hp-topbar__search-icon {
    font-size: 13px;
    color: #2E4B9A;
    flex-shrink: 0;
}
.hp-topbar__search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #333;
    width: 100%;
}
.hp-topbar__search-input::placeholder {
    color: #aab;
}

/* Right actions wrapper */
.hp-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

/* Download Prospectus — responsive width */
.hp-topbar__prospectus {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: clamp(160px, 17vw, 225px);
    height: 47px;
    background: #fff;
    border: 1px solid #2E4B9A;
    border-radius: 9px;
    padding: 0 16px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow .2s;
    user-select: none;
    flex-shrink: 0;
}
.hp-topbar__prospectus:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hp-topbar__prospectus-text {
    font-size: clamp(11px, 1vw, 14px);
    color: #2E4B9A;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-topbar__prospectus-icon {
    font-size: 12px;
    color: #2E4B9A;
    transition: transform .25s;
    flex-shrink: 0;
}
.hp-topbar__prospectus:hover .hp-topbar__prospectus-icon {
    transform: rotate(180deg);
}
/* Dropdown */
.hp-topbar__prospectus:hover .hp-topbar__dropdown { display: block; }
.hp-topbar__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #fff;
    border: 1px solid #2E4B9A;
    border-radius: 9px;
    min-width: 225px;
    z-index: 1000;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 6px 0;
}
.hp-topbar__dropdown-item {
    display: block;
    padding: 10px 19px;
    font-size: 14px;
    color: #2E4B9A !important;
    text-decoration: none !important;
    transition: background .15s;
}
.hp-topbar__dropdown-item:hover {
    background: #f0f4fb;
    font-weight: 500;
}

/* Apply Online — 150×47px, fill #2E4B9A, border 1px white, shadow */
.hp-topbar__apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(110px, 11vw, 150px);
    height: 47px;
    background: #2E4B9A;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 9px;
    font-size: 14px;
    flex-shrink: 0;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow .2s, background .2s;
    flex-shrink: 0;
}
.hp-topbar__apply-btn:hover {
    background: #3a5db0;
    color: #fff !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* ══════════════════════════════════════════════════════════════
   SECTION 2: HERO — Figma Exact Match
   ══════════════════════════════════════════════════════════════ */
.hp-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 60px 50px 225px;
    background: #fff;
    gap: 60px;
}

/* ───────── LEFT COLUMN ───────── */
.hp-hero__left {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

/* Tag: small cap icon + uppercase text (Figma: 12px) */
.hp-hero__tag {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #888;
    text-transform: uppercase;
    line-height: 1;
}
.hp-hero__tag i {
    font-size: clamp(12px, 1vw, 15px);
    color: #023F88;
}

/* Heading H1 — Figma: Arial Bold 39.61px */
.hp-hero__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3.2vw, 39.61px);
    font-weight: 700;
    color: #023F88;
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
}
.hp-hero__title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
}

/* Description paragraph — Figma: Arial Regular 15.56px */
.hp-hero__desc {
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 1.2vw, 15.56px);
    font-weight: 400;
    color: #023F88;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 100%;
}

/* CTA Button: View Our Programs (Figma: 14px) */
.hp-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #023F88;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    transition: background .2s, box-shadow .2s;
    border: none;
    margin-bottom: 36px;
}
.hp-hero__cta:hover {
    background: #034199;
    color: #fff !important;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.hp-hero__cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    font-size: 10px;
}

/* "UMT | PAKISTAN'S FIRST." (Figma: ~22px bold) */
.hp-hero__umt-line {
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    color: #023F88;
    letter-spacing: 0.5px;
}
.hp-hero__umt-bar {
    color: #FF8300;
    font-weight: 700;
    margin: 0 4px;
}

/* Orange pill (Figma: ~14px bold) */
.hp-hero__pill {
    display: inline-block;
    background: #FF8300;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* ───────── RIGHT COLUMN: Collage (50% width, fluid height) ───────── */
.hp-hero__right {
    position: relative;
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    aspect-ratio: 560 / 440;
}

/* All images: base — with Figma shadow */
.hp-hero__img {
    position: absolute;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 3px 4px 8px rgba(0,0,0,0.18);
}
.hp-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.hp-hero__img:hover img {
    transform: scale(1.05);
}

/* Top-Left image — same right-edge as bottom-left (Figma) */
.hp-hero__img--tl {
    top: 0;
    left: 0;
    width: 58%;
    height: calc(50% - 6px);
}

/* Bottom-Left image — same width as top-left */
.hp-hero__img--bl {
    bottom: 0;
    left: 0;
    width: 58%;
    height: calc(50% - 6px);
}

/* Right tall image — 40% × 100% (full height) */
.hp-hero__img--r {
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

/* SVG decoration overlay */
.hp-hero__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

/* Badge with graduation cap — at junction (responsive %) */
.hp-hero__badge {
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: #023F88;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(2,63,136,.35);
    z-index: 10;
}

/* ──────────── HERO RESPONSIVE ──────────── */
/* Above 850px: keep desktop layout (225px sidebar padding) */
/* Below 850px: mobile menu kicks in, no sidebar padding */

/* Mid desktop (1100–1440px) — keep padding 220 */
@media (max-width: 1440px) {
    .hp-hero {
        padding: 40px 30px 40px 225px;
        gap: 30px;
    }
    .hp-hero__title { font-size: 32px; }
}

/* Smaller mid desktop (850–1100px) — still has sidebar */
@media (max-width: 1100px) {
    .hp-hero {
        padding: 36px 24px 36px 225px;
        gap: 24px;
    }
    .hp-hero__left { flex: 0 0 52%; width: 52%; max-width: 52%; }
    .hp-hero__right { flex: 0 0 44%; width: 44%; max-width: 44%; }
    .hp-hero__title { font-size: 28px; }
    .hp-hero__desc { font-size: 13px; }
}

/* TABLET/MOBILE (below 850px) — sidebar becomes mobile menu, STACK */
@media (max-width: 850px) {
    .hp-hero {
        flex-direction: column;
        padding: 40px 30px;
        gap: 35px;
        align-items: stretch;
    }
    .hp-hero__left {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .hp-hero__right {
        flex: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .hp-hero__title { font-size: 32px; }
}

/* Mobile (480–768px) */
@media (max-width: 768px) {
    .hp-hero {
        padding: 30px 20px;
        gap: 28px;
    }
    .hp-hero__title { font-size: 26px; line-height: 1.2; }
    .hp-hero__desc { font-size: 13px; }
    .hp-hero__tag { font-size: 10px; letter-spacing: 1.4px; }
    .hp-hero__umt-line { font-size: 16px; }
    .hp-hero__pill { font-size: 11px; padding: 8px 14px; }
    .hp-hero__cta { padding: 11px 18px; font-size: 12px; margin-bottom: 24px; }
    .hp-hero__badge { width: 36px; height: 36px; font-size: 12px; }
    .hp-hero__img { border-radius: 10px; }
}

/* Small mobile (max 480px) */
@media (max-width: 480px) {
    .hp-hero { padding: 24px 16px; gap: 24px; }
    .hp-hero__title { font-size: 22px; }
    .hp-hero__desc { font-size: 12.5px; }
    .hp-hero__badge { width: 30px; height: 30px; font-size: 10px; }
}

/* ══════════════════════════════════════════════════════════════
   SECTION 3: 4 QUICK CARDS — Figma Exact Match
   Background: light gray | 4 equal cards | shadow | navy bar with orange triangle
   ══════════════════════════════════════════════════════════════ */
.hp-qcards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2%;
	padding: 35px 40px 44px 225px;
	background: #F4F4F4;
	align-items: stretch;
}
/* Card: 244×277px, radius 14.49px, border 1.93px #2E4B9A */
.hp-qcard {
    position: relative;
    overflow: hidden;
    border-radius: 14.49px;
    aspect-ratio: 244 / 277;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,.10),
                0 10px 28px rgba(0,0,0,.08);
    transition: transform .3s, box-shadow .3s;
    background: #fff;
    text-decoration: none !important;
    border: 1.93px solid #2E4B9A;
}
.hp-qcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,.14),
                0 18px 40px rgba(0,0,0,.12);
}
.hp-qcard img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform .4s;
    display: block;
}
.hp-qcard:hover img { transform: scale(1.06); }

/* Bottom bar: navy, 20% of card height */
.hp-qcard__bar {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: #023F88;
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    overflow: visible;
    height: 20%;
    border-radius: 0 0 12px 12px;
}

/* Vector 1: Orange CURVED shape, width 125px × height 100% of bar */
.hp-qcard__bar::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 125px;
    height: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125 60' preserveAspectRatio='none'><path d='M 0 60 C 40 60 100 60 125 0 L 125 60 Z' fill='%23FF8300' stroke='%232E4B9A' stroke-width='1'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
}
.hp-qcard__lbl {
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 700;
    color: #fff;
    position: relative; z-index: 1;
    letter-spacing: 0.3px;
}
/* Arrow: White border circle (no fill), thin SVG arrow → horizontal */
.hp-qcard__arr {
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative; z-index: 2;
    transition: transform .25s;
}
.hp-qcard__arr svg {
    width: 14px;
    height: 14px;
    display: block;
}
.hp-qcard:hover .hp-qcard__arr { transform: translateX(2px); }

/* Responsive: cards stack on smaller screens */
@media (max-width: 1024px) {
    .hp-qcards {
        grid-template-columns: repeat(2, 1fr);
        padding: 5% 4%;
        gap: 3%;
    }
}
@media (max-width: 480px) {
    .hp-qcards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .hp-qcard { aspect-ratio: 320 / 200; }
}

/* ══════════════════════════════════════════════════════════════
   SHARED HEADING + BUTTON STYLES
   ══════════════════════════════════════════════════════════════ */
.hp-h2 {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold', Arial, sans-serif;
    font-size: clamp(22px, 3.5vw, 38px);
    color: #1B3C72; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    line-height: 1.1; margin: 0;
}
.hp-h2 em { color: #FF8300; font-style: normal; }
.hp-h2-white {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold', Arial, sans-serif;
    font-size: clamp(22px, 3.5vw, 38px);
    color: #fff; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    line-height: 1.1; margin: 0;
}
.hp-h2-white em { color: #FF8300; font-style: normal; }
.hp-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    border: 2px solid #1B3C72; color: #1B3C72 !important;
    padding: 10px 24px; border-radius: 6px;
    font-size: 14px; font-weight: 600; transition: all .2s;
}
.hp-btn-outline:hover { background: #1B3C72; color: #fff !important; }
.hp-btn-primary-sm {
    display: inline-flex; align-items: center; gap: 8px;
    background: #1B3C72; color: #fff !important;
    padding: 10px 22px; border-radius: 6px;
    font-size: 13px; font-weight: 600; transition: background .2s;
}
.hp-btn-primary-sm:hover { background: #023F88; color: #fff !important; }

/* ══════════════════════════════════════════════════════════════
   DEAN'S MESSAGE — Figma Exact
   Container: white, 3 corners rounded 41px (top-left SHARP)
   Image: arch top (242px both top corners)
   ══════════════════════════════════════════════════════════════ */
.hp-dean {
    padding: 60px 5% 60px 195px;
    background: #fff;
}
.hp-dean__inner {
    display: flex;
    align-items: center;
    gap: 4%;
    background: #fff;
    border: none;
    /* 3 corners rounded — top-left SHARP, joined to sidebar */
    border-radius: 0 41px 41px 41px;
    padding: 4% 4% 4% 5%;
    overflow: visible;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(2,63,136,.10);
}

/* L-shaped offset navy outline: TOP + RIGHT HALF only */
.hp-dean__inner::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: -10px;
    height: 50%;
    border-top: 10px solid #2E4B9A;
    border-right: 10px solid #2E4B9A;
    border-top-right-radius: 50px;
    background: transparent;
    z-index: -1;
    pointer-events: none;
}

/* Text content (left) */
.hp-dean__text { flex: 1; }

.hp-dean__title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    color: #023F88;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
    line-height: 1.15;
}
.hp-dean__title em { color: #FF8300; font-style: normal; font-weight: 700; }

.hp-dean__text p {
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 1.1vw, 15px);
    color: #023F88;
    line-height: 1.7;
    margin: 0 0 14px;
    font-weight: 400;
}

.hp-dean__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #023F88;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    transition: background .2s, box-shadow .2s;
    border: none;
    margin-top: 14px;
}
.hp-dean__btn:hover {
    background: #034199;
    color: #fff !important;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}

/* Dean's image (right) — ARCH top, VERTICALLY CENTERED + overflows RIGHT */
.hp-dean__img-wrap {
    flex: 0 0 38%;
    max-width: 360px;
    aspect-ratio: 527 / 537;
    position: relative;
    z-index: 2;
    align-self: center;
    margin-right: -11.2%;
}
.hp-dean__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /* Arch on TOP — both top corners 50% (full arch) */
    border-radius: 50% 50% 0 0;
    box-shadow: 0 12px 32px rgba(2,63,136,.20);
    display: block;
    background: #fff;
    padding: 8px;
}

/* Responsive */
@media (max-width: 1280px) {
    .hp-dean { padding-left: 195px; }
}
@media (max-width: 1024px) {
    .hp-dean__inner {
        flex-direction: column;
        gap: 30px;
    }
    .hp-dean__img-wrap {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        aspect-ratio: auto;
        height: auto;
    }
    .hp-dean__img-wrap img {
        border-radius: 0;
      
        height: auto;
    }
}

/* ══════════════════════════════════════════════════════════════
   ABOUT SMCS — Figma Exact Match
   Left: image with rounded TOP (arch shape) | Right: content
   ══════════════════════════════════════════════════════════════ */
.hp-about {
    display: flex;
    align-items: center;
    gap: 4%;
    padding: 60px 5% 60px 195px;
    background: #fff;
}

/* LEFT: Image attached to sidebar — only TOP-RIGHT radius */
.hp-about__img-wrap {
    flex: 0 0 42%;
    position: relative;
    margin-left: 0;
}
.hp-about__img-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    object-position: center;
    /* ONLY top-right rounded — 50% */
    border-radius: 0 50% 0 0;
    display: block;
    padding: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.12),
                0 16px 40px rgba(2, 63, 136, 0.08);
}

/* RIGHT: Content */
.hp-about__content {
    flex: 1;
    padding: 3% 0;
}

/* Title — Figma exact */
.hp-about__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3vw, 39.61px);
    font-weight: 700;
    color: #023F88;
    line-height: 1.15;
    margin: 0 0 22px;
    letter-spacing: -0.3px;
}
.hp-about__title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
}

/* Paragraph */
.hp-about__text {
    font-family: Arial, sans-serif;
    font-size: clamp(13px, 1.2vw, 15.56px);
    font-weight: 400;
    color: #023F88;
    line-height: 1.7;
    margin: 0 0 28px;
}

/* Read More button — navy with arrow */
.hp-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #023F88;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    transition: background .2s, box-shadow .2s;
    border: none;
}
.hp-about__btn:hover {
    background: #034199;
    color: #fff !important;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.hp-about__btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1.5px solid #fff;
    border-radius: 50%;
}
.hp-about__btn-arrow svg {
    width: 11px;
    height: 11px;
}

/* Responsive */
@media (max-width: 1280px) {
    .hp-about {
        padding-left: 195px;
    }
}
/* Between 1024px and 850px: text on TOP, image BELOW (FULL screen width, no radius) */
@media (max-width: 1024px) and (min-width: 851px) {
    .hp-about {
        flex-direction: column-reverse !important;
        gap: 30px;
        align-items: stretch;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .hp-about__content {
        flex: none;
        width: 100%;
        padding: 0 0 0 30px;
    }
    /* Break out of parent padding — image spans full viewport width */
    .hp-about__img-wrap {
        flex: none;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(-1 * (225px + 30px));
        margin-right: 0;
        margin-bottom: 0;
    }
    .hp-about__img-wrap img {
        width: 100%;
        height: auto;
        border-radius: 0 !important;
      
    }
}

/* Mobile (below 850) — text TOP, image BELOW (FULL viewport width, no radius) */
@media (max-width: 850px) {
    .hp-about {
        flex-direction: column-reverse !important;
        gap: 30px;
        align-items: stretch;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .hp-about__content {
        flex: none;
        width: 100%;
        padding: 0 24px;
    }
    .hp-about__img-wrap {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .hp-about__img-wrap img {
        width: 100%;
        height: auto;
        border-radius: 0 !important;
      
    }
}

/* ══════════════════════════════════════════════════════════════
   UPCOMING EVENTS — Figma Exact (simple cards, 2x2 grid)
   ══════════════════════════════════════════════════════════════ */
.hp-events {
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    padding: 70px 60px 70px 225px;
}
.hp-events__inner {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

/* LEFT: Title at top + Featured card at BOTTOM (50% width, equal to right) */
.hp-events__left {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

/* Featured card aligned to bottom of left column */
.hp-event-card--featured {
    margin-top: auto;
}
.hp-events__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.3px;
}
.hp-events__title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
}

/* RIGHT: 2 cards stacked with moderate gap, centered vertically */
.hp-events__grid {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

/* Event Card — SVG border with built-in notch for icon */
.hp-event-card {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 12px;
    padding: 38px 24px 24px 24px;
    min-height: 150px;
    transition: transform .25s;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
}

/* Card border via SVG with NOTCH (broken at icon position) */
.hp-event-card {
    border: none;
    transition: transform .25s;
}
.hp-event-card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 300 150'><path d='M 12 0 H 32 M 90 0 H 288 Q 300 0 300 12 V 138 Q 300 150 288 150 H 12 Q 0 150 0 138 V 12 Q 0 0 12 0' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='1.2' vector-effect='non-scaling-stroke'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    transition: filter .25s;
}
.hp-event-card:hover { transform: translateY(-3px); }

/* Icon centered in the notch (notch 32-90 of 300 viewBox) */
.hp-event-card__icon {
    position: absolute;
    top: 0;
    left: 20.33%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    z-index: 2;
}
.hp-event-card__icon svg {
    width: 32px;
    height: 30px;
    display: block;
}

/* Date text */
.hp-event-card__date {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.85);
    margin: 0 0 14px;
    font-weight: 400;
}

/* Title */
.hp-event-card__title {
    font-family: Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}
.hp-event-card__title a {
    color: #fff !important;
    text-decoration: none !important;
    transition: color .2s;
}
.hp-event-card__title a:hover {
    color: #FF8300 !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .hp-events__inner { gap: 40px; }
    .hp-events__left { flex: 0 0 22%; }
}
@media (max-width: 1124px) {
    .hp-events__left { flex: 0 0 50%; }
}
@media (max-width: 1024px) {
    .hp-events__inner { flex-direction: column; gap: 30px; }
    .hp-events__left { flex: none; max-width: 100%; }
    .hp-events__grid { width: 100%; }
}
@media (max-width: 992px) {
    .hp-events__grid { max-width: 100%; }
}
@media (max-width: 700px) {
    .hp-events__grid { grid-template-columns: 1fr; gap: 16px; }
    .hp-event-card { padding: 20px 18px; }
}

/* ══════════════════════════════════════════════════════════════
   FACULTY SPOTLIGHT
   ══════════════════════════════════════════════════════════════ */
.hp-spotlight {
    display: flex; align-items: stretch;
    padding: 0 0 0 313px; background: #fff; overflow: hidden;
}
.hp-spotlight__content {
    flex: 1; padding: 60px 60px 60px 0;
    display: flex; flex-direction: column;
}
.hp-spotlight__tag {
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
    color: #FF8300; text-transform: uppercase; margin-bottom: 12px;
}
.hp-spotlight__slider { margin-top: 24px; flex: 1; }
.hp-spotlight__img-wrap { flex: 0 0 40%; max-width: 460px; }
.hp-spotlight__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ══════════════════════════════════════════════════════════════
   TOP STORIES
   ══════════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════════════
   TOP STORIES — Horizontal Slider (Figma)
   ══════════════════════════════════════════════════════════════ */
.hp-stories {
    padding: 60px 40px 60px 225px;
    background: #fff;
}

/* Header with title + nav buttons */
.hp-stories__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 20px;
}

.hp-stories__title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.8vw, 36px);
    color: #023F88;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    margin: 0;
    line-height: 1.15;
}
.hp-stories__title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
}

/* Track wrapper — allow shadow space */
.hp-stories__track-wrap {
    position: relative;
    overflow: hidden;
    padding: 12px 0 20px;
}

/* Track (horizontal scroll, auto-slides) */
.hp-stories__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 12px 4px 20px;
    /* NO scroll-snap (so auto-slide can run smoothly 1px at a time) */
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.hp-stories__track::-webkit-scrollbar {
    display: none;
}

/* Story card (in slider) — flex column so bar is at bottom */
.hp-story-card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 260px;
    max-width: 360px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transition: transform .3s, box-shadow .3s;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.hp-story-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.2);
}
.hp-story-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}

/* Image — flex-grow so it fills available space */
.hp-story-card__img {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    flex: 1 1 auto;
}
.hp-story-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
    display: block;
}
.hp-story-card:hover .hp-story-card__img img {
    transform: scale(1.05);
}

/* Arrow icon in top-right of image — transparent with white border */
.hp-story-card__arr {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    /* background: #FF8300; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    transition: transform .25s, background .2s;
    border: 1px solid #fff;
}
.hp-story-card__arr svg {
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}
.hp-story-card:hover .hp-story-card__arr {
    transform: scale(1.1);
}

/* Bottom bar with title — flush to bottom */
.hp-story-card__bar {
    background: #023F88;
    padding: 14px 18px;
    font-family: Arial, sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
}
.hp-story-card__bar span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 1280px) {
    .hp-stories { padding-left: 195px; }
}
@media (max-width: 1024px) {
    .hp-stories { padding: 50px 4%; }
    .hp-story-card { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
    .hp-story-card { flex: 0 0 85%; }
}
@media (max-width: 550px) {
    .hp-story-card {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
    }
}

/* ══════════════════════════════════════════════════════════════
   LIFE AT SMCS — Figma Style Gallery
   ══════════════════════════════════════════════════════════════ */
.hp-life {
    padding: 70px 60px 70px 225px;
    background: #fff;
}

/* Header: Title (left) + View More button (right) */
.hp-life__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 24px;
}
.hp-life__heading {
    flex: 1;
}
.hp-life__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    color: #023F88;
    line-height: 1.15;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}
.hp-life__title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
}
.hp-life__intro {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #023F88;
    margin: 0;
    line-height: 1.5;
}

/* View More button (navy with arrow circle) */
.hp-life__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #023F88;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    transition: background .2s, box-shadow .2s;
    flex-shrink: 0;
    white-space: nowrap;
}
.hp-life__btn:hover {
    background: #034199;
    color: #fff !important;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.hp-life__btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1.5px solid #fff;
    border-radius: 50%;
}
.hp-life__btn-arrow svg {
    width: 11px;
    height: 11px;
}

/* Gallery grid with extra padding for raised cards */
.hp-life__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 10px;
}

/* Each gallery item — staggered: MIDDLE column raised */
.hp-life-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform .25s;
    text-decoration: none !important;
    color: inherit !important;
}

/* Middle column (2nd, 5th) raised by 30px */
.hp-life-item:nth-child(3n+2) {
    transform: translateY(-30px);
}

/* Hover: middle raised more */
.hp-life-item:nth-child(3n+2):hover {
    transform: translateY(-36px);
}

/* Outer columns (1st & 3rd) normal hover */
.hp-life-item:nth-child(3n+1):hover,
.hp-life-item:nth-child(3n+3):hover {
    transform: translateY(-6px);
}

/* Image wrapper */
.hp-life-item__img {
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    margin-bottom: 12px;
}
.hp-life-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.hp-life-item:hover .hp-life-item__img img {
    transform: scale(1.06);
}

/* Title under image */
.hp-life-item__title {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #023F88;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    padding: 0 4px;
}

/* Responsive */
@media (max-width: 1280px) {
    .hp-life { padding-left: 225px; }
}
@media (max-width: 1024px) {
    .hp-life__grid { grid-template-columns: repeat(2, 1fr); }
    .hp-life-item:nth-child(3n+2),
    .hp-life-item:nth-child(3n+1):hover,
    .hp-life-item:nth-child(3n+3):hover { transform: translateY(0); }
    .hp-life-item:hover { transform: translateY(-6px); }
}

/* Below 850px: switch to Owl slider mode */
@media (max-width: 850px) {
    .hp-life { padding: 50px 24px !important; }
    .hp-life__header { flex-direction: column; align-items: flex-start; }

    /* Override grid to make Owl Carousel work */
    .hp-life__owl {
        display: block !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hp-life__owl .owl-stage {
        display: flex;
        padding: 6px 0 16px;
    }
    .hp-life__owl .owl-item {
        display: flex;
        height: auto;
    }
    .hp-life__owl .hp-life-item {
        width: 100%;
        transform: none !important;
        margin: 0;
    }
    .hp-life__owl .hp-life-item:hover {
        transform: translateY(-4px) !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1280px) {
    .hp-topbar    { padding: 12px 40px 12px 225px; }
    .hp-hero      { padding-left: 225px; padding-right: 40px; }
    .hp-qcards    { padding-left: 225px; }
    .hp-dean      { padding-left: 195px; }
    .hp-about     { padding-left: 195px; }
    .hp-events    { padding-left: 225px; }
    .hp-spotlight { padding-left: 225px; }
    .hp-stories   { padding-left: 225px; }
    .hp-life      { padding-left: 225px; }
}
/* Mobile breakpoint: 850px (below this, mobile menu appears) */
@media (max-width: 850px) {
    .hp-topbar    { padding: 10px 20px 10px 20px; }
    .hp-topbar__search { width: 200px; }
    .hp-topbar__prospectus { width: auto; min-width: 160px; }
    .hp-topbar__apply-btn { width: auto; padding: 0 14px; }
    .hp-hero      { padding: 40px 30px !important; }
    .hp-qcards    { padding: 30px 24px !important; }
    .hp-dean      { padding: 40px 24px !important; }
    .hp-dean__inner { flex-direction: column; overflow: hidden; }
    .hp-dean__img-wrap { margin: 0; flex: none; width: 100%; max-width: 100%; height: auto; aspect-ratio: auto; align-self: stretch; }
    .hp-about     { flex-direction: column; padding: 40px 24px !important; }
    .hp-about__img-wrap { flex: none; width: 100%; max-width: 100%; margin: 0; }
    .hp-about__content { padding: 24px 0; }
    .hp-spotlight { flex-direction: column; padding: 40px 24px !important; }
    .hp-spotlight__img-wrap { flex: none; max-width: 100%; height: 300px; }
    .hp-stories   { padding: 40px 24px !important; }
    .hp-life      { padding: 40px 24px !important; }
    .hp-events    { padding: 40px 24px !important; }
    .hp-life__grid { grid-template-columns: 1fr 1fr; }
    .hp-events__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hp-topbar    { padding: 10px 16px; flex-wrap: wrap; }
    .hp-topbar__search { width: 100%; }
    .hp-topbar__actions { width: 100%; margin-left: 0; }
    .hp-topbar__prospectus { flex: 1; width: auto; }
    .hp-topbar__apply-btn { flex: 0 0 auto; width: auto; padding: 0 14px; }
    .hp-qcards    { grid-template-columns: 1fr 1fr; padding: 20px 16px; }
    .hp-stories__grid, .hp-life__grid { grid-template-columns: 1fr; }
    .hp-events    { padding: 40px 16px; }
    .hp-life__header { flex-direction: column; align-items: flex-start; gap: 12px; }
}
/* ============================================================= */
/* ══════════════════════════════════════════════════════════════
   FACULTY DIRECTORY — Premium Card Grid Design
   ══════════════════════════════════════════════════════════════ */
.faculty-directory {
    padding: 20px 0;
}

/* Alphabet section header — elegant with orange accent line */
.faculty-alpha-header {
    margin: 36px 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.faculty-alpha-header::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #FF8300 0%, rgba(255, 131, 0, 0.1) 100%);
    border-radius: 1px;
}
.faculty-alpha {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #023F88;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    padding: 0 8px;
}
.faculty-alpha::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 28px;
    height: 4px;
    background: #FF8300;
    border-radius: 2px;
}

/* Grid container — equal-height cards */
.faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

/* ═══════════ PREMIUM Faculty Card ═══════════ */
.faculty-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(2, 63, 136, 0.08),
                0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform .35s cubic-bezier(.2, .8, .2, 1),
                box-shadow .35s ease;
    border: 1px solid rgba(2, 63, 136, 0.06);
    width: 100%;
    height: 100%;
    min-width: 0;
    cursor: pointer;
}

/* Invisible clickable overlay for full-card link (except email icon) */
.faculty-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    text-decoration: none;
    cursor: pointer;
}

/* Decorative top accent bar (hidden until hover) */
.faculty-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #023F88 0%, #FF8300 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s ease;
    z-index: 2;
}

.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(2, 63, 136, 0.18),
                0 8px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none !important;
    color: inherit !important;
    border-color: rgba(2, 63, 136, 0.12);
}
.faculty-card:hover::before {
    transform: scaleX(1);
}

/* ═══════════ Card Image with Premium Gradient + Shimmer ═══════════ */
.faculty-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    flex-shrink: 0;
    display: block;
}
/* Bottom gradient overlay for text legibility hint */
.faculty-card__img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 63, 136, 0.15) 100%);
    z-index: 1;
    pointer-events: none;
}
/* Shimmer effect on hover */
.faculty-card__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
    transition: left .8s ease;
    z-index: 2;
    pointer-events: none;
}
.faculty-card:hover .faculty-card__img::before {
    left: 150%;
}

.faculty-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1);
    display: block;
}
.faculty-card:hover .faculty-card__img img {
    transform: scale(1.08);
}

/* ═══════════ Card Body ═══════════ */
.faculty-card__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    background: #fff;
    position: relative;
    min-height: 0;
}

/* Name — bold and prominent */
.faculty-card__name {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #023F88;
    margin: 0;
    line-height: 1.3;
    transition: color .2s;
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.faculty-card:hover .faculty-card__name {
    color: #FF8300;
}

/* Designation — full text, no truncation */
.faculty-card__designation {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    color: #6d7280;
    margin: 0;
    line-height: 1.5;
    flex: 1 1 auto;
    font-weight: 500;
}

/* ═══════════ Contact row ═══════════ */
.faculty-card__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(2, 63, 136, 0.08);
}
.faculty-card__ext {
    font-size: 12.5px;
    color: #023F88;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}
.faculty-card__ext i {
    color: #FF8300;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 131, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.faculty-card__email {
    position: relative;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #023F88 0%, #034199 100%);
    color: #fff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: transform .25s, box-shadow .25s, background .25s;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(2, 63, 136, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
}

/* ═══════════ Email Popup ═══════════ */
.faculty-card__contact {
    position: relative;
}
.faculty-email-popup {
    position: absolute;
    bottom: calc(100% + 10px);
    right: -8px;
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.15);
    border-radius: 10px;
    padding: 10px 12px;
    min-width: 200px;
    max-width: 280px;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.18),
                0 2px 6px rgba(0, 0, 0, 0.08);
    animation: popupFadeIn .2s ease;
}
@keyframes popupFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Arrow pointing to email button */
.faculty-email-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 22px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-right: 1px solid rgba(2, 63, 136, 0.15);
    border-bottom: 1px solid rgba(2, 63, 136, 0.15);
    transform: translateY(-50%) rotate(45deg);
}

.faculty-email-popup__title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6d7280;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.faculty-email-popup__title i {
    color: #FF8300;
}

.faculty-email-popup__link {
    display: block;
    font-size: 13px;
    color: #023F88 !important;
    text-decoration: none !important;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background .15s, color .15s;
    word-break: break-all;
    line-height: 1.4;
    font-weight: 500;
}
.faculty-email-popup__link:hover {
    background: rgba(2, 63, 136, 0.06);
    color: #FF8300 !important;
}
.faculty-email-popup__link + .faculty-email-popup__link {
    margin-top: 2px;
    border-top: 1px solid #f0f2f5;
    padding-top: 8px;
}
.faculty-card__email:hover {
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    color: #fff !important;
    transform: translateY(-2px) rotate(-8deg);
    box-shadow: 0 4px 12px rgba(255, 131, 0, 0.4);
}

/* Responsive */
@media (max-width: 1280px) {
    .faculty-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
}
@media (max-width: 1024px) {
    .faculty-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
    .faculty-alpha { font-size: 30px; }
}
@media (max-width: 768px) {
    .faculty-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .faculty-card__body { padding: 14px 16px 16px; }
    .faculty-card__name { font-size: 14.5px; }
    .faculty-alpha { font-size: 26px; }
    .faculty-alpha-header { margin: 24px 0 16px; }
}
@media (max-width: 480px) {
    .faculty-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ══════════════════════════════════════════════════════════════
   DEAN'S MESSAGE PAGE — Premium Design
   ══════════════════════════════════════════════════════════════ */
.dean-message-modern {
    background: #f7f9fc;
}

/* Premium pill-style section tabs — applied globally */
.sections-buttons-box {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 24px !important;
}
.sections-buttons-box .buttons-box {
    background: #fff !important;
    color: #023F88 !important;
    border: 1px solid rgba(2, 63, 136, 0.15) !important;
    border-radius: 6px !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all .25s ease !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}
.sections-buttons-box .buttons-box:hover {
    background: rgba(255, 131, 0, 0.08) !important;
    border-color: #FF8300 !important;
    color: #FF8300 !important;
    transform: translateY(-2px);
}
.sections-buttons-box .buttons-box.btn-act {
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 6px 16px rgba(2, 63, 136, 0.25);
}
.sections-buttons-box .buttons-box.btn-act:hover {
    background: linear-gradient(135deg, #1a4fa0 0%, #023F88 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* Hide the "Text Here" card */
.dean-message-modern .card.bg-custom {
    display: none !important;
}

/* Hide the duplicate H4 title */
.dean-message-modern .vision-mission-titles {
    display: none !important;
}

/* Main content area */
.dean-message-modern .dean-msg-content {
    background: #fff;
    padding: 0 !important;
    border-radius: 22px;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
/* Decorative orange corner */
.dean-message-modern .dean-msg-content::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.10) 0%, transparent 70%);
    pointer-events: none;
}
.dean-message-modern .dean-msg-content::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(2, 63, 136, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* ───── HERO INTRO (photo + welcome) ───── */
.dean-msg-hero {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* Photo card with badge */
.dean-msg-photo {
    position: relative;
    width: 100%;
}
.dean-msg-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
    box-shadow:
        0 8px 24px rgba(2, 63, 136, 0.15),
        0 20px 50px rgba(2, 63, 136, 0.12);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
.dean-msg-photo:hover img {
    transform: translateY(-4px);
}
/* Quote badge */
.dean-msg-badge {
    position: absolute;
    bottom: 18px;
    right: -18px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 24px rgba(255, 131, 0, 0.35);
    border: 4px solid #fff;
}

/* Intro text column */
.dean-msg-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #FF8300;
    padding: 6px 14px;
    background: rgba(255, 131, 0, 0.10);
    border-radius: 30px;
    margin-bottom: 16px;
}
.dean-msg-title {
    font-family: Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    color: #023F88;
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: -0.8px;
}
.dean-msg-title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 800;
}
.dean-msg-lead {
    font-size: 17px;
    line-height: 1.65;
    color: #2a3a55;
    margin: 0;
    font-weight: 500;
    padding-left: 18px;
    border-left: 4px solid #FF8300;
}

/* ───── BODY PARAGRAPHS ───── */
.dean-msg-body {
    position: relative;
    z-index: 2;
    margin: 0 0 40px;
}
.dean-msg-body p {
    font-size: 15.5px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 18px !important;
    text-align: justify;
}
/* First paragraph — elegant accent (no drop cap) */
.dean-msg-body p:first-of-type {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #2a3a55;
    border-left: 4px solid rgba(2, 63, 136, 0.15);
}
.dean-msg-body p:first-of-type::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 40%;
    background: #FF8300;
    border-radius: 2px;
}
.dean-msg-cta {
    font-size: 17px !important;
    font-weight: 600;
    color: #023F88 !important;
    background: linear-gradient(90deg, rgba(255, 131, 0, 0.06) 0%, rgba(2, 63, 136, 0.04) 100%);
    padding: 20px 24px !important;
    border-radius: 12px;
    border-left: 4px solid #FF8300;
    margin-top: 8px !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

/* ───── SIGNATURE CARD ───── */
.dean-msg-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 26px 30px;
    background: linear-gradient(135deg, #f7faff 0%, #eef3fa 100%);
    border-radius: 16px;
    border: 1px solid rgba(2, 63, 136, 0.08);
    position: relative;
    z-index: 2;
}
.dean-msg-signature__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(2, 63, 136, 0.25);
    flex-shrink: 0;
}
.dean-msg-signature__text {
    flex: 1;
}
.dean-msg-signature__text h3 {
    font-size: 22px;
    font-weight: 800;
    color: #023F88;
    margin: 0 0 4px;
    letter-spacing: -0.3px;
}
.dean-msg-signature__text .dean-msg-degree {
    font-size: 13px;
    color: #6d7280;
    margin: 0 0 4px !important;
    font-weight: 500;
}
.dean-msg-signature__text .dean-msg-role {
    font-size: 14px;
    font-weight: 700;
    color: #FF8300;
    margin: 0 !important;
}

/* ───── RESPONSIVE ───── */
@media (max-width: 1024px) {
    .dean-message-modern .dean-msg-content {
        padding: 36px 36px !important;
    }
    .dean-msg-hero {
        grid-template-columns: 240px 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .dean-message-modern .dean-msg-content {
        padding: 28px 24px !important;
        border-radius: 16px;
    }
    .dean-msg-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: left;
    }
    .dean-msg-photo {
        max-width: 260px;
        margin: 0 auto;
    }
    .dean-msg-badge {
        right: 10px;
    }
    .dean-msg-title {
        font-size: 26px;
    }
    .dean-msg-lead {
        font-size: 15px;
    }
    .dean-msg-body p {
        font-size: 14.5px;
        text-align: left;
    }
    .dean-msg-body p:first-of-type::first-letter {
        font-size: 44px;
    }
    .dean-msg-signature {
        flex-direction: column;
        text-align: center;
        padding: 22px 20px;
        gap: 14px;
    }
}

/* ══════════════════════════════════════════════════════════════
   ABOUT (THE SCHOOL) PAGE — Premium Design
   ══════════════════════════════════════════════════════════════ */
.school-modern {
    background: #f7f9fc;
}

/* Common eyebrow chip */
.school-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #FF8300;
    padding: 6px 14px;
    background: rgba(255, 131, 0, 0.10);
    border-radius: 30px;
    margin-bottom: 16px;
}

/* Section title */
.school-section-title {
    font-family: Arial, sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: #023F88;
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.5px;
}
.school-section-title em {
    color: #FF8300;
    font-style: normal;
    font-weight: 800;
}

/* ─── Intro section ─── */
.school-intro-row {
    padding: 30px 0 10px;
}
.school-intro {
    max-width: 1100px;
}
.school-intro .school-lead {
    font-size: 17px;
    line-height: 1.7;
    color: #2a3a55;
    font-weight: 500;
    padding-left: 22px;
    border-left: 4px solid rgba(2, 63, 136, 0.15);
    position: relative;
    margin: 0 0 20px;
}
.school-intro .school-lead::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 40%;
    background: #FF8300;
    border-radius: 2px;
}
.school-intro p {
    font-size: 15.5px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 18px;
}
.school-intro p strong {
    color: #023F88;
    font-weight: 700;
}
.school-intro p em {
    color: #2a3a55;
    font-style: italic;
    font-weight: 500;
}

/* ─── Programs grid ─── */
.school-programs-row {
    padding: 30px 0;
}
.school-programs-header {
    margin-bottom: 28px;
}
.school-programs-sub {
    font-size: 15px;
    color: #6d7280;
    margin: 0;
}
.school-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.school-program-card {
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.08);
    border-radius: 14px;
    padding: 24px 22px;
    position: relative;
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
    overflow: hidden;
}
.school-program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    transition: width .25s ease;
}
.school-program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(2, 63, 136, 0.15);
    border-color: rgba(255, 131, 0, 0.3);
}
.school-program-card:hover::before {
    width: 6px;
}
.school-program-level {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #FF8300;
    padding: 5px 12px;
    background: rgba(255, 131, 0, 0.10);
    border-radius: 30px;
    margin-bottom: 12px;
}
.school-program-card h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #023F88;
    line-height: 1.4;
    margin: 0;
}

/* ─── Closing quote ─── */
.school-closing {
    background: linear-gradient(135deg, #f7faff 0%, #eef3fa 100%);
    border-left: 4px solid #FF8300;
    border-radius: 16px;
    padding: 30px 36px;
    margin: 30px 0;
    position: relative;
}
.school-closing__quote {
    position: absolute;
    top: 24px;
    right: 30px;
    font-size: 40px;
    color: rgba(2, 63, 136, 0.10);
}
.school-closing p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3a55;
    margin: 0;
    font-weight: 500;
    padding-right: 60px;
}
.school-closing strong {
    color: #023F88;
    font-weight: 700;
}

/* ─── Features grid ─── */
.school-features-row {
    padding: 40px 0 30px;
}
.school-features-header {
    text-align: center;
    margin-bottom: 36px;
}
.school-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.school-feature-card {
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.06);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: left;
    transition: all .35s cubic-bezier(.2, .8, .2, 1);
    position: relative;
    overflow: hidden;
}
.school-feature-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.06) 0%, transparent 70%);
    transition: transform .4s ease;
}
.school-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(2, 63, 136, 0.14);
    border-color: rgba(255, 131, 0, 0.25);
}
.school-feature-card:hover::after {
    transform: scale(1.6);
}
.school-feature__icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(2, 63, 136, 0.20);
    transition: transform .3s, background .3s;
}
.school-feature-card:hover .school-feature__icon {
    transform: scale(1.08) rotate(-5deg);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    box-shadow: 0 10px 24px rgba(255, 131, 0, 0.30);
}
.school-feature-card h4 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #023F88;
    margin: 0 0 8px;
    line-height: 1.3;
}
.school-feature-card p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #6d7280;
    margin: 0;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .school-intro-row,
    .school-programs-row,
    .school-features-row {
        padding-left: 16px;
        padding-right: 16px;
    }
    .school-intro .school-lead { font-size: 15px; }
    .school-intro p { font-size: 14.5px; }
    .school-closing { padding: 24px 20px; }
    .school-closing p { font-size: 14.5px; padding-right: 0; }
    .school-closing__quote { display: none; }
    .school-feature-card { padding: 22px 18px; }
    .school-program-card { padding: 20px 18px; }
}

/* ══════════════════════════════════════════════════════════════
   VISION & MISSION PAGE — Premium Cards
   ══════════════════════════════════════════════════════════════ */
.vm-content {
    padding: 30px 0 !important;
}

/* Vision + Mission split grid */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 50px;
}

.vm-card {
    position: relative;
    padding: 40px 36px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s;
    border: 1px solid transparent;
}
.vm-card:hover {
    transform: translateY(-6px);
}

/* Vision: navy gradient (premium) */
.vm-card--vision {
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(2, 63, 136, 0.20);
}
.vm-card--vision::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.20) 0%, transparent 70%);
    pointer-events: none;
}
.vm-card--vision::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}
.vm-card--vision:hover {
    box-shadow: 0 20px 48px rgba(2, 63, 136, 0.30);
}

/* Mission: white card with orange accent */
.vm-card--mission {
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.08);
    box-shadow: 0 4px 16px rgba(2, 63, 136, 0.08), 0 12px 32px rgba(2, 63, 136, 0.06);
    color: #2a3a55;
}
.vm-card--mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
}
.vm-card--mission::after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.10) 0%, transparent 70%);
    pointer-events: none;
}
.vm-card--mission:hover {
    border-color: rgba(255, 131, 0, 0.25);
    box-shadow: 0 12px 32px rgba(2, 63, 136, 0.14);
}

/* Icon badge inside card */
.vm-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
    transition: transform .3s;
}
.vm-card:hover .vm-card__icon {
    transform: scale(1.08) rotate(-6deg);
}
.vm-card--vision .vm-card__icon {
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 131, 0, 0.40);
}
.vm-card--mission .vm-card__icon {
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(2, 63, 136, 0.30);
}

/* Eyebrow */
.vm-card__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.vm-card--vision .vm-card__eyebrow {
    color: #FF8300;
    background: rgba(255, 131, 0, 0.15);
}
.vm-card--mission .vm-card__eyebrow {
    color: #FF8300;
    background: rgba(255, 131, 0, 0.10);
}

/* Title */
.vm-card__title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
}
.vm-card__title em {
    font-style: normal;
    font-weight: 800;
}
.vm-card--vision .vm-card__title {
    color: #fff;
}
.vm-card--vision .vm-card__title em {
    color: #FF8300;
}
.vm-card--mission .vm-card__title {
    color: #023F88;
}
.vm-card--mission .vm-card__title em {
    color: #FF8300;
}

/* Card text */
.vm-card__text {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    position: relative;
    z-index: 2;
}
.vm-card--vision .vm-card__text {
    color: rgba(255, 255, 255, 0.85);
}
.vm-card--mission .vm-card__text {
    color: #444;
}

/* Values section */
.vm-values-section {
    padding-top: 20px;
}
.vm-values-section .school-features-header {
    text-align: center;
    margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 900px) {
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .vm-card {
        padding: 32px 28px;
    }
}
@media (max-width: 768px) {
    .vm-card {
        padding: 26px 22px;
        border-radius: 16px;
    }
    .vm-card__title {
        font-size: 20px;
    }
    .vm-card__text {
        font-size: 14px;
    }
}

/* ══════════════════════════════════════════════════════════════
   FACULTY PROFILE PAGE — Modern Redesign
   ══════════════════════════════════════════════════════════════ */

/* HERO HEADER */
.faculty-profile-modern .inner-page-title-box.content-page-inner {
    background: linear-gradient(135deg, rgba(2, 63, 136, 0.92) 0%, rgba(16, 25, 52, 0.92) 100%) !important;
    padding: 60px 0 70px !important;
    border-bottom: 4px solid #FF8300;
    position: relative;
}
.faculty-profile-modern .custom-bread {
    margin-bottom: 18px !important;
}
.faculty-profile-modern .custom-bread a,
.faculty-profile-modern .custom-bread li {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px;
    transition: color .2s;
}
.faculty-profile-modern .custom-bread a:hover {
    color: #FF8300 !important;
}
.faculty-profile-modern .inner-page-title h1 {
    font-family: Arial, sans-serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    color: #fff !important;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0;
}
.faculty-profile-modern .inner-page-title .highlight-title {
    color: #fff !important;
    background: none !important;
}

/* DESIGNATION BAR — orange gradient */
.faculty-profile-modern .card.bg-custom {
    background: linear-gradient(90deg, #FF8300 0%, #ff9a30 100%) !important;
    border-radius: 12px !important;
    margin-top: 30px !important;
    box-shadow: 0 6px 18px rgba(255, 131, 0, 0.25);
    border: none;
}
.faculty-profile-modern .card.bg-custom .card-body {
    padding: 18px 28px;
}
.faculty-profile-modern .card.bg-custom h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* INFO + PHOTO CARD */
.faculty-profile-modern .on-campus-text-area {
    background: #fff;
    padding: 30px !important;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(2, 63, 136, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(2, 63, 136, 0.06);
}
.faculty-profile-modern .on-campus-text-area p {
    font-size: 14.5px;
    color: #023F88;
    margin: 0 0 12px !important;
    line-height: 1.6;
}
.faculty-profile-modern .on-campus-text-area p:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #023F88;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 131, 0, 0.2);
    margin-bottom: 16px !important;
}
.faculty-profile-modern .on-campus-text-area p a {
    color: #023F88 !important;
    text-decoration: none !important;
    transition: color .2s;
    font-weight: 600;
}
.faculty-profile-modern .on-campus-text-area p a:hover {
    color: #FF8300 !important;
}

/* Profile picture */
.faculty-profile-modern .on-campus-text-area .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.faculty-profile-modern #imgProfile {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.20), 0 0 0 2px rgba(255, 131, 0, 0.3);
    transition: transform .3s;
}
.faculty-profile-modern #imgProfile:hover {
    transform: translateY(-3px) scale(1.02);
}

/* DETAIL TEXT */
.faculty-profile-modern .detail {
    background: #fff;
    padding: 28px;
    margin-top: 20px;
    border-radius: 14px;
    border-left: 4px solid #FF8300;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    color: #444;
    font-size: 14.5px;
    line-height: 1.75;
}
.faculty-profile-modern .detail:empty {
    display: none;
}

/* ACCORDION CARDS */
.faculty-profile-modern .clubs-and-socities-show-hide {
    margin-top: 30px !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card {
    border: 1px solid rgba(2, 63, 136, 0.08) !important;
    border-radius: 12px !important;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(2, 63, 136, 0.04);
    transition: box-shadow .25s, transform .25s;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card:hover {
    box-shadow: 0 6px 16px rgba(2, 63, 136, 0.10);
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-header {
    background: linear-gradient(90deg, #fff 0%, #f8faff 100%) !important;
    border-bottom: 1px solid rgba(2, 63, 136, 0.08);
    padding: 0 !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .card-link,
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .accord-btn {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 18px 22px !important;
    font-size: 15px;
    font-weight: 700;
    color: #023F88 !important;
    text-decoration: none !important;
    transition: color .2s, background .2s;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .card-link::before,
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .accord-btn::before {
    content: '';
    width: 5px;
    height: 22px;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    border-radius: 3px;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .card-link:hover,
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .accord-btn:hover {
    background: rgba(2, 63, 136, 0.03);
    color: #FF8300 !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .card-link > i,
.faculty-profile-modern .clubs-and-socities-show-hide .card-header .accord-btn > i {
    display: none !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-body {
    padding: 22px 26px !important;
    background: #fff;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-body p,
.faculty-profile-modern .clubs-and-socities-show-hide .card-body li {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-body ul {
    list-style: none;
    padding-left: 0;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-body ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.faculty-profile-modern .clubs-and-socities-show-hide .card-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #FF8300;
    border-radius: 50%;
}

/* TABLES — modern style */
.faculty-profile-modern .clubs-and-socities-show-hide .table {
    margin: 0;
}
.faculty-profile-modern .clubs-and-socities-show-hide .table thead tr {
    background: linear-gradient(90deg, #023F88 0%, #1a4fa0 100%);
}
.faculty-profile-modern .clubs-and-socities-show-hide .table thead th {
    background: transparent !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 14px 16px;
    border: none !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .table tbody tr {
    background: #fff;
    transition: background .15s;
}
.faculty-profile-modern .clubs-and-socities-show-hide .table tbody tr:nth-child(even) {
    background: rgba(2, 63, 136, 0.03);
}
.faculty-profile-modern .clubs-and-socities-show-hide .table tbody tr:hover {
    background: rgba(255, 131, 0, 0.06) !important;
}
.faculty-profile-modern .clubs-and-socities-show-hide .table tbody td {
    padding: 12px 16px;
    border-top: 1px solid rgba(2, 63, 136, 0.06);
    font-size: 13.5px;
    color: #444;
    vertical-align: middle;
}

/* Export button modern */
.faculty-profile-modern .word-export {
    background: linear-gradient(135deg, #023F88 0%, #034199 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 28px !important;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(2, 63, 136, 0.25);
    transition: transform .25s, box-shadow .25s;
}
.faculty-profile-modern .word-export:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 63, 136, 0.35);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%) !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .faculty-profile-modern .inner-page-title-box.content-page-inner {
        padding: 40px 0 50px !important;
    }
    .faculty-profile-modern .inner-page-title h1 { font-size: 26px; }
    .faculty-profile-modern .on-campus-text-area { padding: 20px !important; }
    .faculty-profile-modern #imgProfile { max-width: 180px; }
    .faculty-profile-modern .clubs-and-socities-show-hide .card-header .card-link,
    .faculty-profile-modern .clubs-and-socities-show-hide .card-header .accord-btn {
        padding: 14px 16px !important;
        font-size: 14px;
    }
    .faculty-profile-modern .clubs-and-socities-show-hide .card-body { padding: 16px !important; }
}

/* ══════════════════════════════════════════════════════════════
   FACULTY PROFILE V2 — Premium Hero + Glass Morphism
   ══════════════════════════════════════════════════════════════ */

.faculty-profile-v2 {
    background: #f7f9fc;
    overflow-x: hidden;
}

/* Override: prevent content from overlapping breadcrumb on desktop */
.faculty-profile-v2 .clubs-and-socities {
    margin-top: 0 !important;
    max-width: 100% !important;
}
.faculty-profile-v2 .clubs-box .inner-page-title,
.faculty-profile-v2 .inner-page-title {
    position: relative !important;
    bottom: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    max-width: 1200px;
    margin: 0 auto;
}
.faculty-profile-v2 .inner-page-title-box.content-page-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Force breadcrumb visible */
.faculty-profile-v2 .custom-bread,
.faculty-profile-v2 ul.custom-bread {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ─── DRAMATIC HERO SECTION ─── */
.faculty-profile-v2 .inner-page-title-box.content-page-inner {
    background: linear-gradient(135deg, rgba(2, 63, 136, 0.95) 0%, rgba(16, 25, 52, 0.95) 100%) !important;
    padding: 70px 5% 90px !important;
    border-bottom: none !important;
    position: relative;
    overflow: hidden;
}
/* Geometric pattern overlay */
.faculty-profile-v2 .inner-page-title-box.content-page-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 131, 0, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 85% 80%, rgba(255, 131, 0, 0.12) 0%, transparent 50%);
    pointer-events: none;
}
/* Orange wave at bottom (decorative — lower z-index so designation card sits above) */
.faculty-profile-v2 .inner-page-title-box.content-page-inner::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background: #f7f9fc;
    clip-path: polygon(0 100%, 100% 100%, 100% 50%, 0 100%);
    z-index: 1;
    pointer-events: none;
}

/* Designation card sits ABOVE the wave */
.faculty-profile-v2 .card.bg-custom {
    position: relative !important;
    z-index: 50 !important;
}
.faculty-profile-v2 .clubs-and-socities {
    position: relative !important;
    z-index: 50 !important;
}
.faculty-profile-v2 .inner-page-title {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}
.faculty-profile-v2 ul.custom-bread,
.faculty-profile-v2 .custom-bread {
    margin: 0 0 24px 0 !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    position: relative;
    z-index: 20;
    list-style: none !important;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    visibility: visible !important;
    opacity: 1 !important;
}
.faculty-profile-v2 .custom-bread li,
.faculty-profile-v2 .custom-bread li.list-inline-item {
    color: #ffffff !important;
    font-size: 13.5px;
    letter-spacing: 0.3px;
    font-weight: 500;
    display: inline-flex !important;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    padding: 0 4px;
}
.faculty-profile-v2 .custom-bread li span {
    color: #ffffff !important;
}
.faculty-profile-v2 .custom-bread a {
    color: #ffffff !important;
    font-weight: 500;
    transition: color .2s;
    opacity: 0.92;
    text-decoration: none !important;
}
.faculty-profile-v2 .custom-bread a:hover {
    color: #FF8300 !important;
    opacity: 1;
}
.faculty-profile-v2 .custom-bread i {
    color: #FF8300 !important;
    margin: 0 8px;
    font-size: 12px;
    opacity: 0.85;
}
.faculty-profile-v2 .inner-page-title h1 {
    font-family: Arial, sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #fff !important;
    letter-spacing: -1.2px;
    line-height: 1.05;
    margin: 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.faculty-profile-v2 .inner-page-title h1::after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: linear-gradient(90deg, #FF8300 0%, #ff9a30 100%);
    border-radius: 3px;
    margin-top: 18px;
    box-shadow: 0 4px 12px rgba(255, 131, 0, 0.4);
}
.faculty-profile-v2 .inner-page-title .highlight-title {
    color: #fff !important;
    background: none !important;
}

/* ─── DESIGNATION (Floating elegant pill) ─── */
.faculty-profile-v2 .card.bg-custom {
    background: linear-gradient(90deg, #FF8300 0%, #ff9a30 100%) !important;
    border-radius: 50px !important;
    margin-top: -28px !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    box-shadow: 0 10px 30px rgba(255, 131, 0, 0.35), 0 3px 10px rgba(0, 0, 0, 0.08);
    border: 3px solid #fff;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.faculty-profile-v2 .card.bg-custom .card-body {
    padding: 16px 36px;
    text-align: center;
}
.faculty-profile-v2 .card.bg-custom h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* ─── INFO + PHOTO CARD (clean — no shadow, border, radius) ─── */
.faculty-profile-v2 .on-campus-text-area {
    background: #fff;
    padding: 30px 30px 30px 0 !important;
    margin: 30px 5% 0 !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}
.faculty-profile-v2 .on-campus-text-area > .row {
    align-items: center;
}

/* Info column wrapper — gradient background card */
.faculty-profile-v2 .on-campus-text-area > .row > .col-md-9 {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    padding: 26px 28px !important;
    border-radius: 16px;
    box-shadow:
        0 2px 8px rgba(2, 63, 136, 0.06),
        0 12px 32px rgba(2, 63, 136, 0.08);
    border: 1px solid rgba(2, 63, 136, 0.06);
    position: relative;
    overflow: hidden;
}
/* Decorative orange corner accent */
.faculty-profile-v2 .on-campus-text-area > .row > .col-md-9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    border-radius: 2px;
}
.faculty-profile-v2 .on-campus-text-area > .row > .col-md-9::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.10) 0%, transparent 70%);
    pointer-events: none;
}

/* Info row styling — clean, no shadow, no border */
.faculty-profile-v2 .on-campus-text-area p {
    font-size: 14.5px;
    color: #2a3a55;
    margin: 0 0 10px !important;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 50px;
    position: relative;
    transition: color .25s ease;
    flex-wrap: wrap;
    min-height: 40px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.faculty-profile-v2 .on-campus-text-area p:last-child {
    margin-bottom: 0 !important;
}
.faculty-profile-v2 .on-campus-text-area p:hover {
    color: #023F88;
}
.faculty-profile-v2 .on-campus-text-area p span,
.faculty-profile-v2 .on-campus-text-area p a {
    display: inline-flex;
    align-items: center;
}
.faculty-profile-v2 .on-campus-text-area p::before {
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 3px 8px rgba(2, 63, 136, 0.20);
    transition: transform .25s, box-shadow .25s;
}
.faculty-profile-v2 .on-campus-text-area p:hover::before {
    transform: translateY(-50%) scale(1.1) rotate(-5deg);
    box-shadow: 0 5px 14px rgba(2, 63, 136, 0.35);
}
.faculty-profile-v2 .on-campus-text-area p:nth-child(1)::before { display: none; } /* school icon hidden */
.faculty-profile-v2 .on-campus-text-area p:nth-child(1) { padding-left: 14px; }
.faculty-profile-v2 .on-campus-text-area p:nth-child(2)::before { content: '\f0c0'; } /* dept */
.faculty-profile-v2 .on-campus-text-area p:nth-child(3)::before {
    content: '\f0e0'; /* email */
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    box-shadow: 0 3px 8px rgba(255, 131, 0, 0.30);
}
.faculty-profile-v2 .on-campus-text-area p:nth-child(4)::before { content: '\f095'; } /* phone */
.faculty-profile-v2 .on-campus-text-area p:nth-child(5)::before { content: '\f10b'; } /* mobile */

.faculty-profile-v2 .on-campus-text-area p:nth-child(1) {
    font-size: 17px;
    font-weight: 700;
    color: #023F88;
}
.faculty-profile-v2 .on-campus-text-area p a {
    color: #023F88 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color .2s;
}
.faculty-profile-v2 .on-campus-text-area p a:hover {
    color: #FF8300 !important;
}

/* Profile picture column — clean container */
.faculty-profile-v2 .on-campus-text-area .col-md-3 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: relative;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
}
.faculty-profile-v2 .on-campus-text-area .col-md-3::before {
    display: none;
}
.faculty-profile-v2 [id$="imgProfile"],
.faculty-profile-v2 .col-md-3 img.img-fluid {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    max-width: 220px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
}
.faculty-profile-v2 [id$="imgProfile"]:hover,
.faculty-profile-v2 .col-md-3 img.img-fluid:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32) !important;
}

/* ─── DETAIL BIO TEXT ─── */
.faculty-profile-v2 .detail {
    background: #fff;
    padding: 32px 36px;
    margin: 24px 5% 0;
    border-radius: 20px;
    border-left: 6px solid #FF8300;
    box-shadow: 0 4px 16px rgba(2, 63, 136, 0.06);
    color: #2a3a55;
    font-size: 15px;
    line-height: 1.8;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.faculty-profile-v2 .detail::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 28px;
    color: rgba(255, 131, 0, 0.15);
}
.faculty-profile-v2 .detail:empty {
    display: none;
}

/* ─── ACCORDION — Premium Glass Cards ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide {
    margin: 36px 5% 50px !important;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card {
    background: #fff !important;
    border: 1px solid rgba(2, 63, 136, 0.06) !important;
    border-radius: 16px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(2, 63, 136, 0.04);
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover {
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.12);
    transform: translateY(-2px);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header {
    background: linear-gradient(90deg, #fff 0%, #f7faff 100%) !important;
    border-bottom: 1px solid transparent;
    padding: 0 !important;
    transition: border-color .25s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 20px 26px !important;
    font-size: 15.5px;
    font-weight: 700;
    color: #023F88 !important;
    text-decoration: none !important;
    transition: all .25s;
    position: relative;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link::before,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn::before {
    content: '';
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255, 131, 0, 0.25);
    transition: transform .3s, box-shadow .3s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover .card-header .card-link::before,
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover .card-header .accord-btn::before {
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 6px 16px rgba(255, 131, 0, 0.40);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link:hover,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn:hover {
    background: rgba(2, 63, 136, 0.025);
    color: #FF8300 !important;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link > i,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn > i {
    display: none !important;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link::after,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn::after {
    content: '\f067';
    font-family: 'FontAwesome';
    margin-left: auto;
    color: #023F88;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background: rgba(2, 63, 136, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header [aria-expanded="true"]::after,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link:not(.collapsed)::after,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn:not(.collapsed)::after {
    content: '\f068';
    background: #FF8300;
    color: #fff;
    transform: rotate(180deg);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body {
    padding: 26px 30px !important;
    background: #fff;
    border-top: 1px solid rgba(2, 63, 136, 0.06);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body p,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body li {
    color: #2a3a55;
    font-size: 14.5px;
    line-height: 1.75;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    transition: transform .15s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 22px;
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    box-shadow: 0 2px 5px rgba(255, 131, 0, 0.30);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul li:hover {
    transform: translateX(3px);
}

/* ─── TABLES — Sleek Modern ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .table-responsive {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(2, 63, 136, 0.06);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table thead tr {
    background: linear-gradient(90deg, #023F88 0%, #1a4fa0 100%);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table thead th {
    background: transparent !important;
    color: #fff !important;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 16px 18px;
    border: none !important;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr {
    background: #fff;
    transition: background .15s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:nth-child(even) {
    background: rgba(2, 63, 136, 0.025);
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:hover {
    background: linear-gradient(90deg, rgba(255, 131, 0, 0.04) 0%, rgba(255, 131, 0, 0.08) 100%) !important;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody td {
    padding: 14px 18px;
    border-top: 1px solid rgba(2, 63, 136, 0.05);
    font-size: 13.5px;
    color: #2a3a55;
    vertical-align: middle;
}

/* Export button */
.faculty-profile-v2 .word-export {
    background: linear-gradient(135deg, #023F88 0%, #034199 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(2, 63, 136, 0.30);
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
    color: #fff !important;
}
.faculty-profile-v2 .word-export:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(255, 131, 0, 0.40);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%) !important;
}

/* Designation card override safe */
.faculty-profile-v2 .clubs-and-socities {
    padding: 0;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 991px) {
    .faculty-profile-v2 .on-campus-text-area > .row {
        flex-direction: column-reverse;
    }
    .faculty-profile-v2 .on-campus-text-area .col-md-3 {
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .faculty-profile-v2 .inner-page-title-box.content-page-inner {
        padding: 50px 4% 70px !important;
    }
    .faculty-profile-v2 .inner-page-title h1 {
        font-size: 30px;
    }
    .faculty-profile-v2 .card.bg-custom {
        margin-left: 4% !important;
        margin-right: 4% !important;
    }
    .faculty-profile-v2 .card.bg-custom .card-body {
        padding: 14px 24px;
    }
    .faculty-profile-v2 .on-campus-text-area {
        padding: 24px !important;
        margin: 24px 4% 0 !important;
        border-radius: 18px;
    }
    .faculty-profile-v2 [id$="imgProfile"] { max-width: 180px; }
    .faculty-profile-v2 .detail { margin: 20px 4% 0; padding: 24px; }
    .faculty-profile-v2 .clubs-and-socities-show-hide { margin: 28px 4% 40px !important; }
    .faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link,
    .faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn {
        padding: 16px 18px !important;
        font-size: 14px;
        gap: 10px;
    }
    .faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link::before,
    .faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn::before {
        width: 32px;
        height: 32px;
    }
    .faculty-profile-v2 .clubs-and-socities-show-hide .card-body {
        padding: 20px !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   FACULTY PROFILE V2 — EXTRA PREMIUM EFFECTS
   ══════════════════════════════════════════════════════════════ */

/* ─── ANIMATED FLOATING DECORATIONS in HERO (contained) ─── */
.faculty-profile-v2 .inner-page-title-box.content-page-inner {
    overflow: hidden !important;
}
.faculty-profile-v2 .inner-page-title-box.content-page-inner .inner-page-title {
    position: relative;
    z-index: 5;
}
.faculty-profile-v2 .inner-page-title-box.content-page-inner .inner-page-title::before,
.faculty-profile-v2 .inner-page-title-box.content-page-inner .inner-page-title::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    will-change: transform;
}
.faculty-profile-v2 .inner-page-title-box.content-page-inner .inner-page-title::before {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 131, 0, 0.4), rgba(255, 131, 0, 0));
    top: -10px;
    right: 15%;
    animation: floatBubble 6s ease-in-out infinite;
    filter: blur(2px);
}
.faculty-profile-v2 .inner-page-title-box.content-page-inner .inner-page-title::after {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 131, 0, 0.3), rgba(255, 131, 0, 0));
    bottom: 30%;
    right: 30%;
    animation: floatBubble 4.5s ease-in-out infinite reverse;
    filter: blur(1px);
}
@keyframes floatBubble {
    0%, 100% { transform: translate(0, 0); opacity: 0.7; }
    50% { transform: translate(-15px, -25px); opacity: 1; }
}

/* ─── SHIMMER EFFECT on Cards ─── */
.faculty-profile-v2 .on-campus-text-area {
    position: relative;
    overflow: visible;
    isolation: isolate;
}
.faculty-profile-v2 .on-campus-text-area::after {
    will-change: transform;
}
.faculty-profile-v2 .on-campus-text-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255, 131, 0, 0.04) 40%,
        rgba(255, 131, 0, 0.08) 50%,
        rgba(255, 131, 0, 0.04) 60%,
        transparent 100%
    );
    transition: left 1.2s ease;
    pointer-events: none;
    z-index: 1;
}
.faculty-profile-v2 .on-campus-text-area:hover::after {
    left: 150%;
}

/* ─── PROFILE COL CONTAINER ─── */
.faculty-profile-v2 .on-campus-text-area .col-md-3 {
    overflow: visible !important;
    min-width: 0;
}
.faculty-profile-v2 .on-campus-text-area .col-md-3::after {
    display: none;
}
@keyframes rotateRing {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ─── ACCORDION CARDS — GLOW BORDER on Hover ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .card {
    position: relative;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FF8300, #023F88, #FF8300);
    opacity: 0;
    z-index: -1;
    filter: blur(10px);
    transition: opacity .4s ease;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover::before {
    opacity: 0.4;
}

/* ─── ICONS ON HEADERS (FontAwesome inside the orange badge) ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(1) .card-header .card-link::before { content: '\f508'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(2) .card-header .card-link::before { content: '\f005'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(3) .card-header .card-link::before { content: '\f0b1'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(4) .card-header .card-link::before { content: '\f02d'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(5) .card-header .card-link::before { content: '\f19d'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(6) .card-header .card-link::before { content: '\f0e3'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(7) .card-header .card-link::before { content: '\f1ad'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.faculty-profile-v2 .clubs-and-socities-show-hide .card:nth-of-type(n+8) .card-header .accord-btn::before { content: '\f024'; font-family: 'FontAwesome'; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }

/* ─── HERO BACKGROUND ANIMATION ─── */
.faculty-profile-v2 .inner-page-title-box.content-page-inner {
    background-size: 200% 200% !important;
    animation: heroShift 18s ease infinite;
}
@keyframes heroShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ─── FADE-IN ENTRANCE ─── */
.faculty-profile-v2 .card.bg-custom,
.faculty-profile-v2 .on-campus-text-area,
.faculty-profile-v2 .detail,
.faculty-profile-v2 .clubs-and-socities-show-hide > * {
    animation: fadeUp .7s ease both;
}
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(1) { animation-delay: 0.05s; }
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(2) { animation-delay: 0.10s; }
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(3) { animation-delay: 0.15s; }
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(4) { animation-delay: 0.20s; }
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(5) { animation-delay: 0.25s; }
.faculty-profile-v2 .clubs-and-socities-show-hide > *:nth-child(n+6) { animation-delay: 0.30s; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── DESIGNATION PILL with SPARKLE ─── */
.faculty-profile-v2 .card.bg-custom {
    overflow: hidden;
}
.faculty-profile-v2 .card.bg-custom::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -25%;
    width: 50%;
    height: 200%;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
    animation: pillShine 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes pillShine {
    0%, 100% { transform: translateX(-200%); }
    50%, 70% { transform: translateX(400%); }
}

/* ─── INFO ICONS PULSE ─── */
.faculty-profile-v2 .on-campus-text-area p:hover::before {
    animation: iconPulse .6s ease;
}
@keyframes iconPulse {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.18); box-shadow: 0 4px 14px rgba(255, 131, 0, 0.5); }
}

/* ─── TABLE rows entrance ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr {
    animation: rowSlideIn .4s ease both;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:nth-child(2) { animation-delay: 0.10s; }
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.faculty-profile-v2 .clubs-and-socities-show-hide .table tbody tr:nth-child(n+4) { animation-delay: 0.20s; }
@keyframes rowSlideIn {
    from { opacity: 0; transform: translateX(-12px); }
    to { opacity: 1; transform: translateX(0); }
}

/* ─── PROFILE PIC orbiting orange dot ─── */
.faculty-profile-v2 [id$="imgProfile"] {
    position: relative;
}
.faculty-profile-v2 .on-campus-text-area .col-md-3 {
    overflow: visible;
}

/* ─── SCROLL DOWN HINT (subtle bouncing arrow under hero) ─── */
.faculty-profile-v2 .inner-page-title-box.content-page-inner::after {
    z-index: 3;
}

/* ─── ACCORDION ITEM number counter ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide {
    counter-reset: accord;
}
.faculty-profile-v2 .clubs-and-socities-show-hide > .card,
.faculty-profile-v2 .clubs-and-socities-show-hide > div > .card {
    counter-increment: accord;
}

/* ─── Hover spotlight on accordion (subtle orange tint following) ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .card-link::after,
.faculty-profile-v2 .clubs-and-socities-show-hide .card-header .accord-btn::after {
    box-shadow: 0 0 0 4px rgba(2, 63, 136, 0.04);
    transition: all .3s;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover .card-header .card-link::after,
.faculty-profile-v2 .clubs-and-socities-show-hide .card:hover .card-header .accord-btn::after {
    box-shadow: 0 0 0 6px rgba(255, 131, 0, 0.15);
    background: linear-gradient(135deg, #FF8300, #ff9a30);
    color: #fff;
}

/* ─── List items expanding underline on hover ─── */
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul li::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 28px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF8300, transparent);
    transition: width .3s ease;
}
.faculty-profile-v2 .clubs-and-socities-show-hide .card-body ul li:hover::after {
    width: calc(100% - 60px);
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT US — Premium Modern Design
   ═══════════════════════════════════════════════════════════════ */
.contact-modern {
    background: #f7f9fc;
}
.contact-modern .inner-page-content {
    padding-bottom: 60px !important;
}

/* ─── Hero Card ─── */
.contact-hero-row {
    padding: 40px 0 20px;
}
.contact-hero {
    position: relative;
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    border-radius: 24px;
    padding: 50px 48px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 18px 48px rgba(2, 63, 136, 0.22);
}
.contact-hero__bg-glow {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.30) 0%, transparent 70%);
    pointer-events: none;
}
.contact-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
}
.contact-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(255, 131, 0, 0.20);
    color: #FF8300;
    margin-bottom: 16px;
}
.contact-hero__title {
    font-family: Arial, sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
    color: #fff;
}
.contact-hero__title em {
    font-style: normal;
    color: #FF8300;
}
.contact-hero__sub {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* ─── Info Cards Grid (4 cards) ─── */
.contact-grid-row {
    padding: 30px 0;
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
}
.contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    box-shadow: 0 6px 20px rgba(2, 63, 136, 0.07);
    border: 1px solid rgba(2, 63, 136, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    text-align: center;
}
.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(2, 63, 136, 0.15);
    border-color: rgba(255, 131, 0, 0.30);
}
.contact-info-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 18px;
    box-shadow: 0 10px 22px rgba(2, 63, 136, 0.25);
    transition: transform .3s, background .3s;
}
.contact-info-card:hover .contact-info-card__icon {
    transform: scale(1.08) rotate(-6deg);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    box-shadow: 0 10px 22px rgba(255, 131, 0, 0.35);
}
.contact-info-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #023F88;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-info-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
.contact-info-card a {
    color: #FF8300;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}
.contact-info-card a:hover {
    text-decoration: underline;
}

/* ─── Section Eyebrow & Title (shared) ─── */
.contact-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FF8300;
    background: rgba(255, 131, 0, 0.10);
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 12px;
}
.contact-section-title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #023F88;
    margin: 0;
    letter-spacing: -0.5px;
}
.contact-section-title em {
    font-style: normal;
    color: #FF8300;
}

/* ─── Map ─── */
.contact-map-row {
    padding: 30px 0;
}
.contact-map-header {
    text-align: center;
    margin-bottom: 24px;
}
.contact-map-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(2, 63, 136, 0.08);
    border: 1px solid rgba(2, 63, 136, 0.06);
}
.contact-map-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(2, 63, 136, 0.12);
}
.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

/* ─── Departments Section ─── */
.contact-depts-row {
    padding: 30px 0 10px;
}
.contact-depts-header {
    text-align: center;
    margin-bottom: 30px;
}
.contact-dept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.contact-dept-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 6px 20px rgba(2, 63, 136, 0.07);
    border: 1px solid rgba(2, 63, 136, 0.06);
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}
.contact-dept-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    transition: width .3s;
}
.contact-dept-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(2, 63, 136, 0.14);
    border-color: rgba(255, 131, 0, 0.25);
}
.contact-dept-card:hover::before {
    width: 8px;
}
.contact-dept-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 18px rgba(2, 63, 136, 0.22);
    transition: transform .3s, background .3s;
}
.contact-dept-card:hover .contact-dept-card__icon {
    transform: scale(1.08) rotate(-6deg);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
}
.contact-dept-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #023F88;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}
.contact-dept-card p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #444;
    margin: 0 0 6px;
}
.contact-dept-card p strong {
    color: #023F88;
    font-weight: 700;
}
.contact-dept-card a {
    color: #FF8300;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}
.contact-dept-card a:hover {
    text-decoration: underline;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .contact-hero {
        padding: 36px 28px;
        border-radius: 18px;
    }
    .contact-map-frame iframe {
        height: 340px;
    }
}
@media (max-width: 768px) {
    .contact-hero {
        padding: 28px 22px;
    }
    .contact-info-card {
        padding: 26px 20px;
    }
    .contact-dept-card {
        padding: 26px 22px;
    }
    .contact-map-wrapper {
        padding: 18px;
    }
    .contact-map-frame iframe {
        height: 280px;
    }
}

/* ─── Contact Page: Responsive Side Padding (matches sidebar layout) ─── */
.contact-modern .inner-page-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.contact-modern .contact-hero-row,
.contact-modern .contact-grid-row,
.contact-modern .contact-map-row,
.contact-modern .contact-depts-row {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.contact-modern .contact-hero,
.contact-modern .contact-info-grid,
.contact-modern .contact-map-wrapper,
.contact-modern .contact-dept-grid {
    max-width: 100%;
    box-sizing: border-box;
}

/* Large desktop */
@media (min-width: 1400px) {
    .contact-modern .inner-page-content {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
/* Tablet landscape */
@media (max-width: 1024px) {
    .contact-modern .inner-page-content {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}
/* Tablet portrait & mobile menu break (850px) */
@media (max-width: 850px) {
    .contact-modern .inner-page-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .contact-hero {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .contact-hero-row {
        padding: 24px 0 12px;
    }
    .contact-grid-row,
    .contact-map-row,
    .contact-depts-row {
        padding: 22px 0;
    }
}
/* Small mobile */
@media (max-width: 600px) {
    .contact-modern .inner-page-content {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .contact-hero {
        padding: 26px 18px;
        border-radius: 14px;
    }
    .contact-hero__sub {
        font-size: 14.5px;
    }
    .contact-info-grid,
    .contact-dept-grid {
        gap: 16px;
    }
    .contact-info-card,
    .contact-dept-card {
        padding: 22px 18px;
        border-radius: 14px;
    }
    .contact-info-card__icon,
    .contact-dept-card__icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
        border-radius: 14px;
    }
    .contact-map-wrapper {
        padding: 14px;
        border-radius: 14px;
    }
    .contact-map-frame iframe {
        height: 240px;
    }
    .contact-section-title {
        font-size: 20px;
    }
}
/* Extra small */
@media (max-width: 400px) {
    .contact-modern .inner-page-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .contact-hero__title {
        font-size: 22px;
    }
}

/* ─── Contact Page: Extra right-side breathing space ─── */
.contact-modern .inner-page-content {
    padding-right: 80px !important;
}
@media (min-width: 1400px) {
    .contact-modern .inner-page-content {
        padding-right: 110px !important;
    }
}
@media (max-width: 1024px) {
    .contact-modern .inner-page-content {
        padding-right: 60px !important;
    }
}
@media (max-width: 850px) {
    .contact-modern .inner-page-content {
        padding-right: 40px !important;
    }
}
@media (max-width: 600px) {
    .contact-modern .inner-page-content {
        padding-right: 24px !important;
    }
}
@media (max-width: 400px) {
    .contact-modern .inner-page-content {
        padding-right: 16px !important;
    }
}

/* ─── Contact Page: Reset left padding to default, keep only right adjustment ─── */
.contact-modern .inner-page-content,
.contact-modern .inner-page-content[class] {
    padding-left: unset !important;
}
@media (min-width: 1400px) {
    .contact-modern .inner-page-content {
        padding-left: unset !important;
    }
}
@media (max-width: 1024px) {
    .contact-modern .inner-page-content {
        padding-left: unset !important;
    }
}
@media (max-width: 850px) {
    .contact-modern .inner-page-content {
        padding-left: unset !important;
    }
}
@media (max-width: 600px) {
    .contact-modern .inner-page-content {
        padding-left: unset !important;
    }
}
@media (max-width: 400px) {
    .contact-modern .inner-page-content {
        padding-left: unset !important;
    }
}

/* ─── Contact Page: Left padding 95px + responsive scaling ─── */
.contact-modern .inner-page-content {
    padding-left: 95px !important;
}
@media (min-width: 1400px) {
    .contact-modern .inner-page-content {
        padding-left: 120px !important;
    }
}
@media (max-width: 1124px) {
    .contact-modern .inner-page-content {
        padding-left: 70px !important;
    }
}
@media (max-width: 1024px) {
    .contact-modern .inner-page-content {
        padding-left: 50px !important;
    }
}
@media (max-width: 850px) {
    .contact-modern .inner-page-content {
        padding-left: 30px !important;
    }
}
@media (max-width: 600px) {
    .contact-modern .inner-page-content {
        padding-left: 18px !important;
    }
}
@media (max-width: 400px) {
    .contact-modern .inner-page-content {
        padding-left: 12px !important;
    }
}

/* ─── Contact Page: Force left padding 95px (override [class] specificity) ─── */
.contact-modern .inner-page-content,
.contact-modern .inner-page-content[class] {
    padding-left: 95px !important;
}
@media (min-width: 1400px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 120px !important;
    }
}
@media (max-width: 1124px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 70px !important;
    }
}
@media (max-width: 1024px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 50px !important;
    }
}
@media (max-width: 850px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 30px !important;
    }
}
@media (max-width: 600px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 18px !important;
    }
}
@media (max-width: 400px) {
    .contact-modern .inner-page-content,
    .contact-modern .inner-page-content[class] {
        padding-left: 12px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   FACULTY-STAFF RESOURCES — Premium Modern Design
   ═══════════════════════════════════════════════════════════════ */
.fsr-modern {
    background: #f7f9fc;
}
.fsr-modern .inner-page-content {
    padding-left: 95px !important;
    padding-right: 80px !important;
    padding-bottom: 60px !important;
}
@media (min-width: 1400px) {
    .fsr-modern .inner-page-content {
        padding-left: 120px !important;
        padding-right: 110px !important;
    }
}
@media (max-width: 1124px) {
    .fsr-modern .inner-page-content {
        padding-left: 70px !important;
        padding-right: 60px !important;
    }
}
@media (max-width: 1024px) {
    .fsr-modern .inner-page-content {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }
}
@media (max-width: 850px) {
    .fsr-modern .inner-page-content {
        padding-left: 30px !important;
        padding-right: 28px !important;
    }
}
@media (max-width: 600px) {
    .fsr-modern .inner-page-content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* ─── Tabs row ─── */
.fsr-tabs-row {
    padding-top: 30px;
}

/* ─── Hero Card ─── */
.fsr-hero-row {
    padding: 20px 0;
}
.fsr-hero {
    position: relative;
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    border-radius: 24px;
    padding: 44px 48px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 18px 48px rgba(2, 63, 136, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.fsr-hero__glow {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.30) 0%, transparent 70%);
    pointer-events: none;
}
.fsr-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
}
.fsr-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(255, 131, 0, 0.20);
    color: #FF8300;
    margin-bottom: 14px;
}
.fsr-hero__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    color: #fff;
}
.fsr-hero__title em {
    font-style: normal;
    color: #FF8300;
}
.fsr-hero__sub {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}
.fsr-hero__icon {
    position: relative;
    z-index: 2;
    width: 110px;
    height: 110px;
    border-radius: 26px;
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    box-shadow: 0 14px 32px rgba(255, 131, 0, 0.40);
    flex-shrink: 0;
}

/* ─── Section Header ─── */
.fsr-section-header {
    text-align: center;
    margin-bottom: 30px;
}
.fsr-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FF8300;
    background: rgba(255, 131, 0, 0.10);
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 12px;
}
.fsr-section-title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #023F88;
    margin: 0;
    letter-spacing: -0.5px;
}
.fsr-section-title em {
    font-style: normal;
    color: #FF8300;
}

/* ─── Cards Grid ─── */
.fsr-cards-row {
    padding: 30px 0 10px;
}
.fsr-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 24px;
}

/* ─── Resource Card ─── */
.fsr-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.07);
    border: 1px solid rgba(2, 63, 136, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
    overflow: hidden;
}
.fsr-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    transition: width .3s;
}
.fsr-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(2, 63, 136, 0.15);
    border-color: rgba(255, 131, 0, 0.30);
}
.fsr-card:hover::before {
    width: 8px;
}

/* Featured card variant */
.fsr-card--featured {
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    color: #fff;
    border: 1px solid rgba(255, 131, 0, 0.30);
}
.fsr-card--featured h4 {
    color: #fff !important;
}
.fsr-card--featured .fsr-card__lead {
    color: rgba(255, 255, 255, 0.85);
    margin: 12px 0 18px;
    font-size: 14.5px;
    line-height: 1.6;
}
.fsr-card--featured .fsr-link-list a {
    color: rgba(255, 255, 255, 0.92);
}
.fsr-card--featured .fsr-link-list a:hover {
    color: #FF8300;
}
.fsr-card--featured .fsr-link-list i {
    color: #FF8300;
}
.fsr-card--featured .fsr-link-list li {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

/* Card head */
.fsr-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(2, 63, 136, 0.08);
}
.fsr-card--featured .fsr-card__head {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
.fsr-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(2, 63, 136, 0.22);
    transition: transform .3s, background .3s;
}
.fsr-card:hover .fsr-card__icon {
    transform: scale(1.08) rotate(-6deg);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    box-shadow: 0 10px 22px rgba(255, 131, 0, 0.35);
}
.fsr-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: #023F88;
    margin: 0;
    letter-spacing: -0.3px;
}
.fsr-card__subhead {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FF8300;
    margin: 14px 0 8px;
}

/* Link list */
.fsr-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fsr-link-list li {
    border-bottom: 1px solid rgba(2, 63, 136, 0.06);
}
.fsr-link-list li:last-child {
    border-bottom: none;
}
.fsr-link-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    color: #2a3a55;
    transition: color .25s, transform .25s, padding-left .25s;
}
.fsr-link-list a:hover {
    color: #FF8300;
    padding-left: 6px;
}
.fsr-link-list i {
    color: #FF8300;
    font-size: 14px;
    transition: transform .25s;
    flex-shrink: 0;
}
.fsr-link-list a:hover i {
    transform: translateX(3px);
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .fsr-hero {
        flex-direction: column;
        text-align: center;
        padding: 36px 28px;
        border-radius: 18px;
    }
    .fsr-hero__inner {
        max-width: 100%;
    }
    .fsr-hero__icon {
        width: 86px;
        height: 86px;
        font-size: 36px;
        border-radius: 22px;
    }
}
@media (max-width: 768px) {
    .fsr-hero {
        padding: 28px 22px;
    }
    .fsr-hero__sub {
        font-size: 14.5px;
    }
    .fsr-cards-grid {
        gap: 18px;
    }
    .fsr-card {
        padding: 24px 20px;
        border-radius: 14px;
    }
    .fsr-card h4 {
        font-size: 16px;
    }
    .fsr-card__icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
        border-radius: 12px;
    }
}
@media (max-width: 480px) {
    .fsr-link-list a {
        font-size: 14px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   NEWS PAGE — Premium Modern Design
   ═══════════════════════════════════════════════════════════════ */
.news-modern {
    background: #f7f9fc;
}
.news-modern .inner-page-content {
    padding-left: 95px !important;
    padding-right: 80px !important;
    padding-top: 30px !important;
    padding-bottom: 60px !important;
}
@media (min-width: 1400px) {
    .news-modern .inner-page-content {
        padding-left: 120px !important;
        padding-right: 110px !important;
    }
}
@media (max-width: 1124px) {
    .news-modern .inner-page-content {
        padding-left: 70px !important;
        padding-right: 60px !important;
    }
}
@media (max-width: 1024px) {
    .news-modern .inner-page-content {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }
}
@media (max-width: 850px) {
    .news-modern .inner-page-content {
        padding-left: 30px !important;
        padding-right: 28px !important;
    }
}
@media (max-width: 600px) {
    .news-modern .inner-page-content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* Shared eyebrow + title (news) */
.news-modern .news-eyebrow,
.news-more-slider .news-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FF8300;
    background: rgba(255, 131, 0, 0.10);
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.news-modern .news-section-title,
.news-more-slider .news-section-title {
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #023F88;
    margin: 0 0 18px;
    letter-spacing: -0.5px;
}
.news-modern .news-section-title em,
.news-more-slider .news-section-title em {
    font-style: normal;
    color: #FF8300;
}

/* ═══════ FEATURED + EVENTS ROW ═══════ */
.news-top-row {
    gap: 24px;
    margin: 0 !important;
}
.news-featured-col,
.news-events-col {
    padding: 0 !important;
}
.news-featured-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.06);
    border: 1px solid rgba(2, 63, 136, 0.05);
}
.news-featured-header {
    margin-bottom: 14px;
}

/* Featured card overlay */
.news-card-featured {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}
.news-card-featured figure {
    margin: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.news-card-featured img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform .5s ease;
}
.news-card-featured:hover img {
    transform: scale(1.05);
}
.news-card-featured__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 22px 20px;
    background: linear-gradient(180deg, rgba(2, 63, 136, 0) 0%, rgba(2, 63, 136, 0.92) 100%);
    color: #fff;
}
.news-card-featured__badge {
    display: inline-block;
    background: #FF8300;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.news-card-featured figcaption {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

/* Events sidebar */
.news-events-box {
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.18);
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.news-events-box::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.25) 0%, transparent 70%);
    pointer-events: none;
}
.news-events-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2;
}
.news-events-header i {
    color: #FF8300;
    font-size: 20px;
}
.news-events-box .events-main-title {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.3px;
    background: none;
    padding: 0;
}
.news-event-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    z-index: 2;
    transition: padding-left .25s;
}
.news-event-item:hover {
    padding-left: 4px;
}
.news-event-item:last-of-type {
    border-bottom: none;
}
.news-event-date {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #FF8300;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(255, 131, 0, 0.35);
}
.news-event-date__month {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.news-event-date__day {
    font-size: 22px;
    font-weight: 800;
}
.news-event-title h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
}
.news-event-title a {
    text-decoration: none;
    color: inherit;
}
.news-event-title a:hover h6 {
    color: #FF8300;
}
.news-more-events {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #FF8300;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
    transition: gap .25s;
}
.news-more-events:hover {
    gap: 12px;
    color: #FF8300;
    text-decoration: none;
}

/* ═══════ LATEST NEWS GRID ═══════ */
.news-list-panel {
    margin-top: 40px;
}
.news-list-header {
    text-align: center;
    margin-bottom: 30px;
}
.news-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(2, 63, 136, 0.06);
    border: 1px solid rgba(2, 63, 136, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform .35s, box-shadow .35s, border-color .35s;
}
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(2, 63, 136, 0.14);
    border-color: rgba(255, 131, 0, 0.25);
}
.news-card__img-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.news-card__img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f3f8;
}
.news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.news-card:hover .news-card__img img {
    transform: scale(1.06);
}
.news-card__body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.news-card__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FF8300;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.news-card__date i {
    font-size: 12px;
}
.news-card__title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
    color: #023F88;
}
.news-card__title a {
    color: inherit;
    text-decoration: none;
}
.news-card__title a:hover {
    color: #FF8300;
}
.news-card__excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 14px;
    flex-grow: 1;
}
.news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FF8300;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: gap .25s;
}
.news-card__more:hover {
    gap: 10px;
    color: #FF8300;
    text-decoration: none;
}

/* ═══════ PAGINATION ═══════ */
.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.news-page-btn {
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.15);
    color: #023F88;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
}
.news-page-btn:hover:not(:disabled) {
    background: #023F88;
    color: #fff;
    border-color: #023F88;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(2, 63, 136, 0.20);
}
.news-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.news-page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.news-page-num {
    background: #fff;
    border: 1px solid rgba(2, 63, 136, 0.15);
    color: #023F88;
    font-size: 14px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s;
}
.news-page-num:hover {
    background: rgba(255, 131, 0, 0.10);
    border-color: #FF8300;
    color: #FF8300;
}
.news-page-num.active {
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
    border-color: #FF8300;
    color: #fff;
    box-shadow: 0 6px 14px rgba(255, 131, 0, 0.35);
}
.news-page-ellipsis {
    color: #023F88;
    font-weight: 700;
    padding: 0 8px;
}

/* Loader */
.news-loader {
    text-align: center;
    padding: 30px 0;
}
.news-loader__spinner {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border: 4px solid rgba(2, 63, 136, 0.15);
    border-top-color: #FF8300;
    border-radius: 50%;
    animation: newsSpin 0.9s linear infinite;
}
.news-loader p {
    color: #023F88;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
@keyframes newsSpin {
    to { transform: rotate(360deg); }
}

/* ═══════ MORE NEWS SLIDER ═══════ */
.news-more-slider {
    margin-top: 50px;
}
.news-more-header {
    text-align: center;
    margin-bottom: 24px;
}
.news-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #FF8300;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: gap .25s;
}
.news-all-link:hover {
    gap: 12px;
    color: #FF8300;
    text-decoration: none;
}

/* Single news view */
.news-single-modern h4 {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    color: #023F88;
    line-height: 1.3;
    margin: 24px 0 10px;
}
.news-single-modern .news-published-date {
    color: #FF8300;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
}

/* ═══════ Responsive ═══════ */
@media (max-width: 1199px) {
    .news-card-featured img {
        height: 320px;
    }
}
@media (max-width: 991px) {
    .news-top-row {
        flex-direction: column;
        gap: 20px;
    }
    .news-card-featured img {
        height: 280px;
    }
}
@media (max-width: 600px) {
    .news-featured-wrap,
    .news-events-box {
        padding: 18px;
        border-radius: 16px;
    }
    .news-card-featured img {
        height: 220px;
    }
    .news-card__body {
        padding: 16px 18px 18px;
    }
    .news-card__title {
        font-size: 16px;
    }
    .news-page-btn {
        padding: 8px 14px;
        font-size: 12.5px;
    }
    .news-page-num {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   NEWS PAGE — FIXES: layout, slider text color, pagination
   ═══════════════════════════════════════════════════════════════ */

/* ─── FIX 1: Top row layout (Featured 2/3 + Events 1/3 side-by-side) ─── */
.news-modern .news-top-row {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin: 0 !important;
    width: 100%;
}
.news-modern .news-top-row > .news-featured-col,
.news-modern .news-top-row > .news-events-col {
    flex: unset;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    min-width: 0;
}
.news-modern .news-events-col .news-events-box {
    height: 100%;
}
@media (max-width: 991px) {
    .news-modern .news-top-row {
        grid-template-columns: 1fr !important;
    }
}

/* ─── FIX 2: Featured slider text — force WHITE on owl-carousel items ─── */
.news-modern .news-card-featured figcaption,
.news-modern .news-card-featured__overlay,
.news-modern .news-card-featured__overlay * {
    color: #fff !important;
}
.news-modern .news-card-featured__badge {
    color: #fff !important;
    background: #FF8300 !important;
}
.news-modern .news-card-featured a,
.news-modern .news-card-featured a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
/* Ensure overlay is positioned correctly */
.news-modern .news-card-featured figure {
    position: relative !important;
    margin: 0 !important;
}
.news-modern .news-card-featured__overlay {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 22px 20px;
    background: linear-gradient(180deg, rgba(2, 63, 136, 0) 0%, rgba(2, 63, 136, 0.95) 100%) !important;
    z-index: 5;
    pointer-events: none;
}
.news-modern .news-card-featured a {
    pointer-events: auto;
}

/* Owl carousel item spacing */
.news-modern .news-slider .owl-stage-outer {
    padding-bottom: 4px;
}
.news-modern .news-slider .news-box {
    margin: 0 6px;
}

/* ─── FIX 3: Pagination always visible, better feedback ─── */
.news-modern .news-pagination {
    margin-top: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(2, 63, 136, 0.05);
    border: 1px solid rgba(2, 63, 136, 0.05);
}
.news-modern .news-page-info {
    font-size: 13px;
    color: #555;
    font-weight: 600;
    margin: 0 12px;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════════
   GLOBAL HEADINGS — h1 to h6 (consistent, modern, fluid)
   ═══════════════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Segoe UI", sans-serif;
    color: #023F88;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
}
h2 {
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.7px;
}
h3 {
    font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}
h4 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
}
h5 {
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.2px;
}
h6 {
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #FF8300;
}

/* Subtle orange accent on h1-h3 em tags (premium magazine style) */
h1 em, h2 em, h3 em {
    font-style: normal;
    color: #FF8300;
}

/* ═══════════════════════════════════════════════════════════════
   PROGRAMS PAGES — Shared Premium Modern Design
   (undergraduate, post-adp, graduate, doctoral, minor-programs)
   ═══════════════════════════════════════════════════════════════ */
.programs-modern {
    background: #f7f9fc;
}
.programs-modern .inner-page-content {
    padding-left: 95px !important;
    padding-right: 80px !important;
    padding-top: 30px !important;
    padding-bottom: 60px !important;
}
@media (min-width: 1400px) {
    .programs-modern .inner-page-content {
        padding-left: 120px !important;
        padding-right: 110px !important;
    }
}
@media (max-width: 1124px) {
    .programs-modern .inner-page-content {
        padding-left: 70px !important;
        padding-right: 60px !important;
    }
}
@media (max-width: 1024px) {
    .programs-modern .inner-page-content {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }
}
@media (max-width: 850px) {
    .programs-modern .inner-page-content {
        padding-left: 30px !important;
        padding-right: 28px !important;
    }
}
@media (max-width: 600px) {
    .programs-modern .inner-page-content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* ─── Hero Card ─── */
.prog-hero {
    position: relative;
    background: linear-gradient(135deg, #023F88 0%, #101934 100%);
    border-radius: 24px;
    padding: 44px 48px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 18px 48px rgba(2, 63, 136, 0.22);
    margin: 24px 0 28px;
}
.prog-hero__glow {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 131, 0, 0.30) 0%, transparent 70%);
    pointer-events: none;
}
.prog-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
}
.prog-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(255, 131, 0, 0.20);
    color: #FF8300;
    margin-bottom: 14px;
}
.prog-hero__title {
    font-family: Arial, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    color: #fff;
}
.prog-hero__title em {
    font-style: normal;
    color: #FF8300;
}
.prog-hero__sub {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* ─── Programs Grid ─── */
.prog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
}
@media (min-width: 1100px) {
    .prog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ─── Program Card ─── */
.prog-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 28px 26px;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.07);
    border: 1px solid rgba(2, 63, 136, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    display: flex;
    flex-direction: column;
}
.prog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #FF8300 0%, #ff9a30 100%);
    transition: width .3s;
}
.prog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(2, 63, 136, 0.15);
    border-color: rgba(255, 131, 0, 0.30);
}
.prog-card:hover::before {
    width: 8px;
}

.prog-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(2, 63, 136, 0.08);
}
.prog-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #023F88 0%, #1a4fa0 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(2, 63, 136, 0.22);
    transition: transform .3s, background .3s;
}
.prog-card:hover .prog-card__icon {
    transform: scale(1.08) rotate(-6deg);
    background: linear-gradient(135deg, #FF8300 0%, #ff9a30 100%);
}
.prog-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #023F88;
    line-height: 1.3;
    letter-spacing: -0.3px;
}
.prog-card__title a {
    color: inherit;
    text-decoration: none;
}
.prog-card__title a:hover {
    color: #FF8300;
}
.prog-card__title small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FF8300;
    margin-bottom: 4px;
}
.prog-card__body {
    font-size: 14.5px;
    line-height: 1.65;
    color: #444;
    margin: 0 0 16px;
    flex-grow: 1;
}
.prog-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FF8300;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: gap .25s;
    align-self: flex-start;
}
.prog-card__more:hover {
    gap: 10px;
    color: #FF8300;
    text-decoration: none;
}
.prog-card__more i {
    font-size: 12px;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .prog-hero {
        padding: 28px 22px;
        border-radius: 18px;
    }
    .prog-hero__sub {
        font-size: 14.5px;
    }
    .prog-card {
        padding: 22px 20px;
        border-radius: 14px;
    }
    .prog-card__title {
        font-size: 16px;
    }
    .prog-card__icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
        border-radius: 12px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   GLOBAL BANNER + BUTTONS POSITION — Consistent across all pages
   ═══════════════════════════════════════════════════════════════ */

/* Standardized banner image height */
.inner-page-title-box img {
    width: 100%;
    height: clamp(220px, 32vw, 380px);
    object-fit: cover;
    object-position: center;
    display: block;
}
@media (max-width: 768px) {
    .inner-page-title-box img {
        height: clamp(160px, 38vw, 240px);
    }
}
@media (max-width: 480px) {
    .inner-page-title-box img {
        height: 180px;
    }
}

/* Consistent sections-buttons-box position on all pages */
.inner-page-content .sections-buttons-box {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
}
/* On About/Vision/Dean/Rector pages specifically — push buttons down to match programs pages */
.school-modern .sections-buttons-box,
.dean-message-modern .sections-buttons-box,
.contact-modern .sections-buttons-box,
.fsr-modern .sections-buttons-box,
.programs-modern .sections-buttons-box {
    margin-top: 24px !important;
    margin-bottom: 22px !important;
}

/* ═══════════════════════════════════════════════════════════════
   UNIFIED BANNER + BUTTONS POSITION — Consistent ACROSS ALL PAGES
   Buttons always overlap banner bottom by same amount everywhere
   ═══════════════════════════════════════════════════════════════ */

/* All buttons-box across the site should pop up over the banner */
.inner-page-content .sections-buttons-box {
    position: relative;
    z-index: 5;
    margin-top: -60px !important;
    margin-bottom: 26px !important;
    padding: 16px 22px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(2, 63, 136, 0.10);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* Make the white content area start a bit lower so the buttons-box can lift over banner */
.programs-modern .inner-page-content,
.contact-modern .inner-page-content,
.fsr-modern .inner-page-content,
.news-modern .inner-page-content,
.school-modern .inner-page-content,
.dean-message-modern .inner-page-content {
    padding-top: 10px !important;
}

/* About/Vision/Dean/Rector wrappers — make sure buttons-box uses unified position */
.school-modern .clubs-and-socities,
.dean-message-modern .clubs-and-socities {
    margin-top: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 850px) {
    .inner-page-content .sections-buttons-box {
        margin-top: -36px !important;
        padding: 12px 14px;
        border-radius: 12px;
    }
}
@media (max-width: 600px) {
    .inner-page-content .sections-buttons-box {
        margin-top: -24px !important;
        padding: 10px 12px;
        gap: 6px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   UNIFIED BUTTONS POSITION — Reset, no card, sit BELOW banner
   ═══════════════════════════════════════════════════════════════ */
.inner-page-content .sections-buttons-box {
    position: static !important;
    z-index: auto !important;
    margin-top: 28px !important;
    margin-bottom: 22px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
}

.programs-modern .inner-page-content,
.contact-modern .inner-page-content,
.fsr-modern .inner-page-content,
.news-modern .inner-page-content,
.school-modern .inner-page-content,
.dean-message-modern .inner-page-content {
    padding-top: 30px !important;
}

@media (max-width: 850px) {
    .inner-page-content .sections-buttons-box {
        margin-top: 20px !important;
        margin-bottom: 16px !important;
    }
}
@media (max-width: 600px) {
    .inner-page-content .sections-buttons-box {
        margin-top: 16px !important;
        margin-bottom: 14px !important;
        gap: 6px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   GLOBAL LEFT-PADDING OVERRIDES (whole website)
   ═══════════════════════════════════════════════════════════════ */

/* Inner page content + title left padding */
.inner-page-content,
.inner-page-content[class] {
    padding-left: 15px !important;
}
.inner-page-title,
.inner-page-title[class] {
    padding-left: 15px !important;
}

/* Override premium-page specific overrides (programs/contact/fsr/news/school/dean) */
.programs-modern .inner-page-content,
.contact-modern .inner-page-content,
.fsr-modern .inner-page-content,
.news-modern .inner-page-content,
.school-modern .inner-page-content,
.dean-message-modern .inner-page-content {
    padding-left: 15px !important;
}

/* Footer left padding */
footer,
footer[class],
.footer,
.footer-section,
#footer {
    padding-left: 225px !important;
}

/* Responsive: scale down on smaller screens */
@media (max-width: 1024px) {
    footer,
    footer[class],
    .footer,
    .footer-section,
    #footer {
        padding-left: 60px !important;
    }
}
@media (max-width: 850px) {
    footer,
    footer[class],
    .footer,
    .footer-section,
    #footer {
        padding-left: 24px !important;
    }
}
@media (max-width: 600px) {
    footer,
    footer[class],
    .footer,
    .footer-section,
    #footer {
        padding-left: 16px !important;
    }
}

/* Remove left padding from footer columns + copyright */
.umt-footer .umt-footer-widget-area .umt-row .umt-columns,
.umt-copyright-content {
    padding-left: 0 !important;
}

/* Footer responsive padding at <=992px */
@media (max-width: 992px) {
    .umt-footer .umt-footer-widget-area .umt-row .umt-columns,
    .umt-copyright-content,
    .leo {
        padding-left: 160px !important;
        padding-right: 60px !important;
    }
}

/* Footer left padding zero at <=850px */
@media (max-width: 850px) {
    footer,
    footer[class],
    .footer,
    .footer-section,
    #footer {
        padding-left: 0 !important;
    }
}

/* Override global navy heading color inside dark/blue cards */
.bg-custom h1, .bg-custom h2, .bg-custom h3, .bg-custom h4, .bg-custom h5, .bg-custom h6,
.bg-custom .card-body h1, .bg-custom .card-body h2, .bg-custom .card-body h3,
.bg-custom .card-body h4, .bg-custom .card-body h5, .bg-custom .card-body h6,
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.bg-custom.text-white h1, .bg-custom.text-white h2, .bg-custom.text-white h3,
.bg-custom.text-white h4, .bg-custom.text-white h5, .bg-custom.text-white h6 {
    color: #ffffff !important;
}

/* Em tags inside white text stay orange */
.bg-custom em, .text-white em {
    color: #FF8300 !important;
}
