.vh-50 {
	max-height: 50vh;
	overflow-y: scroll;
}

.wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.container-fostrap {
	display: table-cell;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}
.fostrap-logo {
	width: 100px;
	margin-top: 15px;
}
.featureset {
	max-height: 80px;
}
.heading-cards {
	color: #054c9d;
	text-align: left;
	margin-left: 10px;
	padding-bottom: 25px;
}
.heading-right {
	color: #054c9d;
	text-align: left;
	margin-left: -40px;
	padding-bottom: 2px;
}
@media (min-width: 450px) {
	h1.heading {
		font-size: 3.55em;
		margin: 0 0 0.3em;
	}
}

.highlights,
.lead {
	margin-bottom: 5px;
}
.course-overview {
	font-size: large;
	font-weight: 600;
	text-align: left;
}
/* Featured Post Styles */
.featured-post {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #0e0e0e;
	height: 100%;
    min-height: 200px; /* Ensures it doesn’t get too small */
    transition: background-color 0.3s ease-in-out;
}

.featured-post:hover {
    background-color: #1a1a1a; /* Subtle hover effect */
}

/* Featured Post Image */
.featured-post-img {
    width: 100%;
	height: 100%;
    object-fit: fill;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content to the top */
    height: 100%; /* Ensures it fills the parent */
	box-shadow: 0 4px 4px rgba(68, 65, 235, 0.1);
}

.featured-post-title {
    font-size: 24px;
    font-weight: 350;
    margin-bottom: 10px;
    color: #22b0fc;
    text-align: left;
}

.featured-postsubtitle {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
    color: #b0b1b2;
    text-align: left;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
	display: -webkit-box;
	text-decoration: underline;
    -webkit-line-clamp: 3; /* Restrict to 3 lines */
	line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.card-subTitle {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Restrict to 3 lines */
	line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.img-card {
    height: 200px; /* Set a fixed height */
    object-fit: fill; /* Ensures the image covers the area without distortion */
}

.container-marketing {
	position: relative;
	padding-top: 100px;
	align-content: center;
}
.announcement {
	text-align: center;
	font-weight: 500;
	margin-top: -30px;
	font-size: 18px;
	color: #de4719;
}
.email-us,
.highlights,
.lead {
	font-weight: 600;
}
.lead {
	font-size: 18px;
	justify-content: left;
}
.highlights {
	font-size: 20px;
	color: #dc600e;
}
.email-us {
	position: relative;
	text-align: right;
	font-size: 18px;
	margin-top: -20px;
	color: #0e0e0e;
}


.nav-border {
	padding: 2px;
	border-bottom: 1px solid;
	margin-top: 1%;
}

.discord-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.enroll-btn {
	position: absolute;
	top: 20px;
	margin-left: 58em;
	background-color: #12930c;
}
@media screen and (max-width: 768px) {
	.enroll-btn {
		margin-left: 4em;
		margin-top: 1.2em;
	}
}
.discord-btn {
	background-image: url(https://i.imgur.com/Cfai9cv.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 220px;
	height: 120px;
	cursor: pointer;
	outline: 0;
}

.container-event {
	opacity: 1;
	padding: 15px;
	text-align: justify;
}

.event-timings {
	opacity: 1;
	text-align: right;
	font-weight: 500;
	color: #de4719;
}

.free-event-book-btn {
	background-color: #19a337;
}

.event-summary {
	text-align: justify;
	margin-bottom: 10px;
	font-weight: 400;
}

.previous-events {
	text-align: center;
}

.speaker {
	font-size: 20px;
	font-weight: 600;
}

.contact {
	margin-top: 7%;
}

/* New Changes */

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

/* Add space between pagination buttons */
#pagination-controls .page-item {
    margin: 0 5px; /* Horizontal margin between buttons */
}

/* Optional: Customize pagination buttons for better spacing */
#pagination-controls .page-link {
    padding: 0.5rem 1rem; /* Adjust padding for better button size */
        margin-top: 1.2rem; /* Adds 2rem space above the pagination */
}

/* Add hover effect to the pagination links */
#pagination-controls .page-link:hover {
    background-color: #e9ecef; /* Light gray */
    color: #0d6efd; /* Bootstrap primary color */
}

/* Highlight active page in pagination */
#pagination-controls .page-item.active .page-link {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: #fff;
    border-color: #0d6efd;
}

/* Pagination responsiveness on smaller screens */
@media (max-width: 768px) {
    #pagination-controls {
        font-size: 0.9rem; /* Adjust font size for smaller screens */
    }

	.featured-post-img {
        height: auto;
        border-radius: 10px 10px 0 0;
    }

	.featured-post {
        height: auto;
        width: auto;
    }


    .featured-post .card-body {
        text-align: center;
    }

}

