.offer-slider-track {
    display: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* .main-tripple-banner {
    position: relative;
    width: 100%;
    padding-bottom: 95px;
    overflow: hidden;
}
.main-tripple-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd60d;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(2.0);
    content: "";
} */

/* Hide scrollbar for Chrome, Safari and Opera */
/* Container jahan scrolling ho rahi hai */
.horizontal-scroll-merchant {
    /* Standard properties for Firefox */
    scrollbar-width: thin;
    scrollbar-color: #3b82f6 #f1f5f9; 
}

/* Chrome, Safari, aur Edge ke liye */
.horizontal-scroll-merchant::-webkit-scrollbar {
    height: 6px; /* Scrollbar ki motayi (width/height) */
}

.horizontal-scroll-merchant::-webkit-scrollbar-track {
    background: #f1f5f9; /* Niche wali pati ka color (Light Gray) */
    border-radius: 20px;
    margin-inline: 40px; /* Track ko edges se thoda door rakhne ke liye */
}

.horizontal-scroll-merchant::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #3b82f6, #6366f1); /* Blue gradient thumb */
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Halka glass effect border */
}

.horizontal-scroll-merchant::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #2563eb, #4f46e5); /* Hover par thoda dark */
    cursor: pointer;
}