/* গ্লোবাল ফিক্স ফর ডাবল স্ক্রলবার এবং AOS গ্লিচ */
html, body {

    scroll-behavior: smooth; /* ব্রাউজার নেটিভ স্মুথ স্ক্রল */
}



/* স্লাইডারের স্ক্রলবার হাইড করা */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* প্রিমিয়াম নিউজ স্টাইল আন্ডারলাইন */
/* .premium-underline {
    display: inline; 
    background-image: linear-gradient(#392E4E, #3c226b);
    background-position: 0% 100%; 
    background-repeat: no-repeat;
    background-size: 0% 1px; 
    transition: background-size 0.6s ease-in-out; 
    padding-bottom: 4px;
}

.premium-underline:hover {
    background-size: 100% 1px; 
} */