/*== Category & Category Carousel Addon ==*/

.upstudy-category-style-1 .single-category {
    display: flex;
    background-color: #fff;
    padding: 15px 35px;
    border-radius: 10px;
    align-items: center;
}
.cat-img-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 20px;
}
.upstudy-category-style-1 .cat-img-wrap img {
    border-radius: 50%;
}
.upstudy-category-style-1 .icon-category-title {
    font-size: 24px;
    margin-bottom: 0;
}
.tpc-category-carousel-wrapper .cat-next.swiper-button-disabled, .tpc-category-carousel-wrapper .cat-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s ease-in-out;
}
.tpc-category-carousel-wrapper .cat-next, .tpc-category-carousel-wrapper .cat-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    color: var(--upstudy-heading-color);
    border: 0 none;
    font-size: 36px;
    transition: 0.3s ease-in-out;
    line-height: 1;
}
.tpc-category-carousel-wrapper .cat-next>i, .tpc-category-carousel-wrapper .cat-prev>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    height: -webkit-fill-available;
}
.tpc-category-carousel-wrapper .cat-next:hover, .tpc-category-carousel-wrapper .cat-prev:hover {
    color: var(--upstudy-primary-color);
}
.tpc-category-carousel-wrapper .cat-next {
    right: -50px;
}
.tpc-category-carousel-wrapper .cat-prev {
    left: -50px;
}
@media (max-width: 1400px) {
    .tpc-category-carousel-wrapper .cat-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
    }
    .tpc-category-carousel-wrapper .cat-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }
    .tpc-category-carousel-wrapper:hover .cat-next {
        right: 5px;
        opacity: 1;
        visibility: visible;
    }
    .tpc-category-carousel-wrapper:hover .cat-prev {
        left: 1px;
        opacity: 1;
        visibility: visible;
    }
}

.upstudy-category-style-2 .swiper-slide .upstudy-icon-category .single-category {
    border: 1px solid #ccc;
    border-radius: 15px;
    display: block;
    background: #fff;
}
.upstudy-category-style-3 .swiper-slide .upstudy-icon-category .single-category {
    border-radius: 15px;
    display: block;
    background: #f7efff;
    border-bottom: 5px solid #6d13d7;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+1) .upstudy-icon-category .single-category {
    background: #f7efff;
    border-bottom-color: #6d13d7;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+2) .upstudy-icon-category .single-category {
    background: #fff6f3;
    border-bottom-color: #ff265c;
    margin-top: 30px;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+3) .upstudy-icon-category .single-category {
    background: #effafd;
    border-bottom-color: #00c8ff;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+4) .upstudy-icon-category .single-category {
    background: #fff7ee;
    border-bottom-color: #ffa541;
    margin-top: 30px;
}
@media (max-width:575.98px) {
    .upstudy-category-style-3 .swiper-slide:nth-child(4n+2) .upstudy-icon-category .single-category {
        margin-top: 0px;
    }
    .upstudy-category-style-3 .swiper-slide:nth-child(4n+4) .upstudy-icon-category .single-category {
        margin-top: 0px;
    }
}
.upstudy-category-style-2 .upstudy-icon-category .single-category, .upstudy-category-style-3 .upstudy-icon-category .single-category {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
}
.upstudy-category-style-2 .upstudy-icon-category .single-category .icon-category-title, .upstudy-category-style-3 .upstudy-icon-category .single-category .icon-category-title {
    color: var(--upstudy-heading-color);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.upstudy-category-style-2 .upstudy-icon-category .single-category .icon-category-title:hover, .upstudy-category-style-3 .upstudy-icon-category .single-category .icon-category-title:hover {
    color: var(--upstudy-primary-color);
    transition: 0.3s ease-in-out;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper {
    position: relative;
    z-index: 1;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper, .upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper img {
    border-radius: 100%;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper::before {
    content: "";
    width: 60px;
    height: 60px;
    border: 4px solid #ffa541;
    position: absolute;
    border-radius: 50%;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper .shape-img {
    border-radius: 0;
    position: absolute;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper .shape-img {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 3%;
    bottom: 3%;
    z-index: -1;
}