/*
Theme Name: TechConnect
Text Domain: TechConnect
Version: 1.0
Description: Testimonial Section Styles
Author: KB
*/

.testimonial-swiper-section > div {
    padding-bottom: 50px!important;
}

.testimonial-image-container {
    height: 406px;
    max-width: 53.28151987%;
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-testimony-container {
    position: relative;
    padding-left: 40px;
}

.testimonial-testimony-container .testimonial-quotes-img {
    position: absolute;
    left: -20px;
    top: -30px;
}

.myTestimonySwiper {
    padding-bottom: 80px!important;
}

.myTestimonySwiper .swiper-slide {
    display: flex;
    align-items: center;
    padding: 0px 40px;
}

.myTestimonySwiper + .swiper-pagination {
    position: static!important;
    display: block;
    width: fit-content;
}

.testimonial-swiper-section .swiper-pagination .swiper-pagination-bullet {
    background-color: #F08C2152;
    width: 12px;
    height: 12px;
}

.testimonial-swiper-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F08C21;
}

.testimonial-swiper-section .testimony-swiper-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 71px);
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    transform: translateY(calc(-50% + 71px));
    z-index: 1;
}

.testimonial-swiper-section .testimony-swiper-button.swiper-button-disabled {
    opacity: 0.32;
}

.testimonial-swiper-section .testimony-swiper-button-prev {
    left: 65px;
    background-color: #F08C21;
}

.testimonial-swiper-section .testimony-swiper-button-prev img {
    rotate: 180deg;
}

.testimonial-swiper-section .testimony-swiper-button-next {
    right: 65px;
    background-color: #F08C21;
}

@media screen and (max-width: 1023px) {
    .myTestimonySwiper .swiper-slide {
        flex-direction: column;
        gap: 70px;
    }

    .testimonial-swiper-section .testimony-swiper-button {
        top: calc(50% - 71px);
        width: 30px !important;
        height: 30px !important;
        transform: translateY(calc(-50% + 71px));
    }
    
    .testimonial-swiper-section .testimony-swiper-button-prev {
        left: 16px;
    }
    
    .testimonial-swiper-section .testimony-swiper-button-next {
        right: 16px;
    }

    .testimonial-image-container {
        height: 303px;
        max-width: 330px;
        border-radius: 16px;
        overflow: hidden;
    }

    .testimonial-testimony-container {
        position: relative;
        padding-left: 0px!important;
    }
    
    .testimonial-testimony-container .testimonial-quotes-img {
        position: absolute;
        left: -20px;
        top: -30px;
    }
}