.company-image {
    width: 50px
    height:50px;
    object-fit: contain;
    border-radius: 15px;
}

.product-section {

    width: 90%;
    max-width: 1200px;

    margin: 60px auto;

    display: grid;

    /* 50% IMAGE + 50% TEXT */
    grid-template-columns: 1fr 1fr;

    min-height: 500px;

    overflow: hidden;

    border-radius: 15px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}


/* =========================
   IMAGE
========================= */

.product-image {

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.product-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}
.product-content {

    padding: 40px;

    background:rgba(193, 188, 188, 0.68);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;
}


/* SMALL TITLE */

.product-content h1 {

    font-size: 42px;

    line-height: 1.15;

    margin-bottom: 20px;

    color: #17212b;
}


/* PARAGRAPH */

.product-content p {

    font-size: 16px;

    line-height: 1.7;

    color: #666;

    margin-bottom: 20px;

    max-width: 520px;
}


/* LIST */

.product-content ul {

    list-style: none;

    margin-bottom: 25px;
}

.product-content li {

    font-size: 14px;

    margin-bottom: 9px;

    color: #444;
}


/* CHECK MARK */

.product-content li::before {

    content: "✓";

    color: #d95722;

    font-weight: bold;

    margin-right: 10px;
}


/* =========================
   BUTTON
========================= */

.btn {

    display: inline-block;

    padding: 14px 25px;

    background: #d95722;

    color: white;

    text-decoration: none;

    border-radius: 6px;

    font-size: 13px;

    font-weight: bold;

    transition: 0.3s;
}

.btn:hover {

    background: #b94214;

    transform: translateY(-2px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .product-section {

        width: 94%;

        min-height: 420px;
    }

    .product-content {

        padding: 40px;
    }

    .product-content h1 {

        font-size: 32px;
    }

    .product-content p {

        font-size: 14px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .product-section {

        width: 94%;

        margin: 30px auto;

        /* ONE COLUMN */

        grid-template-columns: 1fr;

        border-radius: 10px;
    }


    /* IMAGE TOP */

    .product-image {

        height: 300px;
    }


    .product-image img {

        width: 100%;

        height: 100%;

        object-fit: cover;
    }


    /* TEXT BELOW */

    .product-content {

        padding: 30px 25px;

        min-height: auto;
    }


    .product-content h1 {

        font-size: 28px;
    }


    .product-content p {

        font-size: 14px;

        line-height: 1.6;
    }


    .product-content li {

        font-size: 13px;
    }


    .btn {

        width: 100%;

        text-align: center;

        padding: 13px;
    }

}
.eyebrow{margin:0 0 10px;color:var(--pink);font-size:12px;font-weight:1000;letter-spacing:2.2px;}
.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.mini-points span{background:#fff3f9;border:1px solid #ffd4e8;padding:10px 12px;border-radius:8px;color:var(--pink-dark);font-size:12px;font-weight:700}
.container1{width:min(1180px,92%);margin:auto}
.section{padding:90px 0}
.section-light{background:#fff}
.section-heading{text-align:center;max-width:800px;margin:0 auto 45px}
.section-heading h2,.section-content h2,.connect-section h2,.contact-section h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:clamp(32px,4vw,48px);line-height:1.15;margin:0 0 14px}
.section-heading p:last-child{color:var(--muted)}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.section-image{position:relative}
.quality-section{background:#f7f8fa}
.quality-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}
.quality-image-card{background:#fff;padding:30px;border-radius:var(--radius);box-shadow:var(--shadow)}
.quality-image-card img{width:100%;max-height:310px;object-fit:contain}
.quality-content h3{font-size:26px;color:var(--navy)}
.quality-content>p{color:var(--muted)}
.quality-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:25px}
.quality-cards div{background:#fff;border:1px solid var(--line);padding:16px 10px;border-radius:12px}
.quality-cards b{color:var(--pink);font-size:11px;display:block}
.quality-cards strong{display:block;font-size:13px;color:var(--navy)}
.quality-cards span{font-size:9px;color:var(--muted)}
.section{padding:90px 0}
.section-light{background:#fff}
.section-heading{text-align:center;max-width:800px;margin:0 auto 45px}
.section-heading h2,.section-content h2,.connect-section h2,.contact-section h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:clamp(32px,4vw,48px);line-height:1.15;margin:0 0 14px}
.section-heading p:last-child{color:var(--muted)}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.section-image{position:relative}
.product-photo img{height:430px;width:100%;object-fit:contain}
.image-badge{position:absolute;right:8%;bottom:10%;background:var(--pink);color:#fff;width:105px;height:105px;border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:800;font-size:17px;line-height:1.1;box-shadow:var(--shadow)}
.image-badge small{font-size:9px;letter-spacing:1px}
.section-content p{color:var(--muted)}
.mission-highlight{margin-top:25px;padding:20px;border-left:4px solid var(--pink);background:#fff3f9;border-radius:8px}
.mission-highlight strong{display:block;color:var(--pink);font-size:11px;letter-spacing:1.5px}
.mission-highlight span{font-weight:700;color:var(--navy)}
.machine-card{background:#eef0f3;border-radius:var(--radius);padding:25px;min-height:390px;display:grid;place-items:center}
.machine-card img{max-height:350px;object-fit:contain}
.team-section{background:#f7f8fa}
.team-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;background:#fff;border-radius:var(--radius);padding:35px;box-shadow:var(--shadow)}
.team-visual{background:#eef0f3;border-radius:15px;padding:30px}
.team-visual img{height:100%;width:100%;object-fit:contain}
.clients-section{background:#fff}
.satisfaction-card{display:grid;place-items:center;background:#f7f8fa;border-radius:var(--radius);padding:40px;min-height:320px}
.satisfaction-card img{max-height:240px;object-fit:contain}
.check-list{list-style:none;padding:0}
.check-list li{padding:8px 0;color:#5f6470;font-size:13px}
.check-list li:before{content:"✓";color:var(--pink);font-weight:900;margin-right:10px}
.connect-section{background:linear-gradient(135deg,#202b42,#293650);color:#fff}
.connect-section h2{color:#fff}
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.reason-grid div{padding:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);border-radius:12px;color:#fff}
.reason-grid div:first-letter{color:var(--pink)}
.social-icons {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    color: white;
    font-size: 22px;
    text-decoration: none;
}

.social-icons a:hover {
    color: var(--navy);
}
  .pq-showcase-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }

  .pq-showcase-title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }

  .pq-showcase-subtitle {
    text-align: center;
    font-size: 16px;
    color: #64748b;
    margin-bottom: 48px;
    font-weight: 500;
  }

  .pq-carousel-frame {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }

  .pq-nav-pill {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid rgba(255,255,255,0.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 4px 8px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 10;
  }

  .pq-nav-pill:hover:not(:disabled) {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.25);
  }

  .pq-nav-pill:active:not(:disabled) { transform: scale(0.95); }

  .pq-nav-pill:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    box-shadow: none;
  }

  .pq-viewport {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
  }

  .pq-viewport::before,
  .pq-viewport::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 5;
    pointer-events: none;
  }

  .pq-viewport::before {
    left: 0;
    background: linear-gradient(90deg, #f0f4f8 0%, transparent 100%);
  }

  .pq-viewport::after {
    right: 0;
    background: linear-gradient(270deg, #f0f4f8 0%, transparent 100%);
  }

  .pq-track {
    display: flex;
    gap: 28px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .pq-item {
    min-width: 340px;
    max-width: 340px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08), 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.6);
  }

  .pq-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15), 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .pq-visual-stage {
    position: relative;
    height: 300px;
    background: linear-gradient(135deg, #fafbfc 0%, #eef2f7 50%, #e2e8f0 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pq-visual-stage::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }

  .pq-product-frame {
    position: relative;
    width: 200px;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .pq-item:hover .pq-product-frame {
    transform: scale(1.08);
  }

  .pq-product-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));
  }

  .pq-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  }

  .pq-details {
    padding: 28px 24px;
  }

  .pq-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
  }

  .pq-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
  }

  .pq-capacity {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .pq-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
  }

  .pq-price {
    display: flex;
    flex-direction: column;
  }

  .pq-currency {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
  }

  .pq-amount {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    line-height: 1;
  }

  .pq-cta {
    padding: 12px 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
  }

  .pq-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.45);
  }

  .pq-cta:active { transform: translateY(0); }

  .pq-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }

  .pq-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }

  .pq-dot.pq-active {
    background: #0f172a;
    width: 24px;
    border-radius: 4px;
  }

  @media (max-width: 768px) {
    .pq-showcase-title { font-size: 28px; }
    .pq-item { min-width: 280px; max-width: 280px; }
    .pq-nav-pill { width: 44px; height: 44px; font-size: 22px; }
    .pq-carousel-frame { gap: 12px; }
  }
 
/* =========================================================
   BPI - PRODUCT SECTION
========================================================= */

.bpiLiveProduct_section{
    width:100%;
    max-width:1500px;
    margin:20px auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}


/* =========================================================
   3 MAIN COLUMNS
========================================================= */

.bpiLiveProduct_layout{
    display:grid;
    grid-template-columns:170px 1fr 1fr;
    min-height:550px;
}


/* =========================================================
   COLUMN 1 - THUMBNAILS
========================================================= */

.bpiLiveProduct_thumbnails{
    padding:5px;
    background:#f7f7f7;
    border-right:1px solid #ddd;

    display:grid;
    grid-template-rows:repeat(4,1fr);
    gap:10px;
}


.bpiLiveProduct_thumbnail{
    width:100%;
    min-height: 800px

    border:2px solid transparent;
    border-radius:8px;

    overflow:hidden;
    background:#fff;

    cursor:pointer;

    transition:border-color .2s ease;
}


.bpiLiveProduct_thumbnail:hover,
.bpiLiveProduct_thumbnail.bpiLiveProduct_active{
    border-color:#111;
}


.bpiLiveProduct_thumbnail img{
    width:100%;
    height:100%;

    object-fit:contain;

    display:block;
}


/* =========================================================
   COLUMN 2 - MAIN IMAGE
========================================================= */

.bpiLiveProduct_mainImageArea{
    padding:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-right:1px solid #ddd;

    background:#fff;
}


/*
   ZOOM WINDOW
*/

.bpiLiveProduct_zoomBox{
    width:100%;
    max-width:500px;
    height:480px;

    position:relative;

    overflow:hidden;

    cursor:crosshair;

    background:#fff;
}


/*
   MAIN PRODUCT IMAGE
*/

#bpiLiveProduct_mainImage{
    width:100%;
    height:100%;

    object-fit:contain;

    display:block;

    transform:scale(1);

    transform-origin:50% 50%;

    transition:
        transform .08s linear,
        transform-origin .08s linear;

    user-select:none;

    -webkit-user-drag:none;
}


/* =========================================================
   COLUMN 3 - PRODUCT DETAILS
========================================================= */

.bpiLiveProduct_details{
    min-width:0;

    display:grid;

    grid-template-rows:auto 1fr;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

.bpiLiveProduct_productName{
    padding:22px;

    text-align:center;

    font-size:25px;
    font-weight:700;

    background:#fafafa;

    border-bottom:1px solid #ddd;
}


/* =========================================================
   DETAILS TABLE
========================================================= */

.bpiLiveProduct_detailsTable{
    width:100%;

    display:grid;

    grid-auto-rows:minmax(55px,auto);

    overflow:auto;
}


/*
   NORMAL ROW
*/

.bpiLiveProduct_detailRow{
    display:grid;

    grid-template-columns:1fr 1fr;

    border-bottom:1px solid #ddd;
}


/*
   CELL
*/

.bpiLiveProduct_detailCell{
    display:flex;

    align-items:center;
    justify-content:center;

    padding:12px;

    font-size:16px;

    font-weight:600;

    border-right:1px solid #ddd;
}


.bpiLiveProduct_detailCell:last-child{
    border-right:0;
}


/* =========================================================
   MERGED ROW
========================================================= */

.bpiLiveProduct_detailRow.bpiLiveProduct_merged{
    grid-template-columns:1fr;
}


.bpiLiveProduct_detailRow.bpiLiveProduct_merged
.bpiLiveProduct_detailCell{
    border-right:0;

    background:#f7f7f7;
}


/* =========================================================
   LABEL
========================================================= */

.bpiLiveProduct_label{
    color:#777;

    font-weight:500;

    margin-right:6px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:850px){

    .bpiLiveProduct_layout{
        grid-template-columns:100px 1fr;
    }

    .bpiLiveProduct_details{
        grid-column:1 / -1;
    }

    .bpiLiveProduct_mainImageArea{
        border-right:0;
    }

}


@media(max-width:600px){

    .bpiLiveProduct_layout{
        grid-template-columns:1fr;
    }

    .bpiLiveProduct_thumbnails{
        grid-template-columns:repeat(4,1fr);

        grid-template-rows:100px;

        border-right:0;
    }

    .bpiLiveProduct_mainImageArea{
        min-height:380px;
    }

    .bpiLiveProduct_zoomBox{
        height:350px;
    }

}
.bpi-usage-list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.bpi-usage-item{
    width:100%;
    padding:13px 18px;
    background:#f7f7f7;
    border-left:4px solid #222;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
    color:#222;
    transition:all .25s ease;
}

.bpi-usage-item:hover{
    padding-left:24px;
    background:#eeeeee;
}




/* ===== Bhawana Plastic Industries — Premium UX layer ===== */
:root{
  --bpi-orange:#f58220;
  --bpi-orange-dark:#d96508;
  --bpi-ink:#101418;
  --bpi-muted:#65717d;
  --bpi-border:rgba(16,20,24,.12);
  --bpi-surface:#fff;
  --bpi-shadow:0 16px 45px rgba(16,20,24,.10);
  --bpi-radius:16px;
}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
a,button,.btn,.button{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:3px}
.bpi-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.bpi-reveal.is-visible{opacity:1;transform:none}
.bpi-whatsapp{
  position:fixed;right:22px;bottom:22px;z-index:9999;
  width:54px;height:54px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#25D366;color:#fff;text-decoration:none;
  box-shadow:0 10px 28px rgba(0,0,0,.20);
  font-size:24px;font-weight:800;
}
.bpi-whatsapp:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.25)}
.bpi-backtop{
  position:fixed;right:22px;bottom:88px;z-index:9998;
  width:42px;height:42px;border:1px solid var(--bpi-border);
  border-radius:50%;background:#fff;color:var(--bpi-ink);
  box-shadow:0 8px 24px rgba(0,0,0,.12);cursor:pointer;
  opacity:0;visibility:hidden;transform:translateY(10px);
}
.bpi-backtop.show{opacity:1;visibility:visible;transform:none}
.bpi-section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.bpi-section-head .eyebrow{
  display:inline-block;margin-bottom:8px;color:var(--bpi-orange-dark);
  font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.bpi-section-head h2{margin:.1em 0 .35em}
.bpi-section-head p{color:var(--bpi-muted);line-height:1.7}
.bpi-cta-band{
  margin:55px 0 0;padding:42px 28px;border-radius:22px;
  background:linear-gradient(135deg,#11161b,#252d35);
  color:#fff;box-shadow:var(--bpi-shadow)
}
.bpi-cta-band h2{margin:0 0 8px;color:#fff}
.bpi-cta-band p{margin:0;color:rgba(255,255,255,.78)}
.bpi-cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.bpi-cta-actions a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:10px;text-decoration:none;font-weight:800
}
.bpi-cta-primary{background:var(--bpi-orange);color:#fff}
.bpi-cta-secondary{border:1px solid rgba(255,255,255,.25);color:#fff}
.bpi-cta-actions a:hover{transform:translateY(-2px)}
@media(max-width:700px){
  .bpi-whatsapp{right:15px;bottom:15px}
  .bpi-backtop{right:15px;bottom:78px}
  .bpi-cta-band{padding:30px 20px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
