.custom-lms{
    background-color: #EEEEEE;
    padding: 0 0 63px 0;
    background-image: url(/wp-content/uploads/2026/02/Union-scaled.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 200px;
    overflow: hidden;
}

.custom-lms__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-lms__title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 43px;
    color: #1C1C1C;
}

.custom-lms__items{
    display: flex;
    gap: 31px;
    margin-bottom: 49px;
}

.custom-lms__item{
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 36px 40px;
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 12px;
}

.custom-lms__item .icon{
    background: #EEEEEE;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 66px;
}

.custom-lms__item-title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #000;
}

.custom-lms__item-text{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
}

.custom-lms__item-link {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #D41028;
    text-decoration: none;
    margin-top: 78px;
}

.custom-lms__item-link svg {
    rotate: 0;
    transition: all 0.3s;
}

.custom-lms__item-link:hover svg {
    rotate: 45deg;
}

.custom-lms__blocks{
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
}

.custom-lms__blocks-item{
    border-radius: 12px;
    padding: 32px 27px 40px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    border: none;
}

.custom-lms__blocks-item h4{
    font-family: 'Geist', sans-serif;
    color: #FFEDD5;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.custom-lms__blocks-item p{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FEE2E2;
}

.custom-lms__logos{
    display: flex;
    align-items: center;
    max-width: 1167px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 768px){

    .custom-lms{
        padding: 0;
    }

    .custom-lms__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 77px;
    }

    .custom-lms__items{
        margin-bottom: 20px;
    }

    .custom-lms__items .swiper-wrapper{
        padding-bottom: 0;
    }

    .custom-lms__item {
        padding: 20px 20px 30px;
    }

    .custom-lms__item-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 11px;
    }

    .custom-lms__item-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px;
    }

    .custom-lms__item-link {
        margin-top: 30px;
    }

    .custom-lms__pagination{
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .custom-lms__pagination .swiper-pagination-bullet{
        margin: 0 !important;
        width: 6px;
        height: 6px;
        background: #D9D9D9;
        opacity: 1;
        border-radius: 12px;
        transition: all 0.5s;
    }

    .custom-lms__pagination .swiper-pagination-bullet-active{
        width: 18px;
    }

    .custom-lms__blocks {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .custom-lms__blocks-item {
        border-radius: 12px;
        padding: 20px;
        min-height: auto;
    }

    .custom-lms__blocks-item h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .custom-lms__blocks-item h4 br{
        display: none;
    }

    .custom-lms__logos{
        display: none;
    }
}