.elementor-1236 .elementor-element.elementor-element-a604b86{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-a604b86 */.team-layout {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 30px;
        align-items: start;
    }
    
    .search-input {
		padding: .5rem 2rem !important;
	}

    .cards-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    @keyframes pulseChevron {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(3px);
        }
    }

    /* ---------- Filter box ---------- */

    .filter-box-cpec {
        background: #fff;
        border-radius: 22px;
        border: 1px solid #e7e8ea;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        padding: 30px 26px;
    }

    .filter-box-cpec h3 {
        font-size: 18px;
        margin: 0;
        color: #111;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .filter-icon {
        color: #135528;
        font-size: 16px;
    }

    .filter-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 18px;
        transition: 0.25s;
    }

    .filter-chevron {
        display: none;
        font-size: 14px;
        color: #135528;
        transition: 0.3s;
    }

    .filter-list-cpec {
        display: flex;
        flex-direction: column;
    }

    .filter-search-cpec {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 22px;
    }

    .search-icon {
        position: absolute;
        left: 14px;
        color: #9aa0a0;
        font-size: 14px;
        pointer-events: none;
    }

    .search-input {
        width: 100%;
        box-sizing: border-box;
        padding: 11px 36px 11px 38px;
        border-radius: 12px;
        border: 1px solid #e7e8ea;
        background: #f8f9f8;
        font-size: 14px;
        color: #111;
        outline: none;
        transition: 0.25s;
        font-family: inherit;
    }

    .search-input::placeholder {
        color: #9aa0a0;
    }

    .search-input:focus {
        border-color: #135528;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(19, 85, 40, 0.12);
    }

    .clear-search {
        position: absolute;
        right: 12px;
        color: #9aa0a0;
        font-size: 13px;
        cursor: pointer;
        display: none;
        padding: 4px;
    }

    .clear-search.show {
        display: block;
    }

    .clear-search:hover {
        color: #d40000;
    }

    .filter-group-title {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #9aa0a0;
        margin: 14px 0 10px;
    }

    .filter-group-title:first-of-type {
        margin-top: 0;
    }

    .select-wrap {
        position: relative;
        border-radius: 12px;
        transition: 0.25s;
    }

    .select-wrap:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    }

    .department-select {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 40px 14px 16px;
        border-radius: 12px;
        border: 1.5px solid #e7e8ea;
        background: #f8f9f8;
        font-size: 14px;
        font-weight: 500;
        color: #111;
        outline: none;
        cursor: pointer;
        font-family: inherit;
        transition: 0.25s;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .department-select:hover {
        background: #fff;
        border-color: #c9ccc9;
    }

    .department-select:focus {
        border-color: #135528;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(19, 85, 40, 0.14);
    }

    .select-wrap:active .department-select {
        transform: scale(0.99);
    }

    .select-chevron {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: #135528;
        pointer-events: none;
        transition:
            transform 0.25s ease,
            color 0.25s ease;
    }

    .department-select:focus ~ .select-chevron {
        transform: translateY(-50%) rotate(180deg);
        color: #0d3d1c;
    }

    .cards-wrap {
        position: relative;
    }

    .no-results {
        display: none;
        text-align: center;
        color: #777;
        font-size: 15px;
        padding: 60px 20px;
        background: #fff;
        border-radius: 22px;
        border: 1px solid #e7e8ea;
    }

    .no-results.show {
        display: block;
    }

    /* ---------- Team cards ---------- */

    .social a i {
        font-size: 18px;
        line-height: 1;
    }

    .team-card {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        transition: 0.4s;
        cursor: pointer;
        border: 1px solid #e7e8ea;
    }

    .team-card.is-hidden {
        display: none;
    }

    .team-card img {
        width: 100%;
        height: auto;
        display: block;
        transition: 0.5s;
    }

    .team-card:hover img {
        transform: scale(1.03);
    }

    .member-info .designatiion {
        margin-bottom: 0px;
        color: #135528;
        font-weight: 500;
    }

    .member-info {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 12px 14px;
        text-align: center;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid rgba(255, 255, 255, 0.35);
        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.12),
            inset 0 1px 1px rgba(255, 255, 255, 0.4);
        transition: 0.4s;
        z-index: 5;
    }

    .member-info h3 {
        font-size: 16px;
        margin: 0 0 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .member-info p {
        color: #777;
        font-size: 12px;
        margin: 0 0 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .member-info p:last-child {
        margin-bottom: 0;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.68);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
        z-index: 10;
    }

    .team-card:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .team-card:hover .member-info {
        transform: translateY(120px);
        opacity: 0;
    }

    .social {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
    }

    .social a {
        width: 46px;
        height: 46px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #111;
        font-size: 18px;
        transition: 0.3s;
    }

    .social a:hover {
        background: #d40000;
        color: #fff;
        transform: translateY(-4px);
    }

    .profile-btn {
        display: inline-block;
        padding: 13px 28px;
        background: #fff;
        color: #111;
        text-decoration: none;
        font-weight: 600;
        border-radius: 40px;
        transition: 0.3s;
    }

    .profile-btn:hover {
        background: #d40000;
        color: #fff;
    }

    /* ---------- Mobile overrides (kept last so they always win) ---------- */

    @media (max-width: 1100px) {
        .team-layout {
            grid-template-columns: 1fr;
        }
        .cards-grid {
            grid-template-columns: 1fr;
        }
        .filter-box-cpec {
            margin-bottom: 16px;
            padding: 16px 20px;
        }
        .filter-toggle {
            margin-bottom: 0;
            background: #f4f6f5;
            padding: 12px 16px;
            border-radius: 14px;
        }
        .filter-toggle:active {
            transform: scale(0.97);
            background: #eceeed;
        }
        .filter-chevron {
            display: block;
            animation: pulseChevron 1.8s ease-in-out infinite;
        }
        .filter-chevron.rotated {
            transform: rotate(180deg);
            animation: none;
        }
        .filter-list-cpec {
            max-height: 0;
            overflow: hidden;
            margin-top: 0;
            transition:
                max-height 0.35s ease,
                margin-top 0.35s ease;
        }
        .filter-list-cpec.open {
            max-height: 240px;
            margin-top: 16px;
        }
        .search-input {
            font-size: 16px;
        }
        .department-select {
            font-size: 16px;
        }
    }

    @media (max-width: 640px) {
        .cards-grid {
            gap: 18px;
        }
        .filter-box-cpec {
            padding: 14px 16px;
        }
        .member-info h3 {
            font-size: 15px;
        }
        .member-info p {
            font-size: 11px;
        }
    }/* End custom CSS */