    
    
    /* pc version japan print quality */

    /* SECTION */
    .JAPAN-QUOLITY {
        display: flex;
        justify-content: center;
        width: 100%;
        background: #f7f7f7;
        
    }

    /* CONTAINER */
    .inner {
        width: 100%;
        max-width: 1400px;
        padding-top: 52px;
        padding-bottom: 52px;
        padding-left: 30px;
        padding-right:30px
        
    }

    /* CARD */
    .lead {
        position: relative;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding-right :170px;
        Padding-left:55px;
    }

    /* BG IMAGE FIX */
    .bg {
        position: absolute;
        left: 0;
        bottom: 40px;
        /* moved slightly above text */
         Padding-left:70px;
        width: 420px;
        max-width: 40%;
        height: auto;
        z-index: 0;
        opacity: .95;
    }

    /* TITLE ROW */
    .title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    /* JAPAN BADGE */
    .madeinjapan {
        position: relative;
        width: 130px;
        height: 40px;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #000;
    }

    .flag {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #fff;
    }

    .ellipse {
        position: absolute;
        top: 9px;
        left: 9px;
        width: 22px;
        height: 22px;
        background: #c2172d;
        border-radius: 50%;
    }

    .text-wrapper {
        position: absolute;
        top: 1px;
        left: 48px;
        font-weight: 700;
        color: #fff;
        font-size: 13px;
    }

    .div {
        position: absolute;
        top: 14px;
        left: 52px;
        font-weight: 700;
        color: #fff;
        font-size: 18px;
    }

    /* TITLE */
    .text-wrapper-2 {
        font-size: 46px;
        font-weight: 700;
        color: var(--lightblack-1);
    }

    /* TEXT */
    .text {
        max-width: 780px;
        margin-top: 20px;
        position: relative;
        z-index: 2;
    }

    .UP-t-net-delivers {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: .5px;
    }

    .span {
        color: #000;
    }

    .text-wrapper-3 {
        font-weight: 700;
        color: #d93e41;
    }

    /* RIGHT IMAGE */
    .frame {
        position: absolute;
        top: 80px;
        right: 40px;
        width: 285px;
        text-align: center;
        z-index: 2;
    }

    .element {
        width: 216px;
        height: auto;
    }

    .meticulously-printed {
        margin-top: 10px;
        font-size: 18px;
        color: rgb(165, 158, 158) !important;
        line-height: 27px;
    }

    .white-shadow {
        text-shadow:
            -2px 0 #fff,
            2px 0 #fff,
            0 -2px #fff,
            0 2px #fff,
            -2px -2px #fff,
            2px -2px #fff,
            -2px 2px #fff,
            2px 2px #fff;
    }

    /* ================= */
    /* LAPTOP RESPONSIVE */
    /* ================= */

    @media (max-width:1400px) {

        .text-wrapper-2 {
            font-size: 42px;
        }

        .frame {
            right: 20px;
        }

        .bg {
            width: 380px;
        }

    }

    @media (max-width:1280px) {

        .text-wrapper-2 {
            font-size: 38px;
        }

        .UP-t-net-delivers {
            font-size: 17px;
        }

        .frame {
            transform: scale(.9);
            top: 90px;
        }

        .bg {
            width: 340px;
            bottom: 20px;
        }

    }

    @media (max-width:1100px) {

        .frame {
            transform: scale(.85);
            top: 100px;
        }

        .text {
            max-width: 100%;
        }

        .bg {
            width: 300px;
        }

    }


    /* pc version japan print quality ends */

    /* smartphone version japan print quality starts */
    /* RESET ONLY FOR THIS SECTION */
    .uptsp-section * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "Inter-Regular", Helvetica, sans-serif;
    }

    .uptsp-section {
        background: #f5f5f5;
    }

    /* CONTAINER */
    .uptsp-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px;
    }

    /* CARD */
    .uptsp-lead {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        max-width: 375px;
        padding: 16px;
        position: relative;
        overflow: hidden;
    }

    /* BG IMAGE */
    .uptsp-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
        opacity: .6;
        border-radius: 10px;
        z-index: 0;
    }

    /* TITLE */
    .uptsp-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        position: relative;
        z-index: 1;
    }

    /* JAPAN BADGE */
    .uptsp-madeinjapan {
        display: flex;
        width: 110.5px;
        height: 34px;
        align-items: flex-start;
        padding: .85px;
        position: relative;
        background: #000;
        border-radius: 8.5px;
        overflow: hidden;
        border: .85px solid;
    }

    .uptsp-flag {
        position: relative;
        width: 34px;
        height: 34px;
        background: #fff;
    }

    .uptsp-ellipse {
        position: relative;
        top: 8px;
        left: 8px;
        width: 19px;
        height: 19px;
        background: #c2172d;
        border-radius: 50%;
    }

    .uptsp-text1 {
        position: absolute;
        top: 1px;
        left: 41px;
        font-weight: 700;
        color: #fff;
        font-size: 11px;
    }

    .uptsp-text2 {
        position: absolute;
        top: 12px;
        left: 44px;
        font-weight: 700;
        color: #fff;
        font-size: 15px;
    }

    /* TITLE TEXT */
    .uptsp-heading {
        font-weight: 700;
        color: #363636;
        font-size: 20px;
        text-align: center;
    }

    /* IMAGE */
    .uptsp-frame {
        width: 100%;
        margin: 16px 0;
        position: relative;
        z-index: 1;
    }

    .uptsp-element {
        width: 100%;
        height: auto;
        border-radius: 6px;
        object-fit: cover;
    }

    .uptsp-caption {
        font-size: 13px;
        color: #828282;
        text-align: center;
        line-height: 1.5;
        margin-top: 8px;
    }

    /* TEXT BLOCK */
    .uptsp-text {
        display: flex;
        flex-direction: column;
        /* gap: 12px; */
        font-size: 14px;
        line-height: 1.5;
        /* text-align: center; */
        color: #363636;
        position: relative;
        z-index: 1;
        text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
    }

    .uptsp-highlight {
        font-weight: 700;
        color: #c2172d;

    }

   
    .uptsp-gap {
        margin-bottom: 12px;
    }

    /* smartphone version japan print quality ends */