/* Career Foundation page styles */

#career-foundation {
	font-family: inherit;
}

.cf-hero {
	padding: 80px 0 40px;
}

.cf-title {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.cf-section {
	padding: 48px 0;
}

.cf-heading {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.cf-list {
	margin: 0 0 0 1.25rem;
}


.cf-list li {
	margin-bottom: 1px;
}

.bg-light {
	background-color: #f7f9fc;
}

.cf-subheading {
	color: #00d4ff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
}

.cf-highlight {
	background: rgba(0, 212, 255, 0.1);
	border-left: 4px solid #00d4ff;
	padding: 20px;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}

 #media-slider .item {
            height: 500px;
            overflow: hidden;
            position: relative;
        }
        
        #media-slider .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .video-container {
            width: 100%;
            position: relative;
        }
        
        .video-container video {
            object-fit: cover;
        }