:root {
	--color-bg-black: rgb(120, 0, 0) !important;
}

@media screen and (max-width: 1900px) {
	#menu02-5o {
		margin-bottom: 6.5rem;
	}
}
@media screen and (max-width: 1200px) {
	#menu02-5o {
		margin-bottom: 5.5rem;
	}
}
@media screen and (max-width: 768px) {
	#menu02-5o {
		margin-bottom: 5rem;
	}
}



.cid-uSxmet1bPo .content-wrap p p {
	line-height: 1.5rem;
}

.item-hidden {
	display: none;
}


.battambang-thin {
	font-family: "Battambang", system-ui;
	font-weight: 100;
	font-style: normal;
}

.battambang-bold {
	font-family: "Battambang", system-ui;
	font-weight: 700;
	font-style: normal;
}

.battambang-black {
	font-family: "Battambang", system-ui;
	font-weight: 900;
	font-style: normal;
}

.active {
	/* background-color: #ffffff !important; */
	color: #000000 !important;
}

.sticky-top {
	background-color: red !important;
	width: 95%;
	margin: auto;
	border-radius: 50px;
	/* position: sticky; */
	top: 10px;
	/* transform: translateX(-50%); */
	z-index: 10;
}

.sticky-normal {
	background-color: #700404a6;
	color: white !important;
}

.sticky-normal-bg {
	background-color: rgb(120, 0, 0) !important;
	color: white !important;
}

.contact-bar {

	z-index: 1001;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: white;
	height: 25px;

}

@media (max-width: 1900px) {
	.logostyle {
		margin-left: -3rem;
		height: 5rem;
	}

	.navbar-nav {
		position: absolute;
	}
}

@media (max-width:1200px) {
	.logostyle {
		margin-left: -3rem;
		height: 4rem;
	}

	#contactBar {
		visibility: hidden !important;
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.navbar-nav {
		position: absolute;
		float: right;
	}
}

@media (max-width: 992px) {
	.logostyle {
		margin-left: -2rem;
		display: block;
		height: 5rem;
	}

	.navbar-nav {
		position: static;
		float: left;
	}
}

.contact-items {
	padding-top: 2rem;
	display: flex;
	align-items: center;
	gap: 15px;
	margin: auto;
}

.contact-items a {
	color: white;
}

.contact-items a:hover {
	color: #000000;
}

@media (max-width: 768px) {
	.logostyle {
		height: 5rem;
		padding-top: 0.5rem;
	}

	.top-bar {
		display: none;
	}

	.bottom-bar {
		top: 0;
	}

	.navbar-collapse {
		margin-top: 2rem;
	}

	.navbar-nav {
		position: static;
		float: left;
	}
}

.collapse ul li a {
	font-size: 14.5px;
}

/* Facility card hover effects: smooth lift, shadow and subtle image zoom */
.facility-card {
	transition: transform 0.28s cubic-bezier(.2, .8, .2, 1), box-shadow 0.28s cubic-bezier(.2, .8, .2, 1);
	will-change: transform;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.facility-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 12px 28px rgba(18, 38, 63, 0.12), 0 6px 12px rgba(18, 38, 63, 0.06);
}

.facility-card img {
	transition: transform 0.45s ease;
}

.facility-card:hover img {
	transform: scale(1.05);
}

/* Accessibility: Apply same visual on keyboard focus */
.facility-card:focus-within,
.facility-card:focus {
	outline: none;
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 12px 28px rgba(18, 38, 63, 0.12);
}

/* Overlay button centered on the card */
.facility-card {
	position: relative;
	overflow: hidden;
}

.card-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* pointer-events: none; */
	/* allow click through when hidden */
}

.facility-showmore-btn {
	pointer-events: auto;
	/* allow interaction */
	opacity: 0;
	transform: translateY(8px) scale(0.98);
	transition: opacity 0.22s ease, transform 0.22s ease;
	box-shadow: 0 6px 18px rgba(12, 44, 86, 0.12);
	border-radius: 20%;
}

/* Show button on hover / focus-within */
.facility-card:hover .facility-showmore-btn,
.facility-card:focus-within .facility-showmore-btn {
	opacity: 1;
	transform: translateY(0) scale(1);
	border-radius: 25px;
}

/* If the card wrapper (the column) receives keyboard focus, surface the button */
[tabindex]:focus .facility-showmore-btn,
[tabindex]:focus-within .facility-showmore-btn {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Small-screen fallback: show button persistently for easier tap */
@media (max-width: 575px) {
	.facility-showmore-btn {
		opacity: 1;
		transform: translateY(0) scale(1);
		display: none;
	}
}

.title-justify {
	font-weight: bold;
	justify-content: center;
	color: black;
}

/* Video container: set dimensions per breakpoint and keep it responsive */
.video-player-page {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	height: 600px;
	/* default desktop height */
}

#educatio_philosophy,
.video-player-source {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 1;
}
#facility-video,
.video-player-source {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	/* height: 100%; */
	min-width: 100%;
	/* min-height: 100%; */
	object-fit: cover;
	z-index: 1;
}
@media (max-width: 1900px) {
	.video_fram {
		position: relative;
		height: 720px;
		overflow: hidden;
	}
}

/* Tablet */
@media (max-width: 1200px) {
	.video-player-page {
		height: 400px;
	}

	/* Switch to flow layout on smaller screens so video fits without excessive cropping */
	#educatio_philosophy {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	#facility-video {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.video_fram {
		position: relative;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
}

/* Small phones */
@media (max-width: 320px) {

	#educatio_philosophy {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}
@media (max-width: 320px) {

	#facility-video {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}
.text-transform {
	text-transform: uppercase;
}

.banner_title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background-color: #ff0000;
	color: white;
}

.loader-container {
	text-align: center;
	font-family: sans-serif;
}

.error-code {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff4757;
	margin-bottom: 10px;
	padding-top: 20px;
}

.loading-bar {
	width: 200px;
	height: 4px;
	background: #f1f2f6;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.loading-bar::after {
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #2f3542;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	100% {
		left: 100%;
	}
}

.dropdown-menu a:hover {
	background-color: #000000;
	color: rgb(0, 17, 255);
}

.footer {
	background-color: rgb(120, 0, 0);
	color: white;
}

.footer-galary-img:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;

}

@media (max-width: 768px) {
	#footerDisclaimer {
		display: none;
	}

	#footerdownload {
		display: block;
	}

	#footerParnership {
		display: block;
	}

	#footerContactus {
		text-align: center;
	}

	.footerContactus {
		font-size: 2rem;
		font-weight: bold;
	}
}

.navbar-nav {
	width: 100%;
	justify-content: right;
}

/* For WebKit browsers (Chrome, Safari, Opera) */
::-webkit-scrollbar {
	width: 8px;
	/* vertical scrollbar width */
	height: 8px;
	/* horizontal scrollbar height */
}

::-webkit-scrollbar-thumb {
	background-color: rgb(120, 0, 0) !important;
	/* scrollbar handle color */
	border-radius: 10px;
	/* rounded corners for the thumb */
}

::-webkit-scrollbar-track {
	background: #b8b8b8;
	/* scrollbar track color */
	border-radius: 10px;
	/* rounded corners for the track */
}

#submitBtn {
	background-color: rgb(255, 255, 255);
	color: rgb(255, 0, 0);
}

#submitBtn:hover {
	background-color: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
}

.admission-process-header {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	background-color: var(--color-bg-black);
	color: white;
	padding: 5px;
	position: sticky;
	top: 0;
}

.admission-process-header h2 {
	margin-top: 10px;
}

.section-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #ffffff;
	margin: 15px auto;
	position: sticky;
	top: 0;
}

.profile-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	top: 0;
}

@media screen and (max-width: 1900px) {
	.example-container {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	.example-container {
		margin-top: 0px;
	}
}