.smw-team-list {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.smw-team-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #350F6B;
    max-width: 1000px;
    margin: 0;
    margin-bottom: 50px;
}

.smw-team-all-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
    color: #50545B;
    border: 1px solid #BEC0C5;
    background-color: transparent;
    border-radius: 100px;
    height: 55px;
    width: 77px;
}

.smw-team-all-btn.active {
    color: #fff;
    background-color: #350F6B;
    border-color: #350F6B;
}

.smw-team-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.smw-team-member {
    background: #F1F1F2;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.smw-team-content {
    padding: 25px 25px 30px;
}

.smw-team-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #350F6B;
    padding-bottom: 10px;
}

.smw-team-designation {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5px;
    color: #350F6B;
    text-transform: capitalize;
    margin: 0;
}

.smw-team-section {
    margin-bottom: 70px;
}

.smw-team-select-wrapper {
    position: relative;
    min-width: 250px;
}

.smw-team-select {
    width: 100%;
    padding: 12px 40px 12px 20px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.smw-team-select:hover,
.smw-team-select:focus {
    border-color: #350F6B;
    outline: none;
}

.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}


.smw-team-section:last-child {
    margin-bottom: 0;
}

/* Hidden section */
.smw-team-section[style*="display: none"] {
    display: none !important;
}

/* .smw-team-section-empty {
    opacity: 0.6;
}

.smw-team-section-has-members {
    opacity: 1;
} */

/* Loading, Error, and Empty States */
.smw-team-loading,
.smw-team-error,
.smw-team-empty {
    text-align: center;
    padding: 40px 20px;
    font-size: 16px;
    color: #666;
    grid-column: 1 / -1;
}

.smw-team-loading {
    color: #438FF9;
}

.smw-team-error {
    color: #d32f2f;
}

.smw-team-empty {
    background: #f5f5f5;
    border-radius: 8px;
    font-style: italic;
}

@media (max-width: 1399px) {
    .smw-team-name {
        font-size: 25px;
    }

    .smw-team-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .smw-team-filter {
        margin-bottom: 40px;
    }
}


@media (max-width: 1199px) {
    .smw-team-name {
        font-size: 22px;
    }

    .smw-team-title {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .smw-team-filter {
        margin-bottom: 35px;
    }

    .smw-team-list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .smw-team-list {
        gap: 15px;
    }

    .smw-team-content {
        padding: 20px 15px 25px;
    }

    .smw-team-name {
        font-size: 20px;
    }

    .smw-team-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .smw-team-filter {
        margin-bottom: 30px;
    }

    .smw-team-section {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .smw-team-all-btn {
        font-size: 16px;
        height: 50px;
        width: 70px;
    }

    .smw-team-list {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
    }


}
