.counters-card p {
    text-align: center;
}

.counters-card.border-right {
    border-right: 1px solid #0088B7;
}

.admission-image,
.video-wrapper {
    max-height: 600px;
}

.admission-video {
    margin-bottom: 30px;

}

.video-wrapper {
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.video-wrapper video {
    width: 100%;
    /* Ensures the video fits within the wrapper */
    height: auto;
    display: block;
    /* Removes inline gap if any */
}

.admission-video video {
    /* height: 100vh; */
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

#eventImage {
    object-fit: cover;
}

.blog__single--item--thumb {
    min-height: 280px;
    height: 280px;
}

.blog__single--item--thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 280px;
}

.fsw-600 {
    font-weight: 600;
}

.admission-video{
    display: none;
}