@media (min-width: 570px) and (max-width: 1501px) {
    .nav-menu__item .nav-menu__link {
        font-size: 15px !important;
    }
}

.track_image {
    width: 50px;
    height: auto;
}

.header-content-wrapper{
    margin-left: 20px;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 13%;
    min-width: 70% !important;
    max-width: 87% !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    gap: 30px;
    z-index: 99;
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    /*align-items: center;*/
    opacity: 0;
    visibility: hidden;
    margin-block-start: 16px;
    transition: 0.2s linear;
    border-radius: 6px;
}
.mega-menu-column{
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
}
.mega-menu-column:last-child{
    border-right: none;
    padding-right: unset;
}
.mega-menu-column h4 {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-600);
}
.mega-link {
    display: block;
    padding: 8px 0;
    text-decoration: none;

    color: var(--neutral-700);
    font-weight: 500;
    border-radius: inherit;
    font-size: 0.875rem;
    font-family: var(--body-font);
}
.mega-link:hover {
    color: var(--main-600);
}

.has-megamenu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-block-start: 0;
}
.adds-img img{
    border-radius: 10px;
}
.nav-submenu .nav-submenu__link:hover {
    color: var(--main-600);
}

.has-submenu:hover > a::before {
    color: hsl(var(--main));
    transform: translateY(-50%) rotate(0deg);
}

@media (max-width: 575px) {
    .pv-none {
        display: none !important;
    }
    .bottom-footer{
        text-align: center;
    }
}



/* .course-item:hover .course-item__img {
            transform: unset !important;
        }*/

/* Shine effect container */
.course-item__thumb {
    position: relative;
    overflow: hidden;
}

.course-item__thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 60%,
        transparent 100%
    );
    transform: translate(-100%, -100%);
    pointer-events: none;
    z-index: 1;
}

/* Trigger shine on card hover - one direction only */
.course-item:hover .course-item__thumb::before {
    transform: translate(100%, 100%);
    transition: transform 1s ease-out;
}

/* Optional: Add scale effect to image */
.course-item:hover .course-item__img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Card solid shadow on hover */
.course-item {
    transition: box-shadow 0.3s ease;
}

.course-item:hover {
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}

/*@media screen and (min-width: 1399px) {
    .header-apply-image {
        width: 610px;
        height: 230px;
    }
}*/

.section-heading{
    max-width: 700px !important;
}

.course-item__content div h4 {
    min-height: 58px;
}

.progress-wrap.active-progress {
    visibility: hidden !important;
}
