.custom-lms{
    background-color: #EEEEEE;
    padding: 0 0 57px 0;
    background-image: url(/wp-content/uploads/2026/02/Union-scaled.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 144px center;
}

.custom-lms__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: -144px;
    z-index: 2;
    position: relative; 
}

.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;
    letter-spacing: -0.021em;
}

.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;
    flex: 1;
}

.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;
    letter-spacing: -0.021em;
}

.custom-lms__item-text{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
    letter-spacing: 0.02px;
}

.custom-lms__item-link {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #D41028;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 0.1px;
}

.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 h2 {
    font-family: 'Geist', sans-serif;
    color: #FFEDD5;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.custom-lms__blocks-item p{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FEE2E2;
    letter-spacing: -0.001em;
}

.custom-lms__logos{
    display: flex;
    align-items: center;
    max-width: 1167px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 10px;
}

.custom-lms__desktop {
    display: block;
}

.custom-lms__mobile {
    display: none;
}

.custom-lms__mobile-slider {
    overflow: hidden;
}

.custom-lms__mobile-slide {
    box-sizing: border-box;
}

@media (max-width: 768px){

    .custom-lms{
        padding: 0;
    }

    .custom-lms__inner{
        margin-top: 0;
    }

    .custom-lms__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 77px;
    }

    .custom-lms__desktop {
        display: none;
    }

    .custom-lms__mobile {
        display: block;
        margin-bottom: 20px;
    }

    .custom-lms__mobile-slider .swiper-wrapper{
        padding: 0;
    }

    .custom-lms__item {
        padding: 20px 20px 30px;
        width: 100% !important;
    }

    .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-top: 28px;
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative !important;
    }

    .custom-lms__pagination .swiper-pagination-bullet{
        margin: 0 !important;
        width: 6px;
        height: 6px;
        background: #D9D9D9;
        opacity: 0.4;
        border-radius: 12px;
        transition: all 0.5s;
    }

    .custom-lms__pagination .swiper-pagination-bullet-active{
        width: 18px;
        opacity: 1;
    }

    .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;
        background: transparent;
        border: 1px solid #EE3148;
    }

    .custom-lms__blocks-item:nth-child(2){
        background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    }

    .custom-lms__blocks-item h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .custom-lms__blocks-item h2 br {
        display: none;
    }

    .custom-lms__logos {
        padding: 46px 0;
        overflow-x: auto;
    }
}