.card-special {
    position: relative;
    padding: .5rem;
    background-color: #fff;
    border-radius: 2rem 2rem 1.5rem 1.5rem;
}

.card-special__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    border-radius: 1.5rem;
    aspect-ratio: 1;
}

.card-special__img img {
    border-radius: 1.5rem;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.card-special__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: .875rem;
    margin-bottom: unset !important;
}

.card-special__title a {
    display: block;
    font-size: 0.875rem;
    line-height: 2;
    color: #0B014A;
    font-family: var(--bold-font);
    transition: color .5s;
}

.card-special__title:hover a {
    color: var(--c1);
}


.special__content {
    background-color: #ECEDF9;
    padding: 2.5rem 1.5rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
}


.special__content__title {
    color: var(--c1);
    font-size: 2.5rem;
    line-height: 1;
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--shoor);
    margin-bottom: unset;
}

.special__content__desc {
    color: #0B014A;
    font-size: 1rem;
    margin-top: 0.5rem;
}



.sw-nav-special {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1rem;
}

.sw-nav-special span:not(.swiper-button-disabled):hover {
    color: #fff !important;
    background-color: var(--c1);
}

.sw-nav-special span {
    width: 5.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 1rem;
}





.card-special .off-badge {
    background: linear-gradient(180deg, #FFC6D8 0%, #FF7FA7 100%);
    color: #fff;
    line-height: 1.5;
    width: 3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: absolute;
    top: 2rem;
    right: 0;
    font-family: var(--bold-font);
    font-size: 1rem;
    pointer-events: none;
}

.special-col-wrap::after {
    content: '';
    background: linear-gradient(270deg, rgba(246, 247, 249, 0) 0%, #F6F7F9 100%);
    width: 7rem;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.special-col-wrap {
    position: relative;
}

















:root {
    --bg: #f3f5ff;
    --card: #fff;
    --accent: #6353ff;
    /* بنفش */
    --text: #2b2b2b;
    --muted: #8b8b9b;
    --shadow: 0 8px 18px rgba(99, 83, 255, 0.08);
    --shadow-subtle: 0 6px 12px rgba(14, 14, 24, 0.04);
    font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;

}




.countdown {
    display: flex;
    gap: .5rem;
}

.countdown .unit {
    width: 2.75rem;
    height: 3.75rem;
    background: var(--card);
    border-radius: 1rem;
    box-shadow: var(--shadow-subtle);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s;
    position: relative;
    overflow: visible;
}

.countdown .value {
    font-size: 1rem;
    color: #0B014A;
    line-height: 1;
    margin-bottom: .5rem;
    letter-spacing: 0.6px;
}



.countdown .unit.active {
    background: linear-gradient(180deg, var(--accent), #5a47e6);
    color: white;
    box-shadow: var(--shadow);
}



.countdown .label {
    font-size: 0.75rem;
    color: #0B014A;
    opacity: 0.5;
}

.countdown .unit.active .label,
.countdown .unit.active .value {
    color: #fff;
    opacity: 1;
}



@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .special-col-wrap::after {
        content: unset;
    }

    .special__content {
        background-color: #ECEDF9;
        padding: 2rem;
        border-radius: 2rem;
        text-align: center;
    }

    .countdown {
        justify-content: center;
    }

    .sw-nav-special {
        margin: 1rem auto 0;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}