.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--aa, linear-gradient(90deg, #00ADEE 0%, #FFF 100%)) !important; /* Color of the active bar's fill */
    animation: fillAnimation 8s linear !important; /* Match this duration to the autoplay delay */
    transform-origin: left; /*Ensure fill starts from the left */
    transform: scaleX(0); /* Initial state of no fill */
}

@keyframes fillAnimation {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1); 
    }
}





#pws-document-library
{
	  background-image: url(/wp-content/uploads/2024/10/Group-1000007517-1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
	margin-top:100px !important;
}
#pws-document-library .pws-document-sec
{
    padding: 10.5rem 0rem 8rem 0rem;
}
