/* Predavači Carousel - Edura Style Three Clone */

/* Team Card Style 2 - From Edura Theme */
.team-card.style2 {
    background: transparent;
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding-top: 3px;
}

.team-card.style2 .team-img-wrap {
    position: relative;
}

.team-card.style2 .team-img-wrap .team-shape {
    position: absolute;
    left: 0;
    top: -3px;
    transition: 0.7s;
    z-index: 1;
    width: 327px;
    height: 337px;
}

@media (max-width: 1399px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 315px;
        height: 320px;
    }
}

@media (max-width: 1299px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 261px;
        height: 271px;
    }
}

@media (max-width: 1199px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 296px;
        height: 306px;
    }
}

@media (max-width: 991px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 336px;
        height: 346px;
    }
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 246px;
        height: 256px;
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 401px;
        height: 411px;
    }
}

@media (max-width: 375px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 351px;
        height: 361px;
    }
}

@media (max-width: 320px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 296px;
        height: 306px;
    }
}

.team-card.style2 .team-img-wrap .team-img {
    border-radius: 50%;
    border: 2px solid rgba(208, 219, 233, 0.5);
    padding: 25px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding: 25px;
    }
}

.team-card.style2 .team-img-wrap .team-img img {
    border-radius: 50%;
    transform: none;
    width: 100%;
    height: auto;
    display: block;
}

.team-card.style2 .team-img-wrap .team-social {
    bottom: 55px;
    left: 50%;
    top: auto;
    right: auto;
    opacity: 1;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 3;
}

.team-card.style2 .team-img-wrap .team-social .icon-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--theme-color, #FDB714);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.team-card.style2 .team-img-wrap .team-social .icon-btn:hover {
    background: var(--theme-color2, #E8A002);
    transform: rotate(90deg);
}

.team-card.style2 .team-img-wrap .team-social .th-social {
    display: flex;
    gap: 10px;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
    width: auto;
    z-index: 9;
    justify-content: center;
    margin-top: 10px;
}

.team-card.style2 .team-img-wrap .team-social .th-social a {
    flex: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--theme-color, #FDB714);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.team-card.style2 .team-img-wrap .team-social .th-social a:hover {
    background: var(--theme-color2, #E8A002);
    transform: translateY(-3px);
}

.team-card.style2 .team-content {
    background: transparent;
    padding: 30px 0 0 0;
}

.team-card.style2 .team-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-card.style2 .team-title span {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.team-card.style2 .team-title span:hover {
    color: var(--theme-color, #FDB714);
}

.team-card.style2 .team-desig {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.team-card.style2:hover .team-img-wrap .team-shape {
    transform: rotate(180deg);
}

.team-card.style2:hover .team-img-wrap .team-shape path {
    fill: var(--theme-color2, #E8A002);
}

/* Clickable cursor */
.team-card.style2.predavac-card-clickable {
    cursor: pointer;
}

/* Carousel Arrows */
.predavaci-carousel-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--theme-color, #FDB714);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.predavaci-carousel-wrapper .slick-arrow:hover {
    background: var(--theme-color2, #E8A002);
    transform: translateY(-50%) scale(1.1);
}

.predavaci-carousel-wrapper .slick-prev {
    left: -60px;
}

.predavaci-carousel-wrapper .slick-next {
    right: -60px;
}

@media (max-width: 1399px) {
    .predavaci-carousel-wrapper .slick-prev {
        left: -40px;
    }
    .predavaci-carousel-wrapper .slick-next {
        right: -40px;
    }
}

@media (max-width: 1199px) {
    .predavaci-carousel-wrapper .slick-prev {
        left: -20px;
    }
    .predavaci-carousel-wrapper .slick-next {
        right: -20px;
    }
}

@media (max-width: 991px) {
    .predavaci-carousel-wrapper .slick-prev {
        left: 0;
    }
    .predavaci-carousel-wrapper .slick-next {
        right: 0;
    }
    .predavaci-carousel-wrapper .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

/* Slider Shadow */
.slider-shadow {
    position: relative;
}

.arrow-wrap {
    position: relative;
}
