/* ===========================
   Bishnoi Ads Slider
=========================== */

.bas-slider-wrapper{

    width:100%;
    overflow:hidden;
    position:relative;
    background:#ffffff;
    padding:12px 0;

}

.bas-slider-track{

    display:flex;
    align-items:center;
    width:max-content;

    animation:basScroll 18s linear infinite;

}

.bas-item{

    flex:0 0 auto;

    margin-right:18px;

}

.bas-item img{

    width:220px;
    height:auto;

    border-radius:12px;

    display:block;

    transition:.3s;

    box-shadow:0 4px 10px rgba(0,0,0,.12);

}

.bas-item img:hover{

    transform:scale(1.03);

}

@keyframes basScroll{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

/* Mobile */

@media(max-width:768px){

.bas-item img{

width:170px;

}

}
.bas-title{text-align:center;font-weight:600;padding:6px 4px;font-size:14px}
#bas-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:99999;justify-content:center;align-items:center;flex-direction:column}
#bas-full{max-width:95vw;max-height:82vh;border-radius:10px}
#bas-full-title{color:#fff;font-size:22px;margin-top:15px}
#bas-close{position:absolute;bottom:30px;width:55px;height:55px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer}

.bas-title{
 width:220px;
 max-width:220px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 text-align:center;
}
@media(max-width:768px){
 .bas-title{width:170px;max-width:170px;}
}


.bas-ad-title,.bas-title{
display:block;
width:100%;
max-width:100%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
box-sizing:border-box;
}

.bas-item{
 width:220px;
 flex:0 0 220px;
 overflow:hidden;
}
.bas-title{
 width:220px !important;
 overflow:hidden !important;
 white-space:nowrap !important;
 text-overflow:ellipsis !important;
 display:block;
}
@media(max-width:768px){
 .bas-item{width:170px;flex:0 0 170px;}
 .bas-title{width:170px !important;}
}


/* FINAL FIX */
.bas-slider-track{animation:basScroll 10s linear infinite!important;}
.bas-item{
 width:170px!important;
 flex:0 0 170px!important;
 max-width:170px!important;
 overflow:hidden!important;
 display:flex;
 flex-direction:column;
 align-items:center;
}
.bas-item img{
 width:170px!important;
}
.bas-title{
 width:170px!important;
 max-width:170px!important;
 overflow:hidden!important;
 white-space:nowrap!important;
 text-overflow:ellipsis!important;
 display:block!important;
}
#bas-lightbox{display:none!important;}
#bas-lightbox.show{display:flex!important;}
#bas-close{display:flex!important;}


/* ChatGPT fix */
.bas-slider-wrapper + br{display:none!important;}
.bas-slider-wrapper ~ br{display:none!important;}
.bas-slider-wrapper + p:empty{display:none!important;}
.bas-item{overflow:hidden!important;}
.bas-title{
display:block!important;
width:100%!important;
max-width:170px!important;
overflow:hidden!important;
text-overflow:ellipsis!important;
white-space:nowrap!important;
}


/* OVERRIDE FIX */
.bas-slider-track{animation:basScroll 18s linear infinite!important;}
.bas-item{width:170px!important;flex:0 0 170px!important;max-width:170px!important;overflow:hidden!important}
.bas-item img{width:170px!important;display:block}
.bas-title{
font-size:14px;
line-height:1.3;
width:170px!important;
max-width:170px!important;
overflow:hidden!important;
white-space:nowrap!important;
text-overflow:ellipsis!important;
display:block!important;
}
#bas-lightbox,#bas-close,#bas-full,#bas-full-title{display:none!important;}

.bas-card{display:block;color:inherit;text-decoration:none;}
