.course_blocks__course {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    transition: all 0.3s ease-in-out; background-position 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
}

.no-hover .course_blocks__course{
    cursor: default!important;
}

.course_blocks__course:hover {
    transition: all 0.3s ease-in-out; background-position 0.3s ease;
    border: 0.7px solid black;
}

.no-hover .course_blocks__course:hover{
    transition: none!important; background-position 0.3s ease;
    border: none!important;
    transform: none!important;
}

.course_blocks__course__link{
    font-size: 12px;
    line-height: 21px;
    font-weight:  700;
    color: #01397d!important;
}

.no_hover .course_blocks__course:hover{
    transition: none!important; background-position 0.3s ease;
    border: none!important;
    transform: none!important;
}

.course_blocks__course .no_hover{
    cursor: default!important;
}


.course_blocks__course:hover .course_blocks__course__information__content{
    margin-left: 15px;
}

.no-hover .course_blocks__course:hover .course_blocks__course__information__content{
    margin-left: 0px!important;
}

.no_hover .course_blocks__course:hover .course_blocks__course__information__content{
    margin-left: 0px!important;
}

.course_blocks__course__logo {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_blocks__course__logo i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 70px;
    color: #fff;
}

.course_blocks__course__logo img {
    object-fit: cover;
    border-radius: 5px;
    width: 80px;
    height: 80px;
}

.small_version .course_blocks__course__logo{
    height: 55px!important;
    width: 55px!important;
    border-radius: 8px!important;
}

.course_blocks__course__information {
    display: flex;
}

.course_blocks__course__information__content {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 15px;
    transition: all 0.3s ease-in-out; background-position 0.3s ease;
}

.course_blocks__course__information__content__top_title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

.black_text .course_blocks__course__information__content__top_title {
    color: #01397d!important;
}

.course_blocks__course__information__content__bottom_title {
    color: #fff;
    font-size: 12px;;
}

.course_blocks__course a {
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    color: #01397d;
}

/* Enhanced hover effects (creative and subtle) */

.course_blocks__course {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    transition: all 0.35s ease; background-position 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.course_blocks__course:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 102, 204, 0.08);
    border-color: #ddd;
    background-color: #01397d;
}

.course_blocks__course:hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 150, 255, 0.05), transparent 70%);
    z-index: 0;
    animation: pulseGlow 1.2s ease-out forwards;
}

@keyframes pulseGlow {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.course_blocks__course__information__content {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 15px;
    transition: all 0.3s ease-in-out; background-position 0.3s ease;
    position: relative;
    z-index: 1;
}

.course_blocks__course:hover .course_blocks__course__information__content {
    margin-left: 20px;
}

.course_blocks__course__information__content__top_title {
    color: #01397d;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    position: relative;
}



.course_blocks__course__logo img {
    transition: transform 0.4s ease; background-position 0.3s ease;
}

.course_blocks__course:hover .course_blocks__course__logo img {
    transform: rotate(-1deg) scale(1.05);
}

/* Read more link styles */

.course_blocks__course__link {
    font-size: 12px;
    line-height: 21px;
    font-weight:  700;
    color: #01397d;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease; background-position 0.3s ease;
}

.course_blocks__course__link:hover {
    background-position: right center;
    color: #01397d;
}

.course_blocks__course__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #01397d;
    transition: width 0.4s ease; background-position 0.3s ease;
}

.course_blocks__course__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #01397d;
    transition: width 0.4s ease; background-position 0.3s ease;
}

.course_blocks__course:hover .course_blocks__course__link::after {
    width: calc(100% - 18px);
}

.course_blocks__course__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #01397d;
    transition: width 0.4s ease; background-position 0.3s ease;
}

.course_blocks__course:hover .course_blocks__course__link::after {
    width: calc(100% - 18px);
}

.course_blocks__course__link {
    background-image: url("https://www.theleansixsigmacompany.com/us/wp-content/uploads/sites/126/Ontwerp-zonder-titel.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    padding-right: 18px;
}