/* Portfolio Before & After Slider — c4c75d2f */

.pba-c4c75d2f-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

/* ── Slider ── */
.pba-c4c75d2f-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    cursor: col-resize;
    user-select: none;
    -webkit-user-select: none;
    line-height: 0;
}

.pba-c4c75d2f-img-layer {
    width: 100%;
}

.pba-c4c75d2f-img-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pba-c4c75d2f-after-layer {
    position: relative;
}

.pba-c4c75d2f-before-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
}

/* Labels */
.pba-c4c75d2f-label {
    position: absolute;
    bottom: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 3;
    line-height: 1.4;
}

.pba-c4c75d2f-label-before {
    left: 16px;
}

.pba-c4c75d2f-label-after {
    right: 16px;
}

/* Handle */
.pba-c4c75d2f-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none;
}

.pba-c4c75d2f-handle svg {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
    color: #ffffff;
}

.pba-c4c75d2f-handle-line {
    width: 5px;
    flex: 1;
    background-color: #ffffff;
    border-radius: 2px;
}

/* ── Bottom Row ── */
.pba-c4c75d2f-bottom {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.pba-c4c75d2f-boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-width: 0;
}

.pba-c4c75d2f-box {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-height: 0;
}

.pba-c4c75d2f-box-img-wrap {
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 0;
}

.pba-c4c75d2f-box-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pba-c4c75d2f-box-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.pba-c4c75d2f-box-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.pba-c4c75d2f-box-caption {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* ── Description Box ── */
.pba-c4c75d2f-desc {
    flex: 1;
    min-width: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pba-c4c75d2f-desc-title {
    margin: 0 0 16px 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.pba-c4c75d2f-desc-meta {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.5;
}

.pba-c4c75d2f-desc-meta strong {
    font-weight: 700;
}

.pba-c4c75d2f-desc-summary {
    margin: 12px 0 0 0;
    font-size: 15px;
    line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .pba-c4c75d2f-bottom {
        flex-direction: column;
    }

    .pba-c4c75d2f-box {
        flex-direction: column;
    }

    .pba-c4c75d2f-box-img-wrap {
        width: 100%;
        height: 180px;
    }
}
