.elementor-2581 .elementor-element.elementor-element-5142bb8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-cbea4e4.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-2581 .elementor-element.elementor-element-cbea4e4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-2581 .elementor-element.elementor-element-cbea4e4 > .elementor-element-populated{margin:57px 0px 100px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-746563d{width:var( --container-widget-width, 700px );max-width:700px;--container-widget-width:700px;--container-widget-flex-grow:0;}.elementor-2581 .elementor-element.elementor-element-746563d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-f101cf3 > .elementor-widget-container{margin:60px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-fe9aef9 > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-a2fc423 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-2581 .elementor-element.elementor-element-cbea4e4 > .elementor-element-populated{margin:160px 0px 0150px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-2581 .elementor-element.elementor-element-cbea4e4 > .elementor-element-populated{margin:66px 0px 70px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f101cf3 */.page-id-2581 #teamSearchInput {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 1300px;
    padding: 14px 0;
    font-size: 22px;
    line-height: 1.4;
    font-family: DM Sans, sans-serif;
    font-weight: 300;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1d313b;
    color: #1d313b;
    outline: none;
    text-align: center;
    box-sizing: border-box;
}

/* TABLET */
@media only screen and (max-width: 1024px) {
    .page-id-2581 #teamSearchInput {
        width: 70%;
        font-size: 22px;
    }
}

/* MOBILE */
@media only screen and (max-width: 680px) {
    .page-id-2581 #teamSearchInput {
        width: 95%;
        font-size: 18px;
        line-height: 1.5;
        padding: 12px 0;
    }
}

/* SMALL MOBILE */
@media only screen and (max-width: 480px) {
    .page-id-2581 #teamSearchInput {
        font-size: 16px;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe9aef9 *//* =========================
   FILTER BAR WRAPPER
   ========================= */

.team-filter-bar {
    width: 100%;
    max-width: 1300px; /* UPDATED */
    margin: 0 auto 25px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px 0;

    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: #fff;
}

/* =========================
   LABEL
   ========================= */

.team-filter-label {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    color: #111;
    opacity: 0.85;
}

.team-filter-label svg {
    width: 16px;
    height: 16px;
    stroke: #12212d;
    stroke-width: 2;
    fill: none;
}

/* =========================
   CONTROLS
   ========================= */

.team-filter-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* =========================
   RESET BUTTON (kept strong)
   ========================= */

.filter-reset {
    background: #1d313b;
    color: #fff;

    border: 1px solid #1d313b;

    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    padding: 10px 14px;

    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-reset:hover {
    background: #fff;
    color: #1d313b;
}

/* =========================
   DROPDOWNS (CLEAN / NO UNDERLINE FEEL)
   ========================= */

.team-filter-controls select {
    width: 180px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #fff;

    border: 1px solid rgba(0,0,0,0.12); /* softer box instead of underline */
    border-radius: 2px;

    padding: 10px 12px;

    font-size: 14px;
    color: #111;

    cursor: pointer;
    outline: none;

    transition: all 0.2s ease;
}

/* hover */
.team-filter-controls select:hover {
    border-color: rgba(0,0,0,0.3);
}

/* focus */
.team-filter-controls select:focus {
    border-color: #000;
}

/* remove ugly native underline feel in some browsers */
.team-filter-controls select:focus-visible {
    outline: none;
}

/* =========================
   ACTIVE STATE
   ========================= */

.team-filter-controls select.active {
    border-color: #1d313b;
}

/* =========================
   TEAM ITEMS
   ========================= */

.team.type-team {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.team-hidden {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

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

@media (max-width: 768px) {

    .team-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;

        position: sticky;
        top: 0;
        z-index: 50;

        background: #fff;
    }

    .team-filter-controls {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .team-filter-controls select,
    .filter-reset {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for techlink_core_team_list, class: .elementor-element-a2fc423 *//* HIDE ITEMS */
.team-hidden {
    display: none !important;
}

/* FILTER BUTTONS */
.qodef-m-filter .qodef-m-filter-item {
    font-weight: 300;
    font-size: 20px;
    color: #12212d !important;
    margin: 0 2px !important;
    padding: 0 2px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.qodef-m-filter .qodef-m-filter-item.is-active {
    font-weight: 700;
    color: #12212d !important;
}

.qodef-m-filter .qodef-m-filter-item.is-inactive {
    opacity: 0.5;
}

/* ALPHABET MESSAGE */
#alphabet-message {
    color: #12212d;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

/* TEAM SOCIAL ICONS */
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social-content .qodef-team-member-social-icon-opener,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social-content .qodef-team-member-social-icon {
    display: block;
    color: #fff;
    background-color: #12212d !important;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
}

/* RESPONSIVE FLEX FOR FILTER ITEMS */
@media only screen and (max-width: 680px) {
    .qodef-m-filter .qodef-m-filter-items {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .qodef-m-filter .qodef-m-filter-item {
        display: inline-block;
        margin: 0 6px;
        width: auto;
    }
}

/* TEAM ROLE COLOR */
.qodef-team-list .qodef-e-role {
    color: #E3D6C0 !important;
}/* End custom CSS */