/* For WebKit browsers */
::-webkit-scrollbar {
	width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
	background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
	background: #888; /* Color of the scrollbar thumb */
	border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
	background: #555; /* Color of the scrollbar thumb when hovered */
}

/* For Firefox */
html {
	scrollbar-width: thin; /* 'auto' or 'thin' */
	scrollbar-color: #888 #f1f1f1; /* thumb color, track color */
}

/* CSS Reset */
/*
	1. Use a more-intuitive box-sizing model.
  */
*,
*::before,
*::after {
	box-sizing: border-box;
}
/*
	  2. Remove default margin
	*/
* {
	margin: 0;
}
/*
	  Typographic tweaks!
	  3. Add accessible line-height
	  4. Improve text rendering
	*/
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
/*
	  5. Improve media defaults
	*/
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
/*
	  6. Remove built-in form typography styles
	*/
input,
button,
textarea,
select {
	font: inherit;
}
/*
	  7. Avoid text overflows
	*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
p {
	margin: 0;
}
/*
	  8. Create a root stacking context
	*/

#root,
#__next {
	isolation: isolate;
}

ul {
	list-style-type: none;
}
li {
	cursor: pointer;
}

/* Font */
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: "Roboto", sans-serif;
	overflow-x:hidden;
}


.bg-primary {
	background: linear-gradient(to right, #434875, #b18647) !important;
}

.text-title {
	color: #3a352d;
	font-size:36px;
}

.text-paragraph {
	color: #585249;
}

.bg-light {
	background-color: #f9f8f6;
}

.small-btn {
	padding: 8px 32px;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #434875;
	color: #434875;
	margin-top: 24px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.active__nav{
	color:#b18647 !important; 
	position:relative;
	transition:all .3s ease-in-out;
}
.active__nav::after{
	content:'';
	height:2px;
	position:absolute;
	bottom:0;
	left:8px;
	right:8px;
	background-color:#b18647;
	transform:translateY(8px);
	transition:all .3s ease-in-out;

}
.nav-link{
	font-weight:bold;
}
.nav-link:hover{
	transition:all .3s ease-in-out;
	color:#b18647 !important; 
}


.active-btn {
	color: #434875;
	font-weight: bold;
	padding: 8px 16px;
	outline: 1px solid #434875;
}
.active-btn::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #434875;
}

.navbar__logo {
	width: 78px;
	height: 78px;
}

.hero-page {
	width: 100%;
	position: relative;
}

.hero-page__scholarship-btn{
	border:none;
	font-size:18px;
	font-weight:bold;
	background: linear-gradient(to right, #434875, #b18647) !important;
	padding:16px 24px;
	color:#ffffff;
	border-radius:8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hero-page__inquire-btn{
	border:none;
	font-size:18px;
	font-weight:bold;
	border: 1px solid linear-gradient(to right, #434875, #b18647) !important;
	padding:16px 24px;
	color:white;
	background-color:transparent;
	border-radius:8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hero-page__video {
	height: 415px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: linear-gradient(to right, rgba(67, 72, 117, .8), rgba(177, 134, 71, 0.2));
	z-index: 10;
}

.hero-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.hero-page__title {
	font-size: 62px;
	font-weight: 900;
	color: #ffffff;
	font-weight: 900;
}

.hero-page__paragraph {
	color: #faf9f7;
	font-size: 20px;
	line-height: 1.7;
	margin-top: 12px;
}
.hero-page_button {
	padding: 16px 48px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(to right, #434875, #b18647);
	color: #ffffff;
	margin-top: 48px;
	border: none;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.hero-page__row {
	padding: 10rem 0;
}
.hero-page__video{
	height:340px;
	border: none; 
	overflow: hidden;
}

/* Schedule */

.schedule__address{
	color:#3a352d;
}
.schedule__title{
    background: linear-gradient(to right, #434875, #b18647);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	font-weight:bold;
	font-size:36px;

}
.schedule__day{
	color:#F9E811;
	font-size:24px;
	font-weight:bold;

}
.schedule__time{
	color:#ffffff;
	font-weight:bold;

}

.schedule__border-right{
	border-right:1px solid #ffffff;
}

.title-section {
	background: #b18647;
	color: #ffffff;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 16px 62px 16px 62px;
	display: inline-block;
}

.inqueries {
	width: 50%;
}

.events__text-title{
	color: #3a352d;
	font-size:20px;
}


/* About Us */
.about-us__header-title{
	font-weight:bold;
	color:#b18647;
	font-size:18px;
	text-transform:uppercase;
}

.about-us__paragraph {
	line-height: 1.8;
	margin-top:12px;
}

.about-us_button,.contact-us__btn {
	padding: 8px 24px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	background-color: #434875;
	color: #ffffff;
	margin-top: 32px;
	border: none;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-us_img-button {
	padding: 16px 48px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffffff;
	border: none;
	color: #434875;
	margin-top: 32px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-sizing: border-box;
}
.about-us_button_container{
	right: -10px;
	top: 60px;
}
.about-us_img-button--active {
	border: 8px solid #434875;
	box-sizing: border-box;
}
/* Gallery */
.gallery__img {
	width: 100%;
	object-fit: cover;
	transition:all 0.2s ease-in-out;
	cursor:pointer;
  }
  .gallery__img:hover {
	transform:scale(1.08);
  }


  /* event */
  .event__img{
	width:100%;
	height:280px;
	object-fit:cover;
}


/* Campuses */


.navbar_school-name {
	font-size: 1.6rem; /* Default for small devices */
}

.about-us__text-hidden {
	display: none;
}

.link_text {
	text-decoration: none;
	cursor: pointer !important;
}

.link_text:hover {
	text-decoration: underline;
}

.footer {
    padding: 78px 78px 42px 78px;
    position: relative;
}

.footer__logo {
    display: flex;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin: 0 auto;
}

.footer__img-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 32px;
}

.footer__img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.footer__contact {
    font-size: 18px;
    padding: 8px 0;
    color: #cccccc;
}

.footer__bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.footer__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e3b63;
    z-index: 10;
    opacity: 0.97;
}

#gallery{
	padding:5rem 1rem 5rem 1rem;
	position:relative;
    z-index: 15;
}
.gallery__overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e3b63;
    z-index: 10;
    opacity: 0.97;
}
.gallery__img-container{
	height: 100%;
    width: 100%;
    position: absolute;
	left:0;
    top: 0;
    right: 0;
    bottom: 0;
}

.section-title__container{
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	gap:10px;
	position:relative;
	z-index:100;

}
.section-title__title{
	font-size:20px;
	margin:0;
	color:#b18647;
	text-transform:uppercase;

}
.section-title__p{
	font-size:36px;
	margin:0;
	font-weight:bold;
	color:#2e3b63;


}
.section-title__border{
	width:100px;
	height:4px;
	background-color:#b18647;
	margin-top:16px;
}

.count-down {
    width: 100%;
    height: 140px;
    margin: auto;
    padding: 20px;
}
.count-down .flipdown {
    margin: auto;
    width: 600px;
    margin-top: 1px;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before{
	color:#ffffff !important;
}

.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 100%;
}

.upcoming-event__card-time{
	background-color:#2e3b63;
	padding:4px 8px;
	border-radius:8px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}








@media (max-width: 1200px) {
	.navbar_school-name {
		font-size: 1.6rem; /* Extra large devices (large desktops, 1200px and up) */
	}
	.hero-page__title {
		font-size: 48px;
	}
	.hero-page__paragraph {
		font-size: 18px;
	}
	.navbar__logo {
		width: 64px;
		height: 64px;
	}

	.hero-page {
		height: 100%;
		width: 100%;
		position: relative;
	}

	.hero-page__video {
		height: 315px;
	}

	.inqueries {
		width: 60%;
	}

	.title-section {
		font-size: 32px;
		padding: 12px 52px 12px 52px;
	}
}

@media (max-width: 992px) {
	.hero-page__title {
		font-size: 42px;
	}
	.hero-page__paragraph {
		font-size: 18px;
	}

	.navbar__logo {
		width: 56px;
		height: 56px;
	}

	.hero-page_button {
		padding: 14px 36px;
		font-size: 16px;
	}
	.inqueries {
		width: 70%;
	}

	.inqueries__text {
		font-size: 18px;
	}

	.title-section {
		font-size: 28px;
		padding: 12px 48px 12px 48px;
	}

	.section-title__title{
		font-size:18px;
	
	}
	.section-title__p{
		font-size:32px;
	
	}
	.section-title__border{
		width:90px;
		height:4px;
		background-color:#b18647;
		margin-top:16px;
	}
	.events__custom-bg{
		background-color:#434875;
	}
	.active__nav{
		color:#b18647 !important; 
		position:relative;
		transition:all .3s ease-in-out;
		max-width:40px;
	}

	.about-us_button_container{
		right: 10px;
		top: 60px;
	}
}

@media (max-width: 768px) {
	.navbar_school-name {
		font-size: 1.2rem; /* Medium devices (tablets, 768px and up) */
	}
	.contact-info__text {
		font-size: 0.8rem;
	}
	.hero-page__title {
		font-size: 32px;
	}
	.hero-page__paragraph {
		font-size: 16px;
	}

	.navbar__logo {
		width: 48px;
		height: 48px;
	}

	.hero-page_button {
		padding: 12px 32px;
		font-size: 14px;
	}

	.inqueries {
		width: 80%;
	}
	.inqueries__text {
		font-size: 14px;
	}

	.title-section {
		font-size: 24px;
		padding: 12px 42px 12px 42px;
	}
	
	.hero-page__video{
		height:240px;
	}

	.hero-page__row {
		padding: 6rem 0;
	}
	.schedule__address{
		font-size:12px;
	}
	.schedule__title{
		font-size:18px;
	}

	.schedule__day{
		font-size:14px;
	
	}
	.schedule__time{
		font-size:12px;
	}

	.footer {
		padding: 48px 16px 22px 16px;
	}

	.footer__logo {
		width: 72px;
		height: 72px;
	}

	.footer__img-container {
		gap: 4px;
		margin-top: 28px;
	}
	
	.footer__img {
		width: 100%;
		height: 90px;
		object-fit: cover;
	}

	.footer__contact {
		font-size: 16px;
		padding: 8px 0;
		color: #cccccc;
	}

	.section-title__title{
		font-size:16px;
	
	}
	.section-title__p{
		font-size:28px;
	
	}
	.section-title__border{
		width:80px;
		height:4px;
		background-color:#b18647;
		margin-top:16px;
	}

	.events__transform{
		transform:translateY(0)
	}

	.count-down {
        height: 162px;
		margin-top:10px;
    }
	.events__custom-bg{
		background-color:#434875;
	}

	.active::after{
		content:'';
		height:2px;
		position:absolute;
		bottom:0;
		left:0;
		width:40px;
		background-color:#b18647;
		transform:translateY(8px);
		transition:all .3s ease-in-out;
	
	}
	.about-us_button_container{
		right: 10px;
		top: 60px;
	}


	
	
}






.modal-header {
	background: linear-gradient(to right, #434875, #b18647);
	color: #fff;
}

.loading-screen {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/* background-color: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	/* Make sure it appears on top of other elements */
  }
