.induris-team-member {
    width: 300px;
    background: #FAFAFA;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.induris-team-image {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.induris-team-image img {
    transition: all 0.4s;
    overflow: hidden;
    width: 100%;
}

.induris-team-image:hover img {
    transform: scale(1.2) rotate(3deg);
}

.team-member-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 25px;
}

.team-member-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.team-member-info .member-name a {
    font-size: 18px;
    color: var(--e-global-color-secondary);
    transition: all 0.4s;
}

.team-member-info span {
    font-weight: 400;
    color: var(--e-global-color-primary);
    transition: all 0.4s;
}

.team-member-navigation {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}

.induris-team-member-button-next,
.induris-team-member-button-prev {
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.induris-team-member-button-prev svg,
.induris-team-member-button-next svg {
    height: auto;
    transition: all 0.4s;
}

.induris-team-member-button-next:hover,
.induris-team-member-button-prev:hover {
    background: var(--e-global-color-secondary);
}

.team-member-social {
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.team-member-social ul {
    position: absolute;
    top: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    transition: ease-in-out 0.4s;
}

.team-member-social li {
    list-style: none;
}

.team-member-social li i {
    background: var(--e-global-color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
}

.team-member-social li a {
    font-size: 17px;
    color: #fff;
}

.team-member-social li:hover i,
.team-member-social:hover .fa.fa-plus {
    background: var(--e-global-color-secondary);
}

.team-member-social .fa.fa-plus {
    background: var(--e-global-color-primary);
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all 0.4s;
}

.team-member-pagination {
    text-align: center;
    margin-top: 20px;
}

.team-member-pagination .swiper-pagination-bullet {
    background: var(--e-global-color-secondary);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.team-member-pagination .swiper-pagination-bullet-active {
    background: var(--e-global-color-primary);
}

#team-pagination {
    width: 100%;
}

#team-pagination .page-numbers {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

#team-pagination .page-numbers li {
    list-style: none;
}

#team-pagination .page-numbers li .page-numbers {
    padding: 10px;
    background: #F2F3F5;
    color: #666666;
    width: 40px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0;
    transition: all 0.4s;
}

#team-pagination .page-numbers li .page-numbers:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

#team-pagination .page-numbers li .page-numbers.current {
    background: var(--e-global-color-primary);
    color: #fff;
    font-weight: 700;
}

#team-pagination .page-numbers li .next.page-numbers,
#team-pagination .page-numbers li .prev.page-numbers {
    background: transparent;
}

.induris-team-swiper .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
}

.induris-team-card {
    padding: 5px;
    width: 305px;
}

.induris-team-navigation {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    z-index: 1;
}

.induris-team-button-prev,
.induris-team-button-next {
    display: flex;
    font-size: 14px;
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 10px;
    color: #fff;
    background: var(--e-global-color-primary);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s;
}

.induris-team-button-prev:hover,
.induris-team-button-next:hover {
    background: var(--e-global-color-secondary);
}

.induris-team-button-prev svg,
.induris-team-button-next svg {
    width: 15px;
    transition: all 0.4s;
}

.induris-team-button-prev svg path,
.induris-team-button-next svg path {
    transition: all 0.4s;
}

.induris-team-pagination {
    text-align: center;
    margin-top: 20px;
}

.induris-team-pagination .swiper-pagination-bullet {
    background: var(--e-global-color-secondary);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.induris-team-pagination .swiper-pagination-bullet-active {
    background: var(--e-global-color-primary);
}

.induris-team-member.style-2 {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(174, 190, 205, .3);
    width: 300px;
}

.induris-team-member.style-2 .team-member-image.style-2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.induris-team-member.style-2 .team-member-image.style-2 img {
    border-radius: 8px;
    transition: all 0.3s;
}

.induris-team-member.style-2 .team-member-image.style-2 img:hover {
    transform: scale(1.2);
}

.induris-team-member.style-2 .team-member-details {
    flex-direction: column;
    gap: 13px;
    justify-content: center;
}

.induris-team-member.style-2 .team-member-details ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 0;
}

.induris-team-member.style-2 .team-member-details ul li a {
    background: var(--e-global-color-primary);
    padding: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s;
}

.induris-team-member.style-2 .team-member-details ul a:hover {
    background: var(--e-global-color-secondary);
}

.induris-team-member.style-2 .team-member-details ul li i {
    color: #fff;
}

.induris-team-member.style-2 .team-member-name {
    font-weight: 800;
    font-size: 20px;
    color: var(--e-global-color-secondary);
    transition: all 0.3s;
}

.induris-team-member.style-2 .team-member-details span {
    transition: all 0.3s;
}