body{overflow-x: hidden;}
.cashback-banner{
    width: 100%;
    height: 100%;
}
.cashback-process-img img,
.cashback-banner img{
    width: 100%;
    height: 100%;
}
.cashback-process{
    padding: 80px 60px;
}
.cashback-process-img{
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}
.cashback-process h5{
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 40px;
    max-width: 210px;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cashback-process-section img {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: block;
}
.eligiblity-box{
    background-color: #000;
    padding: 80px 60px;
}
.eligiblity-box h5{
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 auto 40px;
    max-width: 300px;
    color: #FFD980;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.eligiblity-inner{
    border: 1px solid #FFD980;
    border-radius: 20px;
    padding: 30px;
    max-width: 480px;
    margin: 0 auto 20px;
}
.eligiblity-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.eligiblity-list:last-child{
    margin-bottom: 0;
}
.eligiblity-list h6{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #FFD980;
    margin: 0;
}
.eligiblity-list button{
    padding: 10px 20px;
    background-color: #FFD980;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.eligiblity-list a{
    padding: 0 20px;
    text-decoration: none;
    background-color: #FFD980;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}
.eligiblity-box h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFD980;
    text-align: center;
}
.product-list{
    padding: 50px 20px;
}
.product-list .title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-list h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    /* color: #FFD980; */
}
.product-wrapper{
 /* border: 1px solid #ddd;  */
    border-radius: 20px;
    max-width: 640px;
    overflow: hidden;
    margin: 0 auto 40px;
}
.product-wrapper-inner{
    display: flex;
}
.product-wrapper-left{
    /* background-color: #000; */
    padding: 20px;
    width: 50%;
    min-height: 100%;
}
.product-wrapper-right{
    height: 100%;
    width: 50%;
    border: 1px solid #CFD2E5;
    border-left: 0;
    border-radius: 0px 20px 20px 0px;
}
.product-top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.product-top h6{
    /* color: #FFD980; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.product-top span{
    /* background-color: #FFD980; */
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border-radius: 20px;
}
.product-wrapper-left h3{
    /* color: #FFD980; */
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}


.product-image{
    padding: 20px;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px 20px 20px;}


.product-button button{
    border: 1px solid #2A2A2A;
    border-radius: 30px;
    width: 100%;
    background-color: #fff;
    height: 36px;
}

.product-button a{
 /* border: 1px solid #2A2A2A; */
    border-radius: 30px;
    width: 100%;
    background-color: #fff;
    height: 36px;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
}


.product-button button:nth-child(2){
    background-color: #000;
    color: #FFD980;
}

.product-button a:nth-child(2){
    background-color: #000;
    color: #FFD980;
}

.cashback-process-img-mobile{
    display: none;
}

.cashback-banner-mobile{
    display: none;
}

.cashback-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

}

/* desktop section */
.refund-section-heading{
    width: 100%;
    max-width: 670px;
    margin: auto;
}
.refund-section-heading h3{
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    padding: 0 30px;
    margin-bottom: 0;
}
.payment-section {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.title p{
    font-size: 16px;
    font-weight: 900;
    color: #2A2A2A;
    margin-top: 12px;
    text-align: center;
}
.box-1-inner{
    display: flex;
    gap: 30px;
}
.box-2-inner{
    display: flex;
    gap: 30px;
}
.box-1-inner-title p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.box-2-inner-title {
    text-align: center;
}
.box-2-inner-title-1 p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #E52E2E;
}
.box-2-inner-title-2 p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}



/* mobile sceen css */


.refund-section-heading{
    width: 100%;
    max-width: 670px;
    margin: auto;
}
.refund-mobile-section-heading h3{
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.payment-section {
    display: flex;
    /* gap: 30px; */
    justify-content: center;
}
.title-mobile p{
    font-size: 16px;
    font-weight: 700;
    color: #2A2A2A;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 0;
}
.box-1-mobile{
    margin-bottom: 30px;
}
.box-1-inner-mobile{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.box-2-mobile {
    display: flex;
    justify-content: center;
}
.box-2-inner-title-mobile p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.bottom-arrow{
    margin-right: 15px;
}
.box-3-inner{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 10px;
}
.box-1-inner-title-mobile p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.box-3-inner-title {
    text-align: center;
}
.box-4-inner-title-2 p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #E52E2E;
}
.box-4-inner-title-1 p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.box-4-mobile{
    display: flex;
    justify-content: center;
    gap: 80px;
}

.eligiblity-modal .swal2-actions {
    width: 100%;
}

.eligiblity-modal .swal2-actions .confirm-btn {
    width: 100%;
    border-radius: 8px;
}

.eligiblity-modal {
    border-radius: 8px;
}

.custom-icon {
    color: #E32525 !important;
    border-color: #FFE6E2 !important;
    background-color: #FFE6E2 !important;
    width: 50px !important;
    height: 50px !important;
}

.custom-icon .swal2-icon-content {
    font-size: 2.2rem !important;
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}
.pagination-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-button:hover {
    background-color: #EC661A;
    color: #fff;
}

.pagination-button.active {
    background-color: #EC661A;
    color: #fff;
    border-color: #EC661A;
}

.pagination-button.disabled {
    background-color: #f9f9f9;
    color: #ccc;
    cursor: not-allowed;
}

.pagination-button:first-child {
    border-radius: 8px 0 0 8px;
}

.pagination-button:last-child {
    border-radius: 0 8px 8px 0;
}

/* Video Modal */


#videoModal.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    overflow: hidden;
}

#videoModal .modal-video {
    width: 100%;
    max-width: 750px;
    height: auto;
    max-height: 500px;
    border-radius: 8px;
}

#videoModal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1100;
}

#videoModal.d-none {
    display: none;
}

.icon-container {
    left: 0;
    position: absolute;
    font-size: 50px;
    cursor: pointer;
    right: 0;
    margin: auto;
    width: 50px;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-background {
    color: rgba(0, 0, 0);
    border-radius: 50%;
    border-color: #fd6f22;
    background-color: #fff;
    opacity: 0.7;
}

.shorts-video:hover .icon-container {
opacity: 1; /* Show the play icon when the image is hovered */
}


.cashback-banner{
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 535px;
    width: 100%;
    background-position: center;
    padding: 100px 0;
}

.cashback-banner-inner{
    width: 500px;
    height: 80px;
    margin: 0 auto;
}

.cashback-banner-inner img{
    width: 100%;
    height: 100%;
}

.cashback-banner-text h2{
    font-size: 68px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    font-family: 'Pretendard', sans-serif;
    background: linear-gradient(12deg, #f7e98c, #e1c45c 30%, #a47e32 70%, #7e6125);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin: 40px 0;
}

/* .cashback-banner-text img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.shopping-image{
    width: 98.793px;
    height: 98.15px;
    flex-shrink: 0;
    margin: 0 auto;
}

.shopping-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorts-video {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
}
#productModal .modal-content {
    border-radius: 20px;
}

#productModal img {
    width: 100%;
}

.custom-line-height {
    line-height: 1.5 !important;
}

.cashback-hero-image{
    position: relative;
    background-image: url(../images/black-bg-imge.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 535px;
    width: 100%;
    background-position: center;
    padding: 100px 0;
}
.cashback-hero-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cashback-hero-image-text img {
    width: 100%;
    max-width: 520px;
}

@media only screen and (max-width: 767px){
    .cashback-process-img-mobile{
        display: block;
        text-align: center;
    }
    .cashback-process-section{
        display: none;
    }
    .pagination-button.next, .pagination-button.previous {
        font-size: 15px;
    }

    .cashback-banner-inner{
        width: 250px;
        height: 52px;
        margin: 0 auto;
    }
    .cashback-banner-text-images {
        margin: 25px 0 !important;
        gap: 30px !important;
    }

    .cashback-banner{
        background-image: url('../images/bg-mobile.png');
        height: 430px;
        padding: 60px 0 !important
    }

    .shopping-image{
        width: 64.419px;
        height: 64px;
        flex-shrink: 0;
        margin: 0 auto;
    }
    .cashback-hero-image {
        height: 400px;
        padding: 60px 0;
    }
    .cashback-hero-image-text img {
        width: 320px;
        max-width: 320px;
        height: auto;
    }
    .cashback-process-img-mobile img {
        width: 100%;
        max-width: 420px;
    }

    .cashback-process-img-mobile {
        padding: 0 20px;
    }
    .product-wrapper-inner {
        gap: 0;
    }
    .product-list .container {
        max-width: 720px;
    }
}
@media only screen and (max-width: 575px){
    .product-wrapper-right,
    .product-wrapper-left{
        width: 100%;
    }
    .product-wrapper-right{
        border-left: 1px solid #CFD2E5;
        border-top: 0;
        border-radius: 0 0px 20px 20px;
    }
    .product-wrapper-inner{
        flex-direction: column;
    }
    .product-list {
        padding: 60px 20px;
    }
    .product-button{
        margin-bottom: 20px;
        padding: 0 20px;
        max-width: none;
        width: 100%;
    }
    .product-button button, .product-button a{
        padding: 0;
        max-width: none;
    }
    .product-wrapper-left h3{
        font-size: 20px;
    }
    .product-list h4,
    .product-top h6,
    .product-top span{
        font-size: 14px;
    }
    .product-list .title {
        font-size: 24px;
    }
    .product-button button{
        font-size: 14px;
    }

    .cashback-process-img{
        display: none;
    }
    .eligiblity-box h5{
        font-size: 24px;
    }
    .eligiblity-box h4,
    .eligiblity-list button{
        font-size: 14px;
    }
    .eligiblity-list a{
        font-size: 14px;
    }
    .eligiblity-list h6{
        font-size:16px;
    }
    .eligiblity-inner{
        padding: 24px;
    }
    .eligiblity-box{
        padding: 80px 27px;
    }
    .cashback-banner-text h2{
        font-size: 48px;
        margin: 20px 0;
    }

    .pagination-button {
        padding: 6px 8px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 425px){
    .eligiblity-list h6 {
        font-size: 16px;
        width: 50%;
    }
    .cashback-banner-mobile{
        display: block;
    }
    .cashback-banner-mobile img{
        width: 100%;
    }
    .eligiblity-list a {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 10px;
    }

    .pagination-button.next, .pagination-button.previous {
        font-size: 11px;
    }
}
.cashback-banner-text-images {
    display:flex;
    flex-direction:column;
    gap:40px;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.cashback-banner-text-images img.one {
    width: 211px !important;
}

.cashback-banner-text-images img.two {
    width: 300px !important;
}

@media only screen and (max-width: 375px){
    .product-button button , .product-button a{
        max-width: 100px;
    }

    .pagination-button.next, .pagination-button.previous {
        font-size: 10px;
    }
}

