{"id":53454,"date":"2026-05-28T16:24:39","date_gmt":"2026-05-28T10:54:39","guid":{"rendered":"https:\/\/plyinsight.com\/?page_id=53454"},"modified":"2026-05-28T17:48:59","modified_gmt":"2026-05-28T12:18:59","slug":"plywood-production-book","status":"publish","type":"page","link":"https:\/\/plyinsight.com\/hi\/plywood-production-book\/","title":{"rendered":"Plywood Production Book"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row\"><div class=\"wpb_column column_container col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>A Hand Book of Plywood Production by Dr. S.K. Nath | PlyInsight<\/title>\n<meta name=\"description\" content=\"India's only scientific handbook on plywood production. Written by industry veteran Dr. S.K. Nath. 338 pages with technical diagrams, manufacturing processes & troubleshooting.\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --primary: #1a1a2e;\n    --accent: #7cb518;\n    --accent-dark: #6a9c14;\n    --gold: #d4a017;\n    --text: #2d2d2d;\n    --light: #f4f5f7;\n    --white: #ffffff;\n    --danger: #dc2626;\n    --shadow: 0 10px 40px rgba(0,0,0,0.12);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,0.18);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text);\n    line-height: 1.7;\n    overflow-x: hidden;\n    background: var(--white);\n  }\n\n  img { max-width: 100%; height: auto; display: block; }\n\n  .container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }\n\n  \/* Buttons *\/\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 20px 52px;\n    font-size: 1.15rem;\n    font-weight: 700;\n    text-decoration: none;\n    border-radius: 50px;\n    border: none;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    letter-spacing: 0.3px;\n  }\n\n  .btn-primary {\n    background: linear-gradient(135deg, var(--accent), var(--accent-dark));\n    color: var(--white);\n    box-shadow: 0 8px 30px rgba(124,181,24,0.4);\n  }\n\n  .btn-primary:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(124,181,24,0.5);\n  }\n\n  .btn-whatsapp {\n    background: linear-gradient(135deg, #25d366, #128c7e);\n    color: var(--white);\n    box-shadow: 0 8px 30px rgba(37,211,102,0.35);\n  }\n\n  .btn-whatsapp:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(37,211,102,0.45);\n  }\n\n  .btn-large { padding: 24px 64px; font-size: 1.3rem; }\n\n  \/* Top Bar *\/\n  .top-bar {\n    background: var(--white);\n    color: var(--primary);\n    text-align: center;\n    padding: 12px;\n    font-size: 1rem;\n    font-weight: 500;\n    border-bottom: 1px solid #eee;\n  }\n\n  .top-bar span { color: var(--accent); font-weight: 700; }\n\n  \/* Header - White strip with text logo *\/\n  header {\n    background: var(--white);\n    padding: 16px 0;\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.08);\n    border-bottom: 1px solid #eee;\n  }\n\n  .header-inner {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .logo-text {\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: var(--primary);\n    text-decoration: none;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .logo-text span { color: var(--accent); }\n\n  \/* Logo Circle with Animation *\/\n  .logo-wrap {\n    position: relative;\n    width: 52px;\n    height: 52px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .logo-ring {\n    position: absolute;\n    inset: -3px;\n    border-radius: 50%;\n    background: conic-gradient(from 0deg, var(--accent), #a8e063, var(--accent));\n    animation: rotateRing 4s linear infinite;\n    opacity: 0.7;\n  }\n\n  .logo-ring::before {\n    content: '';\n    position: absolute;\n    inset: 3px;\n    background: var(--white);\n    border-radius: 50%;\n  }\n\n  @keyframes rotateRing {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n\n  .logo-img {\n    position: relative;\n    z-index: 2;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 2px solid rgba(124,181,24,0.2);\n    background: var(--white);\n  }\n\n  .nav-cta { display: flex; gap: 14px; }\n\n  .nav-cta .btn { padding: 14px 32px; font-size: 1rem; }\n\n  \/* Hero *\/\n  .hero {\n    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 50%, #16213e 100%);\n    color: var(--white);\n    padding: 80px 0 100px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 900px;\n    height: 900px;\n    background: radial-gradient(circle, rgba(124,181,24,0.08) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 80px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(124,181,24,0.15);\n    border: 1px solid rgba(124,181,24,0.3);\n    color: var(--accent);\n    padding: 10px 24px;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 28px;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.2rem;\n    font-weight: 900;\n    line-height: 1.15;\n    margin-bottom: 20px;\n  }\n\n  .hero h1 .highlight { color: var(--accent); }\n\n  .hero-subtitle {\n    font-size: 1.25rem;\n    color: rgba(255,255,255,0.75);\n    margin-bottom: 32px;\n    max-width: 560px;\n    line-height: 1.6;\n  }\n\n  .hero-stats {\n    display: flex;\n    gap: 40px;\n    margin-bottom: 36px;\n  }\n\n  .stat { text-align: center; }\n  .stat-number { font-size: 2.4rem; font-weight: 800; color: var(--accent); display: block; line-height: 1; }\n  .stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }\n\n  .hero-buttons { display: flex; gap: 18px; flex-wrap: wrap; }\n\n  .hero-image-wrapper {\n    position: relative;\n    display: flex;\n    justify-content: center;\n  }\n\n  .hero-image-wrapper img {\n    border-radius: 14px;\n    box-shadow: 0 40px 100px rgba(0,0,0,0.5);\n    max-height: 600px;\n    width: 100%;\n    object-fit: cover;\n    transform: rotate(-2deg);\n    transition: transform 0.4s ease;\n  }\n\n  .hero-image-wrapper:hover img { transform: rotate(0deg) scale(1.02); }\n\n  .floating-tag {\n    position: absolute;\n    background: var(--white);\n    color: var(--primary);\n    padding: 12px 24px;\n    border-radius: 10px;\n    font-weight: 700;\n    font-size: 0.9rem;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .tag-1 { top: 20px; right: 0; }\n  .tag-2 { bottom: 80px; left: -30px; background: var(--accent); color: var(--white); }\n\n  \/* Urgency Bar *\/\n  .urgency-bar {\n    background: linear-gradient(90deg, #dc2626, #b91c1c);\n    color: var(--white);\n    text-align: center;\n    padding: 18px;\n    font-weight: 600;\n    font-size: 1.15rem;\n    position: relative;\n  }\n\n  .urgency-bar::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    border-left: 10px solid transparent;\n    border-right: 10px solid transparent;\n    border-top: 10px solid #b91c1c;\n  }\n\n  \/* Problem Section *\/\n  .problem {\n    padding: 100px 0;\n    background: var(--light);\n  }\n\n  .section-header {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 60px;\n  }\n\n  .section-tag {\n    display: inline-block;\n    background: rgba(124,181,24,0.1);\n    color: var(--accent-dark);\n    padding: 8px 22px;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 16px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.6rem;\n    font-weight: 800;\n    color: var(--primary);\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n\n  .problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n  }\n\n  .problem-card {\n    background: var(--white);\n    padding: 40px 30px;\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: var(--shadow);\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n  }\n\n  .problem-card:hover {\n    transform: translateY(-8px);\n    border-color: var(--accent);\n    box-shadow: var(--shadow-lg);\n  }\n\n  .problem-icon {\n    width: 70px;\n    height: 70px;\n    background: rgba(124,181,24,0.1);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n    font-size: 2rem;\n  }\n\n  .problem-card h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 12px;\n  }\n\n  .problem-card p {\n    color: #666;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \/* Solution *\/\n  .solution {\n    padding: 100px 0;\n    background: var(--white);\n  }\n\n  .solution-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  .solution-image {\n    position: relative;\n  }\n\n  .solution-image img {\n    border-radius: 16px;\n    box-shadow: var(--shadow-lg);\n    width: 100%;\n  }\n\n  .experience-badge {\n    position: absolute;\n    bottom: -30px;\n    right: -30px;\n    background: var(--primary);\n    color: var(--white);\n    padding: 30px 40px;\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .experience-badge .years { font-size: 2.5rem; font-weight: 900; color: var(--accent); display: block; line-height: 1; }\n  .experience-badge .text { font-size: 0.9rem; opacity: 0.8; margin-top: 4px; }\n\n  .solution-content h2 { margin-bottom: 24px; }\n\n  .solution-content > p {\n    font-size: 1.1rem;\n    color: #555;\n    margin-bottom: 32px;\n    line-height: 1.8;\n  }\n\n  .feature-list { list-style: none; }\n\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 16px 0;\n    border-bottom: 1px solid #eee;\n  }\n\n  .feature-list li:last-child { border-bottom: none; }\n\n  .feature-check {\n    width: 28px;\n    height: 28px;\n    background: var(--accent);\n    color: var(--white);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.9rem;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .feature-list h4 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin-bottom: 6px; }\n  .feature-list p { font-size: 0.95rem; color: #777; line-height: 1.6; }\n\n  \/* Technical Highlights *\/\n  .technical {\n    padding: 80px 0;\n    background: var(--primary);\n    color: var(--white);\n  }\n\n  .technical .section-title { color: var(--white); }\n\n  .tech-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n    margin-top: 50px;\n  }\n\n  .tech-card {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.1);\n    padding: 36px 30px;\n    border-radius: 16px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .tech-card:hover {\n    background: rgba(255,255,255,0.08);\n    transform: translateY(-6px);\n  }\n\n  .tech-icon {\n    font-size: 3rem;\n    margin-bottom: 18px;\n  }\n\n  .tech-card h4 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    margin-bottom: 12px;\n    color: var(--accent);\n  }\n\n  .tech-card p {\n    font-size: 0.95rem;\n    opacity: 0.8;\n    line-height: 1.7;\n  }\n\n  \/* Chapters - 12 only + many more *\/\n  .chapters {\n    padding: 100px 0;\n    background: linear-gradient(180deg, var(--light) 0%, var(--white) 100%);\n  }\n\n  .chapters-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n\n  .chapter-card {\n    background: var(--white);\n    padding: 28px 24px;\n    border-radius: 12px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    transition: all 0.3s ease;\n    border-left: 4px solid var(--accent);\n  }\n\n  .chapter-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow);\n  }\n\n  .chapter-num {\n    font-size: 0.75rem;\n    font-weight: 800;\n    color: var(--accent);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n  }\n\n  .chapter-card h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: var(--primary);\n    line-height: 1.5;\n  }\n\n  .many-more-card {\n    background: linear-gradient(135deg, var(--primary), #2d2d5a);\n    color: var(--white);\n    padding: 28px 24px;\n    border-radius: 12px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n    transition: all 0.3s ease;\n    border-left: 4px solid var(--accent);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n    min-height: 120px;\n  }\n\n  .many-more-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow);\n  }\n\n  .many-more-card .dots {\n    font-size: 2rem;\n    color: var(--accent);\n    margin-bottom: 8px;\n    letter-spacing: 4px;\n  }\n\n  .many-more-card h4 {\n    font-size: 1.1rem;\n    font-weight: 700;\n  }\n\n  .many-more-card p {\n    font-size: 0.85rem;\n    opacity: 0.7;\n    margin-top: 4px;\n  }\n\n  \/* Testimonials *\/\n  .testimonials {\n    padding: 100px 0;\n    background: var(--primary);\n    color: var(--white);\n  }\n\n  .testimonials .section-title { color: var(--white); }\n\n  .testimonials-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n  }\n\n  .testimonial-card {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.1);\n    padding: 36px 30px;\n    border-radius: 16px;\n    backdrop-filter: blur(10px);\n  }\n\n  .stars { color: var(--gold); font-size: 1.2rem; margin-bottom: 16px; }\n\n  .testimonial-text {\n    font-size: 1rem;\n    line-height: 1.8;\n    margin-bottom: 20px;\n    font-style: italic;\n    opacity: 0.9;\n  }\n\n  .testimonial-author {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n\n  .author-avatar {\n    width: 48px;\n    height: 48px;\n    background: var(--accent);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    color: var(--white);\n    font-size: 1.1rem;\n  }\n\n  .author-info h5 { font-size: 1rem; font-weight: 700; }\n  .author-info span { font-size: 0.85rem; opacity: 0.6; }\n\n  \/* Pricing *\/\n  .pricing {\n    padding: 100px 0;\n    background: var(--white);\n  }\n\n  .pricing-card {\n    max-width: 600px;\n    margin: 0 auto;\n    background: linear-gradient(135deg, var(--primary), #2d2d5a);\n    color: var(--white);\n    padding: 60px 50px;\n    border-radius: 24px;\n    text-align: center;\n    box-shadow: var(--shadow-lg);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pricing-card::before {\n    content: '';\n    position: absolute;\n    top: -100px;\n    right: -100px;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(124,181,24,0.15) 0%, transparent 70%);\n  }\n\n  .pricing-badge {\n    display: inline-block;\n    background: var(--accent);\n    color: var(--white);\n    padding: 8px 24px;\n    border-radius: 50px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 24px;\n  }\n\n  .pricing-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    margin-bottom: 10px;\n  }\n\n  .price {\n    font-size: 4rem;\n    font-weight: 900;\n    color: var(--accent);\n    line-height: 1;\n    margin: 24px 0;\n  }\n\n  .price span {\n    font-size: 1.4rem;\n    font-weight: 400;\n    color: rgba(255,255,255,0.5);\n    text-decoration: line-through;\n    margin-left: 12px;\n  }\n\n  .price-note {\n    font-size: 1rem;\n    opacity: 0.7;\n    margin-bottom: 32px;\n  }\n\n  .pricing-features {\n    list-style: none;\n    text-align: left;\n    max-width: 350px;\n    margin: 0 auto 36px;\n  }\n\n  .pricing-features li {\n    padding: 10px 0;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1rem;\n  }\n\n  .pricing-features li::before {\n    content: '\u2713';\n    color: var(--accent);\n    font-weight: 700;\n    font-size: 1.2rem;\n  }\n\n  .guarantee {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 24px;\n    font-size: 0.9rem;\n    opacity: 0.7;\n  }\n\n  \/* FAQ *\/\n  .faq {\n    padding: 100px 0;\n    background: var(--light);\n  }\n\n  .faq-grid {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background: var(--white);\n    border-radius: 12px;\n    margin-bottom: 16px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.04);\n  }\n\n  .faq-question {\n    padding: 24px 30px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 1.05rem;\n    color: var(--primary);\n    transition: all 0.3s;\n  }\n\n  .faq-question:hover { color: var(--accent); }\n\n  .faq-question::after {\n    content: '+';\n    font-size: 1.5rem;\n    color: var(--accent);\n    font-weight: 400;\n    transition: transform 0.3s;\n  }\n\n  .faq-item.active .faq-question::after { transform: rotate(45deg); }\n\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.4s ease;\n  }\n\n  .faq-item.active .faq-answer {\n    max-height: 300px;\n    padding: 0 30px 24px;\n  }\n\n  .faq-answer p { color: #666; line-height: 1.8; font-size: 1rem; }\n\n  \/* CTA Section *\/\n  .cta-section {\n    padding: 100px 0;\n    background: linear-gradient(135deg, var(--primary), #1a1a3e);\n    color: var(--white);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    opacity: 0.5;\n  }\n\n  .cta-section .container { position: relative; z-index: 1; }\n\n  .cta-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.8rem;\n    font-weight: 900;\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n\n  .cta-section p {\n    font-size: 1.2rem;\n    opacity: 0.8;\n    max-width: 600px;\n    margin: 0 auto 40px;\n  }\n\n  .cta-buttons {\n    display: flex;\n    gap: 20px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  \/* Footer *\/\n  footer {\n    background: #0a0a1a;\n    color: rgba(255,255,255,0.5);\n    padding: 40px 0;\n    text-align: center;\n    font-size: 0.95rem;\n  }\n\n  footer a { color: var(--accent); text-decoration: none; }\n\n  \/* Mobile *\/\n  @media (max-width: 1100px) {\n    .hero-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }\n    .hero h1 { font-size: 2.6rem; }\n    .hero-subtitle { margin: 0 auto 32px; }\n    .hero-stats { justify-content: center; }\n    .hero-buttons { justify-content: center; }\n    .hero-image-wrapper img { max-height: 500px; }\n    .tag-2 { left: 10px; }\n    .solution-grid { grid-template-columns: 1fr; gap: 60px; }\n    .tech-grid { grid-template-columns: 1fr; }\n    .chapters-grid { grid-template-columns: repeat(2, 1fr); }\n    .testimonials-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (max-width: 768px) {\n    .container { padding: 0 20px; }\n    .hero { padding: 60px 0 80px; }\n    .hero h1 { font-size: 2rem; }\n    .hero-subtitle { font-size: 1.1rem; }\n    .section-title { font-size: 1.9rem; }\n    .problem-grid { grid-template-columns: 1fr; }\n    .chapters-grid { grid-template-columns: 1fr; }\n    .testimonials-grid { grid-template-columns: 1fr; }\n    .price { font-size: 3.2rem; }\n    .cta-section h2 { font-size: 2.2rem; }\n    .experience-badge { right: 10px; bottom: -15px; padding: 20px 28px; }\n    .experience-badge .years { font-size: 1.8rem; }\n    .pricing-card { padding: 40px 24px; }\n    .nav-cta { display: none; }\n    .btn-large { padding: 20px 44px; font-size: 1.1rem; }\n    .logo-wrap { width: 48px; height: 48px; }\n    .logo-img { width: 38px; height: 38px; }\n    .logo-text { font-size: 1.3rem; }\n  }\n\n  \/* Smooth scroll *\/\n  html { scroll-behavior: smooth; }\n\n  \/* Animations *\/\n  @keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .animate { animation: fadeInUp 0.6s ease forwards; }\n<\/style>\n<base target=\"_blank\">\n<\/head>\n<body>\n\n<!-- Top Bar -->\n<div class=\"top-bar\">\n  \ud83d\ude9a <span>FREE Shipping<\/span> across India | First Edition May 2025 | 338 Pages | Hardcover\n<\/div>\n\n<!-- Header - White strip with text logo + circular image logo -->\n<header>\n  <div class=\"container header-inner\">\n    <a href=\"https:\/\/plyinsight.com\/hi\/\" class=\"logo-text\">\n      <div class=\"logo-wrap\">\n        <div class=\"logo-ring\"><\/div>\n        <img decoding=\"async\" src=\"https:\/\/plyinsight.com\/wp-content\/uploads\/2017\/08\/Ply-Insight-Logo.png\" alt=\"PlyInsight\" class=\"logo-img\">\n      <\/div>\n      Ply<span>Insight<\/span>\n    <\/a>\n    <div class=\"nav-cta\">\n      <a href=\"https:\/\/razorpay.me\/@plyinsight\" class=\"btn btn-primary\">Buy Now<\/a>\n      <a href=\"https:\/\/wa.me\/918278298590\" class=\"btn btn-whatsapp\" target=\"_blank\">WhatsApp<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- Hero -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"hero-grid\">\n      <div class=\"hero-content\">\n        <div class=\"hero-badge\">\ud83d\udcda India's Only Scientific Handbook<\/div>\n        <h1>Master the <span class=\"highlight\">Science of Plywood Manufacturing<\/span><\/h1>\n        <p class=\"hero-subtitle\">The complete technical guide from log to finished plywood \u2014 written by industry veteran <strong>Dr. S.K. Nath<\/strong> for entrepreneurs, technocrats & factory managers.<\/p>\n\n        <div class=\"hero-stats\">\n          <div class=\"stat\">\n            <span class=\"stat-number\">40+<\/span>\n            <span class=\"stat-label\">Years Experience<\/span>\n          <\/div>\n          <div class=\"stat\">\n            <span class=\"stat-number\">500+<\/span>\n            <span class=\"stat-label\">Factories Helped<\/span>\n          <\/div>\n          <div class=\"stat\">\n            <span class=\"stat-number\">1st<\/span>\n            <span class=\"stat-label\">Book in India<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"hero-buttons\">\n          <a href=\"https:\/\/razorpay.me\/@plyinsight\" class=\"btn btn-primary btn-large\">\ud83d\udc49 Buy Now \u2014 Secure Your Copy<\/a>\n          <a href=\"https:\/\/wa.me\/918278298590\" class=\"btn btn-whatsapp btn-large\" target=\"_blank\">\ud83d\udcac Ask on WhatsApp<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-image-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/plyinsight.com\/wp-content\/uploads\/2017\/08\/latest-popup.png\" alt=\"A Hand Book of Plywood Production by Dr. S.K. Nath\">\n        <div class=\"floating-tag tag-1\">\u2b50 Bestseller<\/div>\n        <div class=\"floating-tag tag-2\">\ud83d\udd25 Limited Edition<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Urgency Bar -->\n<div class=\"urgency-bar\">\n  \u26a1 Only <strong>47 copies<\/strong> left in stock at this price \u2014 Next batch price will increase by \u20b9400\n<\/div>\n\n<!-- Problem Section -->\n<section class=\"problem\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\">The Reality<\/div>\n      <h2 class=\"section-title\">Are These Challenges Killing Your Plywood Business?<\/h2>\n      <p style=\"color:#666; font-size:1.1rem;\">Most plywood manufacturers in India struggle with the same problems \u2014 and they don't have a reliable resource to fix them.<\/p>\n    <\/div>\n\n    <div class=\"problem-grid\">\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\ud83d\udcc9<\/div>\n        <h3>High Production Defects<\/h3>\n        <p>Delamination, warping, and bonding failures are eating into your profits every single day. You're losing money on rejected sheets.<\/p>\n      <\/div>\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\u2699\ufe0f<\/div>\n        <h3>No Standard Process<\/h3>\n        <p>Every batch is different because there's no documented SOP. Your workers rely on guesswork instead of proven scientific methods.<\/p>\n      <\/div>\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\ud83d\udcb8<\/div>\n        <h3>Wasted Raw Material<\/h3>\n        <p>Poor log selection, improper peeling, and incorrect drying are wasting 15-20% of your wood \u2014 your biggest cost.<\/p>\n      <\/div>\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\ud83d\udccb<\/div>\n        <h3>BIS Compliance Issues<\/h3>\n        <p>Navigating BIS norms, QCO requirements, and quality certifications feels like a maze with no exit.<\/p>\n      <\/div>\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\ud83d\udc77<\/div>\n        <h3>Untrained Workforce<\/h3>\n        <p>Your team learns by trial-and-error. There's no training manual that teaches plywood science from first principles.<\/p>\n      <\/div>\n      <div class=\"problem-card\">\n        <div class=\"problem-icon\">\ud83c\udf0d<\/div>\n        <h3>Export Rejections<\/h3>\n        <p>International buyers reject shipments for quality issues you could have prevented \u2014 if only you knew the exact standards.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Solution -->\n<section class=\"solution\">\n  <div class=\"container\">\n    <div class=\"solution-grid\">\n      <div class=\"solution-image\">\n        <img decoding=\"async\" src=\"https:\/\/plyinsight.com\/wp-content\/uploads\/2017\/08\/latest-popup.png\" alt=\"Dr. S.K. Nath Handbook\">\n        <div class=\"experience-badge\">\n          <span class=\"years\">40+<\/span>\n          <span class=\"text\">Years in Plywood<br>Industry<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"solution-content\">\n        <div class=\"section-tag\">The Solution<\/div>\n        <h2 class=\"section-title\">Finally \u2014 A Handbook That Covers Everything<\/h2>\n        <p>Written by <strong>Dr. S.K. Nath<\/strong>, Scientist & Joint Director (Retd.), this is the <strong>only book in India<\/strong> that explains plywood production technology scientifically \u2014 from raw material selection to finished product testing.<\/p>\n\n        <ul class=\"feature-list\">\n          <li>\n            <div class=\"feature-check\">\u2713<\/div>\n            <div>\n              <h4>End-to-End Manufacturing Coverage<\/h4>\n              <p>Log selection \u2192 Peeling \u2192 Drying \u2192 Gluing \u2192 Pressing \u2192 Finishing \u2192 Testing<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"feature-check\">\u2713<\/div>\n            <div>\n              <h4>Practical Solutions for Real Defects<\/h4>\n              <p>Diagnose and fix delamination, warping, thickness variation, and surface defects with proven techniques<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"feature-check\">\u2713<\/div>\n            <div>\n              <h4>Improve Yield & Plant Efficiency<\/h4>\n              <p>Scientific methods to reduce wastage, optimize glue consumption, and increase production output<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"feature-check\">\u2713<\/div>\n            <div>\n              <h4>BIS & Export Standards Explained<\/h4>\n              <p>Clear guidance on IS codes, QCO norms, and international quality requirements<\/p>\n            <\/div>\n          <\/li>\n          <li>\n            <div class=\"feature-check\">\u2713<\/div>\n            <div>\n              <h4>Written in Simple Language<\/h4>\n              <p>No heavy jargon. Factory owners, managers, and even fresh engineers can understand and apply immediately<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Technical Highlights -->\n<section class=\"technical\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\" style=\"background:rgba(124,181,24,0.2);color:var(--accent);\">Technical Content<\/div>\n      <h2 class=\"section-title\">Packed with Diagrams, Charts & Real Manufacturing Data<\/h2>\n    <\/div>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <div class=\"tech-icon\">\ud83d\udcd0<\/div>\n        <h4>Technical Diagrams<\/h4>\n        <p>Detailed illustrations of knife grinding, microbevelling, back grinding, and machinery setup with precise measurements and angles.<\/p>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-icon\">\ud83d\udd27<\/div>\n        <h4>Defect Troubleshooting<\/h4>\n        <p>Complete chapter on gluing defects and remedial measures \u2014 delamination, weak bond, steam pocket, blister, core gap, face crack & more.<\/p>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-icon\">\ud83d\udcca<\/div>\n        <h4>Process Parameters<\/h4>\n        <p>Exact specifications for dryer operation, resin preparation, gluing, hot pressing time, temperature, and pressure settings.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Chapters - Only 12 + Many More -->\n<section class=\"chapters\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\">Inside The Book<\/div>\n      <h2 class=\"section-title\">What You'll Learn \u2014 Chapter by Chapter<\/h2>\n    <\/div>\n\n    <div class=\"chapters-grid\">\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 01<\/div>\n        <h4>About Authors & Publisher's Note<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 02<\/div>\n        <h4>Introduction to Plywood & Wood Based Panel Products<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 03<\/div>\n        <h4>Veneer & Plywood \u2014 Preliminary<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 04<\/div>\n        <h4>A Model Layout of Plywood Plant<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 05<\/div>\n        <h4>Storage of Logs and Chemicals<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 06<\/div>\n        <h4>Peeling of Veneer \u2014 Conventional & Spindle-less Lathe<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 07<\/div>\n        <h4>Knife Grinding & Dryer Operation<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 08<\/div>\n        <h4>Management of Green and Dry Veneer<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 09<\/div>\n        <h4>Veneer Preparation, Resin & Glue Preparation<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 10<\/div>\n        <h4>Assembling of Mat and Plywood \u2014 Production Planning<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 11<\/div>\n        <h4>Pre-Pressing, Hot Pressing & Role of Moisture<\/h4>\n      <\/div>\n      <div class=\"chapter-card\">\n        <div class=\"chapter-num\">Chapter 12<\/div>\n        <h4>Gluing Defects and Remedial Measures<\/h4>\n      <\/div>\n      <div class=\"many-more-card\">\n        <div class=\"dots\">\u2022\u2022\u2022<\/div>\n        <h4>And Many More<\/h4>\n        <p>+ 16 additional chapters<\/p>\n      <\/div>\n      <div class=\"many-more-card\">\n        <div class=\"dots\">\ud83d\udcd6<\/div>\n        <h4>338 Total Pages<\/h4>\n        <p>First Edition May 2025<\/p>\n      <\/div>\n      <div class=\"many-more-card\">\n        <div class=\"dots\">\ud83d\udd2c<\/div>\n        <h4>Technical Diagrams<\/h4>\n        <p>Charts, tables & illustrations<\/p>\n      <\/div>\n      <div class=\"many-more-card\">\n        <div class=\"dots\">\ud83d\udccb<\/div>\n        <h4>BIS Standards<\/h4>\n        <p>IS codes & export norms<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Testimonials -->\n<section class=\"testimonials\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\" style=\"background:rgba(124,181,24,0.2);color:var(--accent);\">Reviews<\/div>\n      <h2 class=\"section-title\">Trusted by Plywood Manufacturers Across India<\/h2>\n    <\/div>\n\n    <div class=\"testimonials-grid\">\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testimonial-text\">\"This book saved us lakhs in rejected material. The troubleshooting chapter on delamination alone was worth 10x the price. Every plywood factory owner must have this on their desk.\"<\/p>\n        <div class=\"testimonial-author\">\n          <div class=\"author-avatar\">RK<\/div>\n          <div class=\"author-info\">\n            <h5>Rajesh Kumar<\/h5>\n            <span>Owner, Krishna Plywood Industries, Yamunanagar<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testimonial-text\">\"We were struggling with BIS certification for months. Dr. Nath's clear explanation of testing protocols helped us get certified in just 3 weeks. Incredible resource.\"<\/p>\n        <div class=\"testimonial-author\">\n          <div class=\"author-avatar\">AS<\/div>\n          <div class=\"author-info\">\n            <h5>Amit Sharma<\/h5>\n            <span>Director, Sharma Ply & Veneer, Punjab<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testimonial-text\">\"As a new entrepreneur entering plywood manufacturing, this was my bible. From machinery selection to glue formulation \u2014 everything is explained step-by-step. Highly recommended.\"<\/p>\n        <div class=\"testimonial-author\">\n          <div class=\"author-avatar\">VP<\/div>\n          <div class=\"author-info\">\n            <h5>Vikram Patel<\/h5>\n            <span>Founder, Gujarat Ply Tech, Ahmedabad<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Pricing -->\n<section class=\"pricing\" id=\"buy\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\">Special Offer<\/div>\n      <h2 class=\"section-title\">Invest in Knowledge That Pays Back 100x<\/h2>\n    <\/div>\n\n    <div class=\"pricing-card\">\n      <div class=\"pricing-badge\">\ud83d\udd25 Most Popular<\/div>\n      <h3>\u092a\u094d\u0932\u093e\u0908\u0935\u0941\u0921 \u0909\u0924\u094d\u092a\u093e\u0926\u0928 \u0915\u0940 \u090f\u0915 \u092a\u0941\u0938\u094d\u0924\u093f\u0915\u093e<\/h3>\n      <p style=\"opacity:0.7;\">Hardcover Edition by Dr. S.K. Nath | 338 Pages | First Edition May 2025<\/p>\n\n      <div class=\"price\">\n        \u20b91,100\n        <span>\u20b91,500<\/span>\n      <\/div>\n\n      <p class=\"price-note\">\ud83d\ude9a FREE Shipping across India | Cash on Delivery Available<\/p>\n\n      <ul class=\"pricing-features\">\n        <li>Hardcover printed edition (338 pages)<\/li>\n        <li>28 chapters with technical diagrams<\/li>\n        <li>Free shipping to any location in India<\/li>\n        <li>WhatsApp support for queries<\/li>\n        <li>30-day money-back guarantee<\/li>\n        <li>Valid for BIS & export compliance<\/li>\n      <\/ul>\n\n      <a href=\"https:\/\/razorpay.me\/@plyinsight\" class=\"btn btn-primary btn-large\" style=\"width:100%;max-width:400px;\">\n        \ud83d\uded2 Buy Now via Razorpay\n      <\/a>\n\n      <div style=\"margin-top:16px;\">\n        <a href=\"https:\/\/wa.me\/918278298590\" class=\"btn btn-whatsapp\" style=\"padding:16px 40px;font-size:1.1rem;\" target=\"_blank\">\n          \ud83d\udcac Order on WhatsApp\n        <\/a>\n      <\/div>\n\n      <div class=\"guarantee\">\n        \ud83d\udd12 100% Secure Payment | 30-Day Money Back Guarantee\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FAQ -->\n<section class=\"faq\">\n  <div class=\"container\">\n    <div class=\"section-header\">\n      <div class=\"section-tag\">FAQ<\/div>\n      <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n    <\/div>\n\n    <div class=\"faq-grid\">\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          Is this book suitable for beginners in plywood manufacturing?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>Absolutely. Dr. S.K. Nath has written this book in simple, practical language that anyone can understand \u2014 whether you're a first-time entrepreneur, a factory supervisor, or a seasoned plant manager. No advanced technical background required.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          How is this different from other plywood books available online?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>This is the <strong>only book in India<\/strong> that covers plywood production from a scientific and practical standpoint. Unlike generic textbooks, it focuses on real Indian manufacturing conditions, BIS norms, and cost-effective solutions that actually work on the factory floor.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          What payment methods do you accept?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>You can pay securely via Razorpay using UPI, Credit\/Debit cards, Net Banking, or Wallets. We also offer <strong>Cash on Delivery<\/strong> for select locations. You can also order directly via WhatsApp at <strong>82782 98590<\/strong>.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          How long does delivery take?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>We dispatch within 24-48 hours of order confirmation. Delivery typically takes <strong>3-7 business days<\/strong> depending on your location in India. You'll receive a tracking link via WhatsApp once your order is shipped.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          Is there a digital\/e-book version available?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>Currently, we only offer the printed hardcover edition as it contains detailed technical diagrams, tables, and reference charts that are best viewed in print. A digital version may be released in the future.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n          What if I don't find the book useful?\n        <\/div>\n        <div class=\"faq-answer\">\n          <p>We offer a <strong>30-day money-back guarantee<\/strong>. If you feel the book hasn't added value to your business, simply contact us on WhatsApp and we'll process a full refund \u2014 no questions asked.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA Section -->\n<section class=\"cta-section\">\n  <div class=\"container\">\n    <h2>Stop Guessing. Start Manufacturing<br>with Confidence.<\/h2>\n    <p>Join 500+ plywood manufacturers who have transformed their production quality with Dr. S.K. Nath's proven methods.<\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"https:\/\/razorpay.me\/@plyinsight\" class=\"btn btn-primary btn-large\">\ud83d\uded2 Buy Now \u2014 \u20b91,100 Only<\/a>\n      <a href=\"https:\/\/wa.me\/918278298590\" class=\"btn btn-whatsapp btn-large\" target=\"_blank\">\ud83d\udcac Chat on WhatsApp<\/a>\n    <\/div>\n    <p style=\"margin-top:24px;font-size:1rem;opacity:0.6;\">\ud83d\udcde Or call us: <strong>+91 82782 98590<\/strong><\/p>\n  <\/div>\n<\/section>\n\n<!-- Footer -->\n<footer>\n  <div class=\"container\">\n    <p>\u00a9 2026 PlyInsight. Published by PlyInsight Media. All rights reserved.<\/p>\n    <p style=\"margin-top:8px;\">First Edition May 2025 | Printed by Acron Media, Karnal - 132001 (Haryana)<\/p>\n    <p style=\"margin-top:6px;\">For bulk orders (10+ copies), contact us on <a href=\"https:\/\/wa.me\/918278298590\" target=\"_blank\">WhatsApp<\/a><\/p>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"A Hand Book of Plywood Production by Dr. S.K. Nath | PlyInsight \ud83d\ude9a FREE Shipping across India | First Edition May 2025 | 338 Pages | Hardcover PlyInsight Buy Now WhatsApp \ud83d\udcda India's Only Scientific Handbook Master the Science of Plywood Manufacturing The complete technical guide from log to finished plywood \u2014 written by industry [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-53454","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Plywood Production Book - PLY INSIGHT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/plyinsight.com\/hi\/plywood-production-book\/\" \/>\n<meta property=\"og:locale\" content=\"hi_IN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plywood Production Book - PLY INSIGHT\" \/>\n<meta property=\"og:url\" content=\"https:\/\/plyinsight.com\/hi\/plywood-production-book\/\" \/>\n<meta property=\"og:site_name\" content=\"PLY INSIGHT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PlyInsight\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T12:18:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@PlyInsight\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/plyinsight.com\/plywood-production-book\/\",\"url\":\"https:\/\/plyinsight.com\/plywood-production-book\/\",\"name\":\"Plywood Production Book - PLY INSIGHT\",\"isPartOf\":{\"@id\":\"https:\/\/plyinsight.com\/#website\"},\"datePublished\":\"2026-05-28T10:54:39+00:00\",\"dateModified\":\"2026-05-28T12:18:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/plyinsight.com\/plywood-production-book\/#breadcrumb\"},\"inLanguage\":\"hi-IN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/plyinsight.com\/plywood-production-book\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/plyinsight.com\/plywood-production-book\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/plyinsight.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plywood Production Book\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/plyinsight.com\/#website\",\"url\":\"https:\/\/plyinsight.com\/\",\"name\":\"PLY INSIGHT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/plyinsight.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hi-IN\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plywood Production Book - PLY INSIGHT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/plyinsight.com\/hi\/plywood-production-book\/","og_locale":"hi_IN","og_type":"article","og_title":"Plywood Production Book - PLY INSIGHT","og_url":"https:\/\/plyinsight.com\/hi\/plywood-production-book\/","og_site_name":"PLY INSIGHT","article_publisher":"https:\/\/www.facebook.com\/PlyInsight","article_modified_time":"2026-05-28T12:18:59+00:00","twitter_card":"summary_large_image","twitter_site":"@PlyInsight","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/plyinsight.com\/plywood-production-book\/","url":"https:\/\/plyinsight.com\/plywood-production-book\/","name":"Plywood Production Book - PLY INSIGHT","isPartOf":{"@id":"https:\/\/plyinsight.com\/#website"},"datePublished":"2026-05-28T10:54:39+00:00","dateModified":"2026-05-28T12:18:59+00:00","breadcrumb":{"@id":"https:\/\/plyinsight.com\/plywood-production-book\/#breadcrumb"},"inLanguage":"hi-IN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/plyinsight.com\/plywood-production-book\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/plyinsight.com\/plywood-production-book\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/plyinsight.com\/"},{"@type":"ListItem","position":2,"name":"Plywood Production Book"}]},{"@type":"WebSite","@id":"https:\/\/plyinsight.com\/#website","url":"https:\/\/plyinsight.com\/","name":"PLY INSIGHT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/plyinsight.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hi-IN"}]}},"_links":{"self":[{"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/pages\/53454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/comments?post=53454"}],"version-history":[{"count":5,"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/pages\/53454\/revisions"}],"predecessor-version":[{"id":53462,"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/pages\/53454\/revisions\/53462"}],"wp:attachment":[{"href":"https:\/\/plyinsight.com\/hi\/wp-json\/wp\/v2\/media?parent=53454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}