/* ================================ IMAGE BACKGROUND SECTION ================================ */

.academics-image-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-top: 7.5rem;
	height: 80vh;
	/* background-image: url('https://images.ctfassets.net/ihx0a8chifpc/pkPsn4xvlsW7rV74rsMhW/9b749af2555183d91e84b9879422c180/placehold-1280x720.jpg'); Add your image URL here */
}

.academics-image-section img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover; /* Ensures the image covers the entire container */
	z-index: -1;
	object-fit: cover;
}
.overlay-fade {
	position: absolute;
	top: 0;
	left: 0;
	/* background: black; */
	height: 100%;
	width: 100%;

	/* opacity: 0.5; */
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 20px;
	/* transition: opacity 2s ease-in;
    z-index: 0; */
}

/* ================================ IMAGE-BACKGROUND TEXT ================================ */

.overlay-fade-bg {
	background: black;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0.5;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 20px;
	transition: opacity 2s ease-in;
}
.academics-text-overlay {
	max-width: 100%;
	margin-bottom: 2%;
}

.academics-image-section h1 {
	position: relative;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "century-gothic", sans-serif;
	padding-bottom: 1.5%;
	max-width: 55%;
	margin-left: 8%;
	color: #ffffff;
	z-index: 20;
	opacity: 100;
}

.academics-text-overlay p {
	color: #ffffff;
	line-height: 1.5;
	font-family: "century-gothic", sans-serif;
	font-size: large;
	font-weight: lighter;
	max-width: 50%;
	z-index: 20;
	margin-left: 8%;
	opacity: 100;
}

/* ================================ INFO SECTION ================================ */

.info-section {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
	justify-content: left;
	background-color: white;
	overflow: hidden;
}

.info-section-content {
	padding-left: 5%;
	padding-right: 5%;
	/* padding-bottom: 5%; */
	padding-top: 1%;
	justify-content: left;
	background-color: white;
	overflow: hidden;
}

.content-column {
	margin-bottom: 8% !important;
	/* max-height: 50vh; */
}

.customize-contentmain {
	align-items: self-start;
}

@media (min-width: 768px) {
	.customize-contentmain-child {
		width: 45.8% !important;
	}
}

/* ======= IMAGE SECTION =======*/

.image-fluid {
	object-fit: cover;
	width: 100%;
	height: 50vh;
}

/* ======= TEXT SECTION =======*/

.content-title,
.content-title-right {
	color: #625f5f;
	font-weight: bold;
	font-size: xx-large;
	margin-bottom: 2%;
	margin-top: 2%;
	text-transform: uppercase;
	text-align: left;
	align-items: left;
	font-family: "century-gothic", sans-serif;
}

.child-content-main {
	color: #625f5f !important;
	font-weight: light;
	font-family: "century-gothic", sans-serif;
	line-height: 2.5;
	min-height: 60%;
	font-size: medium !important;
}

.content-desc,
.content-desc-right,
.content-desc p,
.content-desc-right p,
.content-desc span,
.content-desc-right span {
	color: #625f5f !important;
	font-weight: light;
	font-family: "century-gothic", sans-serif;
	line-height: 2.5;
	/* text-indent: 50px; */
	min-height: 60%;
	font-size: medium !important;
}

.content-wrapper {
	color: #625f5f;
	max-height: 30vh !important;
	overflow-y: auto !important;
	/* text-overflow: ellipsis  !important; 
    display: -webkit-box  !important; 
    -webkit-box-orient: vertical  !important; 
    -webkit-line-clamp: 8  !important;  */
	font-weight: light;
	font-family: "century-gothic", sans-serif;
	line-height: 2.5;
	/* text-indent: 50px; */
	min-height: 60%;
    text-align: justify;
}

.content-wrapper::-webkit-scrollbar {
	margin-left: 10px;
	background: #625f5f;
}

.content-title-right {
	text-align: right;
	align-items: right;
}

/* ======= BUTTON SECTION =======*/

.btn-academics {
	font-size: large;
	background-color: #a12124;
	color: white;
	margin-bottom: 2%;
	margin-top: 2%;
	font-family: "century-gothic", sans-serif;
	border-radius: 50px;
	border: 2px solid #a12124;
	width: 150px;
}
.btn-academics:hover {
	background-color: white;
	color: #a12124;
	transition: 0.3s ease;
	border: 2px solid #a12124;
}
.button-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

.content-desc{
    text-align: justify !important;
}
