.ba-20be323e-outer-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ba-20be323e-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
}

.ba-20be323e-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-20be323e-after {
    position: relative;
    width: 100%;
    display: block;
}

.ba-20be323e-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

/* Elegant Label Styling */
.ba-20be323e-label {
    position: absolute;
    bottom: 15px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.ba-20be323e-label-before {
    right: 15px;
}

.ba-20be323e-label-after {
    left: 15px;
}

/* Slider Bar & Handle */
.ba-20be323e-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 20;
    pointer-events: none;
    transform: translateX(-50%);
}

.ba-20be323e-handle {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.ba-20be323e-handle:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.ba-20be323e-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ba-20be323e-arrows svg {
    display: block;
}

/* Client Info Styling */
.ba-20be323e-client-box {
    margin-top: 1px;
    padding: 15px 20px;
    text-align: right;
    direction: rtl;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ba-20be323e-client-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.ba-20be323e-client-address {
    font-size: 13px;
}
