    .offline-payments-container {
        position: sticky;
        top: 20px;
    }

    .custom-tabs {
        background: #f1f3f5;
        padding: 5px;
        border-radius: 12px;
        display: flex;
    }

    .custom-tabs .nav-link {
        border-radius: 8px;
        color: #6c757d;
        font-weight: 600;
        border: none;
        background: transparent;
        width: 100%;
    }

    .custom-tabs .nav-link.active {
        background: #fff !important;
        color: #2c3e50 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .bank-card {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        margin-top: 15px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    #qrCarousel {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 10px 10px;
    }

    .qr-img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        display: block;
        background: #fff;
        border-radius: 10px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1);
    }

    .tab-content {
        padding: 10px !important;
    }

    #qrCarousel .carousel-control-prev,
    #qrCarousel .carousel-control-next {
        top: 40% !important;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
    }

    .bank-item {
        background: #fff;
        border: 1px solid #edf2f7;
        border-radius: 12px;
        padding: 15px 20px;
        margin-bottom: 15px;
    }

    .bank-header-inline {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #e2e8f0;
    }

    .bank-logo-circle {
        width: 32px;
        height: 32px;
        background: #f1f5f9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4a5568;
    }

    .bank-row {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
        font-size: 13px;
    }

    .bank-row strong {
        color: #718096;
        font-weight: 500;
        flex: 1;
        text-align: left;
    }

    .bank-row span {
        flex: 1;
        text-align: center;
        font-weight: 600;
        color: #2d3748;
    }

    .bank-type-badge {
        font-size: 10px;
        text-transform: uppercase;
        background: #edf2f7;
        padding: 2px 8px;
        border-radius: 4px;
        color: #4a5568;
    }

    .upi-card {
        background: #fff;
        border-radius: 14px;
        padding: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    }

    .qr-box {
        background: #f8f9fa;
        padding: 0px 15px;
        border-radius: 12px;
        display: inline-block;
    }

    .upi-details {
        text-align: left;
    }

    .upi-row {
        display: flex;
        align-items: center;
        padding: 8px 10px;
        border-bottom: 1px dashed #eee;
        font-size: 13px;
    }

    .upi-row .label {
        width: 90px;
        color: #6c757d;
        font-weight: 500;
        flex-shrink: 0;
    }

    .upi-row .value {
        flex: 1;
        text-align: center;
        font-weight: 600;
        color: #2c3e50;
    }

    .upi-copy-box {
        display: flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #f8f9fa, #ffffff);
        border: 1px solid #e9ecef;
        padding: 5px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
        max-width: 100%;
        min-width: 220px;
    }

    .upi-copy-box span {
        font-size: 13px;
        font-weight: 600;
        color: #2c3e50;
        word-break: break-all;
        text-align: center;
        flex: 1;
    }

    .copy-btn {
        border: none;
        background: #e9f7ef;
        color: #01a783;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .copy-btn:hover {
        background: #01a783;
        color: #fff;
        transform: scale(1.05);
    }

    .bank-logo {
        width: 100%;
        text-align: center;
    }

    .bank-logo img {
        display: block;
        margin: 0 auto;
        width: 120px;
        height: auto;
        object-fit: contain;
    }

    #bankCarousel .carousel-control-prev,
    #bankCarousel .carousel-control-next {
        top: 80% !important;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
    }

    @media (max-width: 576px) {
        .upi-copy-box {
            width: 100%;
            justify-content: center;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .upi-card {
            padding: 10px;
        }
        .qr-box {
            padding: 8px;
        }
        .qr-img {
            width: 170px;
            height: 170px;
        }
        .upi-row .label {
            width: 60px;
            font-size: 11px;
        }
        .upi-row .value {
            font-size: 11px;
        }
        .upi-copy-box {
            padding: 5px 8px;
        }
        .copy-btn {
            width: 28px;
            height: 28px;
        }
        .bank-item {
            padding: 10px;
        }
        .bank-row {
            font-size: 11px;
        }
    }

@media (min-width: 991px) and (max-width: 1199px) {

    .offline-payments-container h5 {
        font-size: 15px;
    }

    .custom-tabs .nav-link {
        font-size: 11px;
        padding: 6px;
    }

    .upi-card {
        padding: 10px;
    }

    .qr-box {
        padding: 6px;
        border-radius: 8px;
    }

    .qr-img {
        width: 140px;
        height: 140px;
    }

    .upi-row {
        padding: 6px 4px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .upi-row .label {
        width: 100%;
        font-size: 10px;
        margin-bottom: 2px;
    }

    .upi-row .value {
        width: 100%;
        font-size: 11px;
        text-align: left;
    }

    .upi-copy-box {
        width: 100%;
        min-width: 100% !important;
        padding: 5px 8px;
    }

    .upi-copy-box span {
        font-size: 11px;
    }

    .copy-btn {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    #qrCarousel .btn,
    #bankCarousel + .mt-2 .btn {
        width: 100%;
        font-size: 11px;
        padding: 10px 4px;
        border-radius: 25px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    #qrCarousel .btn i,
    #bankCarousel + .mt-2 .btn i {
        font-size: 11px;
    }

    #qrCarousel .mt-2,
    #bankCarousel + .mt-2 {
        margin-top: 8px !important;
    }

    .bank-item {
        padding: 10px;
        overflow: hidden;
    }

    .bank-header-inline {
        gap: 8px;
    }

    .bank-logo-circle {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .bank-row {
        font-size: 11px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .bank-row strong {
        width: 100%;
        font-size: 10px;
        margin-bottom: 2px;
    }

    .bank-row span {
        width: 100%;
        font-size: 11px;
        text-align: left;
    }

    .bank-logo img {
        width: 90px;
    }

    #qrCarousel .carousel-control-prev,
    #qrCarousel .carousel-control-next,
    #bankCarousel .carousel-control-prev,
    #bankCarousel .carousel-control-next {
        width: 12px;
        height: 12px;
        top: 50% !important;
        transform: translateY(-50%);
    }
}
