.glidy--team svg {
    width: 1em;
    height: 1em;
}


/* Team Slider Style One + Team Card Style Two */
.glidy--team-slider-1 .team-card,
.glidy--team.style-2 .team-card {
    perspective: 1000px;
    width: 100%;
    height: 650px;
}

.glidy--team-slider-1 .card-inner,
.glidy--team.style-2 .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s;
    transform-style: preserve-3d;
}

.glidy--team-slider-1 .team-card:hover .card-inner,
.glidy--team.style-2 .team-card:hover .card-inner {
    transform: rotateY(180deg);
}

.glidy--team-slider-1 .team-card:hover .content,
.glidy--team.style-2 .team-card:hover .content {
    opacity: 1;
}

.glidy--team-slider-1 .thumb,
.glidy--team-slider-1 .content,
.glidy--team.style-2 .thumb,
.glidy--team.style-2 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.glidy--team-slider-1 .content,
.glidy--team.style-2 .content {
    background-color: #C4F112;
    transform: rotateY(180deg);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
}

.glidy--team-slider-1 .name,
.glidy--team.style-2 .name {
    writing-mode: sideways-lr;
    margin-bottom: auto;
    font-size: 40px;
}

.glidy--team-slider-1 .name a:hover,
.glidy--team.style-2 .name a:hover {
    color: inherit;
}

.glidy--team-slider-1 .thumb .name,
.glidy--team.style-2 .thumb .name {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
    font-size: 50px;
}

.glidy--team-slider-1 .thumb img,
.glidy--team.style-2 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glidy--team-slider-1 .role,
.glidy--team.style-2 .role {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.glidy--team-slider-1 .desc,
.glidy--team.style-2 .desc {
    color: #525252;
    font-size: 16px;
    padding-bottom: 20px;
}

/* Social icons — slider uses ul/li, team style-2 uses .social-media div */
.glidy--team-slider-1 ul,
.glidy--team.style-2 .social-media {
    gap: 5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.glidy--team-slider-1 ul a,
.glidy--team.style-2 .social-media a {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    border: 1px solid #0000001A;
    border-radius: 100px;
    padding: 4px 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.glidy--team-slider-1 ul a:hover,
.glidy--team.style-2 .social-media a:hover {
    background-color: #fff;
}

/* ── Team Card Style 3 ────────────────────────────────────────────────── */
.glidy--team.style-3 {
    overflow: hidden;
    padding: 44px 40px;
    padding-bottom: 52px;
    border-radius: 14px;
    position: relative;
    background-color: var(--white, #fff);
}

.glidy--team.style-3 .thumb-wrap {
    gap: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.glidy--team.style-3 .thumb {
    flex-shrink: 0;
}

.glidy--team.style-3 .thumb a {
    display: block;
}

.glidy--team.style-3 .thumb img {
    width: 280px;
    height: auto;
    object-fit: cover;
    -webkit-mask-image: url(../../imgs/team-mask.png);
    mask-image: url(../../imgs/team-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.glidy--team.style-3 .experience {
    flex: 1;
}

.glidy--team.style-3 .experience .years {
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    max-width: fit-content;
    color: var(--secondary-3, #000);
}

.glidy--team.style-3 .experience .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 13px;
    max-width: 89px;
    margin-bottom: 28px;
    text-transform: capitalize;
    color: rgba(52, 52, 52, 0.7);
}

.glidy--team.style-3 .experience .arrow {
    display: block;
    line-height: 1;
}

.glidy--team.style-3 .experience .arrow i {
    font-size: 26px;
    line-height: 0.8;
    font-weight: 500;
    color: var(--secondary-3, #000);
}

.glidy--team.style-3 .content .name {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 13px;
    color: var(--secondary-3, #000);
}

.glidy--team.style-3 .content .name a {
    color: inherit;
}

.glidy--team.style-3 .content .name a:hover {
    color: var(--primary-2, #C4F112);
}

.glidy--team.style-3 .content .role {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(52, 52, 52, 0.7);
}

.glidy--team.style-3 .social-media-wrap {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.glidy--team.style-3 .social-media-wrap:hover .social-share-icon i {
    color: var(--primary-2, #C4F112);
}

.glidy--team.style-3 .social-media-wrap:hover .social-media {
    bottom: 100%;
}

.glidy--team.style-3 .social-media-wrap .social-share-icon {
    z-index: 1;
    width: 80px;
    height: 80px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 14px 0;
    background-color: var(--gray, #f5f5f5);
}

.glidy--team.style-3 .social-media-wrap .social-share-icon i {
    font-size: 32px;
    color: var(--secondary-3, #000);
    transition: all 0.3s ease-in-out;
}

.glidy--team.style-3 .social-media-wrap .social-media {
    gap: 5px;
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
    flex-direction: column;
    position: absolute;
    bottom: -100%;
    right: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.glidy--team.style-3 .social-media-wrap .social-media a {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background-color: var(--gray, #f5f5f5);
    transition: all 0.3s ease-in-out;
}

.glidy--team.style-3 .social-media-wrap .social-media a i,
.glidy--team.style-3 .social-media-wrap .social-media a svg {
    font-size: 20px;
    color: #01010B;
    transition: all 0.3s ease-in-out;
}

.glidy--team.style-3 .social-media-wrap .social-media a:hover {
    background-color: var(--primary-2, #C4F112);
}

.glidy--team.style-3 .social-media-wrap .social-media a:hover i,
.glidy--team.style-3 .social-media-wrap .social-media a:hover svg {
    color: var(--white, #fff);
}

@media only screen and (max-width: 1199px) {
    .glidy--team.style-3 {
        padding: 30px 30px;
        padding-bottom: 45px;
    }

    .glidy--team.style-3 .thumb-wrap {
        gap: 20px;
        margin-bottom: 35px;
    }

    .glidy--team.style-3 .experience .years {
        font-size: 40px;
        line-height: 40px;
    }

    .glidy--team.style-3 .social-media-wrap {
        max-width: 60px;
        max-height: 60px;
    }

    .glidy--team.style-3 .social-media-wrap .social-share-icon {
        width: 60px;
        height: 60px;
    }

    .glidy--team.style-3 .social-media-wrap .social-media {
        bottom: -135%;
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .glidy--team.style-3 {
        padding: 25px 20px;
        padding-bottom: 40px;
    }

    .glidy--team.style-3 .experience .years {
        font-size: 30px;
        line-height: 30px;
    }

    .glidy--team.style-3 .experience .text {
        font-size: 16px;
        line-height: 18px;
        margin-top: 11px;
        margin-bottom: 20px;
    }
}

/* Team Card Style One */
.glidy--team.style-1 .social-media a {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}