.music-banner-box {
    position: relative;
    width: 100%;
}

.music-banner-bg {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.music-banner-overlay-content {
    position: absolute;
    top: 50%;
    left: 60px; /* desktop offset */
    transform: translateY(-50%);
    color: #fff;
}

/* Desktop styles */
.music-banner-category {
    color: #00ff66;
    font-weight: 600;
    margin-bottom: 10px;
}

.music-banner-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.music-banner-timer {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.music-banner-time {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.music-banner-time span {
    font-size: 18px;
}

.music-banner-time p {
    font-size: 12px;
    margin: 0;
}

.music-banner-btn {
    background: #00ff66;
    padding: 12px 35px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.music-banner-btn:hover {
    background: #00ff66;
}

/* Mobile / Tablet Responsive */
@media (max-width: 992px) {
    .music-banner-overlay-content {
        left: 30px;
        right: 30px;
    }
    .music-banner-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .music-banner-overlay-content {
        left: 20px;
        right: 20px;
        text-align: center; /* center on smaller screens */
    }
    .music-banner-title {
        font-size: 32px;
    }
    .music-banner-category {
        font-size: 14px;
    }
    .music-banner-timer {
        flex-wrap: wrap; /* wrap the countdown circles */
        justify-content: center;
        gap: 10px;
    }
    .music-banner-time {
        width: 55px;
        height: 55px;
    }
    .music-banner-btn {
        display: block;
        margin: 0 auto;
        padding: 10px 25px;
    }
    .music-banner-title {
        margin-bottom: 15px;
    }
    .music-banner-time span{
        font-size: 14px;
    }
    .music-banner-time p {
        font-size: 8px;
    }

}

@media (max-width: 480px) {
    .music-banner-title {
        font-size: 20px;
    }
    .music-banner-category {
        margin-top: 20px !important;
        font-size: 10px;

    }
    .music-banner-time {
        width: 45px;
        height: 45px;
    }
}
/* ======= flash sale ========== */
.flash-wrapper{
    display:flex;
    align-items:center;
    margin:20px 0;
}

.flashsale-main-title{
    font-size:40px;
    font-weight:700;
}

.flashsale-countdown{
    display:flex;
    align-items:center;
    gap:15px;
    margin-left: 20px;
}

.flashsale-time-box{
    text-align:center;
}

.flashsale-time-box span{
    font-size:40px;
    font-weight:700;
    display:block;
}

.flashsale-time-box small{
    font-size:14px;
    color:#555;
}

.flashsale-dot{
    font-size:30px;
    color:#e57373;
    font-weight:bold;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .flash-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0;
    }

    .flashsale-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .flashsale-countdown {
        flex-wrap: wrap;
        gap: 10px;
        margin-left: 0;
        justify-content: flex-start;
    }

    .flashsale-time-box {
        font-size: 16px; /* smaller numbers for mobile */
        width: 60px; /* prevent overflow */
    }

    .flashsale-time-box span {
        font-size: 32px;
    }

    .flashsale-time-box small {
        font-size: 12px;
    }

    .flashsale-dot {
        font-size: 24px;
    }
}









#slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px !important;
}
#slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #DB4444;
    border: 2px solid #fff;
    width: 17px !important;
    height: 17px !important;
}
#slider.owl-theme .owl-dots .owl-dot span{
    width:15px !important;
    height:15px !important;
}
#slider.owl-theme .owl-dots .owl-dot span{
    background: #808080;
}
