
.projects-sec .sec-content{
    display:grid;
    gap:40px;
    border-bottom: 1px solid rgba(194, 169, 255, 0.4);
}

h3:not(.smaller){
    font-size: var(--font-l) !important;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
section .sec-content .category-line{
    text-transform: uppercase;
    font-size: var(--font-xs);
    font-weight: 600;
    color: var(--blue);
    display:flex;
    align-items: center;
    gap:7px;
 }
 section .sec-content .category-line svg{
    width: 18px;
    height: 18px;
 }
 .sec-content .slogan,
 .sec-content .subtitle{
    font-size: var(--font-m) !important;
    font-weight: 500;
    font-family: 'Epilogue', sans-serif;
}
section p{
    font-size: var(--font-s);
    font-weight: 400;
}
p .heading, p.heading{
    font-weight: 600;
}

.competencies-page .current-product{
    background-color: #FFFEFE;
}
.competencies-page .current-product .sec-content{
    display:flex;
    flex-direction: column;
    gap:20px;
}

.competencies-page .current-product .sec-content .heading-box{
   display:flex;
   gap:20px;
   align-items: center;
}
.competencies-page .current-product .sec-content .heading-box img{
   width:55px;
   height:55px;
}


.competencies-page .other-products{
    background-color: #EEEDEC;
}
.competencies-page .other-products .sec-content .competencies-swiper{
    margin: 0 60px;
}
.competencies-page .other-products .sec-content{
    position:relative;

}
.competencies-page .other-products .sec-content .competencies-swiper .swiper-wrapper .swiper-slide{
    padding:20px 0;
}
.competencies-page .other-products .sec-content .competencies-swiper .swiper-wrapper .swiper-slide .card-item{
    height:237px;
    transition: all 0.3s ease;

}
.competencies-page .other-products .sec-content .competencies-swiper .swiper-wrapper .swiper-slide a:hover{
    transform: scale(1.05);
}
.competencies-page .other-products .sec-content .competencies-swiper .swiper-wrapper .swiper-slide a:hover .button-box{
    color:var(--blue)
}
.competencies-page .other-products .sec-content .competencies-swiper .swiper-wrapper .swiper-slide a:hover .button-box svg.chevron{
    fill:var(--blue)
}
.competencies-page .other-products .sec-content .swiper-button-prev::after,
.competencies-page .other-products .sec-content .swiper-button-next::after{
    font-size: 35px;
    color:var(--black);
}

.competencies-swiper .swiper-button-prev{
    left:0;

}
.competencies-swiper .swiper-button-next{
    right:0;
}
/* fifth section */
.datacare-family section.competencies-sec {
    background-color: var(--light-grey);
}

.datacare-family section.competencies-sec h3 {
    font-size: var(--font-l) !important;
    font-weight: 600;
    padding-bottom: 40px;
}

.datacare-family section.competencies-sec .sec-content {
    padding-bottom: 71px;
    border-bottom: 1px solid rgba(194, 169, 255, 0.4);
}

.datacare-family section.competencies-sec .sec-content .content-box {
    height: 575px;
    display: flex;
}

.datacare-family section.competencies-sec .sec-content .content-box .left {
    overflow-y: scroll;
    width: 441px;
    padding-right: 55px;
    box-sizing: content-box;
    position: relative;
}

.datacare-family section.competencies-sec .sec-content .content-box .left::after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: sticky;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0.5) 100%);
}

.datacare-family section.competencies-sec .sec-content .content-box .left::-webkit-scrollbar {
    width: 7px;
    margin-right: 10px;
}

.datacare-family section.competencies-sec .sec-content .content-box .left::-webkit-scrollbar-track {
    background: #DDDCDC
}

.datacare-family section.competencies-sec .sec-content .content-box .left::-webkit-scrollbar-thumb {
    background-color: #9B9999;
    border-radius: 0.375rem;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav {
    width: 100%;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item {
    padding: 30px 0 20px 25px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item:not(:last-child) {
    border-bottom: 1px solid hwb(0 0% 100% / 0.4);
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item::before {
    width: 4px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    transition: all 0.3s ease;
    background-color: #6C63FF;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .icon-box img {
    width: 40px;
    height: auto;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .top {
    display: flex;
    gap: 20px;

}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item:not(.--active) .top {
    cursor: pointer;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .top .heading-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .top .heading-box h4 {
    font-size: var(--font-ms) !important;
    font-weight: 600;
    margin: 0;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .top .heading-box h5 {
    font-size: var(--font-sm) !important;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .top h5 svg {
    width: 13px;
    height: 13px;
    transform: rotate(90deg);
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom p {
    font-size: var(--font-xs);
    font-weight: 400;
    margin: 0;
    padding-left: 60px;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom a {
    font-size: var(--font-xs);
    margin: 0;
    font-weight: 200;
    display: flex;
    gap: 4px;
    align-items: flex-end;
    color: var(--blue);
    padding-left: 60px;
    transition: all 0.3s ease;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom a:hover {
    color: var(--dark-blue);
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom svg {
    width: 8px;
    height: 8px;
    fill: var(--blue);
    padding-bottom: 5px;
    box-sizing: content-box;
    transition: all 0.3s ease;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom a:hover svg {
    fill: var(--dark-blue);
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item .bottom .img-box img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 21px;
    object-fit: cover;
    object-position: center center;
    margin: 10px 0 5px;
}

.datacare-family section.competencies-sec .sec-content .content-box .right {
    display: flex;
    justify-content: flex-end;
    padding-left: 77px;
    padding-top: 77px;
    width: calc(100% - 441px);
}

.datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box {
    position: relative;
    width: auto;
    height: 471px;
    aspect-ratio: 1.14;
    box-shadow: -77px -77px 0 #D4D4D4;
    border-radius: 33px;
}

.datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    border-radius: 33px;
    transition: 1s ease;
    height: 100%;
    width: 100%;
}

.datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box img:not(.--active) {
    top: -77px;
    left: -77px;
    opacity: 0;
}

/* javascript */
.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item.--active .bottom {
    max-height: 100%;
    transition: all 0.3s ease;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item.--active h5 svg {
    display: none;
}

.datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box img.--active {
    top: 0;
    left: 0;
    opacity: 1;
}

.datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item.--active::before {
    height: 90%;
}
/* groups and courses paginator start */
.products-page .pagination>.active>a, 
.products-page .pagination>.active>a:hover, 
.products-page .pagination>.active>a:focus, 
.products-page .pagination>.active>span, 
.products-page .pagination>.active>span:hover, 
.products-page .pagination>.active>span:focus,
.products-page .pagination>li:not(.disabled)>a:hover, 
.products-page .pagination>li:not(.disabled)>a:focus, 
.products-page .pagination>li:not(.disabled)>span:hover, 
.products-page .pagination>li:not(.disabled)>span:focus
 {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--white) !important;
}
.products-page .pagination>li>a, 
.products-page .pagination>li>span {
  color:var(--black)
}
.products-page .all-courses .course {
    border-color:var(--dark-blue);
}
/* groups and courses paginator end */
/* javascript ends */  
@media (max-width:1165px) {
        /* fifth sec */
        .datacare-page section.competencies-sec .sec-content .content-box .right .imgs-box {
            height: 333px;
        }
    
        /* fifth sec end */
}
@media (max-width:480px) {

    .project-page section .sec-content .first-block .left {
        width:100%;
    }

    section.projects-sec {
        padding: 30px 0 70px;
    }
    .projects-sec .sec-content {
        gap:30px;
    }
    .projects-sec h3{
        text-align: center;
    }
    .projects-sec .sec-content .card-item {
        margin-bottom: 0;
        display: flex;
        height: 128px;
        max-width: 301px;
        width: 100%;
        justify-self: center;
    }

    .projects-sec .sec-content .card-item img {
        max-width: 130.44px;
        height: 128px;
        width: 45%;
    }

    .projects-sec .sec-content .card-item .content {
        height: 100%;
        padding: 10px;
        grid-template-columns: 1fr;
        width: 55%;
        gap: unset;
    }

    .projects-sec .sec-content .card-item .content .badge {
        grid-row: 1;
        justify-self: center;
    }

    .projects-sec .sec-content .card-item .content h4 {
        grid-row: 2;
        margin: 0;
        align-self: center;
        line-height: 18px;
        font-size: 15px !important;
    }

    .projects-sec .sec-content .card-item .content .button.oval-button {
        grid-row: 3;
        justify-self: end;
        align-self: end;
    }
    .competencies-page .other-products .sec-content .competencies-swiper {
        margin: 0 10px;
    }

    .competencies-page .other-products .sec-content .competencies-swiper .swiper-button-prev {
        left: -20px !important;
    }

    .competencies-page .other-products .sec-content .competencies-swiper .swiper-button-next {
        right: -20px !important;
    }
     /* fifth sec */
     .datacare-family section.competencies-sec {
        padding: 30px 0 0;
    }

    .datacare-family section.competencies-sec h3 {
        padding-bottom: 10px;
    }

    .datacare-family section.competencies-sec .sec-content {
        padding-bottom: 0;
    }

    .datacare-family section.competencies-sec .sec-content .content-box {
        flex-direction: column-reverse;
        height: fit-content;
        gap: 30px;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .right {
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        display: none;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box {
        width: 100%;
        aspect-ratio: 17.5 / 10;
        height: auto;
        box-shadow: none;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .right .imgs-box img {
        top: 0;
        left: 0;
        width: 100%;
        aspect-ratio: 17.5 / 10;
        height: auto;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .left {
        overflow-y: unset;
        width: 100%;
        padding-right: 0;

    }

    .datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item {
        padding: 30px 0 20px;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .left .competences-nav .item.--active::before {
        height: 0;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .left::after {
        height: 0px;
    }

    .datacare-family section.competencies-sec .sec-content .content-box .left .--content:not(.--open) {
        max-height: 0;
        padding: 0;
        border-bottom: none !important;
    }
    .datacare-family section.competencies-sec .sec-content .content-box .left .--content:not(.--open) ~ .item{
        border-bottom: none !important;
    }


}
