/* =========================================================
   TEAM CAROUSEL
   ========================================================= */

.tc-team-carousel {
    --tc-card-gap: 18px;
    --tc-transition: 650ms cubic-bezier(.22, .61, .36, 1);

    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}


/* =========================================================
   VIEWPORT
   ========================================================= */

.tc-carousel-window {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}


/* =========================================================
   TRACK
   ========================================================= */

.tc-carousel-track {
    display: flex;
    align-items: center;
    gap:0;
    width: max-content;
    transform: translate3d(0, 0, 0);
    transition: transform var(--tc-transition);
}


/* =========================================================
   CARD
   ========================================================= */

.tc-team-card .tc-team-image img {
    filter: grayscale(100%);
    transition: filter var(--tc-transition);
}

.tc-team-card.tc-active .tc-team-image img {
    filter: grayscale(0);
}

.tc-team-card {
    position: relative;
    transform: scale(0.90);
    filter: blur(4px);
    transform-origin: center center;
    transition: transform var(--tc-transition),
        opacity var(--tc-transition),
        filter var(--tc-transition);
    contain: layout style paint;
    padding: 0px 10px 20px 0px;
}


/* =========================================================
   ACTIVE CARD - FIXED SHADOW GLITCH
   ========================================================= */

.tc-team-card.tc-active {
    opacity: 1;
    transform: scale(0.995);
    filter: blur(0);
    isolation: isolate;
    margin: 0 64px;
}

/* =========================================================
   CARD INNER
   ========================================================= */

.tc-team-card-inner {
    width: 100%;
    background: #EBEEF2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(4, 0, 76, 0.3);
    transition: box-shadow 700ms ease, border-radius 700ms ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* =========================================================
   ACTIVE CARD SHADOW - NO GLITCH
   ========================================================= */
.tc-team-card.tc-active .tc-team-card-inner {
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   IMAGE
   ========================================================= */

.tc-team-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ddd;
    border-radius: 4px;
}

.tc-team-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 4px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.tc-team-content {
    padding: 15px 18px 20px;
    min-height: 105px;
    box-sizing: border-box;
}

.tc-team-name {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #07124c;
}

.tc-team-position {
    font-size: 11px;
    line-height: 1.4;
    color: #8b8f99;
    margin-bottom: 7px;
}

.tc-team-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 1.4;
    color: #07124c;
}

.tc-location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.tc-location-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


/* =========================================================
   LINKEDIN
   ========================================================= */

.tc-team-linkedin {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    color: #07124c;
    text-decoration: underline;
}


/* =========================================================
   NAVIGATION WRAPPER
   ========================================================= */

.tc-carousel-navigation {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 20;
    pointer-events: none;
}

.tc-carousel-navigation > * {
    pointer-events: auto;
}

.tc-carousel-navigation {
    display: none !important;
}
.tc-carousel-navigation {
    display: none;
}

/* =========================================================
   NAVIGATION BUTTONS
   ========================================================= */

.tc-carousel-prev,
.tc-carousel-next {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.tc-carousel-prev:hover,
.tc-carousel-next:hover {
    transform: scale(1.08);
    background: #f5f5f5;
}


/* =========================================================
   SMALL DESKTOP / LAPTOP
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1199px) {
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

 

    .tc-team-card {
        filter: blur(1.5px);
    }

    .tc-team-card.tc-active {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }

 

    .tc-team-content {
        padding: 14px 16px 18px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
.tc-team-card {
    padding: 0 15px;
}
.tc-team-carousel {
    --tc-card-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .tc-carousel-window {
        overflow: hidden;
    }

    .tc-team-card {
        transform: scale(0.90);
        filter: blur(1.5px);
    }

  .tc-team-card.tc-active {
    opacity: 1;
    margin: 0;
    transform: none;
}

.tc-team-card-inner {
    padding: 15px 15px 30px 14px;
	box-shadow: none !important;
}
    .tc-team-image {
        height: auto;
    }
	.markets-sec {
    padding-bottom: 50px;
}

    .tc-team-content {
        min-height: 100px;
        padding: 14px 16px 18px;
    }

    .tc-team-name {
        font-size: 15px;
    }

    .tc-team-position {
        font-size: 11px;
    }

    .tc-carousel-prev,
    .tc-carousel-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {



}

.tc-carousel-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    width: 100%;
}

.tc-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.tc-carousel-dot.tc-dot-active {
    background-color: #333; /* Color when active */
    transform: scale(1.2);
}