.pflisting .pm-container { display: flex; gap: 20px; }
.pflisting .pm-sidebar {
    width: 24%;
    background: #fafafa;
    padding: 32px 16px;
    border-radius: 10px;
    border: 1px solid #dddddd;
}
/* .pflisting .pm-list { width: 74%; } */
.pflisting .pm-list { width: 100%; }

.pflisting .pm-item { display: flex; margin-bottom: 20px; background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 10px; }
.pflisting .pm-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pflisting .pm-content h3,
.pflisting .pm-content h3 a {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #2f3472;
    margin-bottom: 0;
}
.pflisting .pm-content h3 a:hover {
    color: #ed4200;
}
.pflisting .pm-content p {
    margin-bottom: 0;
    margin-top: 0;
}
.pflisting .pm-filter { 
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.pm-filter:last-child { 
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.pflisting {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 2%;
}
.pflisting-ftitle {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
}
.pflisting input.search {
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pflisting label {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
}
.pflisting label input {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd !important;
}
.pflisting .pm-list {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.pflisting .pm-item {
    margin-bottom: 0;
    column-gap: 16px;
    color: rgb(102, 102, 102);
}
.pflisting .pm-item:hover {
color: rgb(102, 102, 102);
}
.pflisting .pm-thumb {
    width: 120px;
    border: 1px solid #dddddd;
    padding: 8px;
    height: 120px;
    border-radius: 6px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pflisting .pm-thumb img {
    max-height: 104px;
}

.pflisting .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}
.pflisting .tags span {
    display: inline-flex;
    padding: 2px 10px;
    background: #f1f1f1;
    color: #212121;
    border-radius: 2px;
    gap: 4px;
}

.pflisting .tags a {
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    pointer-events: none;
}

.pflisting .mainheading {
    font-size: 24px;
    font-weight: 900;
    color: #2f3472;
}

/* detail Page */

.pfdetail {
    padding: 80px 0;
}

.pfdetail .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 2%;
}

/* .pfdetail .left {
    width: 74%;
} */

.pfdetail .left {
    width: 100%;
}

.pfdetail .right {
    width: 24%;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    position: sticky;
    top: 80px;
}

.pfdetail .top-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pfdetail .img-box {
    width: 120px;
    border: 1px solid #dddddd;
    padding: 8px;
    height: 120px;
    gap: 10px;
    border-radius: 6px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pfdetail .img-box img {
    max-height: 104px;
}

.pfdetail .name {
    font-size: 20px;
    font-weight: 700;
    color: #2f3472;
}

.pfdetail .desc {
    font-size: 14px;
}

.pfdetail .desc span {
    font-weight: 600;
    color: #2f3472;
}

.pfdetail .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.pfdetail .tags span {
    display: inline-flex;
    padding: 2px 10px;
    background: #f1f1f1;
    color: #212121;
    border-radius: 2px;
    gap: 4px;
}

.pfdetail .tags a {
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    pointer-events: none;
}

.pfdetail .btm-content {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dddddd;
}

.pfdetail .heading {
    font-size: 16px;
    font-weight: 700;
    color: #2f3472;
    margin-top: 24px;
}

.pfdetail .heading:first-child {
    margin-top: 0;
}

.pfdetail .text {
    margin-top: 10px;
}

.pfdetail .text p:last-child {
    margin-bottom: 0;
}

.pfdetail .logo-box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.pfdetail .right .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.pfdetail .right ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.pfdetail .right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.pfdetail .right ul span {
    flex: 1;
    font-size: 14px;
}

.pfdetail .right ul span:first-child {
    font-weight: 500;
}

.pfdetail .compnay-link {
    display: flex;
    /* margin-top: 10px; */
}

.pfdetail .team {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 8px;
    margin-top: 8px;
}

.pfdetail .t-item {
    display: flex;
    align-items: center;
    column-gap: 2%;
    width: 32%;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    border-radius: 6px;
}

.pfdetail .img-wrapper {
    min-width: 100px;
    width: 100px;
}

.pfdetail .img-wrapper img {
    max-width: 100%;
}

.pfdetail .t-content {
    width: 69%;
}

.pfdetail .t-name {
    font-weight: 600;
    color: #2f3472;
    font-size: 14px;
}

.pfdetail .t-desig {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}


@media only screen and (max-width: 1199px) {
    /* .pfdetail .left {
        width: 69%;
    } */

    .pfdetail .right {
        width: 29%;
    }

    .pfdetail .t-item {
        width: 49%;
    }
}

@media only screen and (max-width: 991px) {
    .pfdetail,
    .pflisting {
        padding: 50px 0;
    }
    /* .pfdetail .left {
        width: 60%;
    } */

    .pfdetail .right {
        width: 38%;
    }

    .pflisting .pm-sidebar {
        width: 34%;
    }
    /* .pflisting .pm-list {
        width: 64%;
    } */
    .pfdetail .t-item {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .pfdetail,
    .pflisting {
        padding: 40px 0;
    }
    .pfdetail .left {
        width: 100%;
    }

    .pfdetail .right {
        width: 100%;
    }

    .pfdetail .top-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .pflisting .pm-sidebar {
        width: 100%;
        padding: 15px;
        border-radius: 6px;
    }
    .pflisting .pm-list {
        width: 100%;
    }
    .pflisting .pm-item {
        flex-direction: column;
        row-gap: 10px;
    }
    .pflisting .pm-filter {
        margin-bottom: 12px;
        padding-bottom: 12px;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        column-gap: 6px;
    }

    .pflisting .pm-filter:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .pflisting h4 {
        width: 100%;
    }

    .pflisting label {
        gap: 4px;
    }

    .pflisting label input {
        min-width: 16px;
        width: 16px;
        height: 16px;
    }

    .pflisting-ftitle {
        margin-bottom: 4px;
    }
}