/* CV Testimonials */
.cv-testimonials-wrapper {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.cv-testimonials-carousel {
    display: flex;
    gap: 30px;
    will-change: transform;
}

.cv-testimonial-slide {
    box-sizing: border-box;
    width: 500px;
    flex-shrink: 0;
    transition: transform 0.5s ease;
    background: #262626;
    padding: 40px 20px;
    border-radius: 6px;
}

.carousel-dots,
.carousel-dots-founder {
    display: flex;
    justify-content: end;
    margin-top: 15px;
    gap: 8px;
}

.carousel-dot,
.carousel-dot-founder {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #666666;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dots-black,
.carousel-dots-life,
.carousel-dots-story {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.carousel-dot-black ,
.carousel-dot-life,
.carousel-dot-story {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #474747;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dot-black.active,
.carousel-dot-life.active,
.carousel-dot-story.active {
    background-color: #eeeeee;
}

.carousel-dot.active,
.carousel-dot-founder.active {
    background-color: #eeeeee !important;
    border: 3px solid #eeeeee !important;
}

.counts-column {
    width: 50%;
    margin-bottom: 50px;
    padding-top: 4px;
}


.ctc-white {
    background: #ffffff;
}

.cv-testimonial-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.cv-testimonial-img {
    position: relative;
    width: 130px;
    height: 74px;
}

.cv-testimonial-img img {
    height: 130px;
    width: 130px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -72px;
    left: 0;
}

.cv-testimonial-name {
    color: #eeeeee;
    font-family: 'Campton';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 8px;
}

.cv-testimonial-position {
    color: #BEBEBE;
    font-family: 'Campton';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.cv-testimonial-content {
    color:  #eeeeee;
    font-family: 'Campton';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
}

.special-overflow {
    overflow: hidden;
}

.special-row {
    position: relative;
}

/*.special-row::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 100%;*/
/*    background-color: #121212;*/
/*    z-index: 99;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

body .intern-space-fix h3 {
    font-size: 72px !important;
}

body .intern-space-fix .et_pb_module:first-child {
    margin-bottom: 20px !important;
}

.partner-universities-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
}

.partner-universities-wrap .pu-item img {
    max-height: 180px;
    height: 100%;
    width: auto;
    filter: grayscale(1);
    transition: .3s ease;
}

.partner-universities-wrap .pu-item img:hover {
    filter: grayscale(0);
}

@media only screen and (min-width: 769px) {
    .int-testimonial {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .cv-testimonial-slide {
        width: calc(100% - 20px);
        margin-right: 20px;
    }

    .cv-testimonials-carousel {
        gap: 0;
    }

    .carousel-dots {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-dot {
        width: 6px !important;
        height: 6px !important;
        border: none;
        background: #666666 !important;
    }

    .carousel-dot.active {
        width: 8px !important;
        height: 8px !important;
    }

    body .counts-column {
        width: 50% !important;
        margin-bottom: 50px;
        padding-top: 12px;
        padding-left: 16px;
    }

    body .intern-space-fix h3 {
        font-size: 56px !important;
    }

    .cv-testimonial-slide {
        padding: 16px 16px;
    }

    .cv-testimonial-top {
        gap: 0;
    }

    .cv-testimonial-img {
        width: 80px;
    }

    .cv-testimonial-img img {
        height: 72px;
        width: 72px;
        top: -31px;
        left: -10px;
    }

    .cv-testimonial-position {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .cv-testimonial-content {
        font-size: 16px;
        line-height: 22px;
    }

    .cv-testimonials-wrapper {
        padding-bottom: 0;
    }

    body .accordion-row p,
    body .accordion-row ul {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 22px !important;
    }

    .partner-universities-wrap {
        gap: 40px 20px;
        flex-wrap: wrap;
    }

    .partner-universities-wrap .pu-item {
        width: calc(50% - 20px);
        display: flex;
    }
}