.wcu-wrapper.style2 .row.gy-5 > [class*="col-"] {
    display: flex;
}

.wcu-wrapper.style2 .row.gy-5 .wcu-card.style2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.equal-height-service-cards > [class*="col-"] {
    display: flex;
}

.equal-height-service-cards .service-card.style1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.equal-height-service-cards .service-card.style1:hover .body h3 {
    color: #ffffff !important;
}

.posh-process-tabs {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
    background: #fff;
}

.posh-process-tabs .nav {
    background: #fafafa;
}

.posh-process-tabs .nav-link {
    width: 100%;
    text-align: left;
    color: #151515;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.posh-process-tabs .nav-link:last-child {
    border-bottom: 0;
}

.posh-process-tabs .nav-link.active {
    background: #ffffff;
    color: #321951;
    box-shadow: inset 4px 0 0 #321951;
}

.posh-process-tabs .step-arrow {
    font-size: 12px;
    color: #7a7a7a;
}

.posh-process-tabs .tab-content-area {
    padding: 16px;
    min-height: 330px;
}

.posh-process-tabs .tab-pane h4 {
    margin-bottom: 15px;
}

.posh-risk-box {
    background: #321951;
    border-radius: 50px;
    margin-top: 20px;
    overflow: hidden;
}

.posh-risk-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.posh-risk-item {
    padding: 34px 20px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.posh-risk-item:last-child {
    border-right: 0;
}

.posh-risk-value {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 8px;
}

.posh-risk-label {
    display: block;
    color: #eaf6f6;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 991px) {
    .posh-process-tabs .tab-content-area {
        min-height: auto;
        padding: 24px;
    }

    .posh-risk-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .posh-risk-item {
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .posh-risk-item:nth-child(2n) {
        border-right: 0;
    }

    .posh-risk-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .posh-risk-grid {
        grid-template-columns: 1fr;
    }

    .posh-risk-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
        padding: 24px 16px;
    }

    .posh-risk-item:last-child {
        border-bottom: 0;
    }

    .posh-risk-box {
        border-radius: 0;
    }
}
