
.reqord-shopoe-tabs {
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
}

.reward-shop {
    padding: 0 5px;
    background-color: #F4F7FC;
}

.reqord-shopoe-tabs .tabs .reward-shop-tab-button {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 0 0 1rem 0;
    font-size: 13px;
}

.reqord-shopoe-tabs .tabs .active {
    border-bottom: 2px solid #ed1c24;
}

.slide-content-wrapper {
    width: 100%;
    text-align: left;
    padding: 10px;
    color: white;
}

.reward-shop-slide {
    background-color: #4E5B81;
    border-radius: 10px;
    opacity: 1 !important;
}

.reward-shop-slide-wraper .swiper-slide-active {
    transform: scale(1) !important;
}

.slide-content-wrapper p strong {
    font-size: 1.3rem;
}

.slide-content-wrapper p span {
    font-size: 1.15rem;
}

.reward-shop-grid {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.reward-shop-item-card {
    width: 160px;
    height: 195px;
    padding: 0 0 24px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
}

.reward-shop-card-icon {
    position: absolute;
    right: 50%;
    transform: translate(50%, 250%);
}

.reward-shop-card-name {
    text-align: center;
    margin-top: 50px;
}

.partner-list-container {
    padding: 18px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.reward-partner-card {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin: 0 10px 10px 0; */
    height: 78px;
    padding: 16px 16px 16px 13px;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    cursor: pointer;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}

.partners-section-banner {
    padding: 0 18px;
    margin-bottom: 16px;
}

.partners-section-banner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.section-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28;
    letter-spacing: normal;
    font-weight: normal;
    text-align: left;
    color: #221e20;
}

.partner-sub-title {
    margin: 9px 0 0 0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
}

.partner-title {
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #121212;
}

.no-partners-message {
    margin: 18px;
    padding: 20px;
    /* border-radius: 10px; */
    /* background-color: #fff; */
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); */
}

.no-partners-message p {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #221e20;
}

.no-partners-message p:last-child {
    margin-bottom: 0;
}


@media (max-width: 1000px) {
    .partner-list-container {
        grid-template-columns: auto;
    }
}

/* VIEW ALL Button */
.btn-view-all {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #ed1c24;
    background-color: transparent;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-view-all:hover {
    background-color: #ed1c24;
    color: #fff;
}

/* Partner card image */
.reward-partner-card img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

/* Make Ooredoo cards clickable */
.reward-shop-item {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.reward-shop-item:hover {
    transform: translateY(-3px);
}

/* Screen Header */
.screen-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
}

.btn-back {
    border: none;
    background: transparent;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-back:hover {
    color: #ed1c24;
}

/* Bill Payment Screen */
.bill-payment-screen {
    padding: 0 20px 20px;
}

.payment-selection-section {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.selected-payment-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.points-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ed1c24;
    font-weight: 600;
    margin: 0;
}

.points-badge img {
    width: 16px;
    height: 16px;
}

.payment-form {
    display: flex;
    gap: 15px;
    align-items: center;
}

.number-dropdown {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    min-width: 180px;
}

.btn-redeem {
    padding: 12px 30px;
    background: #ed1c24;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-redeem:hover {
    background: #c1181f;
}

/* Bill Payment Grid */
.bill-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.bill-payment-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.bill-payment-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bill-payment-card.selected {
    border-color: #ed1c24;
}

.bill-payment-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.bill-payment-card.disabled .bill-payment-title,
.bill-payment-card.disabled .bill-payment-subtitle,
.bill-payment-card.disabled .bill-payment-amount,
.bill-payment-card.disabled .bill-payment-points {
    color: #999;
}

.bill-payment-card.disabled .bill-payment-points img {
    filter: grayscale(100%);
}

.bill-payment-title {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
}

.bill-payment-subtitle {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.bill-payment-points {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ed1c24;
    font-weight: 600;
    margin: 0;
}

.bill-payment-points img {
    width: 14px;
    height: 14px;
}

/* Ooredoo Store Screen */
.ooredoo-store-screen {
    padding: 0 20px 20px;
}

.ooredoo-store-header {
    margin-bottom: 20px;
}

.ooredoo-store-header h3 {
    margin: 0 0 5px 0;
}

.ooredoo-store-header p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Ooredoo Store Grid */
.ooredoo-store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.ooredoo-store-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-align: left;
    padding: 0;
}

.ooredoo-store-card:hover:not(.disabled) {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.ooredoo-store-card.disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.ooredoo-store-card-image {
    height: 120px;
    background-color: #f5f5f5;
    overflow: hidden;
}

/* .ooredoo-store-card-image img {
    object-fit: contain;
    display: block;
    height: 120px;
    width: 100%;
} */

.ooredoo-store-card-content {
    padding: 15px;
}

.ooredoo-store-card-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #333;
}

.ooredoo-store-card-points {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.disabled-warning {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #666;
    margin: 8px 0 0 0;
}

.disabled-warning img {
    width: 14px;
    height: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .ooredoo-store-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bill-payment-grid {
        grid-template-columns: 1fr;
    }

    .ooredoo-store-grid {
        grid-template-columns: 1fr;
    }

    .payment-selection-section {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Ooredoo Section Layout - Each card in its own row */
.ooredoo-main-cards {
    padding: 20px;
}

.ooredoo-section {
    margin-bottom: 25px;
}

.ooredoo-section-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.ooredoo-section-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    width: 200px;
    max-width: 100%;
    background-color: #fff;
}

.ooredoo-section-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.ooredoo-section-card>img:first-child {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* Inline Modal Overlay */
.inline-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Inline Modal Box */
.inline-modal {
    background: #fff;
    border-radius: 16px;
    padding: 30px 30px 30px 30px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.inline-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.inline-modal-close:hover {
    color: #000;
}

.inline-modal-content {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* Confirm Modal Styles */
.confirm-modal .confirm-nojoom-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.confirm-modal .confirm-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.confirm-modal .confirm-message {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.confirm-modal .confirm-message strong {
    color: #333;
    font-weight: 700;
}

/* Success Modal Styles */
.success-modal .success-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.success-modal h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #333;
}

.success-modal p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Modal Actions */
.inline-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.inline-modal-actions .btn-cancel {
    padding: 12px 30px;
    border: 1px solid #ed1c24;
    background: #fff;
    color: #ed1c24;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.inline-modal-actions .btn-cancel:hover {
    background: #fef2f2;
}

.inline-modal-actions .btn-confirm {
    padding: 12px 30px;
    border: none;
    background: #ed1c24;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.inline-modal-actions .btn-confirm:hover {
    background: #c1181f;
}

/* ===== Redeem Offer Popup ===== */
.redeem-offer-image {
    width: 100%;
    overflow: hidden;
}

.redeem-offer-details {
    padding: 20px 20px 80px 20px;
}

.redeem-offer-partner {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0 0 10px 0;
}

.redeem-offer-description {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.redeem-offer-points {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.redeem-offer-points strong {
    font-weight: 700;
}

.redeem-offer-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.btn-redeem-offer {
    display: block;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 25px;
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-redeem-offer:hover {
    background-color: #c1181f;
}
