/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 114px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.team-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.04;
    z-index: -1;
    pointer-events: none;
}

.team-one__carousel {
    position: relative;
    display: block;
}

.team-one__carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 2px;
    margin: 0 -2px;
}

.team-one__carousel.owl-carousel .owl-stage {
    display: flex;
}

.team-one__carousel.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.team-one__carousel .team-one__single {
    width: 100%;
    max-width: 255px;
    flex: 0 1 255px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.team-one__grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.team-one__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-one__row--director .team-one__single,
.team-one__row--leaders .team-one__single,
.team-one__row--developers .team-one__single {
    width: 100%;
    max-width: 280px;
    flex: 0 1 280px;
}

.team-one__row--leaders {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 24px;
}

.team-one__row--leaders .team-one__single {
    max-width: none;
    flex: unset;
}

.team-one__quote-card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: stretch;
    background-color: var(--finris-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(var(--finris-black-rgb), 0.08);
    border: 1px solid var(--finris-accent);
}

.team-one__quote-card-aside {
    flex: 0 0 38%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 18px;
    background: #e8eef3;
}

.team-one__quote-card-avatar {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--finris-white);
    box-shadow: 0 4px 14px rgba(var(--finris-black-rgb), 0.12);
    background-color: var(--finris-white);
    margin-bottom: 16px;
}

.team-one__quote-card-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.team-one__quote-card-name {
    margin: 0 0 6px;
    font-family: var(--finris-font-two);
    font-size: calc(16px * var(--finris-title-scale, 0.35));
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--finris-black);
}

.team-one__quote-card-name a {
    color: var(--finris-black);
}

.team-one__quote-card-name a:hover {
    color: var(--finris-primary);
}

.team-one__quote-card-role {
    margin: 0 0 4px;
    font-family: var(--finris-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7a8b96;
}

.team-one__quote-card-org {
    margin: 0;
    font-family: var(--finris-font);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--finris-black);
}

.team-one__quote-card-content {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 32px 28px 36px;
    background-color: var(--finris-white);
}

.team-one__quote-card-mark {
    position: absolute;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    line-height: 1;
    color: rgba(var(--finris-black-rgb), 0.12);
    pointer-events: none;
    user-select: none;
}

.team-one__quote-card-mark--open {
    top: 10px;
    left: 16px;
}

.team-one__quote-card-mark--close {
    right: 18px;
    bottom: 4px;
}

.team-one__quote-card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--finris-font);
    font-size: 14px;
    line-height: 1.7;
    color: var(--finris-gray);
    text-align: justify;
}

.team-one__row--director {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 28px;
}

.team-one__row--director .team-one__single {
    flex: 0 0 320px;
    max-width: 320px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: auto;
}

.team-one__director-note {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: stretch;
    max-width: none;
}

.team-one__director-note-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 28px 32px 28px 36px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: var(--finris-bdr-radius);
    background-color: var(--finris-white);
    overflow: hidden;
}

.team-one__director-note-inner::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: var(--finris-primary);
}

.team-one__director-note-name {
    margin: 0 0 6px;
    font-family: var(--finris-font-two);
    font-size: calc(22px * var(--finris-title-scale, 0.85));
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--finris-black);
}

.team-one__director-note-name a {
    color: var(--finris-black);
}

.team-one__director-note-name a:hover {
    color: var(--finris-primary);
}

.team-one__director-note-role {
    margin: 0;
    font-family: var(--finris-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--finris-base);
}

.team-one__director-note-org {
    margin: 4px 0 18px;
    font-family: var(--finris-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--finris-gray);
}

.team-one__director-note-tag {
    margin: 0 0 12px;
}

.team-one__single--owner {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-color: var(--finris-primary);
    border-radius: var(--finris-bdr-radius);
}

.team-one__director-note-lead {
    margin: 0 0 12px;
    font-family: var(--finris-font);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    color: var(--finris-black);
}

.team-one__director-note-text {
    margin: 0 0 10px;
    font-family: var(--finris-font);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    color: var(--finris-gray);
    text-align: justify;
}

.team-one__director-note-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .team-one__row--director {
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-one__row--leaders {
        flex-wrap: wrap;
    }

    .team-one__leader-card {
        flex: 1 1 100%;
    }

    .team-one__quote-card {
        flex: 1 1 100%;
        flex-direction: column;
    }

    .team-one__quote-card-aside {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
        padding: 24px 18px 20px;
    }

    .team-one__quote-card-content {
        padding: 24px 22px 28px;
    }

    .team-one__row--director .team-one__single {
        flex: 1 1 100%;
        max-width: 560px;
    }

    /* Absolute img fills parent; without stretch sibling the card collapses on wrap */
    .team-one__single--owner {
        min-height: 360px;
        width: 100%;
        max-width: 560px;
        align-self: auto;
    }

    .team-one__single--owner .team-one__img-box,
    .team-one__single--owner .team-one__img {
        position: absolute;
        inset: 0;
        height: 100%;
        min-height: 360px;
    }

    .team-one__director-note {
        max-width: 560px;
    }

    .team-one__director-note-inner {
        padding: 24px 22px 24px 28px;
    }

    .team-one__director-note-lead {
        font-size: 16px;
    }
}

.team-one__row--developers {
    justify-content: center;
}

.team-one__single {
    position: relative;
    display: block;
    background-color: var(--finris-white);
    border: 1px solid var(--finris-bdr-color);
    border-radius: 8px;
    text-align: center;
    padding: 14px 16px 0;
    overflow: hidden;
    z-index: 1;
}

.team-one__single--ceo {
    border-color: var(--finris-accent);
}

.team-one__single--ceo .team-one__shape-box {
    background: rgba(var(--finris-accent-rgb), 0.10);
}

.team-one__single--ceo .team-one__shape-1 {
    background: rgba(var(--finris-accent-rgb), 0.14);
}

.team-one__single--owner {
    border-color: var(--finris-primary);
}

.team-one__single--owner .team-one__shape-box {
    background: color-mix(in srgb, var(--finris-primary) 12%, transparent);
}

.team-one__single--owner .team-one__shape-1 {
    background: color-mix(in srgb, var(--finris-primary) 16%, transparent);
}

.team-one__content {
    position: relative;
    display: block;
}

.team-one__name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    text-transform: uppercase;
}

.team-one__name a {
    color: var(--finris-black);
    font-weight: 700;
}

.team-one__name a:hover {
    color: var(--finris-base);
}

.team-one__sub-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.team-one__sub-title-note {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    opacity: 0.75;
}

.team-one__social {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    z-index: 1;
}

.team-one__social:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: var(--finris-bdr-color);
    z-index: -1;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 1px solid var(--finris-bdr-color);
    background-color: var(--finris-white);
    border-radius: 50%;
    font-size: 12px;
    color: var(--finris-black);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a:hover {
    color: var(--finris-white);
    background-color: var(--finris-base);
    border: 1px solid var(--finris-base);
}

.team-one__img-box {
    position: relative;
    display: block;
    margin-top: 18px;
    z-index: 1;
}

.team-one__shape-box,
.team-one__shape-1 {
    display: none !important;
}

.team-one__img {
    position: relative;
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -1px;
    height: 225px;
    overflow: hidden;
}

.team-one__img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.12);
    transform-origin: top center;
    display: block;
}

.team-one__row--director .team-one__single.team-one__single--owner {
    padding: 0;
}

.team-one__single--owner .team-one__img-box {
    position: absolute;
    inset: 0;
    margin: 0;
    height: 100%;
    min-height: 0;
}

.team-one__single--owner .team-one__img {
    position: absolute;
    inset: 0;
    margin: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.team-one__single--owner .team-one__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center 20%;
}

.team-one__carousel .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    margin: 22px 0 0 !important;
    text-align: center;
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__carousel.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.team-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.team-one__carousel.owl-theme .owl-nav .owl-next span,
.team-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-one__carousel.owl-theme .owl-nav .owl-next:hover,
.team-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-black);
    color: var(--finris-white);
}


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.team-details__inner {
    position: relative;
    display: block;
}

.team-details__left {
    position: relative;
    display: block;
    margin-left: 109px;
}

.team-details__img {
    position: relative;
    display: block;
    margin-right: 115px;
}

.team-details__img::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border: 1px dashed var(--finris-white);
    border-radius: 15px;
    border-top-right-radius: 100px;
}

.team-details__img img {
    width: 100%;
    border-radius: 15px;
    border-top-right-radius: 100px;
}

.team-details__icon {
    position: absolute;
    right: -67px;
    top: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--finris-black);
    border-radius: 50%;
}

.team-details__icon img {
    width: auto;
}

.team-details__experience-box {
    position: absolute;
    bottom: 40px;
    right: -25px;
    max-width: 205px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: var(--finris-base);
    border-radius: 10px;
    padding: 15px 15px 15px;
}

.team-details__count {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.team-details__count p {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: var(--finris-white);
}

.team-details__count-plus {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: var(--finris-white);
}

.team-details__experience-text {
    font-weight: 500;
    color: var(--finris-white);
}

.team-details__right {
    position: relative;
    display: block;
    margin-right: 220px;
    margin-top: 60px;
}

.team-details__client-name {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--finris-bdr-color);
    padding-bottom: 21px;
    margin-bottom: 18px;
}

.team-details__client-name h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--finris-font);
}

.team-details__client-name p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--finris-base);
}

.team-details__client-info-list {
    position: relative;
    display: block;
}

.team-details__client-info-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 140px;
}

.team-details__client-info-list li+li {
    margin-top: 19px;
}

.team-details__client-info-list li p {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
    font-weight: 500;
}

.team-details__client-info-list li span {
    font-weight: 500;
    color: var(--finris-black);
}

.team-details__client-info-list li a {
    font-weight: 500;
    color: var(--finris-black);
}

.team-details__client-info-list li a:hover {
    color: var(--finris-base);
}

.team-details__social {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.team-details__social::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: var(--finris-bdr-color);
    transform: translateY(-50%);
}

.team-details__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--finris-bdr-color);
    background-color: var(--finris-white);
    border-radius: 50%;
    font-size: 12px;
    color: var(--finris-black);
}

.team-details__social a:hover {
    color: var(--finris-white);
    background-color: var(--finris-base);
}

.team-details__bottom {
    position: relative;
    display: block;
    margin-left: 109px;
    margin-top: 94px;
}

.team-details__title-1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.team-details__text-1 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 49px;
}

.team-details__title-2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.team-details__text-2 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 17px;
    margin-bottom: 30px;
}

.team-details__progress-box {
    position: relative;
    display: block;
    max-width: 415px;
    width: 100%;
}

.team-details__progress-list {
    position: relative;
    display: block;
}

.team-details__progress-list li {
    position: relative;
    display: block;
}

.team-details__progress-list li+li {
    margin-top: 32px;
}

.team-details__progress-list li .progress-levels {
    position: relative;
    display: block;
}

.team-details__progress-list li .progress-levels .progress-box {
    position: relative;
    display: block;
}

.team-details__progress-list li .progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.team-details__progress-list li .progress-levels .progress-box .bar {
    position: relative;
    display: block;
    z-index: 1;
}

.team-details__progress-list li .progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 0;
    background: rgba(255, 56, 56, 0.03);
}

.team-details__progress-list li .progress-levels .progress-box .bar .bar-fill {
    position: relative;
    width: 0px;
    height: 8px;
    border-radius: 0px;
    background: linear-gradient(90deg, #0057FC 0%, rgba(255, 56, 56, 0.03) 100%);
    transition: all 2000ms ease 300ms;
}

.team-details__progress-list li .progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    display: flex;
    align-items: center;
    top: -41px;
    right: 0px;
    width: 40px;
    height: 20px;
    padding: 0;
    z-index: 1;
}

.team-details__progress-list li .progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--finris-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.team-details__progress-list li .progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--finris-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.team-details__progress-list li .progress-levels .progress-box .inner .text {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--finris-black);
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 16px;
}


/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    z-index: 1;
}

.team-page__single {
    position: relative;
    display: block;
    padding: 20px 20px 21px;
    background-color: var(--finris-white);
    border-radius: 12px;
    margin-bottom: 40px;
    z-index: 1;
}

.team-page__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 32px rgba(224, 224, 224, 0.47);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.team-page__single:hover::before {
    opacity: 1;
}

.team-page__img-box {
    position: relative;
    display: block;
}

.team-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.team-page__img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: var(--finris-black);
    border-radius: 8px;
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.team-page__single:hover .team-page__img::before {
    opacity: 0.50;
}

.team-page__img img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.team-page__single:hover .team-page__img img {
    transform: scale(1.1);
}

.team-page__content {
    position: relative;
    display: block;
    margin-top: 17px;
}

.team-page__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.team-page__title a {
    color: var(--finris-black);
}

.team-page__title a:hover {
    color: var(--finris-base);
}

.team-page__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.team-page__social {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    background-color: var(--finris-white);
    padding: 12px 8px 12px;
    border-top-left-radius: 16px;
    z-index: 2;
}

.team-page__social::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    bottom: 12px;
    width: 1px;
    background-color: var(--finris-bdr-color);
    transform: translateX(-50%);
}

.team-page__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--finris-white);
    border: 1px solid var(--finris-bdr-color);
    border-radius: 50%;
    font-size: 12px;
    color: var(--finris-black);
}

.team-page__social a:hover {
    color: var(--finris-white);
    background-color: var(--finris-base);
    border: 1px solid var(--finris-base);
}

.team-page__social-shape-1 {
    position: absolute;
    top: -22px;
    right: 0px;
}

.team-page__social-shape-1 img {
    width: auto;
}

.team-page__social-shape-2 {
    position: absolute;
    bottom: 71px;
    left: -24px;
}

.team-page__social-shape-2 img {
    width: auto;
}


/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.team-carousel-page .team-page__single {
    margin-bottom: 0;
}

.team-carousel-page .team-page__social-shape-1 {
    top: -16px;
}

.team-carousel-page .team-page__social-shape-1 img {
    width: auto !important;
}

.team-carousel-page .team-page__social-shape-2 img {
    width: auto !important;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/