.carousel-item {
    height: 600px;
    /* Adjust based on your needs */
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* For mobile devices */
@media (max-width: 768px) {
    .carousel-item {
        height: 400px;
    }
}

.header-wrap .main-menu-wrap.style1 #menu ul li a {
    font-size: 18px;
    font-weight: 600;
}
.course-card.style1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-info {
    flex-grow: 1;
}
.heading-wrapper {
    color: var(--color-white);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    border-left: 2px solid #116e63;
    background: var(--theme-color);
    padding-left: 10px;
    padding-right: 10px;
    color: var(--color-white);
}
