.face-why-join {
    background-color: #ffffff;
    padding-top: clamp(3rem, 6vw, 4rem);
    padding-bottom: 0px;
}

.face-why-join .face-why-join__head { 
    max-width: 900px;
    text-align: center;
    margin: 0px auto 40px auto;
}
.face-why-join .face-why-join__head .cmntle { 
    margin-bottom: 24px;
}

.face-why-join .face-why-join__head p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #62666D;
}

.face-why-join .face-why-join__head p:empty { 
    display: none;
}

.face-why-join__rows {
    position: relative;
    background: #F1F1F0;
    margin-bottom: 100px;
}

.face-why-join__row {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 0px;
}

.face-why-join__col--image {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 0px;
}

.face-why-join__col--content {
    padding-top: clamp(1.5rem, 4vw, 3rem);
    padding-bottom: clamp(1.5rem, 4vw, 3rem);
    padding-left: clamp(1.5rem, 4vw, 3rem);
    padding-right: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fg-img-block  { 
    height: 100%;
}

.face-why-join__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.face-why-join__img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #d9d9d9;
}

.face-why-join__row-title {
    font-size: 25px;
    font-weight: 400;
    color: #E3120B;
    line-height: 30px;
    margin-bottom: 0.6em;
}

.face-why-join__row-desc {
    font-size: 16px;
    color: #62666D;
    line-height: 24px;
    letter-spacing: -0.29px;
}

.face-why-join__row-desc ul { 
    margin: 0 0 0.65em;
    padding-left: 22px;
}

.face-why-join__row-desc p {
    margin: 0 0 0.65em;
}

.face-why-join__row-desc p:last-child {
    margin-bottom: 0;
}

.face-why-join__row-desc ul li { 
    margin-bottom: 8px;
}

.face-why-join__row-desc ul li:last-child, .face-why-join__row-desc ul li p { 
    margin-bottom: 0px;
}

.face-why-join__rows .face-why-join__row:nth-child(odd) {
    flex-direction: row;
}

.face-why-join__rows .face-why-join__row:nth-child(even) {
    flex-direction: row-reverse;
}

.face-why-join__rows .face-why-join__row:nth-child(even) .face-why-join__col--content { 
    padding-left: 15px;
}

.face-why-join__empty-notice {
    text-align: center;
    color: #888;
    padding: 2rem;
    border: 2px dashed #ccc;
    border-radius: 4px;
}


.face-vp {
    padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

.face-vp__heading {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.face-vp__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.face-vp__card {
    background: #ffffff;
    border: 1px solid #F3F4F6;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.face-vp__card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.01);
    transform: translateY(-2px);
    border-color: #E3120B;
}

.face-vp__icon-wrap {
    width: 58px;
    height: 58px;
    background: #F4F4F4;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.face-vp__icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.face-vp__icon-wrap--placeholder {
    background: #f2f2f2;
}

.face-vp__card--featured .face-vp__icon-wrap--placeholder {
    background: #ffffff;
}

.face-vp__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    margin: 0px;
}

.face-vp__card-desc {
    font-size: 16px;
    color: #62666D;
    line-height: 20px;
    margin: 0;
}

.face-ep {
    background-color: #ffffff;
    padding-bottom: clamp(3rem, 7vw, 6rem);
}

.face-ep__heading {
    width: 100%;
}

.face-ep__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    margin-left: auto;
    margin-right: auto;
}

.face-ep__card {
    background: linear-gradient(77.39deg, #57009B -4.69%, #AE0181 60.51%, #B2001A 125.71%); 
    border: 1.85314px solid #F3F4F6;
    border-radius: 16px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 200px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.face-ep__card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.face-ep__card:hover .face-ep__btn{
    opacity: 0.9;
    color: #FFF;
}

.face-ep__card:hover .face-ep__btn svg path {
    fill: #fff;
}

.face-ep__card:hover .face-ep__btn svg { 
    transform: translateX(3px);
}

.face-ep__icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.face-ep__card-title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    margin-top: auto;
}

.face-ep__card-desc {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #FFF;
    margin: 0;
}

.face-ep__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: fit-content;
    background: #E3120B;
    color: #ffffff;
    padding: 0.5em 1.2em;
}

.face-ep__btn svg { 
    width: 12px;
    transition: transform 0.3s ease;
}

/**/
.face-tcs {
    background-color: #F1F1F0;
    padding-top: clamp(2.5rem, 7vw, 4rem);
    padding-bottom: clamp(2.5rem, 7vw, 3.5rem);
}

.face-tcs__subtitle {
    text-align: center;
    font-size: 18px;
    color: #62666D;
    margin-bottom: 30px;
    margin: -40px auto 48px auto;
}

.face-tcs__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    border: 0px;
    margin: 0px 0px 40px 0px;
    outline: 0px;
    box-shadow: none;
}

body.page-id-75 .face-tcs__nav { 
    justify-content: center;
    gap: 160px;
    border-bottom: 1px solid #919191;
    padding-bottom: 24px;
}

.face-tcs__nav-item {
    margin: 0;
}

.face-tcs__nav-btn {
    background: none;
    border: none;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #A1A1A0;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    outline: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.face-tcs__nav-btn img { 
    width: 26px;
}

.face-tcs__nav-btn.active {
    color: #E3120B;
}

body.page-id-75 .face-tcs__nav-btn {
    color: #000000;
}

body.page-id-75 .face-tcs__nav-btn.active {
    color: #E3120B;
}

.face-tcs__nav-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.face-tcs__nav-btn:hover .face-tcs__nav-icon {
    transform: scale(1.1);
}

/* .face-tcs__nav-btn.active .face-tcs__nav-icon {
    filter: brightness(0) saturate(100%) invert(16%) sepia(70%) saturate(4364%) hue-rotate(352deg) brightness(98%) contrast(108%);
} */

.face-tcs__panel {
    display: none;
}

.face-tcs__panel.active {
    display: block;
}

.face-tcs__panel-left {
    padding-right: clamp(1rem, 4vw, 3rem);
}

.face-tcs__desc {
    margin-bottom: 0px;
}

.face-tcs__desc h4 { margin-top: 20px; font-size: 20px; }

.face-tcs__desc ul, .face-tcs__desc ol { 
    margin-bottom: 16px;
    padding-left: 20px;
}

.face-tcs__desc p, .face-tcs__desc li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #62666D;
    margin: 0px 0px 16px 0px;
    word-break: break-word;
    white-space: normal;
}
.face-tcs__desc li {
    margin-bottom: 8px;
}
.face-tcs__desc p:last-child, .face-tcs__desc li:last-child {
    margin: 0px;
}
.face-tcs__desc li a { display: flex; align-items: center; gap: 8px; }
.face-tcs__desc li a:hover img { 
    filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(5188%) hue-rotate(354deg) brightness(95%) contrast(101%); 
}
.face-tcs__desc li img { 
    width: 16px;
    height: auto;
}

.face-tcs__desc a  {
    color: #62666D;
    text-decoration: none;
}

.face-tcs__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: fit-content;
    background: #E3120B;
    color: #ffffff;
    margin-top: 1rem;
    outline: 0px !important;
    border: 0px;
    cursor: pointer;
}

.face-tcs__btn:hover {
    background: #FFFFFF;
    color: #E3120B;
}

.face-tcs__panel-right {
    padding-left: clamp(0.5rem, 2vw, 1rem);
}

.face-tcs__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.faq-sec { background: #FFF !important; }
.faq-sec .cmntle  { margin-bottom: 8px; }
.faq-sec .about-work-desc p {  text-align: center; }
.faq-sec .abtfqdvsec .panel-body { padding-left: 0px; }


@media (max-width: 1024px) {
    .face-vp__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .face-vp__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .face-tcs__nav {
        gap: 4px;
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        margin-bottom: 24px;
    }

     .face-tcs__nav::-webkit-scrollbar {
        display: none;
    }

    .face-tcs__nav-btn {
        font-size: 16px;
    }

    .face-tcs__panel-left {
        margin-bottom: 2rem;
    }

    .face-tcs__panel-right {
        padding-inline: 15px;
    }
    .face-why-join__rows .face-why-join__row:nth-child(odd),
    .face-why-join__rows .face-why-join__row:nth-child(even) {
        flex-direction: column;
    }

    .face-why-join__col--image {
        min-height: 220px;
    }

    .face-why-join__col--content {
        padding: 1.5rem 1.25rem;
    }
     .face-ep__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
     .face-vp__grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }
    .face-why-join__rows { margin-bottom: 40px; }
     .face-why-join .face-why-join__head p { font-size: 16px; line-height: 1.5; }
    .face-why-join__row-title { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .face-vp__card {
        transition: none;
    }
    .face-why-join__img {
        transition: none;
    }
    .face-ep__btn {
        transition: none;
    }
    .face-tcs__nav-btn,
    .face-tcs__btn {
        transition: none;
    }
}