.dxc-back-home-btn {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 24px;
    background: #0e1020;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: .3s;
}
.dxc-back-home-btn:hover{
    background:#135e96;
    color:#fff;
}
.dxc-star-rating{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:5px;
    margin-bottom:25px;
}
.dxc-star-rating label {
    font-size: 32px !important;
}
.dxc-star-rating input{
    display:none;
}

.dxc-star-rating label{
    font-size:38px;
    color:#ccc;
    cursor:pointer;
    transition:0.3s;
    line-height:1;
}

.dxc-star-rating label:hover,
.dxc-star-rating label:hover ~ label{
    color:#ffb400;
}

.dxc-star-rating input:checked ~ label{
    color:#ffb400;
}

.dxc-progress .step.completed span{
    background:#0ea5c6;
    border-color:#0ea5c6;
    color:#fff;
    font-size:0;
}

.dxc-progress .step.completed span:before{
    content:"✓";
    font-size:16px;
    font-weight:700;
}

.dxc-progress .step.completed label{
    color:#0ea5c6;
    font-weight:600;
}




.dxc-feedback-form{
    max-width:670px;
    margin:50px auto;
    background:#fff;
    padding:40px;
    border-radius:28px;
    border:1px solid #edf2f7;
}

/* =========================================================
   HERO
========================================================= */

.dxc-progress{
    background:#fff;
    border:1px solid #dfe4ea;
    border-radius:20px;
    padding:25px 35px;
    margin-bottom:25px;
    display:flex;
    justify-content:space-between;
    position:relative;
}

.dxc-progress:before{
    content:'';
    position:absolute;
    left:80px;
    right:80px;
    top:42px;
    height:2px;
    background:#d8dee7;
}

.dxc-progress .step{
    position:relative;
    z-index:2;
    text-align:center;
    flex:1;
}

.dxc-progress .step span{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    border:2px solid #d8dee7;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:14px;
    font-weight:700;
    color:#94a3b8;
}



.dxc-progress .step label{
    display:block;
    margin-top:10px;
    font-size:14px;
    color:#94a3b8;
}


.dxc-top-card{
    background:#fff;
    border:1px solid #dfe4ea;
    border-radius:22px;
    padding:30px;
    margin-bottom:30px;
}

.dxc-title{
    text-align:center;
    font-size:34px;
    font-weight:800;
    margin:18px 0 10px;
    line-height:1.3;
}

.dxc-feedback-badge{
    display:table;
    margin:0 auto 20px;
    background:#dff7fb;
    color:#0891b2;
    font-size:13px;
    font-weight:700;
    padding:8px 18px;
    border-radius:30px;
    letter-spacing:1px;
}


.dxc-subtitle{
    text-align:center;
    font-size:14px;
    color:#64748b;
    max-width:520px;
    margin:0 auto 25px;
}
.dxc-product-box{
    display:flex;
    align-items:center;
    gap:20px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:20px;
}

.dxc-product-image{
    width:64px;
    height:64px;
    border-radius:10px;
    background:#fff;
    border:1px solid #e5e7eb;
    overflow:hidden;
}



.dxc-product-image img{
    width:65px;
    height:65px;
    object-fit:contain;
}

.dxc-product-content{
    flex:1;
}

.dxc-product-label{
    display:inline-block;
    background:#1f2c7a;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.dxc-product-content h3{
    font-size:18px;
    margin:0 0 8px;
    color:#111827;
}

.dxc-product-meta{
    color:#64748b;
    font-size:14px;
    line-height:1.7;
}

.dxc-points-used{
    color:#0891b2;
    font-size:14px;
    font-weight:700;
    margin-top:5px;
}

.dxc-points-remaining{
    font-size:14px;
    color:#6b7280;
    font-style:italic;
}

.dxc-reward-card{
    margin-top:18px;
        background: linear-gradient(298deg, #fff8ef 0%, #f3e7d0 100%);
    border:1px solid #f5c97b;
    border-radius:16px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:16px;
}
.reward-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#f59e0b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    flex-shrink:0;
}

.reward-content{
    flex:1;
    text-align:center;
}

.reward-content strong{
    display:block;
    text-align:center;
    font-size:16px;
    margin-bottom:4px;
}

.reward-content span{
    display:block;
    text-align:center;
    font-size:13px;
   color: #000000;
}

.dxc-feedback-form{
    margin:30px auto;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
}

/* =========================================================
   PRODUCT CARD
========================================================= */

.dxc-feedback-product-card{
   display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 35px;
}

.dxc-feedback-product-image-wrap{
    width:150px;
    height:150px;
    flex-shrink:0;
    background:#fff;
    border-radius:20px;
    padding:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.dxc-feedback-product-image{
    width:100%;
    height:100%;
    object-fit:contain;
}

.dxc-feedback-product-info{
    flex:1;
}

.dxc-feedback-product-tag{
    display:inline-block;
    background:#111827;
    color:#fff;
    padding:6px 12px;
    border-radius:100px;
    font-size:12px;
    margin-bottom:15px;
    font-weight:600;
}

.dxc-feedback-product-info h3{
    font-size:24px;
    line-height:1.6;
    color:#0f172a;
    margin-bottom:22px;
    font-weight:700;
}

.dxc-feedback-user-box{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.dxc-feedback-user-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.dxc-feedback-user-icon{
    width:44px;
    height:44px;
    background:#eff6ff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.dxc-feedback-user-item small{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:4px;
}

.dxc-feedback-user-item strong{
    color:#0f172a;
    font-size:15px;
}

/* =========================================================
   FORM
========================================================= */

.dxc-feedback-form label{
       display: block;
    margin-bottom: 1px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0f172a;
}

.dxc-feedback-form input,
.dxc-feedback-form textarea,
.dxc-feedback-form select{
    width: 100%;
    padding: 3px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 9px;
    background: #fff;
    font-size: 15px;
    transition: 0.3s;
    margin-top: 8px;
}

.dxc-feedback-form textarea{
    min-height:180px;
    resize:none;
}

.dxc-feedback-form input:focus,
.dxc-feedback-form textarea:focus,
.dxc-feedback-form select:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,0.08);
}

/* =========================================================
   BUTTON
========================================================= */

.dxc-feedback-form button {
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}

.dxc-feedback-form button:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

/* =========================================================
   ALREADY SUBMITTED
========================================================= */

.dxc-feedback-submitted{
    margin-top:30px;
}

.dxc-feedback-view-box{
    background:#f8fafc;
    border-radius:20px;
    padding:25px;
    border:1px solid #e2e8f0;
}

.dxc-feedback-view-box p{
    margin-bottom:20px;
    line-height:1.7;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .dxc-feedback-form{
        padding:25px;
    }

    .dxc-feedback-product-card{
        flex-direction:column;
        text-align:center;
    }

    .dxc-feedback-product-image-wrap{
        width:120px;
        height:120px;
    }

    .dxc-feedback-user-item{
        justify-content:center;
    }

    .dxc-feedback-hero h2{
        font-size:30px;
    }

}


.dxc-feedback-success{
    background:#dcfce7;
    color:#166534;
    padding:18px 22px;
    border-radius:16px;
    margin-bottom:25px;
    font-weight:600;
    border:1px solid #bbf7d0;
}


/* =========================================================
   SUCCESS BOX
========================================================= */

.dxc-feedback-success-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#ecfdf5;
    border:1px solid #bbf7d0;
    padding:20px;
    border-radius:20px;
    margin-bottom:30px;
}

.dxc-feedback-success-icon{
    width:60px;
    height:60px;
    background:#22c55e;
    color:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.dxc-feedback-success-box h3{
    margin:0 0 6px;
    color:#166534;
    font-size:20px;
}

.dxc-feedback-success-box p{
    margin:0;
    color:#166534;
}

/* =========================================================
   SUBMITTED BOX
========================================================= */

.dxc-feedback-submitted{
    margin-top:35px;
}

.dxc-feedback-submitted .sub--title-feeed{
    font-size:24px;
    margin-bottom:20px;
    color:#0f172a;
}

.dxc-feedback-view-box{
    background:#f8fafc;
    border-radius:24px;
    padding:30px;
    border:1px solid #e2e8f0;
}

/* =========================================================
   ANSWER CARD
========================================================= */

.dxc-feedback-answer-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:20px;
    margin-bottom:18px;
}

.dxc-feedback-answer-question{
    font-size:16px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
}

.dxc-feedback-answer-text{
    font-size:15px;
    line-height:1.8;
    color:#374151;
}

/* =========================================================
   FEEDBACK MESSAGE
========================================================= */

.dxc-feedback-main-message{
    margin-top:25px;
    background:#fff;
    border-radius:18px;
    padding:22px;
    border:1px solid #e5e7eb;
}

.dxc-feedback-main-message h4{
    margin-bottom:14px;
    font-size:18px;
    color:#111827;
}

.dxc-feedback-main-message p{
    line-height:1.9;
    color:#374151;
}


/* =========================================================
   ADMIN REPLY
========================================================= */

.dxc-feedback-admin-reply{
    margin-top:25px;
    background:linear-gradient(135deg,#eff6ff,#ffffff);
    border:1px solid #bfdbfe;
    border-radius:22px;
    padding:24px;
}

.dxc-feedback-admin-reply-top{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.dxc-feedback-admin-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.dxc-feedback-admin-reply-top h4{
    margin:0 0 4px;
    font-size:18px;
    color:#111827;
}

.dxc-feedback-admin-reply-top small{
    color:#6b7280;
    font-size:13px;
}

.dxc-feedback-admin-reply-text{
    line-height:1.9;
    color:#374151;
    font-size:15px;
    background:#fff;
    border-radius:16px;
    padding:18px;
    border:1px solid #dbeafe;
}

/* =========================================================
   ADMIN REPLY BUTTON
========================================================= */

.dxc-feedback-btn.has-admin-reply{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    position:relative;
    overflow:hidden;
}

.dxc-feedback-btn.has-admin-reply::after{
    content:'';
    position:absolute;
    top:10px;
    right:12px;
    width:10px;
    height:10px;
    background:#22c55e;
    border-radius:50%;
    box-shadow:0 0 0 4px rgba(34,197,94,0.2);
    animation:dxcPulse 1.5s infinite;
}




@keyframes dxcPulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    70%{
        transform:scale(1.5);
        opacity:0;
    }

    100%{
        transform:scale(1);
        opacity:0;
    }

}







.dxc-rating-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:30px;
    margin-top:25px;
}

.dxc-card-header{
    display:flex;
    gap:15px;
    align-items:center;
}

.dxc-card-icon{
    width:42px;
    height:42px;
    border-radius:10px;
    background:#eef4ff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.dxc-product-content .product-title-feed {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.line-new {
    padding-bottom: 18px;
    border-bottom: 1px solid #dfe4ea;
}
.product-title-feed{
   margin: 0;
    font-size: 25px;
    font-weight: 500;
}

.dxc-card-header span{
    color:#94a3b8;
}



.dxc-rating-stars{
    display:flex;
    align-items:center;
    gap:8px;
    margin:15px 0 25px;
}

.dxc-rating-stars .star{
    font-size:42px;
    color:#d1d5db;
    cursor:pointer;
    transition:.2s;
    line-height:1;
    display:inline-block;
    width:auto;
    height:auto;
}

.dxc-rating-stars .star.active{
    color:#f59e0b;
}

.rating-text{
    color: #7e7e7e;
    font-weight: 700;
    font-size: 14px;
}

.dxc-rating-stars span.active{
    color:#f59e0b;
}

.recommend-row{
    display:flex;
    gap:15px;
    margin-top:15px;
}

.recommend-box{
    text-align:center;
    flex: 1;
    padding: 16px !important;
    border-radius: 12px !important;
    border: 1px solid #d1d5db !important;
    background:#f7f7f7 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    margin: 0px !important;
}

.recommend-yes.active{
    background:#dcfce7 !important;
    border-color:#16a34a !important;
    color:#166534 !important;
}

.recommend-no.active{
    background:#fee2e2 !important;
    border-color:#dc2626 !important;
    color:#991b1b !important;
}

.selfie-title{
    margin-top:25px;
    margin-bottom:4px;
    font-size:16px;
    font-weight:400;
}

.selfie-title span{
    background:#f59e0b;
    color:#fff;
    border-radius:20px;
    padding:4px 8px;
    font-size:11px;
}

.upload-box{
    display:block;
    text-align:center;
    border:2px dashed #f3c97a;
    border-radius:15px;
    padding:35px;
    cursor:pointer;
}

.upload-box input{
    display:none;
}

.upload-icon{
    font-size:30px;
}

.preview-wrap img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
    margin-top:15px;
}

.upload-success{
    background:#dcfce7;
    color:#166534;
    padding:12px;
    border-radius:8px;
    margin-top:10px;
}




.preview-wrap{
    margin-top:12px;
}

.preview-wrap img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:8px;
    border:1px solid #e5e7eb;
}

.upload-success{
    margin-top:12px;
    background:#dff4e5;
    border:1px solid #8dd3a2;
    color:#167c3c;
    padding:14px 18px;
    border-radius:10px;
    font-weight:600;
}

.share-photo-box{
    display:none;
    margin-top:20px;
    background:#f3fbff;
    border:1px solid #9bd3e7;
    border-radius:12px;
    padding:20px;
}

.share-photo-box p{
    margin:0 0 15px;
    line-height:1.7;
    color:#1f2937;
}

.share-photo-actions{
    display:flex;
    gap:12px;
    margin-bottom:12px;
}

.share-btn{
    flex:1;
    text-align:center;
    padding:14px;
    border-radius:10px;
    border:1px solid #d1d5db;
    cursor:pointer;
    font-weight:400;
    background:#fff;
}

.share-btn.share-yes.active{
    background:#dcfce7;
    border-color:#16a34a;
    color:#166534;
}

.share-btn.share-no.active{
    background:#fee2e2;
    border-color:#dc2626;
    color:#991b1b;
}

.share-photo-box small{
    color:#94a3b8;
}


#delivery-preview-wrap{
    margin-top:15px;
}

#delivery-preview{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
    border:1px solid #ddd;
}

.share-btn{
    cursor:pointer;
    transition:.3s;
}

.share-btn.share-yes.active{
    background:#dcfce7;
    border:2px solid #16a34a;
    color:#166534;
}

.share-btn.share-no.active{
    background:#fee2e2;
    border:2px solid #dc2626;
    color:#b91c1c;
}

.upload-text {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.upload-text strong {
    color: #0ea5c6;
    font-weight: 500;
}
.dxc-store-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:30px;
    margin-top:25px;
}

.dxc-store-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.dxc-store-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#eafaf0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.dxc-store-header h3{
    margin:0;
    font-size:36px;
    color:#111827;
}

.dxc-store-header p{
    margin:4px 0 0;
    color:#6b7280;
}

.store-rating-wrap{
    display:flex;
    align-items:center;
    gap:15px;
    margin:15px 0 25px;
}

.store-stars{
    display:flex;
    gap:5px;
}

.store-star{
    font-size:42px;
    color:#d1d5db;
    cursor:pointer;
}

.store-star.active{
    color:#f59e0b;
}

.store-rating-text {
    color: #7e7e7e;
    font-weight: 700;
    font-size: 14px;
}

.store-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:15px;
    margin-bottom:25px;
}

.store-option{
    display:flex !important;
    align-items:center;
    gap:12px;
    height:44px;
    padding:0 16px;
    border:1px solid #d7dde5;
    border-radius:10px;
    background:#f7f7f7;
    cursor:pointer;
    transition:.3s;
    margin:0 !important;
}

.store-option span{
    font-size:15px;
    font-weight:400;
    color:#334155;
    line-height:1;
}

.store-option input{
    width:18px !important;
    height:18px !important;
    min-width:18px;
    margin:0 !important;
}

.store-option.active{
    background:#e8f8fc;
    border-color:#18a6c9;
}

.store-textarea{
    width:100%;
    min-height:100px;
    border:1px solid #d7dde5;
    border-radius:10px;
    padding:16px;
    resize:none;
}


.store-option.active{
    background:#eaf8fc;
    border-color:#0ea5c6;
}

.store-label-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:15px;
}

.store-label-row label{
    margin:0 !important;
}

.store-label-row span{
    color:#94a3b8;
    font-size:14px;
}

.required-badge{
    background:#fee2e2;
    color:#dc2626;
    padding:4px 8px;
    border-radius:20px;
    font-size:11px;
    margin-left:10px;
}

.dxc-store-card small{
    color:#9ca3af;
    font-weight:400;
}


.dxc-delivery-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:30px;
    margin-top:25px;
}

.dxc-delivery-header{
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:0px;
}

.dxc-delivery-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#fff4eb;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dxc-delivery-header h3{
    margin:0;
    font-size:36px;
}

.dxc-delivery-header p{
    margin:4px 0 0;
    color:#6b7280;
}

.delivery-rating-wrap{
    display:flex;
    align-items:center;
    gap:15px;
    margin:15px 0 25px;
}

.delivery-star{
    font-size:42px;
    color:#d1d5db;
    cursor:pointer;
}

.delivery-star.active{
    color:#f59e0b;
}

.delivery-rating-text{
    color: #7e7e7e;
    font-weight: 700;
    font-size: 14px;
}

.delivery-yn-row{
    display:flex;
    gap:15px;
    margin-top:12px;
    margin-bottom:25px;
}

.delivery-time-btn {
    flex: 1;
    padding: 16px !important;
    border-radius: 12px !important;
    border: 1px solid #d1d5db !important;
    background:#f7f7f7 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    margin: 0px !important;
    font-weight:400 !important;
}

.delivery-time-btn.yes.active{
    background:#dcfce7 !important;
    border:2px solid #15803d !important;
    color:#166534 !important;
}

.delivery-time-btn.no.active{
    background:#fee2e2 !important;
    border:2px solid #dc2626 !important;
    color:#dc2626 !important;
}

.delivery-select{
    width:100%;
    height:56px;
    border:1px solid #d1d5db;
    border-radius:12px;
    padding:0 15px;
    margin-bottom:20px;
}

.delivery-upload{
    border:2px dashed #dbe2ea;
    border-radius:16px;
    text-align:center;
    padding:45px 20px;
    cursor:pointer;
}

.delivery-upload input{
    display:none;
}

.delivery-upload strong {
    color: #06b6d4;
    display: block;
    font-size: 17px;
}

.delivery-upload span{
    color:#6b7280;
}

.delivery-upload small{
    display:block;
    color:#9ca3af;
    margin-top:8px;
}

#delivery-preview{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:8px;
    margin-top:15px;
    border:1px solid #ddd;
}

.dxc-overall-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:30px;
    margin-top:25px;
}

.dxc-overall-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:6px;
}

.dxc-overall-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#f4ecff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dxc-overall-header h3{
    margin:0;
    font-size:38px;
    color:#111827;
}

.dxc-overall-header p{
    margin:4px 0 0;
    color:#6b7280;
}

.nps-row{
    display:flex;
    gap:6px;
    margin-top:15px;
    flex-wrap:wrap;
}

.nps-btn{
    width:52px;
    height:52px;
    border:1px solid #d1d5db;
    background:#fff;
    border-radius:8px;
    cursor:pointer;
    font-size:18px;
    transition:.3s;
}

.nps-btn.active{
    background:#0ea5c6;
    color:#fff !important;
    border-color:#0ea5c6;
}

.nps-labels{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    color:#9ca3af;
    font-size:14px;
}

.overall-textarea{
    width:100%;
    min-height:140px;
    border:2px solid #22b8cf;
    border-radius:12px;
    padding:15px;
    resize:none;
    margin-top:10px;
}

.dxc-final-submit{
    width:100%;
    margin-top:25px;
    height:68px;
    border:none;
    border-radius:16px;
    background:#1f2c7a;
    color:#fff;
    font-size:24px;
    font-weight:700;
    cursor:pointer;
}

.feedback-footer-note{
    text-align:center;
    margin-top:25px;
    color:#9ca3af;
}

.feedback-footer-note a{
    color:#0891b2;
    font-weight:600;
}

.feedback-footer-logo{
    text-align:center;
    font-size:52px;
    font-weight:700;
    color:#7c3aed;
    margin-top:20px;
}
.nps-row{
    display:flex;
    flex-wrap:nowrap;
    gap:6px;
    margin-top:15px;
}

.nps-row .nps-btn{
    width: 48px !important;
    min-width: 48px;
    height: 48px;
    font-weight: 400;
    color: #818181;
    flex: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dxc-final-submit{
    width:100% !important;
}




.sticky-progress {
    position: sticky;
    top: 138px;
    background: #fff;
    padding: 12px 0px 1px 0px;
}

.dxc-validation-errors{
    background:#fff1f0;
    border:1px solid #ff4d4f;
    color:#cf1322;
    padding:15px;
    border-radius:8px;
    margin-bottom:20px;
    font-weight:600;
}

.dxc-validation-errors div{
    margin:5px 0;
}

.dxc-feedback-complete{
    max-width:900px;
    margin:40px auto;
}

.dxc-complete-header{
    background:#fff;
    padding:40px;
    border-radius:24px;
    text-align:center;
    margin-bottom:25px;
}

.dxc-success-icon{
    font-size:60px;
    margin-bottom:15px;
}

.dxc-complete-product{
    background:#fff;
    padding:25px;
    border-radius:20px;
    display:flex;
    gap:20px;
    align-items:center;
    margin-bottom:25px;
}

.dxc-complete-product img{
    width:90px;
    height:90px;
    object-fit:contain;
}

.dxc-summary-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-bottom:25px;
}

.dxc-summary-card{
    background:#fff;
    padding:20px;
    border-radius:18px;
    text-align:center;
}

.dxc-summary-card strong{
    display:block;
    margin-bottom:10px;
}
.dxc-feedback-form label small {
    font-size: 12px;
    font-weight: 400;
    color: #b3b3b3;
}
img.logo-feedback {
    width: 201px;
}
.feedback-footer-note a {
   color: #0d9aae !important;
    text-decoration: underline !important;
    font-weight: 600;
}
.share-photo-box small a {
    color: #0d9aae;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 600;
}
.dxc-feedback-form button.dxc-final-submit{
        margin-top: 30px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    padding: 12px 13px;
    background: #1b2a6b;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.dxc-feedback-form p span {
    color:#0d9aae;
    font-weight: 600;
}
.dxc-summary-card span{
    font-size:22px;
    font-weight:700;
}
.dxc-points-used a.dxc-link {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 700;
    color: #0891b2;
}
.dxc-feedback-card,
.dxc-admin-reply-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    margin-bottom:20px;
}
.dxc-points-remaining{
    font-size:14px;
    color:#555;
    font-style:italic;
    line-height:1.6;
}

.dxc-points-date{
    color:#777;
}
@media(max-width:768px){

    .dxc-summary-grid{
        grid-template-columns:1fr 1fr;
    }

    .dxc-complete-product{
        flex-direction:column;
        text-align:center;
    }

}
.dxc-feedback-complete{
    max-width:900px;
    margin:40px auto;
    padding:0;
}

.dxc-complete-header{
    background:#ffffff;
    border-radius:24px;
    padding:40px;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.06);
    margin-bottom:25px;
}

.dxc-complete-title{
    font-size:32px;
    font-weight:800;
    color:#111827;
    margin-bottom:12px;
}

.dxc-complete-desc{
    font-size:15px;
    color:#64748b;
    line-height:1.8;
}

.dxc-success-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#dcfce7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

.dxc-complete-product{
    background:#fff;
    border-radius:22px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    margin-bottom:25px;
}

.dxc-complete-product img{
    width:90px;
    height:90px;
    object-fit:contain;
    border-radius:16px;
    border:1px solid #e5e7eb;
}

.dxc-product-tag{
    display:inline-block;
    background:#dbeafe;
    color:#1d4ed8;
    padding:6px 12px;
    border-radius:100px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.dxc-product-name{
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:1.6;
    margin-bottom:6px;
}

.dxc-product-order{
    color:#64748b;
}

.dxc-summary-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-bottom:25px;
}

.dxc-summary-card{
    background:#fff;
    border-radius:20px;
    padding:22px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.dxc-summary-label{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:10px;
}

.dxc-summary-value{
    font-size:28px;
    font-weight:800;
    color:#111827;
}

.dxc-feedback-card,
.dxc-admin-reply-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.dxc-card-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#111827;
}

.dxc-card-content{
    color:#475569;
    line-height:1.9;
}
.feed-back-new {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;
}
/* ==========================================
   TABLET VIEW
========================================== */
@media (min-width:768px) and (max-width:1024px){

    .dxc-feedback-form{
        width:100%;
        padding:0 15px;
    }

    .sticky-progress{
        top:90px;
        z-index:99;
    }

    .dxc-progress{
        padding:18px;
    }

    .dxc-progress .step label{
        font-size:12px;
    }

    .dxc-top-card,
    .dxc-rating-card,
    .dxc-store-card,
    .dxc-delivery-card,
    .dxc-overall-card{
        padding:22px;
    }

    .dxc-feedback-product-card,
    .dxc-product-box{
        gap:15px;
    }

    .dxc-feedback-product-image-wrap{
        width:120px;
        height:120px;
    }

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

    .dxc-summary-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .nps-row{
        overflow-x:auto;
        padding-bottom:10px;
    }
}


/* ==========================================
   MOBILE VIEW
========================================== */
@media (max-width:767px){

    body{
        overflow-x:hidden;
    }

    .dxc-feedback-form{
        width:100%;
        padding:0 10px;
        margin:15px auto;
    }

    .sticky-progress{
        position:relative;
        top:auto;
        padding:0;
    }

    .dxc-progress{
        padding:12px 8px;
        border-radius:14px;
    }

    .dxc-progress:before{
        left:35px;
        right:35px;
        top:28px;
    }

    .dxc-progress .step span{
        width:26px;
        height:26px;
        font-size:11px;
    }

    .dxc-progress .step label{
        font-size:10px;
        margin-top:6px;
    }

    .dxc-title{
        font-size:24px;
    }

    .dxc-subtitle{
        font-size:13px;
        line-height:1.6;
    }

    .dxc-top-card,
    .dxc-rating-card,
    .dxc-store-card,
    .dxc-delivery-card,
    .dxc-overall-card{
        padding:16px;
        border-radius:16px;
    }

    .dxc-product-box{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .dxc-product-image{
        width:90px;
        height:90px;
        margin:auto;
    }

    .product-title-feed{
        font-size:18px !important;
        line-height:1.5;
    }

    .dxc-product-meta{
        font-size:12px;
        line-height:1.8;
    }

    .dxc-reward-card{
        flex-direction:column;
        text-align:center;
        padding:15px;
    }

    .reward-content strong{
        font-size:15px;
    }

    .reward-content span{
        font-size:12px;
    }

    .dxc-rating-stars,
    .store-rating-wrap,
    .delivery-rating-wrap{
        align-items:flex-start;
        gap:10px;
    }

    .dxc-rating-stars .star,
    .store-star,
    .delivery-star{
        font-size:34px;
    }

    .recommend-row,
    .delivery-yn-row,
    .share-photo-actions{
        flex-direction:column;
    }

    .recommend-box,
    .delivery-time-btn,
    .share-btn{
        width:100%;
    }

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

    .store-option{
        min-height:52px;
        height:auto;
    }

    .upload-box,
    .delivery-upload{
        padding:25px 15px;
    }

    .upload-text{
        flex-direction:column;
    }

    .upload-text p{
        margin:0;
    }

    .nps-row{
        overflow-x:auto;
        padding-bottom:10px;
    }

    .nps-row .nps-btn{
        min-width:42px;
        width:42px !important;
        height:42px;
        font-size:14px;
    }

    .nps-labels{
        font-size:11px;
    }

    .overall-textarea,
    .store-textarea{
        min-height:120px;
    }

    .dxc-final-submit{
        height:56px;
        font-size:16px !important;
    }

    .feedback-footer-logo img{
        max-width:150px;
    }

    .dxc-summary-grid{
        grid-template-columns:1fr;
    }

    .dxc-summary-card{
        padding:15px;
    }

    .dxc-complete-header{
        padding:20px;
    }

    .feed-back-new{
        font-size:22px;
    }

    .dxc-complete-product{
        flex-direction:column;
        text-align:center;
        padding:18px;
    }

    .dxc-feedback-success-box{
        flex-direction:column;
        text-align:center;
    }
}

@media(max-width:480px){

    .dxc-progress .step label{
        display:none;
    }

    .dxc-progress{
        padding:15px 5px;
    }
}


.dxc-feedback-status{
    display:inline-block;
    margin-top:15px;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.dxc-feedback-status.approved{
    background:#dcfce7;
    color:#166534;
}

.dxc-summary-card{
    text-align:center;
    padding:25px;
}

.dxc-summary-icon{
    display:block;
    font-size:30px;
    margin-bottom:12px;
}

.dxc-summary-card label{
    display:block;
    color:#64748b;
    font-size:13px;
    margin-bottom:10px;
}

.dxc-summary-card strong{
    font-size:26px;
    color:#111827;
}

.dxc-earned-points{
    background:linear-gradient(
        135deg,
        #fff7ed,
        #ffffff
    );
    border:1px solid #fdba74;
    border-radius:20px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.points-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f59e0b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.dxc-review-image{
    width:140px;
    border-radius:16px;
    margin-top:15px;
    border:1px solid #e5e7eb;
}

.reply-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.reply-icon{
    width:55px;
    height:55px;
    border-radius:14px;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}