<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 35);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --bg-blue: #00335e;
    --bg-white: #FFFFFF;
    --bg-red: #EE2110;
    --text-color-red: #EE2110;
    --text-color-white: #FFFFFF;
    --text-color: #111111;
    --inter: 'Inter';
    --bg-color-greywhite: #F4F4F4;
}

/* .inter-&lt;uniquifier&gt; {
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: &lt;weight&gt;;
        font-style: normal;
      } */
@font-face {
    font-family: 'TestNational2';
    src: url('../font/TestNational2-Medium.otf') format('opentype');
    font-style: medium;
}


body {
    a {
        text-decoration: none;
    }
}

input,
select,
textarea,
button {
    outline: 0;
}

.header {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px #0000001a;
    padding-bottom: 10px;
}

.hidenav-ad {
    display: none !important;
}

/* banne-highlight-section-start */
.main-banner-section {
    margin: 40px 0px;

    .banner-bg {
        /* background-image: url("&lt;?php echo base_url(); ?&gt;/images/bulkdetails_bg"); */
        background-image: url("https://jpoint.co.in/images/bulkdetails_bg.png");
        background-position: center;
        background-size: cover;
        height: 212px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }

    .banner-bg h1 {
        margin: auto;
        font-family: 'TestNational2';
        font-style: normal;
        font-weight: 500;
        font-size: 50px;
        line-height: 58px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
}

/* banne-highlight-section-End*/

/* &lt;!-- Products-Detail-section-start --&gt; */
.pro-de-sec-np {
    .container {
        max-width: 1200px;
    }

    margin: 40px 0px 30px 0px;

    .img-showcase {
        width: 402px;
        height: 402px;

    }

    /* .img-showcase img {
        width: 402px;
        height: 402px;
        border: 1px solid #F2F3F7;
        border-radius: 10px;

    } */

    .img-select img {
        width: 80px;
        height: 80px;
        margin: 0px 6px;
        border-radius: 5px;
    }


    .img-display {
        width:100%;
        height: 402px;
        border: 1px solid #F2F3F7;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .img-showcase img {
        width:100%;
        height: 402px;
        transition: transform 0.1s ease-in-out;
    }

    .img-select {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .img-item {
        margin: 5px;
    }

    .img-item img {
        width: 80px;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .img-item img:hover,
    .img-item img.active {
        border: 2px solid #000;
    }

    .zoomable {
        position: relative;
        cursor: zoom-in;
    }


    .img-select {
        display: flex;
        margin: 15px 0px 0px 0px;
    }

    .offmain {
        display: flex;
        justify-content: space-between;
    }

    .two-btn {
        display: flex;
        gap: 10px;
    }

    .bulk-d p {
        background: #00335E;
        border-radius: 4px;
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
        height: 37px;
        width: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .off p {
        background: #00335E;
        border-radius: 4px;
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
        height: 37px;
        width: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .brand-section img {
        margin: 0px;
    }

    .brand-section p {
        margin: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #111111;
    }

    /* .bann-main-d {
        padding: 0px 40px;
    } */

    .pr-name-np h2 {
        font-family: var(--inter);
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: #111111;
        margin: 14px 0px;
    }

    .price-section {
        display: flex;
        gap: 10px;
        align-items: end;

        .current-price {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            color: #111111;
        }

        .original-price {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-decoration-line: line-through;
            color: #303030;
        }
    }



    .last-price {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #111111;
        margin: 0px;
    }

    .Exc-np {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #303030;
    }

    .last-price span {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #303030;
    }

    .moq-np p {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #111111;
    }

    .pro-di-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #303030;
    }

    .tw-btn-deal-join {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin: 20px 0px;

    }

    .Deal-btn-np button {
        height: 40px;
        width: 320px;
        border: 1px solid #00335E;
        border-radius: 100px;
        gap: 10px;
        background: #FFFFFF;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
        color: #00335E;
    }

    .Join-btn-np button {
        height: 40px;
        width: 320px;
        background-color: #ee2110;
        border-radius: 100px;
        border: 1px solid #ffffff;
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        color: #ffffff;
    }

    .sel-pro-np {
        margin: 30px 0px 0px 0px;
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        flex-shrink: 0;
        flex-wrap: nowrap;
        background-color: #f2f3f7;
        border-radius: 10px;
    }

    .sel-pro-np h1 {
        font-family: var(--inter);
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #111111;
    }

    .cit-n-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #303030;
        margin: 0px;
    }

    .business-np {
        display: flex;
        align-items: center;
        gap: 10px;

    }
}

.timer-section {
    background: linear-gradient(101deg, rgba(0, 51, 94, 1) 0%, rgba(238, 33, 16, 1) 100%);
    border-radius: 10px;
    color: white;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    margin: 30px 0px;
}


.timer {
    display: flex;
    gap: 25px;
}

.timer-unit {
    text-align: center;
}

.timer-value {
    font-family: 'TestNational2';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

}

.icon-timer {
    font-size: 35px;
}

.timer-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #F4F4F4;
}

.button-main-np {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    position: absolute;
    width: 1350px;
    height: 60px;
    left: calc(50% - 1350px/2);
    top: 901px;
}

.rate p {
    font-family: 'TestNational2';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0px;
}

.pro-d-t-np h1 {
    font-family: 'TestNational2';
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
}

.pro-de-1-np {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: var(--inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
}

.pro-de-name {
    text-transform: capitalize;
}

.main-off-section {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 12px;
    gap: 16px;
    width: 100%;
    height: 130px;
    background: #F2F3F7;
    border-radius: 10px;

}

.naher-text-np p {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
}

.Naher-text-description p {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
    margin: 20px 0px;
}

.n-t-b {
    border-bottom: 1px solid #C2C2C2;
}

.m-title h1 {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin: 20px 0px 0px 0px;
}

/* &lt;!-- Products-Detail-section-End --&gt; */

/* Faq-Style-start */
.faq-container {
    margin: auto;
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

/* FAQ Button */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'TestNational2';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #111111;
}

/* Arrow Icon */
.arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* FAQ Answer */
.faq-answer {
    display: none;
    padding: 10px 10px;
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #303030;
}

/* .faq-answer p{
    
} */
/* Show Active Answer */
.faq-item.active .faq-answer {
    display: block;
}

/* Rotate Arrow for Active Item */
.faq-item.active .arrow {
    transform: rotate(180deg);
}

#requirementModal {
    #buy-popup{
  height: 424px;
  width:420px;
    }
    #buy-popup .btn-close{
       position: relative;
       top: -32px;
       color: #000000;
    }
    .modal-header {
        border-bottom: none;
        padding: 20px 20px 10px 20px !important;
    }
  
    .modal-body {
        padding: 20px;
    }
    #buy-popup p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin:5px;
  
    }
  
    .login-btn,
    .create-btn {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border-radius: 25px;
        font-weight: 500;
    }
  
  
  
    .login-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        width: 360px;
        height: 52px;
        background: #111111;
        border-radius: 100px;      
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
    }
  
    .create-btn {
        background: white;
        color: #111111;
        border: 1px solid #111111;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        width: 360px;
        height: 52px;
        border-radius: 100px;      
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  
    }
  
    .divider {
        /* position: relative;
        text-align: center; */
        margin:30px 0; 
  font-family: 'Test National 2';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
    }
  
    .divider::before,
    .divider::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 35%;
        height: 1px;
        background-color: #8A8A8A;
        transform: translateY(-50%);
    }
  
    .divider::before {
        left: 20px;
    }
  
    .divider::after {
        right: 20px;
    }
  
    .modal-title {
        font-family:'TestNational2';
  font-style: normal;
  font-weight:600;
  font-size: 30px;
  line-height: 38px;
  color: #111111;
    }
    
  
  
  }
  
  .red {
    color: #ee2110 !important;
  }
/* Faq-Style-End*/</pre></body></html>