@media (max-width: 768px) {

    /* Header */
    .header-promotion-style1 {
        background: linear-gradient(to right, #00c853, #00e676);
        color: white;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-promotion-style1 .back-btn {
        font-size: 18px;
        margin-right: 10px;
        cursor: pointer;
    }

    .header-promotion-style1 h2 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        flex: 1;
        text-align: center;
        margin-right: 28px;
    }

    /* Tab Bar */
    .tabbar-promotion-style1 {
        background: #000;
        padding: 10px;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        padding-top: 25px;
    }

    .tabbar-promotion-style1::-webkit-scrollbar {
        display: none;
    }

    .tabbar-promotion-style1 .tab-btn {
        background: #1a1a1a;
        color: white;
        padding: 6px 12px;
        font-size: 13px;
        border: none;
        border-radius: 20px;
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .tabbar-promotion-style1 .tab-btn.active {
        background: linear-gradient(to right, #d500f9, #00e5ff);
    }

    .tabbar-promotion-style1 .icon {
        font-size: 14px;
    }

    /* Tab Content */
    .tab-content-promotion {
        background: #111;
        padding: 15px;
        color: white;
    }

    .tab-content-promotion .tab-pane {
        display: none;
    }

    .tab-content-promotion .tab-pane.active {
        display: block;
    }
}

/* ডেস্কটপে হাইড */
@media (min-width: 769px) {

    .header-promotion-style1,
    .tabbar-promotion-style1,
    .tab-content-promotion {
        display: none;
    }
}

@media (max-width: 768px) {

    .promotion-toggle-body-style1-header {
        display: flex;
        justify-content: space-between;
        background: #000 !important;
        padding: 10px;
        cursor: pointer;
    }

    .promotion-toggle-body-style1-img {
        width: 60px;
        height: 40px;
        object-fit: cover;
        border-radius: 5px;
    }

    .promotion-toggle-body-style1-title {
        flex: 1;
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .promotion-toggle-body-style1-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .promotion-toggle-body-style1-content {
        background: #000;
        padding: 10px;
        display: none;
        animation: slideDown 0.4s ease forwards;
    }

    .promotion-toggle-body-style1.active .promotion-toggle-body-style1-content {
        display: block;
    }

    .promotion-toggle-body-style1.active .promotion-toggle-body-style1-icon {
        transform: rotate(180deg);
    }

    .promotion-toggle-body-style1-btn {
        background: #00c853;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .promotion-toggle-body-style1-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .promotion-toggle-body-style1-table th,
    .promotion-toggle-body-style1-table td {
        border: 1px solid white;
        padding: 5px;
        text-align: center;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* ডেস্কটপে হাইড */
@media (min-width: 769px) {
    .promotion-toggle-body-style1 {
        display: none;
    }
}

@media (max-width: 768px) {
    .promotion-toggle-body-style1 {
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        color: white;
    }

    /* হেডার */
    .promotion-toggle-body-style1-header {
        display: flex;
        flex-direction: column;
        background: #000;
        cursor: pointer;
        border-bottom: 1px solid #00dd6b;
    }

    .promotion-toggle-body-style1-icon {
        background: #474747;
        border-radius: 50%;
        padding: 4px;
        color: #00de6d;
    }

    /* ইমেজ */
    .promotion-toggle-body-style1-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .promo-tab-cantemts {
        padding: 5px;
    }

    /* ইমেজের নিচে শিরোনাম + আইকন */
    .promotion-toggle-body-style1-header-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 7px;
        padding-right: 6px;
    }

    .promotion-clain {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .promotion-toggle-body-style1-title {
        font-size: 16px !important;
        font-weight: bold;
    }

    .promotion-toggle-body-style1-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    /* কন্টেন্ট */
    .promotion-toggle-body-style1-content {
        background: #000;
        padding: 10px;
        display: none;
        animation: slideDown 0.4s ease forwards;
    }

    .promotion-toggle-body-style1.active .promotion-toggle-body-style1-content {
        display: block;
    }

    .promotion-toggle-body-style1.active .promotion-toggle-body-style1-icon {
        transform: rotate(180deg);
    }

    /* বাটন */
    .promotion-toggle-body-style1-btn {
        background: #00c853;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
    }

    /* টেবিল */
    .promotion-toggle-body-style1-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .promotion-toggle-body-style1-table th,
    .promotion-toggle-body-style1-table td {
        border: 1px solid white;
        padding: 5px;
        text-align: center;
    }

    /* অ্যানিমেশন */
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* ডেস্কটপে হাইড */
@media (min-width: 769px) {
    .promotion-toggle-body-style1 {
        display: none;
    }
}