.elementor-1633 .elementor-element.elementor-element-d1171ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9408199 *//* ========================================
   CONTAINER & WRAPPER
======================================== */
.custom-ba-container {
    width: 100%;
    margin: 0 auto;
}

.custom-ba-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

/* ========================================
   IMAGES
======================================== */
.custom-ba-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: #fff;
}

@media (max-width: 1024px) {
    .custom-ba-image-container {
        padding-top: 60px;
    }
}

.custom-ba-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-ba-before {
    z-index: 2;
    clip-path: inset(0 25% 0 0); /* Initial 75% position */
}

.custom-ba-after {
    z-index: 1;
}

/* ========================================
   LABELS - WITH 32PX PADDING
======================================== */
.custom-ba-label {
    position:  absolute;
    top: 0;
    left: 32px;  /* 32px padding from left */
    right: 32px; /* 32px padding from right */
    margin: 0;
    padding:  0;
    
    font-family: 'Poppins', sans-serif;
    font-size: 39px;
    font-weight:  700;
    line-height: 1.2;
    color: #000;
    text-align: center;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .custom-ba-label {
        font-size: 29px;
        left: 24px;  /* 24px padding on tablet */
        right: 24px;
    }
}

.custom-ba-label-before {
    z-index: 10;
}

.custom-ba-wrapper.at-end .custom-ba-label-before {
    opacity: 1;
    visibility:  visible;
    transform: translateY(0);
}

.custom-ba-label-after {
    z-index: 10;
}

.custom-ba-wrapper.at-start .custom-ba-label-after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ========================================
   SLIDER HANDLE - BLACK COLOR
======================================== */
.custom-ba-slider {
    position: absolute;
    top: 0;
    left: 75%; /* Initial position at 75% */
    width: 4px;
    height: 100%;
    background: #000000;
    z-index: 3;
    cursor: ew-resize;
    transform: translateX(-50%);
    transition: background 0.3s ease;
}

.custom-ba-slider:hover {
    background: #333333;
}

.custom-ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #000000;
    border: 3px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:  2px;
    transition:  all 0.3s ease;
}

.custom-ba-handle:hover {
    transform:  translate(-50%, -50%) scale(1.1);
    background: #1a1a1a;
}

.custom-ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.custom-ba-arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 768px) {
    .custom-ba-wrapper {
        height: 400px;
    }
    
    .custom-ba-label {
        font-size: 28px;
        top: 30px;
        left: 24px;  /* 24px padding on tablet */
        right: 24px;
    }
    
    .custom-ba-handle {
        width: 50px;
        height: 50px;
    }
    
    .custom-ba-arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .custom-ba-wrapper {
        height: 300px;
    }
    
    .custom-ba-label {
        font-size: 20px;
        top: 20px;
        left: 16px;  /* 16px padding on mobile */
        right: 16px;
    }
    
    .custom-ba-handle {
        width: 40px;
        height: 40px;
    }
    
    .custom-ba-arrow svg {
        width: 14px;
        height: 14px;
    }
}/* End custom CSS */