/
home
/
whiteglobeco
/
menu-backup-20260813-004920
/
Upload File
HOME
<script></script> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Patent Translation Services | White Globe</title> <meta name="description" content="Jurisdiction-compliant patent translation for WIPO, EPO, USPTO, CNIPA, JPO and INPI — claims, prior art, office actions and IP portfolio localisation in 350+ languages. Human + AI, quintuple ISO certified, Lang Tech™ secured. White Globe — Asia's #1 Language Service Provider."> <meta name="keywords" content="patent translation services India, WIPO translation, EPO patent translation, USPTO patent filing translation, CNIPA translation, IP portfolio translation, prior art translation, patent claims translation, White Globe patent translation, ISO 17100 patent linguists"> <link rel="canonical" href="https://www.whiteglobe.co.in/patent-translation"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap Icons --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <!-- White Globe Main CSS --> <link rel="stylesheet" href="./css/style.css"> <style> /* ═════════════════════════════════════════════════════ DESIGN SYSTEM — Patent Intelligence Theme Deep indigo · Blueprint amber · Technical white ═════════════════════════════════════════════════════ */ :root { --ink: #06080F; --ink-mid: #0A0E1A; --ink-lift: #0F1525; --ink-card: #141C30; --ink-card2: #192238; --border: rgba(255,255,255,0.07); --border-hi: rgba(255,255,255,0.13); --amber: #C98A28; --amber-lt: #E0A840; --amber-pale: rgba(201,138,40,0.12); --amber-glow: rgba(201,138,40,0.05); --blue: #2E7DD1; --blue-lt: #4A99F0; --blue-pale: rgba(46,125,209,0.12); --violet: #6B4FC8; --violet-pale: rgba(107,79,200,0.12); --white: #FFFFFF; --muted: rgba(255,255,255,0.44); --subtle: rgba(255,255,255,0.20); --ease: cubic-bezier(0.16, 1, 0.3, 1); } *, *::before, *::after { box-sizing:border-box; margin:0; padding:0; } html { scroll-behavior:smooth; font-size:16px; } body { font-family:'DM Sans', sans-serif; background:var(--ink); color:var(--white); overflow-x:hidden; -webkit-font-smoothing:antialiased; } a { color:inherit; text-decoration:none; } button { font-family:'DM Sans', sans-serif; cursor:pointer; } .reveal { opacity:0; transform:translateY(26px); transition:opacity .65s var(--ease), transform .65s var(--ease); } .reveal.on { opacity:1; transform:none; } .d1{transition-delay:.07s} .d2{transition-delay:.14s} .d3{transition-delay:.21s} .d4{transition-delay:.28s} .d5{transition-delay:.35s} .d6{transition-delay:.42s} /* ═══════ NAV ═══════ */ .nav { position:fixed; top:0; left:0; right:0; z-index:100; height:66px; padding:0 56px; display:flex; align-items:center; justify-content:space-between; background:rgba(6,8,15,0.93); backdrop-filter:blur(20px); border-bottom:1px solid var(--border); } .nav-logo { display:flex; align-items:center; gap:10px; } .nav-logo-mark { width:32px; height:32px; border-radius:7px; background:linear-gradient(135deg, var(--amber), #7A5010); display:flex; align-items:center; justify-content:center; font-family:'Libre Baskerville',serif; font-weight:700; font-size:16px; color:var(--ink); } .nav-logo-text { font-size:14px; font-weight:600; } .nav-logo-text span { color:var(--amber); } .nav-links { display:flex; align-items:center; gap:28px; } .nav-link { font-size:13px; font-weight:400; color:var(--muted); transition:color .2s; } .nav-link:hover { color:var(--white); } .nav-cta { padding:9px 22px; border-radius:6px; background:var(--blue); color:var(--white); font-size:13px; font-weight:600; letter-spacing:.02em; transition:background .2s, transform .15s; } .nav-cta:hover { background:var(--blue-lt); transform:translateY(-1px); } /* ═══════ HERO ═══════ */ .hero { min-height:100vh; padding:140px 56px 80px; display:flex; flex-direction:column; justify-content:center; position:relative; overflow:hidden; } .hero::before { content:''; position:absolute; inset:0; pointer-events:none; background: radial-gradient(ellipse 70% 55% at 72% 28%, rgba(46,125,209,0.07) 0%, transparent 60%), radial-gradient(ellipse 50% 65% at 8% 78%, rgba(201,138,40,0.06) 0%, transparent 55%); } /* Blueprint grid pattern */ .hero-grid { position:absolute; inset:0; pointer-events:none; opacity:0.3; background-image: linear-gradient(rgba(46,125,209,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(46,125,209,0.06) 1px, transparent 1px); background-size:60px 60px; } /* Patent document motif */ .hero-doc { position:absolute; right:5%; top:50%; transform:translateY(-50%); width:340px; pointer-events:none; opacity:0.06; } .doc-lines { display:flex; flex-direction:column; gap:8px; } .doc-line { height:2px; background:var(--blue); border-radius:1px; } .doc-line:nth-child(1) { width:100%; } .doc-line:nth-child(2) { width:75%; } .doc-line:nth-child(3) { width:90%; } .doc-line:nth-child(4) { width:60%; } .doc-line:nth-child(5) { width:85%; } .doc-line:nth-child(6) { width:50%; } .doc-line:nth-child(7) { width:100%; } .doc-line:nth-child(8) { width:70%; } .doc-line:nth-child(9) { width:80%; } .doc-line:nth-child(10) { width:45%; } .doc-claim { margin-top:20px; padding:16px; border:1px solid rgba(46,125,209,0.3); border-radius:6px; } .claim-lines { display:flex; flex-direction:column; gap:6px; } .claim-line { height:2px; background:var(--amber); border-radius:1px; } .hero-inner { position:relative; z-index:2; max-width:800px; } .hero-eyebrow { display:inline-flex; align-items:center; gap:10px; padding:6px 16px; border-radius:100px; border:1px solid rgba(46,125,209,0.35); background:rgba(46,125,209,0.08); font-family:'DM Mono',monospace; font-size:10px; font-weight:500; color:var(--blue-lt); letter-spacing:.12em; text-transform:uppercase; margin-bottom:28px; } .hero-eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--blue-lt); animation:pulse 2s infinite; } @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} } .hero-title { font-family:'Libre Baskerville',serif; font-size:clamp(44px, 6vw, 84px); font-weight:400; line-height:1.07; letter-spacing:-.015em; margin-bottom:22px; } .hero-title em { font-style:italic; color:var(--amber); } .hero-title strong { font-weight:700; } .hero-sub { font-size:16px; font-weight:300; color:var(--muted); line-height:1.8; max-width:580px; margin-bottom:14px; } .hero-alert { display:inline-flex; align-items:flex-start; gap:10px; padding:10px 16px; border-radius:6px; background:rgba(46,125,209,0.10); border:1px solid rgba(46,125,209,0.25); font-size:12px; color:rgba(160,200,255,0.85); margin-bottom:36px; max-width:640px; } .alert-tag { font-family:'DM Mono',monospace; font-size:9px; font-weight:500; padding:2px 8px; border-radius:3px; background:var(--blue); color:var(--white); letter-spacing:.08em; text-transform:uppercase; flex-shrink:0; margin-top:1px; } .hero-actions { display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-bottom:44px; } .btn-primary { padding:13px 30px; border-radius:7px; background:var(--blue); color:var(--white); font-size:14px; font-weight:600; letter-spacing:.02em; border:none; transition:background .2s, transform .15s, box-shadow .2s; } .btn-primary:hover { background:var(--blue-lt); transform:translateY(-2px); box-shadow:0 8px 28px rgba(46,125,209,.30); } .btn-ghost { padding:13px 28px; border-radius:7px; border:1px solid var(--border-hi); color:var(--white); font-size:14px; font-weight:400; background:transparent; transition:border-color .2s, background .2s; } .btn-ghost:hover { border-color:rgba(255,255,255,.30); background:rgba(255,255,255,.04); } .hero-trust { display:flex; align-items:center; gap:22px; flex-wrap:wrap; padding-top:32px; border-top:1px solid var(--border); } .trust-item { display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted); } .trust-dot { width:5px; height:5px; border-radius:50%; background:var(--amber); flex-shrink:0; } .trust-item strong { color:var(--white); font-weight:500; } /* ═══════ MARQUEE ═══════ */ .marquee-wrap { background:var(--ink-mid); overflow:hidden; border-top:1px solid var(--border); border-bottom:1px solid var(--border); } .marquee-track { display:flex; width:max-content; animation:ticker 30s linear infinite; } @keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} } .mitem { display:flex; align-items:center; gap:10px; padding:16px 32px; border-right:1px solid var(--border); white-space:nowrap; flex-shrink:0; } .mval { font-family:'Libre Baskerville',serif; font-size:19px; font-weight:700; color:var(--amber); } .mlbl { font-size:11px; color:var(--muted); font-weight:300; } /* ═══════ SHARED SECTION ═══════ */ .sec { padding:96px 56px; } .sec-inner { max-width:1200px; margin:0 auto; } .sec-off { background:var(--ink-mid); } .sec-hdr { text-align:center; margin-bottom:60px; } .eyebrow { display:inline-block; font-family:'DM Mono',monospace; font-size:10px; font-weight:500; letter-spacing:.15em; text-transform:uppercase; color:var(--amber-lt); margin-bottom:14px; } .sec-title { font-family:'Libre Baskerville',serif; font-size:clamp(30px, 4vw, 50px); font-weight:400; line-height:1.15; letter-spacing:-.01em; margin-bottom:16px; } .sec-title em { font-style:italic; color:var(--amber); } .sec-title strong { font-weight:700; } .sec-lead { font-size:15px; font-weight:300; color:var(--muted); line-height:1.8; max-width:580px; margin:0 auto; } /* ═══════ PATENT SCOPE ═══════ */ .scope-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; } .scope-card { background:var(--ink-card); padding:32px 26px; transition:background .25s; position:relative; overflow:hidden; } .scope-card:hover { background:var(--ink-card2); } .scope-card::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg, transparent, var(--blue-lt), transparent); opacity:0; transition:opacity .3s; } .scope-card:hover::before { opacity:1; } .scope-n { font-family:'DM Mono',monospace; font-size:10px; color:var(--blue-lt); letter-spacing:.1em; margin-bottom:14px; } .scope-icon { font-size:26px; margin-bottom:14px; } .scope-name { font-family:'Libre Baskerville',serif; font-size:18px; font-weight:700; margin-bottom:10px; line-height:1.25; } .scope-desc { font-size:13px; color:var(--muted); line-height:1.7; font-weight:300; margin-bottom:16px; } .scope-tags { display:flex; flex-wrap:wrap; gap:5px; } .scope-tag { font-family:'DM Mono',monospace; font-size:9px; font-weight:500; padding:3px 8px; border-radius:4px; border:1px solid var(--border-hi); color:var(--subtle); letter-spacing:.04em; text-transform:uppercase; } /* ═══════ RISK SECTION ═══════ */ .risk-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; } .risk-card { background:var(--ink-card); padding:28px 24px; transition:background .25s; } .risk-card:hover { background:var(--ink-card2); } .risk-tag { display:inline-block; font-family:'DM Mono',monospace; font-size:9px; font-weight:500; letter-spacing:.1em; text-transform:uppercase; padding:3px 10px; border-radius:4px; margin-bottom:12px; } .rt-ip { background:rgba(46,125,209,0.15); color:rgba(140,195,255,0.85); } .rt-warn { background:rgba(201,138,40,0.15); color:rgba(220,175,100,0.85); } .rt-risk { background:rgba(180,60,60,0.15); color:rgba(230,140,130,0.85); } .risk-title { font-size:14px; font-weight:500; line-height:1.4; margin-bottom:8px; } .risk-desc { font-size:12px; color:var(--muted); line-height:1.7; font-weight:300; } /* ═══════ PROCESS ═══════ */ .proc-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; margin-bottom:40px; } .proc-step { background:var(--ink-card); padding:26px 22px; transition:background .25s; } .proc-step:hover { background:var(--ink-card2); } .proc-n { font-family:'DM Mono',monospace; font-size:10px; color:var(--amber-lt); letter-spacing:.1em; margin-bottom:10px; } .proc-icon { font-size:22px; margin-bottom:10px; } .proc-name { font-size:13px; font-weight:600; line-height:1.35; margin-bottom:7px; } .proc-desc { font-size:12px; color:var(--muted); line-height:1.65; font-weight:300; } .proc-mode { display:inline-flex; align-items:center; gap:5px; font-family:'DM Mono',monospace; font-size:9px; padding:3px 8px; border-radius:4px; margin-top:11px; letter-spacing:.05em; text-transform:uppercase; } .mode-ai { background:rgba(46,125,209,0.15); color:var(--blue-lt); } .mode-h { background:var(--amber-pale); color:var(--amber-lt); } .mode-both { background:rgba(107,79,200,0.15); color:rgba(180,160,240,0.85); } .mode-legal { background:rgba(180,60,60,0.12); color:rgba(230,140,130,0.85); } /* Tech + Credentials two-col */ .two-col { display:grid; grid-template-columns:1fr 1fr; gap:24px; } .panel-card { background:var(--ink-card); border:1px solid var(--border); border-radius:12px; padding:30px; } .panel-hdr { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; } .panel-title { font-family:'Libre Baskerville',serif; font-size:17px; font-weight:700; } .panel-badge { font-family:'DM Mono',monospace; font-size:9px; font-weight:500; padding:4px 10px; border-radius:4px; background:var(--blue-pale); color:var(--blue-lt); letter-spacing:.08em; text-transform:uppercase; } .feat-list { display:flex; flex-direction:column; gap:11px; } .feat-item { display:flex; align-items:flex-start; gap:10px; } .feat-dot { width:5px; height:5px; border-radius:50%; background:var(--amber); flex-shrink:0; margin-top:7px; } .feat-text { font-size:13px; color:var(--muted); line-height:1.6; font-weight:300; } .feat-text strong { color:var(--white); font-weight:500; } /* Tech stack table */ .tech-table { width:100%; border-collapse:collapse; } .tech-table tr { border-bottom:1px solid var(--border); } .tech-table tr:last-child { border-bottom:none; } .tech-table td { padding:10px 0; font-size:12px; vertical-align:top; } .tech-table td:first-child { font-family:'DM Mono',monospace; font-size:10px; color:var(--amber-lt); letter-spacing:.06em; text-transform:uppercase; width:110px; padding-right:14px; padding-top:13px; } .tech-tools { display:flex; flex-wrap:wrap; gap:5px; } .tech-pill { font-family:'DM Mono',monospace; font-size:10px; padding:3px 9px; border-radius:4px; border:1px solid var(--border-hi); color:var(--muted); } /* ═══════ JURISDICTIONS ═══════ */ .juris-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; margin-bottom:24px; } .juris-card { background:var(--ink-card); padding:26px 22px; transition:background .25s; } .juris-card:hover { background:var(--ink-card2); } .juris-hdr { display:flex; align-items:center; gap:10px; margin-bottom:14px; } .juris-flag { font-size:22px; } .juris-name { font-size:14px; font-weight:600; } .juris-auth { font-family:'DM Mono',monospace; font-size:9px; color:var(--amber-lt); letter-spacing:.08em; text-transform:uppercase; } .juris-list { display:flex; flex-direction:column; gap:7px; } .juris-item { display:flex; align-items:flex-start; gap:8px; font-size:12px; color:var(--muted); font-weight:300; line-height:1.5; } .jdot { width:4px; height:4px; border-radius:50%; background:var(--amber); flex-shrink:0; margin-top:6px; opacity:.7; } .juris-bottom { padding:20px 28px; background:var(--ink-card); border:1px solid var(--border); border-radius:10px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; } .juris-bottom-text { font-size:14px; color:var(--muted); font-weight:300; } .juris-bottom-text strong { color:var(--white); font-weight:500; } .juris-link { font-size:13px; font-weight:600; color:var(--amber-lt); display:inline-flex; align-items:center; gap:6px; transition:gap .2s; flex-shrink:0; } .juris-link:hover { gap:10px; } .juris-link::after { content:'→'; } /* ═══════ INDUSTRIES ═══════ */ .ind-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; } .ind-card { background:var(--ink-card); padding:26px 22px; transition:background .25s; } .ind-card:hover { background:var(--ink-card2); } .ind-icon { font-size:24px; margin-bottom:12px; } .ind-name { font-size:14px; font-weight:600; margin-bottom:7px; } .ind-desc { font-size:12px; color:var(--muted); line-height:1.65; font-weight:300; margin-bottom:12px; } .ind-tags { display:flex; flex-wrap:wrap; gap:4px; } .ind-tag { font-family:'DM Mono',monospace; font-size:9px; font-weight:500; padding:2px 7px; border-radius:3px; border:1px solid var(--border-hi); color:var(--subtle); letter-spacing:.04em; text-transform:uppercase; } /* ═══════ WHY WG ═══════ */ .why-layout { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; } .why-title { font-family:'Libre Baskerville',serif; font-size:clamp(30px,3.5vw,46px); font-weight:400; line-height:1.18; margin-bottom:18px; } .why-title em { font-style:italic; color:var(--amber); } .why-body { font-size:15px; color:var(--muted); line-height:1.8; font-weight:300; margin-bottom:30px; } .stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--border); border:1px solid var(--border); border-radius:10px; overflow:hidden; } .stat-cell { background:var(--ink-card); padding:20px 16px; text-align:center; } .stat-val { font-family:'Libre Baskerville',serif; font-size:28px; font-weight:700; color:var(--amber); line-height:1; } .stat-lbl { font-size:11px; color:var(--muted); margin-top:5px; font-weight:300; line-height:1.4; } .differ-stack { display:flex; flex-direction:column; gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; } .differ-card { background:var(--ink-card); padding:22px 24px; display:flex; gap:14px; align-items:flex-start; transition:background .2s; } .differ-card:hover { background:var(--ink-card2); } .differ-icon { width:36px; height:36px; border-radius:8px; flex-shrink:0; background:var(--amber-pale); border:1px solid rgba(201,138,40,0.2); display:flex; align-items:center; justify-content:center; font-size:16px; } .differ-title { font-size:14px; font-weight:600; margin-bottom:4px; } .differ-desc { font-size:12px; color:var(--muted); line-height:1.6; font-weight:300; } /* ═══════ CASE STUDY ═══════ */ .case-strip { background:linear-gradient(135deg, rgba(46,125,209,0.10), rgba(201,138,40,0.08)); border:1px solid rgba(46,125,209,0.2); border-radius:14px; padding:48px 52px; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; } .case-label { font-family:'DM Mono',monospace; font-size:10px; font-weight:500; letter-spacing:.15em; text-transform:uppercase; color:var(--blue-lt); margin-bottom:14px; display:block; } .case-title { font-family:'Libre Baskerville',serif; font-size:clamp(22px,2.5vw,30px); font-weight:700; line-height:1.25; margin-bottom:14px; } .case-title em { font-style:italic; color:var(--amber); } .case-body { font-size:14px; color:var(--muted); line-height:1.75; font-weight:300; } .case-metrics { display:grid; grid-template-columns:1fr 1fr; gap:16px; } .case-metric { background:var(--ink-card); border:1px solid var(--border); border-radius:10px; padding:18px 16px; text-align:center; } .cm-val { font-family:'Libre Baskerville',serif; font-size:30px; font-weight:700; color:var(--amber); line-height:1; } .cm-lbl { font-size:11px; color:var(--muted); margin-top:6px; font-weight:300; line-height:1.4; } /* ═══════ TRENDS ═══════ */ .trends-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .trend-card { background:var(--ink-card); border:1px solid var(--border); border-radius:12px; padding:28px 24px; transition:border-color .25s, background .25s; } .trend-card:hover { border-color:rgba(201,138,40,0.25); background:var(--ink-card2); } .trend-pill { display:inline-block; font-family:'DM Mono',monospace; font-size:9px; font-weight:500; letter-spacing:.1em; text-transform:uppercase; padding:3px 10px; border-radius:4px; margin-bottom:14px; } .tp-blue { background:rgba(46,125,209,0.15); color:rgba(140,195,255,0.85); } .tp-amber { background:rgba(201,138,40,0.15); color:rgba(220,175,100,0.85); } .tp-green { background:rgba(40,160,100,0.15); color:rgba(120,210,160,0.85); } .trend-title { font-size:14px; font-weight:500; line-height:1.35; margin-bottom:10px; } .trend-body { font-size:13px; color:var(--muted); line-height:1.7; font-weight:300; } /* ═══════ ISO BAR ═══════ */ .iso-bar { background:var(--ink-mid); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:26px 56px; } .iso-inner { max-width:1200px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; } .iso-lead { font-size:13px; color:var(--muted); font-weight:300; } .iso-certs { display:flex; align-items:center; gap:10px; flex-wrap:wrap; } .iso-badge { padding:6px 14px; border-radius:5px; border:1px solid rgba(201,138,40,0.25); background:var(--amber-pale); font-family:'DM Mono',monospace; font-size:11px; font-weight:500; color:var(--amber-lt); letter-spacing:.04em; } /* ═══════ CTA ═══════ */ .cta-sec { background:var(--ink); padding:110px 56px; position:relative; overflow:hidden; } .cta-sec::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:600px; height:350px; border-radius:50%; background:radial-gradient(ellipse, rgba(46,125,209,0.06), transparent 70%); pointer-events:none; } .cta-inner { max-width:660px; margin:0 auto; text-align:center; position:relative; z-index:2; } .cta-eyebrow { display:block; font-family:'DM Mono',monospace; font-size:10px; letter-spacing:.15em; text-transform:uppercase; color:var(--amber-lt); margin-bottom:20px; } .cta-title { font-family:'Libre Baskerville',serif; font-size:clamp(34px,5vw,58px); font-weight:400; line-height:1.1; margin-bottom:18px; } .cta-title em { font-style:italic; color:var(--amber); } .cta-sub { font-size:16px; color:var(--muted); font-weight:300; line-height:1.7; margin-bottom:36px; } .cta-actions { display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; } .cta-note { margin-top:22px; font-size:12px; color:var(--subtle); } /* ═══════ FOOTER ═══════ */ footer { background:var(--ink-mid); border-top:1px solid var(--border); padding:48px 56px 32px; } .footer-inner { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; } .footer-logo-wrap { display:flex; align-items:center; gap:9px; margin-bottom:10px; } .footer-logo-mark { width:28px; height:28px; border-radius:6px; background:linear-gradient(135deg, var(--amber), #7A5010); display:flex; align-items:center; justify-content:center; font-family:'Libre Baskerville',serif; font-weight:700; font-size:14px; color:var(--ink); } .footer-logo-text { font-size:14px; font-weight:600; } .footer-logo-text span { color:var(--amber); } .footer-tag { font-size:12px; color:var(--muted); max-width:220px; line-height:1.6; font-weight:300; } .footer-links { display:flex; gap:44px; flex-wrap:wrap; } .footer-col h5 { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.1em; color:var(--amber-lt); margin-bottom:14px; } .footer-col a { display:block; font-size:13px; color:var(--muted); margin-bottom:9px; transition:color .2s; font-weight:300; } .footer-col a:hover { color:var(--white); } .footer-bottom { max-width:1200px; margin:36px auto 0; padding-top:22px; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; } .footer-copy { font-size:11px; color:var(--subtle); } .footer-rank { font-family:'DM Mono',monospace; font-size:10px; color:var(--amber); letter-spacing:.05em; } /* ═══════ RESPONSIVE ═══════ */ @media(max-width:1024px) { .nav { padding:0 24px; } .nav-links { display:none; } .hero { padding:120px 28px 64px; } .hero-doc { display:none; } .sec { padding:68px 28px; } .scope-grid, .risk-grid, .juris-grid { grid-template-columns:1fr 1fr; } .proc-grid, .ind-grid { grid-template-columns:repeat(2,1fr); } .trends-grid { grid-template-columns:1fr 1fr; } .why-layout { grid-template-columns:1fr; gap:40px; } .two-col { grid-template-columns:1fr; } .case-strip { grid-template-columns:1fr; gap:32px; padding:36px 28px; } .iso-bar { padding:24px 28px; } .cta-sec { padding:80px 28px; } footer { padding:40px 28px 28px; } } @media(max-width:640px) { .hero-title { font-size:40px; } .scope-grid, .risk-grid, .juris-grid, .ind-grid, .trends-grid { grid-template-columns:1fr; } .proc-grid { grid-template-columns:1fr; } .stat-grid { grid-template-columns:1fr 1fr; } .case-metrics { grid-template-columns:1fr 1fr; } .footer-links { gap:24px; } .footer-inner { flex-direction:column; } } /* ========================== HERO FIX AFTER WG HEADER ========================== */ .hero{ background: var(--ink) !important; min-height: 100vh !important; padding: 140px 56px 80px !important; position: relative !important; overflow: hidden !important; } .hero::before{ content:""; position:absolute; inset:0; background: radial-gradient(ellipse 70% 55% at 72% 28%, rgba(46,125,209,0.07) 0%, transparent 60%), radial-gradient(ellipse 50% 65% at 8% 78%, rgba(201,138,40,0.06) 0%, transparent 55%) !important; pointer-events:none; } .hero-grid{ position:absolute; inset:0; opacity:.3 !important; z-index:1; } .hero-inner{ position:relative; z-index:2; max-width:800px; } .hero-doc{ position:absolute; right:5%; top:50%; transform:translateY(-50%); z-index:1; opacity:.06; } </style> </head> <body> <!-- ══════ NAV ══════ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="description" content="White Globe Document and Language Translation Services"> <meta name="keywords" content="white globe, translation, interpretation, localization, language translation services, document translation services"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Asia's Leading LSP For Translation, Localization And Language Services</title> <!--Favicon--> <link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png"> <link rel="manifest" href="/images/favicon/site.webmanifest"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <!--Bootstrap CSS--> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"> <!--Bootstrap Icon--> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> <!--CSS--> <link rel="stylesheet" href="./style.css"> <!--JS--> <script src="./script.js" defer></script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Corporation", "name": "White Globe Group Pvt. Ltd.", "url": "https://whiteglobe.co.in/", "logo": "https://whiteglobe.co.in/images/logo/WG-logo.webp", "sameAs": [ "https://www.facebook.com/whiteglobegroup", "http://www.twitter.com/whiteglobegroup", "https://www.instagram.com/whiteglobegroup/", "https://www.youtube.com/@whiteglobepvtltd", "https://www.linkedin.com/company/whiteglobegroupofcompanies" ] } </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CW3RSR91PY"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-CW3RSR91PY'); </script> </head> <body> <!--Top Bar--> <nav class="navbar navbar-expand-xl" id="top-nav"> <div class="container-fluid"> <a class="navbar-brand pt-0 pb-0" href="./index.html"> <img src="./images/logo/WG-logo.webp" alt="logo-whiteglobe" width="180" height=auto; class="img-fluid"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <li class="nav-item dropdown"> <div id="dropdown1"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Our Story </a> <ul class="dropdown-menu" id="dropdown-1"> <li> <a class="dropdown-item" href="./origin-story-of-white-globe.html">Origin Story Of White Globe</a> </li> <li> <a class="dropdown-item" href="./origin-of-brand-name.html">Origin Of Brand Name</a> </li> <li> <a class="dropdown-item" href="./vision-mission.html">Vision & Mission</a> </li> <li> <a class="dropdown-item" href="./about-us.html">About Us</a> </li> <li> <a class="dropdown-item" href="./team.html">Management Team</a></li> <li> <a class="dropdown-item" href="./language-coe-team.html">Language COE Team</a> </li> <li> <a class="dropdown-item" href="./white-globe-trotter.html">White Globe Trotter</a> </li> <li> <a class="dropdown-item" href="./whiteglobe-in-news.html">White Globe In News</a> </li> <li> <a class="dropdown-item" href="./our-corporate-profile.html"> Our Corporate Profile </a> </li> <li class="dropend"> <a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown"> Our Brands </a> <ul class="dropdown-menu brands-menu"> <li> <a class="dropdown-item" href="./Nexoratech.html"> Nexoratech </a> </li> <li> <a class="dropdown-item" href="./indic-translation.html"> Indic Translation <img src="./images/logo/indic-translation.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./lang-tal.html"> Lang Tal <img src="./images/logo/lang-tal.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./lang-train.html"> Lang Train <img src="./images/logo/lang-train.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./lang-writer.html"> Lang Writer <img src="./images/logo/lang-writer.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./on-tap-translation.html"> On Tap Translation <img src="./images/logo/on-tap-translation.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./online-interpreter.html"> Online Interpreter <img src="./images/logo/online-interpreter.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./polyverse-digital.html"> Polyverse Digital <img src="./images/logo/polyverse-digital.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./polyverse-media.html"> Polyverse Media <img src="./images/logo/polyverse-media.webp" width="25"> </a> </li> <li> <a class="dropdown-item" href="./yellow-hat-global.html"> Yellow Hat Global <img src="./images/logo/yellow-hat-global.webp" width="25"> </a> </li> </ul> </li> </div> </li> <li class="nav-item dropdown"> <div id="dropdown2"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Industry Solutions </a> <ul class="dropdown-menu" id="dropdown-2"> <li> <a class="dropdown-item" href=Industry-Solutions.html>Industry Solutions</a> </li> <li> <a class="dropdown-item" href="./Technical-Documentation-Transformation.html">Technical Documentation Transformation</a> </li> <li> <a class="dropdown-item" href="./customised-industry-solution.html">Customised Industry Solution</a> </li> <li> <a class="dropdown-item" href="./Precision-Medical-Translation.html">Precision Medical Translation</a> </li> <li> <a class="dropdown-item" href="./Certified-Translation-Services.html">Certified Translation Services </a> </li> <li> <a class="dropdown-item" href="./Legal-Translation-Services.html">Legal Translation Services</a> </li> <li> <a class="dropdown-item" href="./Patent-Translation-Services.html">Patent Translation Services</a> </li> <li> <a class="dropdown-item" href="./Business-Translation-Services.html">Business Translation Services</a> </li> <li> <a class="dropdown-item" href="./mdr-solutions.html">MDR Solutions</a> </li> </ul> </div> </li> <li class="nav-item dropdown"> <div id="dropdown2"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Solutions By Format </a> <ul class="dropdown-menu" id="dropdown-2"> <li> <a class="dropdown-item" href="./Solutions-By-Format.html">Solutions By Format </a> </li> <li> <a class="dropdown-item" href="./Multilingual-eLearning-Solutions.html">Multilingual-eLearning-Solutions </a> </li> <li> <a class="dropdown-item" href="./Enterprise-Multimedia-Localisation.html">Enterprise-Multimedia-Localisation</a> </li> <li> <a class="dropdown-item" href="./language-solutions-hub.html">Language Solutions Hub</a> </li> <li> <a class="dropdown-item" href="./beyond-language-solution.html">Value Added Solutions </a> </li> </ul> </div> </li> <li class="nav-item dropdown"> <div id="dropdown2"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Why White Globe </a> <ul class="dropdown-menu" id="dropdown-2"> <li> <a class="dropdown-item" href="./Why-Whiteglobe.html">Why Whiteglobe</a> </li> <li> <a class="dropdown-item" href="./common-language-pair.html">Common Language Pair</a> </li> <li> <a class="dropdown-item" href="./tailored-solutions-for-functions.html">Tailored Solutions For Function</a> </li> </ul> </div> </li> <li class="nav-item dropdown"> <div id="dropdown3"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Success Stories </a> <ul class="dropdown-menu" id="dropdown-3"> <li> <a class="dropdown-item" href="./case-studies.html">Case Studies</a> </li> </ul> </div> </li> <li class="nav-item dropdown"> <div id="dropdown3"> <a class="nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Lang Tech </a> <ul class="dropdown-menu" id="dropdown-3"> <li> <a class="dropdown-item" href="./our-technology-platform.html"> Our Technology Platform <img src="./images/logo/langtech.webp" alt="logo-lang-tech" width="30" height="30"> </a> </li> </ul> </div> </li> <li class="nav-item dropdown"> <div id="dropdown5"> <a class="nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Knowledge Center </a> <ul class="dropdown-menu" id="dropdown-5"> <li> <a class="dropdown-item" href="./articles.html"> Articles </a> </li> <li> <a class="dropdown-item" href="./blogs.html"> Blogs </a> </li> </ul> </div> </li> <li class="nav-item"> <a class="nav-link" href="./request-a quote.html"> Request A Quote </a> </li> <li class="nav-item dropdown"> <div id="dropdown6"> <a class="nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Get In Touch </a> <ul class="dropdown-menu" id="dropdown-6"> <li> <a class="dropdown-item" href="./connect-with-us.html"> Connect With Us </a> </li> <li> <a class="dropdown-item" href="./career.html"> Career </a> </li> </ul> </div> </nav> <!-- ══════ HERO ══════ --> <section class="hero"> <div class="hero-grid"></div> <div class="hero-doc"> <div class="doc-lines"> <div class="doc-line"></div><div class="doc-line"></div><div class="doc-line"></div> <div class="doc-line"></div><div class="doc-line"></div><div class="doc-line"></div> <div class="doc-line"></div><div class="doc-line"></div><div class="doc-line"></div> <div class="doc-line"></div> </div> <div class="doc-claim"> <div class="claim-lines"> <div class="claim-line" style="width:100%"></div> <div class="claim-line" style="width:80%"></div> <div class="claim-line" style="width:90%"></div> <div class="claim-line" style="width:65%"></div> </div> </div> </div> <div class="hero-inner"> <div class="hero-eyebrow reveal">Asia's #1 Patent Translation Partner</div> <h1 class="hero-title reveal d1"> Protect Innovation.<br> <em>File Everywhere.</em><br> <strong>Win Every Market.</strong> </h1> <p class="hero-sub reveal d2"> White Globe delivers jurisdiction-compliant patent translation for WIPO, EPO, USPTO, CNIPA, JPO, KIPO, and INPI — covering patent applications, claims, prior art, office actions, and full IP portfolio localisation across 350+ languages. Every claim validated by domain-expert patent linguists. Every project secured by Lang Tech™. </p> <div class="hero-alert reveal d2"> <span class="alert-tag">2026 Alert</span> USPTO, EPO, and CNIPA have all issued 2025–26 guidance requiring disclosed human authorship and oversight for AI-assisted patent translations submitted to national offices. White Globe's Human + AI model — ISO 18587-aligned with documented linguist accountability — satisfies every jurisdiction's evolving AI disclosure requirement. </div> <div class="hero-actions reveal d3"> <button class="btn-primary" onclick="window.location.href='https://www.whiteglobe.co.in/contact'">Speak to a Patent Translation Expert</button> <button class="btn-ghost" onclick="document.getElementById('process').scrollIntoView({behavior:'smooth'})">See Our SOP</button> </div> <div class="hero-trust reveal d4"> <div class="trust-item"><span class="trust-dot"></span><strong>WIPO · EPO · USPTO · CNIPA · JPO · KIPO · INPI</strong></div> <div class="trust-item"><span class="trust-dot"></span><strong>350+ Languages</strong> · 1,000+ IP Language Pairs</div> <div class="trust-item"><span class="trust-dot"></span><strong>100,000+</strong> Domain-Expert Linguists</div> <div class="trust-item"><span class="trust-dot"></span><strong>Quintuple ISO</strong> Certified</div> <div class="trust-item"><span class="trust-dot"></span><strong>50+ Fortune 500</strong> IP Clients</div> </div> </div> </section> <!-- ══════ MARQUEE ══════ --> <div class="marquee-wrap"> <div class="marquee-track"> <div class="mitem"><span class="mval">350+</span><span class="mlbl">Languages Supported</span></div> <div class="mitem"><span class="mval">7</span><span class="mlbl">Major Patent Offices Covered</span></div> <div class="mitem"><span class="mval">100,000+</span><span class="mlbl">Domain-Expert Linguists</span></div> <div class="mitem"><span class="mval">2,750+</span><span class="mlbl">Enterprise Clients Globally</span></div> <div class="mitem"><span class="mval">50+</span><span class="mlbl">Fortune 500 IP Clients</span></div> <div class="mitem"><span class="mval">1B+</span><span class="mlbl">Words Translated Annually</span></div> <div class="mitem"><span class="mval">40%</span><span class="mlbl">Faster Turnaround via TM Reuse</span></div> <div class="mitem"><span class="mval">24×7</span><span class="mlbl">Global Patent Delivery Ops</span></div> <div class="mitem"><span class="mval">350+</span><span class="mlbl">Languages Supported</span></div> <div class="mitem"><span class="mval">7</span><span class="mlbl">Major Patent Offices Covered</span></div> <div class="mitem"><span class="mval">100,000+</span><span class="mlbl">Domain-Expert Linguists</span></div> <div class="mitem"><span class="mval">2,750+</span><span class="mlbl">Enterprise Clients Globally</span></div> <div class="mitem"><span class="mval">50+</span><span class="mlbl">Fortune 500 IP Clients</span></div> <div class="mitem"><span class="mval">1B+</span><span class="mlbl">Words Translated Annually</span></div> <div class="mitem"><span class="mval">40%</span><span class="mlbl">Faster Turnaround via TM Reuse</span></div> <div class="mitem"><span class="mval">24×7</span><span class="mlbl">Global Patent Delivery Ops</span></div> </div> </div> <!-- ══════ SCOPE ══════ --> <section class="sec sec-off" id="scope"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Patent Translation Scope</div> <h2 class="sec-title">Every Patent Document.<br><em>Every Filing Stage. Every Office.</em></h2> <p class="sec-lead">From initial PCT filing to post-grant validation — White Globe's patent translation specialists cover every document type across the complete IP lifecycle, in every language your filing strategy requires.</p> </div> <div class="scope-grid"> <div class="scope-card reveal d1"> <div class="scope-n">01 / 06</div> <div class="scope-icon">📄</div> <div class="scope-name">Patent Applications & Claims</div> <div class="scope-desc">Full patent application translation — abstract, description, independent and dependent claims, drawings references, and sequence listings — with claim-by-claim terminological consistency enforced throughout and jurisdiction-specific claim structure applied for the target patent office.</div> <div class="scope-tags"><span class="scope-tag">PCT Applications</span><span class="scope-tag">National Phase</span><span class="scope-tag">Claims</span><span class="scope-tag">Abstract</span></div> </div> <div class="scope-card reveal d2"> <div class="scope-n">02 / 06</div> <div class="scope-icon">🔬</div> <div class="scope-name">Prior Art & Technical Literature</div> <div class="scope-desc">Competitor patent translation, scientific publications, technical journals, and non-patent literature (NPL) for prior art searches and freedom-to-operate analyses — with domain-expert linguists ensuring technical precision in chemistry, biology, engineering, and electronics terminology.</div> <div class="scope-tags"><span class="scope-tag">Prior Art</span><span class="scope-tag">NPL</span><span class="scope-tag">FTO Analysis</span><span class="scope-tag">Technical Literature</span></div> </div> <div class="scope-card reveal d3"> <div class="scope-n">03 / 06</div> <div class="scope-icon">📮</div> <div class="scope-name">Office Actions & Examination Responses</div> <div class="scope-desc">Translation of patent office actions — examination reports, objections, restriction requirements — and preparation of responses in the native legal language of the examining authority, with jurisdiction-specific argumentation structure and claim amendment formatting applied throughout.</div> <div class="scope-tags"><span class="scope-tag">Office Actions</span><span class="scope-tag">Rejections</span><span class="scope-tag">Claim Amendments</span><span class="scope-tag">Responses</span></div> </div> <div class="scope-card reveal d4"> <div class="scope-n">04 / 06</div> <div class="scope-icon">💼</div> <div class="scope-name">IP Portfolio Localisation & M&A Harmonisation</div> <div class="scope-desc">Large-scale IP portfolio translation for multi-country filing programmes, post-merger patent portfolio harmonisation, and cross-border IP due diligence — with translation memory maximising consistency across thousands of patent families and TM reuse delivering significant cost efficiency at volume.</div> <div class="scope-tags"><span class="scope-tag">Portfolio Translation</span><span class="scope-tag">M&A Due Diligence</span><span class="scope-tag">IP Harmonisation</span></div> </div> <div class="scope-card reveal d5"> <div class="scope-n">05 / 06</div> <div class="scope-icon">📋</div> <div class="scope-name">IP Licensing, Assignments & Agreements</div> <div class="scope-desc">Patent licensing agreements, technology transfer contracts, exclusive and non-exclusive IP assignment documentation, cross-licensing frameworks, and royalty agreements — translated with bilingual legal precision and defined-term consistency enforced across every agreement in the suite.</div> <div class="scope-tags"><span class="scope-tag">Licensing</span><span class="scope-tag">Assignments</span><span class="scope-tag">Tech Transfer</span><span class="scope-tag">Royalty Agreements</span></div> </div> <div class="scope-card reveal d6"> <div class="scope-n">06 / 06</div> <div class="scope-icon">⚖️</div> <div class="scope-name">Patent Litigation & Opposition Documents</div> <div class="scope-desc">Inter partes review (IPR) filings, opposition proceedings, invalidity contentions, claim construction briefs, expert declarations, and arbitration documentation — certified and formatted for the procedural requirements of national courts and international patent dispute tribunals.</div> <div class="scope-tags"><span class="scope-tag">IPR Filings</span><span class="scope-tag">Opposition</span><span class="scope-tag">Invalidity</span><span class="scope-tag">Expert Declarations</span></div> </div> </div> </div> </section> <!-- ══════ RISK ══════ --> <section class="sec"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">The Patent Translation Risk</div> <h2 class="sec-title">In Patent Claims,<br><em>One Word Changes Everything</em></h2> <p class="sec-lead">The six failure modes that cost R&D-intensive enterprises patent rights, filing cycles, and competitive position — and why they persist with generalist vendors and unvalidated AI tools.</p> </div> <div class="risk-grid"> <div class="risk-card reveal d1"> <span class="risk-tag rt-risk">Claim Scope Risk</span> <div class="risk-title">Imprecise Claim Translation Narrows or Invalidates Patent Protection</div> <div class="risk-desc">Patent claims define the legal boundaries of IP protection. A single imprecise term — a generic noun where a defined technical term is required, or a verb that implies process specificity that the claim does not intend — can narrow the scope of granted protection or create invalidity grounds during litigation that cost millions to defend.</div> </div> <div class="risk-card reveal d2"> <span class="risk-tag rt-warn">AI Disclosure — 2026</span> <div class="risk-title">USPTO, EPO & CNIPA Require Disclosed Human Oversight for AI-Assisted Patent Translations</div> <div class="risk-desc">USPTO's 2024 AI guidance and EPO's 2025 AI framework both require patent applicants to disclose AI involvement in translation and confirm qualified human review. Submitting AI-only translations without ISO 18587-aligned post-editing documentation — or failing to disclose AI use when required — now creates grounds for rejection and opposition in every major patent jurisdiction.</div> </div> <div class="risk-card reveal d3"> <span class="risk-tag rt-risk">Confidentiality Breach</span> <div class="risk-title">Pre-Grant Patent Applications Sent to Unvetted Translators Without NDA or Encryption</div> <div class="risk-desc">A patent application is commercially sensitive from the moment of filing — often representing years of R&D investment and a competitive moat that has not yet been published. Routing pre-grant patent content through unvetted freelancers, unencrypted email exchanges, or general-purpose AI tools without confidentiality controls creates IP disclosure risk that cannot be undone.</div> </div> <div class="risk-card reveal d4"> <span class="risk-tag rt-ip">Terminology Inconsistency</span> <div class="risk-title">Defined Technical Terms Translated Inconsistently Across a Patent Family</div> <div class="risk-desc">A patent family filing across 8 jurisdictions — WIPO PCT, EPO, USPTO, CNIPA, JPO, KIPO, INPI, and EUIPO — must render every defined technical term identically across every language version. Fragmented vendor chains without shared translation memories produce terminology drift that creates inter-jurisdictional inconsistency — a vulnerability opposing counsel actively searches for during litigation.</div> </div> <div class="risk-card reveal d5"> <span class="risk-tag rt-warn">Rejection Risk</span> <div class="risk-title">Office Actions Received Due to Formatting Non-Compliance with Target Patent Office Rules</div> <div class="risk-desc">Every patent office — EPO, USPTO, CNIPA, JPO — enforces specific formatting requirements for translated applications: claim numbering conventions, line-by-line structure, figure reference formatting, and XML tagging for digital submission. Non-compliant formatting generates avoidable office actions that delay grant and add prosecution cost without adding any substantive value to the application.</div> </div> <div class="risk-card reveal d6"> <span class="risk-tag rt-risk">M&A IP Risk</span> <div class="risk-title">Post-Merger Patent Portfolios Contain Unresolved Translation Errors — Discovered in Due Diligence</div> <div class="risk-desc">In cross-border M&A transactions, acquired patent portfolios containing translation errors — inconsistent claim scope across jurisdictions, incorrect technical terminology, unresolved office actions — are increasingly discovered during IP due diligence, creating negotiation leverage for the acquirer and reducing transaction value for the seller. Prevention costs a fraction of the impact.</div> </div> </div> </div> </section> <!-- ══════ PROCESS ══════ --> <section class="sec sec-off" id="process"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Patent SOP & Delivery Process</div> <h2 class="sec-title">Eight Steps Built for<br><em>IP Precision at Scale.</em></h2> <p class="sec-lead">White Globe's patent translation SOP is engineered for the filing accuracy, terminology consistency, jurisdictional compliance, and absolute confidentiality that R&D leaders and IP counsel require.</p> </div> <div class="proc-grid"> <div class="proc-step reveal d1"> <div class="proc-n">STEP 01</div> <div class="proc-icon">📥</div> <div class="proc-name">Intake, Scope & Confidentiality Activation</div> <div class="proc-desc">Source patent files collected (PDF, DOCX, XML, scanned). Jurisdiction targets confirmed, document types identified, certification requirements defined. NDAs executed for all project team members. IP-specialist PM assigned. Pre-grant sensitivity flag activated throughout Lang Tech™ platform.</div> <span class="proc-mode mode-h">Human</span> </div> <div class="proc-step reveal d2"> <div class="proc-n">STEP 02</div> <div class="proc-icon">📚</div> <div class="proc-name">TM & Patent Glossary Setup</div> <div class="proc-desc">Client-specific Translation Memory loaded or created. Domain bilingual glossary built — technical and legal terminology, defined claim terms, jurisdiction-specific style guides. OCR and document tagging applied to scanned or image-based patent files. Jurisdiction formatting templates activated.</div> <span class="proc-mode mode-both">H + AI</span> </div> <div class="proc-step reveal d3"> <div class="proc-n">STEP 03</div> <div class="proc-icon">🤖</div> <div class="proc-name">AI Pre-Translation via Lang Tech™</div> <div class="proc-desc">Lang Tech™ pre-translates high-confidence TM matches and non-critical descriptive sections. Domain-trained AI engines applied. Critical sections — independent claims, abstract, drawings references — flagged for human-only handling with no AI suggestion applied.</div> <span class="proc-mode mode-ai">AI-Enabled</span> </div> <div class="proc-step reveal d4"> <div class="proc-n">STEP 04</div> <div class="proc-icon">🧑🔬</div> <div class="proc-name">Patent Linguist Post-Editing</div> <div class="proc-desc">Certified patent translators — matched by technical domain (pharma, automotive, electronics, chemistry, biotech) and target jurisdiction — post-edit with full attention to claim fidelity, legal construct accuracy, scientific/technical content precision, and glossary enforcement throughout.</div> <span class="proc-mode mode-h">Human</span> </div> <div class="proc-step reveal d1"> <div class="proc-n">STEP 05</div> <div class="proc-icon">⚖️</div> <div class="proc-name">Legal & Technical Peer Review</div> <div class="proc-desc">Senior bilingual patent expert or bilingual patent attorney reviews for legal coherence, cross-reference accuracy between claims and drawings, jurisdiction-specific phrasing, and terminological consistency across every section — abstract, description, claims, and sequence listings.</div> <span class="proc-mode mode-h">Human</span> </div> <div class="proc-step reveal d2"> <div class="proc-n">STEP 06</div> <div class="proc-icon">✅</div> <div class="proc-name">Automated & Manual QA</div> <div class="proc-desc">Xbench, Verifika, and QA Distiller run automated checks: placeholder mismatches, untranslated segments, number and tag errors, terminology inconsistencies. Manual QA validates legal formatting, line numbers, heading structure, claim numbering, annotations, and figure references per target office requirements.</div> <span class="proc-mode mode-both">H + AI</span> </div> <div class="proc-step reveal d3"> <div class="proc-n">STEP 07</div> <div class="proc-icon">📐</div> <div class="proc-name">Legal Formatting, Tagging & Certification</div> <div class="proc-desc">Translated output reformatted to comply with target patent office templates — EPO line-by-line structure, USPTO claim formatting, CNIPA layout standards, WIPO PCT form compliance. Diagrams, figures, and annotations embedded in required layout. XML tagging for digital submission. Translator certification applied where required by jurisdiction.</div> <span class="proc-mode mode-legal">DTP + Legal</span> </div> <div class="proc-step reveal d4"> <div class="proc-n">STEP 08</div> <div class="proc-icon">🔐</div> <div class="proc-name">Secure Delivery & TM Archive</div> <div class="proc-desc">Final documents delivered via Lang Tech™ encrypted download — DOCX, XML, PDF, XLIFF, or court-accepted format. Role-based access control. Full audit trail preserved. TM and termbase updated for future patent family filings — delivering compounding cost efficiency across multi-year filing programmes.</div> <span class="proc-mode mode-ai">Platform</span> </div> </div> <div class="two-col"> <div class="panel-card reveal d1"> <div class="panel-hdr"> <div class="panel-title">Technology & Tools Stack</div> <span class="panel-badge">ISO 27001</span> </div> <table class="tech-table"> <tr> <td>CAT / TMS</td> <td><div class="tech-tools"><span class="tech-pill">Lang Tech™</span><span class="tech-pill">Trados Studio</span><span class="tech-pill">MemoQ</span><span class="tech-pill">Phrase</span></div></td> </tr> <tr> <td>QA Tools</td> <td><div class="tech-tools"><span class="tech-pill">Xbench</span><span class="tech-pill">Verifika</span><span class="tech-pill">QA Distiller</span></div></td> </tr> <tr> <td>DTP</td> <td><div class="tech-tools"><span class="tech-pill">Adobe InDesign</span><span class="tech-pill">FrameMaker</span><span class="tech-pill">AutoCAD</span><span class="tech-pill">XML Editor</span></div></td> </tr> <tr> <td>OCR</td> <td><div class="tech-tools"><span class="tech-pill">ABBYY FineReader</span><span class="tech-pill">Adobe Pro</span></div></td> </tr> <tr> <td>Terminology</td> <td><div class="tech-tools"><span class="tech-pill">SDL MultiTerm</span><span class="tech-pill">MemoQ TermBase</span><span class="tech-pill">TBX Format</span></div></td> </tr> <tr> <td>Security</td> <td><div class="tech-tools"><span class="tech-pill">AWS Hosting</span><span class="tech-pill">No Download Policy</span><span class="tech-pill">Role-Based Access</span></div></td> </tr> </table> </div> <div class="panel-card reveal d2"> <div class="panel-hdr"> <div class="panel-title">Patent Linguist Credentials</div> <span class="panel-badge">ISO 17100</span> </div> <div class="feat-list"> <div class="feat-item"><span class="feat-dot"></span><div class="feat-text"><strong>WIPO-qualified patent translators</strong> — registered and verified with the World Intellectual Property Organization for PCT and national filing translations</div></div> <div class="feat-item"><span class="feat-dot"></span><div class="feat-text"><strong>Domain-matched technical linguists</strong> — pharmaceutical chemistry, biotech/genomics, ADAS/EV automotive, semiconductor electronics, mechanical engineering, and green energy</div></div> <div class="feat-item"><span class="feat-dot"></span><div class="feat-text"><strong>Bilingual patent attorneys</strong> — JD/LLB-qualified bilingual legal professionals available for high-stakes claim review, office action responses, and litigation documentation</div></div> <div class="feat-item"><span class="feat-dot"></span><div class="feat-text"><strong>ATA, ITI, NAATI certified</strong> translators matched by jurisdiction — including court-authorized sworn translators for EPO, CNIPA, and JPO proceedings</div></div> <div class="feat-item"><span class="feat-dot"></span><div class="feat-text"><strong>ISO 17100 & 18587 performance-scored</strong> — every linguist tracked project-by-project in Lang Tech™, enabling consistent assignment of top-rated resources to priority patent portfolios</div></div> </div> </div> </div> </div> </section> <!-- ══════ JURISDICTIONS ══════ --> <section class="sec" id="jurisdictions"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Patent Office Jurisdiction Coverage</div> <h2 class="sec-title">Every Major Patent Office.<br><em>Every Filing Format. Every Language.</em></h2> <p class="sec-lead">Each patent office enforces its own mandatory formatting structure, language requirements, and examination conventions. White Globe's jurisdiction desks know every rule — so your filings arrive ready to examine, not ready to be rejected.</p> </div> <div class="juris-grid"> <div class="juris-card reveal d1"> <div class="juris-hdr"><span class="juris-flag">🌐</span><div><div class="juris-name">WIPO / PCT</div><div class="juris-auth">International Filing · 153 Member States</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>PCT application translation aligned with WIPO structure — claims, description, abstract, and sequence listings to Chapter I and Chapter II requirements</div> <div class="juris-item"><span class="jdot"></span>National phase entry documentation prepared for every PCT designated state simultaneously</div> <div class="juris-item"><span class="jdot"></span>WIPO PATENTSCOPE-aligned formatting for all translated documents</div> <div class="juris-item"><span class="jdot"></span>2025 WIPO AI disclosure guidance incorporated — human review documentation provided on request</div> </div> </div> <div class="juris-card reveal d2"> <div class="juris-hdr"><span class="juris-flag">🇪🇺</span><div><div class="juris-name">EPO / Europe</div><div class="juris-auth">European Patent Convention · 39 Member States</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>EPC-compliant translation with precise legal phrasing — line-by-line formatting, claim numbering, and figure reference conventions enforced throughout</div> <div class="juris-item"><span class="jdot"></span>Post-grant validation translations for all European national phase countries — including Germany, France, Spain, Italy, UK, Netherlands</div> <div class="juris-item"><span class="jdot"></span>EPO opposition and appeal proceedings documentation in English, French, and German</div> <div class="juris-item"><span class="jdot"></span>EU Patent with Unitary Effect (UPC) documentation translated across all 17 participating states</div> </div> </div> <div class="juris-card reveal d3"> <div class="juris-hdr"><span class="juris-flag">🇺🇸</span><div><div class="juris-name">USPTO / United States</div><div class="juris-auth">United States Patent and Trademark Office</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>Certified translator declaration required for all non-English patent applications — White Globe provides jurisdiction-compliant certification statements for every translated filing</div> <div class="juris-item"><span class="jdot"></span>USPTO claim structuring conventions enforced — preamble, transition, and body structure aligned to US patent practice</div> <div class="juris-item"><span class="jdot"></span>Inter partes review (IPR) and ex parte reexamination documentation with litigation-ready certification</div> <div class="juris-item"><span class="jdot"></span>USPTO 2024 AI inventorship and AI-assisted translation disclosure requirements fully addressed</div> </div> </div> <div class="juris-card reveal d4"> <div class="juris-hdr"><span class="juris-flag">🇨🇳</span><div><div class="juris-name">CNIPA / China</div><div class="juris-auth">China National Intellectual Property Administration</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>Specialist Mandarin legal and technical translators for invention, utility model, and design patent applications across all technology domains</div> <div class="juris-item"><span class="jdot"></span>CNIPA redrafted abstract and claims — often substantively adapted to Chinese patent practice conventions rather than directly translated</div> <div class="juris-item"><span class="jdot"></span>Chinese Patent Law 2023 amendments incorporated — enhanced protection for biotech, AI inventions, and traditional knowledge</div> <div class="juris-item"><span class="jdot"></span>Office action responses in Chinese with jurisdiction-specific argumentation structure aligned to CNIPA examination guidelines</div> </div> </div> <div class="juris-card reveal d5"> <div class="juris-hdr"><span class="juris-flag">🇯🇵🇰🇷</span><div><div class="juris-name">JPO & KIPO</div><div class="juris-auth">Japan Patent Office · Korean Intellectual Property Office</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>Japanese patent translators with semiconductor, automotive, and robotics domain expertise for JPO filings aligned to Japanese patent drafting conventions</div> <div class="juris-item"><span class="jdot"></span>KIPO Korean patent applications across IT, electronics, and biotech — translated by NAATI and KIPO-registered Korean linguists</div> <div class="juris-item"><span class="jdot"></span>Office action responses in Japanese and Korean with local examination convention awareness</div> <div class="juris-item"><span class="jdot"></span>Digital apostille for JPO now supported under Japan's 2023 e-APP accession</div> </div> </div> <div class="juris-card reveal d6"> <div class="juris-hdr"><span class="juris-flag">🇮🇳</span><div><div class="juris-name">India & LATAM</div><div class="juris-auth">CGPDTM · INPI · IMPI · INAPI</div></div></div> <div class="juris-list"> <div class="juris-item"><span class="jdot"></span>Indian Patent Office (CGPDTM) applications — certified translations from 40+ source languages with Indian legal terminology and bilingual formatting</div> <div class="juris-item"><span class="jdot"></span>INPI Brazil, IMPI Mexico, INAPI Chile — Portuguese and Spanish patent translation by jurisdiction-certified linguists with local patent office convention knowledge</div> <div class="juris-item"><span class="jdot"></span>DPDP Act 2023 compliance for all personal data embedded in Indian patent prosecution correspondence</div> <div class="juris-item"><span class="jdot"></span>GCC patent filing — Gulf Cooperation Council patent applications in Arabic for GCC Patent Office submissions</div> </div> </div> </div> <div class="juris-bottom reveal"> <div class="juris-bottom-text">White Globe's patent jurisdiction coverage extends to <strong>40+ national IP offices</strong> — including EUIPO, AFRO (African Regional), OAPI (Francophone Africa), and ARIPO. Multi-country filing programmes co-ordinated by a single dedicated patent PM.</div> <a class="juris-link" href="https://www.whiteglobe.co.in/contact">Contact Our Patent Desk</a> </div> </div> </section> <!-- ══════ CASE STUDY ══════ --> <section class="sec sec-off"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Client Impact</div> <h2 class="sec-title">From 21 Days to 9.<br><em>Across Three Patent Offices.</em></h2> </div> <div class="case-strip reveal"> <div> <span class="case-label">Automotive OEM · Global Patent Filing Programme</span> <h3 class="case-title">Reduced 3-Country Patent Filing Translation Time by <em>57%</em> for a Global Auto OEM</h3> <p class="case-body">A global automotive OEM was filing EV platform patents simultaneously with USPTO, EPO, and CNIPA — requiring precise technical translation in English, German, French, and Mandarin within a tight filing window. Fragmented vendor management was creating a 21-day translation bottleneck that was delaying patent grant in key markets and exposing the IP to competitive risk during the prosecution window.<br><br>White Globe's patent translation desk — automotive-domain linguists, shared TM across all four languages, jurisdiction-specific formatting templates, and a single dedicated PM co-ordinating all three offices — compressed the full three-jurisdiction translation programme to 9 business days. TM leverage across the client's existing patent family delivered 40% cost reduction against previous per-word rates, with 100% claim alignment confirmed across all language versions by the client's patent counsel.</p> </div> <div class="case-metrics"> <div class="case-metric"><div class="cm-val">21→9</div><div class="cm-lbl">Business days — filing translation turnaround reduced</div></div> <div class="case-metric"><div class="cm-val">40%</div><div class="cm-lbl">Cost reduction via translation memory leverage</div></div> <div class="case-metric"><div class="cm-val">4</div><div class="cm-lbl">Languages delivered simultaneously — EN, DE, FR, ZH</div></div> <div class="case-metric"><div class="cm-val">100%</div><div class="cm-lbl">Claim alignment confirmed by patent counsel across all offices</div></div> </div> </div> </div> </section> <!-- ══════ INDUSTRIES ══════ --> <section class="sec" id="industries"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Industries Served</div> <h2 class="sec-title">Patent Translation for<br><em>Every IP-Intensive Sector</em></h2> <p class="sec-lead">White Globe's patent linguists are domain-matched by technical field — not assigned generically. The chemistry, mechanics, electronics, or biology of your invention requires a translator who understands it, not just the language it is written in.</p> </div> <div class="ind-grid"> <div class="ind-card reveal d1"> <div class="ind-icon">💊</div> <div class="ind-name">Pharmaceuticals & Life Sciences</div> <div class="ind-desc">Drug compound patents, biotech and genomic sequence inventions, clinical method patents, pharmaceutical formulation claims, and biosimilar patent strategies — with MedDRA, ICD-11, and WHO reference database familiarity.</div> <div class="ind-tags"><span class="ind-tag">Drug Compounds</span><span class="ind-tag">Biotech</span><span class="ind-tag">Genomics</span><span class="ind-tag">Biosimilars</span></div> </div> <div class="ind-card reveal d2"> <div class="ind-icon">🚗</div> <div class="ind-name">Automotive & EV Technology</div> <div class="ind-desc">EV platform patents, ADAS and autonomous driving systems, powertrain innovations, battery technology, HMI patents, and connected vehicle IP — with automotive engineering domain expertise across Japanese, German, Korean, and Chinese language pairs.</div> <div class="ind-tags"><span class="ind-tag">EV / Battery</span><span class="ind-tag">ADAS</span><span class="ind-tag">Powertrain</span><span class="ind-tag">HMI</span></div> </div> <div class="ind-card reveal d3"> <div class="ind-icon">💡</div> <div class="ind-name">Technology & Electronics</div> <div class="ind-desc">Semiconductor patent filings, AI and machine learning method patents, telecommunications inventions, IoT architecture patents, and software-implemented invention claims — with jurisdiction-specific software patent eligibility conventions applied per target office.</div> <div class="ind-tags"><span class="ind-tag">Semiconductors</span><span class="ind-tag">AI / ML</span><span class="ind-tag">Telecom</span><span class="ind-tag">IoT</span></div> </div> <div class="ind-card reveal d4"> <div class="ind-icon">🌱</div> <div class="ind-name">Green Energy & Clean Tech</div> <div class="ind-desc">Solar PV technology patents, wind energy innovations, hydrogen fuel cell inventions, carbon capture methods, and green chemistry processes — the fastest-growing patent filing domain globally in 2025–26, requiring technical linguists with renewable energy domain depth.</div> <div class="ind-tags"><span class="ind-tag">Solar / Wind</span><span class="ind-tag">Hydrogen</span><span class="ind-tag">Carbon Capture</span><span class="ind-tag">Green Chemistry</span></div> </div> <div class="ind-card reveal d1"> <div class="ind-icon">⚙️</div> <div class="ind-name">Engineering & Manufacturing</div> <div class="ind-desc">Mechanical engineering inventions, precision manufacturing process patents, industrial automation and robotics, heavy machinery innovations, and advanced materials — with dual German-English-Japanese patent translation expertise for the three largest engineering patent markets.</div> <div class="ind-tags"><span class="ind-tag">Robotics</span><span class="ind-tag">Automation</span><span class="ind-tag">Materials</span><span class="ind-tag">Heavy Machinery</span></div> </div> <div class="ind-card reveal d2"> <div class="ind-icon">🧪</div> <div class="ind-name">Chemicals & Specialty Materials</div> <div class="ind-desc">Organic and inorganic compound patents, polymer science inventions, specialty chemical formulation claims, adhesive and coating technology, and agrochemical patents — requiring IUPAC nomenclature precision and chemical structure referencing accuracy in every target language.</div> <div class="ind-tags"><span class="ind-tag">Polymers</span><span class="ind-tag">Agrochemicals</span><span class="ind-tag">IUPAC</span><span class="ind-tag">Coatings</span></div> </div> <div class="ind-card reveal d3"> <div class="ind-icon">🏥</div> <div class="ind-name">Medical Devices & HealthTech</div> <div class="ind-desc">Medical device patent applications for CE, FDA 510(k), and CDSCO submissions — diagnostic equipment, surgical instruments, implantable device innovations, digital health platforms, and AI-enabled diagnostic method patents with ISO 13485 domain expertise throughout.</div> <div class="ind-tags"><span class="ind-tag">CE Marking</span><span class="ind-tag">FDA 510(k)</span><span class="ind-tag">Diagnostics</span><span class="ind-tag">Digital Health</span></div> </div> <div class="ind-card reveal d4"> <div class="ind-icon">🛰️</div> <div class="ind-name">Aerospace & Defence</div> <div class="ind-desc">Propulsion system patents, avionics and navigation innovations, space technology inventions, unmanned aerial system patents, and advanced composites — with security-cleared confidentiality protocols available for defence-sector IP programmes requiring enhanced data handling.</div> <div class="ind-tags"><span class="ind-tag">Propulsion</span><span class="ind-tag">Avionics</span><span class="ind-tag">UAS</span><span class="ind-tag">Composites</span></div> </div> </div> </div> </section> <!-- ══════ WHY WHITE GLOBE ══════ --> <section class="sec sec-off"> <div class="sec-inner"> <div class="why-layout"> <div class="why-left reveal"> <div class="eyebrow" style="margin-bottom:14px">Why White Globe</div> <h2 class="why-title">Patent Translation<br>Built for <em>IP Counsel</em><br>and R&D Leaders.</h2> <p class="why-body">White Globe is not a generic translation vendor that handles patent documents. Our patent translation practice is purpose-built for the filing accuracy, terminology governance, jurisdictional compliance, and pre-grant confidentiality that IP counsel and R&D heads cannot compromise on. Trusted by 50+ Fortune 500 IP departments across Pharma, Automotive, Technology, and Chemicals globally — and the only Indian LSP ranked in the Slator Global Top 100.</p> <div class="stat-grid"> <div class="stat-cell"><div class="stat-val">7+</div><div class="stat-lbl">Major patent offices with dedicated jurisdiction desks</div></div> <div class="stat-cell"><div class="stat-val">40%</div><div class="stat-lbl">Average cost reduction via TM reuse across patent families</div></div> <div class="stat-cell"><div class="stat-val">50+</div><div class="stat-lbl">Fortune 500 IP and R&D clients globally</div></div> <div class="stat-cell"><div class="stat-val">57%</div><div class="stat-lbl">Turnaround improvement achieved for leading auto OEM</div></div> </div> </div> <div class="why-right reveal d3"> <div class="differ-stack"> <div class="differ-card"> <div class="differ-icon">🔬</div> <div><div class="differ-title">Domain-Matched Technical Linguists — Not Generalists</div><div class="differ-desc">Patent translation requires translators who understand the technology, not just the language. White Globe matches every patent project to linguists with relevant technical domain expertise — pharmaceutical chemistry, automotive engineering, semiconductor physics, biotech — ensuring the science is translated, not just the words.</div></div> </div> <div class="differ-card"> <div class="differ-icon">🔒</div> <div><div class="differ-title">Pre-Grant IP Confidentiality — The Most Secure Patent Translation Platform in Asia</div><div class="differ-desc">No patent file is ever emailed. No linguist ever accesses a complete patent document. Lang Tech™'s string-based segmentation, AWS encryption, NDA-covered project teams, and role-based access control deliver the pre-grant confidentiality that IP counsel and GCs require before a patent application is published.</div></div> </div> <div class="differ-card"> <div class="differ-icon">📊</div> <div><div class="differ-title">TM-Driven Cost Efficiency Across Multi-Year Patent Portfolios</div><div class="differ-desc">Translation memory built from your first patent project compounds in value across every subsequent filing — reducing cost on repeated terminology, standard claim structures, and common technical descriptions. Clients filing 100+ patents annually typically achieve 35–50% cost reduction within 18 months of programme initiation.</div></div> </div> <div class="differ-card"> <div class="differ-icon">⚖️</div> <div><div class="differ-title">ISO 18587-Aligned — Fully Compliant with 2026 USPTO, EPO & CNIPA AI Guidance</div><div class="differ-desc">Every White Globe patent translation project produces documented evidence of qualified human post-editing, ISO 18587 alignment, and linguist accountability — satisfying the AI disclosure and oversight requirements introduced by USPTO (2024), EPO (2025), and CNIPA across all major patent jurisdictions.</div></div> </div> <div class="differ-card"> <div class="differ-icon">🌐</div> <div><div class="differ-title">Single Partner — Full Patent Lifecycle, All Jurisdictions</div><div class="differ-desc">From PCT application to national phase entry, office action response, post-grant validation, opposition proceedings, and IP licensing documentation — White Globe manages every translation touchpoint across the complete patent lifecycle under a single SLA, single PM, and single quality standard.</div></div> </div> </div> </div> </div> </div> </section> <!-- ══════ TRENDS ══════ --> <section class="sec"> <div class="sec-inner"> <div class="sec-hdr reveal"> <div class="eyebrow">Industry Shifts — 2026</div> <h2 class="sec-title">What Is Reshaping<br><em>Patent Translation in 2026</em></h2> <p class="sec-lead">Six forces redefining what IP-intensive enterprises, patent counsel, and R&D heads need from a patent translation partner — and why White Globe is already positioned to deliver.</p> </div> <div class="trends-grid"> <div class="trend-card reveal d1"> <span class="trend-pill tp-blue">AI Disclosure</span> <div class="trend-title">USPTO, EPO & CNIPA Now Require Documented Human Oversight for AI-Assisted Patent Translations</div> <div class="trend-body">USPTO's 2024 AI inventorship guidance and EPO's 2025 AI framework both require patent applicants to disclose AI involvement in translation and confirm that qualified human review has been conducted. CNIPA issued equivalent guidance in Q1 2025. LSPs that cannot document ISO 18587-aligned human post-editing and linguist accountability are creating rejection risk — and potential invalidity grounds — for their clients' patent portfolios across all three major IP offices.</div> </div> <div class="trend-card reveal d2"> <span class="trend-pill tp-green">Green Tech Surge</span> <div class="trend-title">Clean Energy Patent Filings Hit Record Volume — Green Tech Now the Fastest-Growing IP Domain</div> <div class="trend-body">WIPO's 2025 patent data shows clean energy technology overtaking ICT as the fastest-growing patent filing domain globally — driven by solar PV, hydrogen fuel cells, battery technology, and carbon capture inventions. Enterprises scaling green technology IP programmes need patent translation partners with renewable energy domain linguists already onboarded and TM built for clean tech terminology — not general-purpose translators attempting technical precision.</div> </div> <div class="trend-card reveal d3"> <span class="trend-pill tp-amber">UPC Launch Impact</span> <div class="trend-title">EU Unified Patent Court Is Reshaping European Patent Translation Strategy for All Enterprises</div> <div class="trend-body">The Unitary Patent system — in force since June 2023, with UPC jurisdiction now expanding — means enterprises can validate a single European patent across 17 EU member states without individual national translation requirements. However, UPC proceedings are conducted in English, French, or German — meaning litigation and opposition translations for the UPC require specialist legal-linguistic expertise distinct from standard patent translation. White Globe's UPC translation desk is operational across all three official UPC languages.</div> </div> <div class="trend-card reveal d4"> <span class="trend-pill tp-blue">China IP Reform</span> <div class="trend-title">China Patent Law 2023 Amendments Create New Translation Requirements for Biotech & AI Patents</div> <div class="trend-body">China's 2023 Patent Law amendments introduce enhanced protection frameworks for biotechnology inventions, traditional knowledge, and AI-generated inventions — each with distinct claim structure and description requirements that differ from prior CNIPA practice. Enterprises filing biotech and AI patents in China now need translators with updated CNIPA examination guideline knowledge, not generic Mandarin legal translators applying pre-2023 conventions.</div> </div> <div class="trend-card reveal d5"> <span class="trend-pill tp-amber">M&A IP Due Diligence</span> <div class="trend-title">Cross-Border M&A Driving Record Demand for IP Portfolio Translation and Harmonisation</div> <div class="trend-body">Cross-border M&A activity at record 2025–26 levels means IP due diligence — reviewing acquired patent portfolios for claim scope accuracy, inter-jurisdictional consistency, and translation quality across potentially thousands of patent families — is creating urgent, high-volume patent translation demand on short deal timelines. Enterprises without a pre-qualified patent translation partner in place are forced into rushed vendor selection at exactly the moment when quality risk is highest.</div> </div> <div class="trend-card reveal d6"> <span class="trend-pill tp-green">AI Patent Filings</span> <div class="trend-title">AI-Invented and AI-Assisted Inventions Generating a New Category of Patent Translation Complexity</div> <div class="trend-body">AI-generated and AI-assisted inventions — from generative AI drug discovery to autonomous system design — present novel claim drafting challenges that propagate into translation complexity. Jurisdictions are diverging on AI inventorship: USPTO excludes AI inventors, EPO is developing position, CNIPA has the world's largest AI patent filing volume. Patent translation for AI inventions requires linguists who understand both the technical content and the evolving jurisdictional treatment of AI-origin IP.</div> </div> </div> </div> </section> <!-- ══════ ISO BAR ══════ --> <div class="iso-bar"> <div class="iso-inner"> <span class="iso-lead">Quintuple ISO Certification — quality, translation process, medical regulatory, data security, MT post-editing</span> <div class="iso-certs"> <span class="iso-badge">ISO 9001</span> <span class="iso-badge">ISO 17100</span> <span class="iso-badge">ISO 13485</span> <span class="iso-badge">ISO 27001</span> <span class="iso-badge">ISO 18587</span> </div> </div> </div> <!-- ══════ CTA ══════ --> <section class="cta-sec"> <div class="cta-inner"> <span class="cta-eyebrow reveal">Start Your Patent Translation Programme</span> <h2 class="cta-title reveal d1">Protect Your Innovation.<br><em>In Every Language.</em></h2> <p class="cta-sub reveal d2">Speak to a White Globe patent translation specialist — for a single PCT filing or an enterprise-wide multi-year IP portfolio programme. Submit a sample patent for no-obligation benchmarking or request our Patent Translation SLA and Compliance Pack.</p> <div class="cta-actions reveal d3"> <button class="btn-primary" onclick="window.location.href='mailto:enterprise@whiteglobe.co.in'">Submit a Sample Patent</button> <button class="btn-ghost" onclick="window.location.href='https://www.whiteglobe.co.in/contact'">Book a Free Consultation</button> </div> <p class="cta-note reveal d4">No commitment required. Senior patent translation specialist on every consultation call. Response within 1 business day.</p> </div> </section> <!-- ══════ FOOTER ══════ --> <footer> <div class="footer-inner"> <div> <div class="footer-logo-wrap"> <div class="footer-logo-mark">W</div> <span class="footer-logo-text">White <span>Globe</span></span> </div> <p class="footer-tag">India's #1 · Asia's Leading Language Solutions Partner. Slator 2025 LSPI: #89 Global · #8 Asia.</p> </div> <div class="footer-links"> <div class="footer-col"> <h5>Patent Services</h5> <a href="#scope">Patent Applications & Claims</a> <a href="#scope">Prior Art & Technical Literature</a> <a href="#scope">Office Action Responses</a> <a href="#scope">IP Portfolio Localisation</a> <a href="#scope">Patent Litigation Documents</a> </div> <div class="footer-col"> <h5>All Solutions</h5> <a href="https://www.whiteglobe.co.in/legal-translation">Legal Translation</a> <a href="https://www.whiteglobe.co.in/certified-translation">Certified Translation</a> <a href="https://www.whiteglobe.co.in/medical-translation-documentation">Medical Translation</a> <a href="https://www.whiteglobe.co.in/technical-documentation-transformation">Technical Documentation</a> <a href="https://www.whiteglobe.co.in/language-solutions">All Language Solutions</a> </div> <div class="footer-col"> <h5>Contact</h5> <a href="mailto:enterprise@whiteglobe.co.in">enterprise@whiteglobe.co.in</a> <a href="https://www.whiteglobe.co.in/contact">Request a Consultation</a> <a href="https://www.whiteglobe.co.in/about">About White Globe</a> <a href="https://www.whiteglobe.co.in/quality">ISO Certifications</a> </div> </div> </div> <div class="footer-bottom"> <span class="footer-copy">© 2025 White Globe Group. All rights reserved. | <a href="#" style="color:inherit">Privacy Policy</a> | <a href="#" style="color:inherit">Terms of Use</a></span> <span class="footer-rank">Slator 2025 LSPI · #89 Global · #8 Asia · #1 India</span> </div> </footer> <script> const obs = new IntersectionObserver(entries => { entries.forEach(e => { if(e.isIntersecting){ e.target.classList.add('on'); obs.unobserve(e.target); } }); }, { threshold:0.08 }); document.querySelectorAll('.reveal').forEach(el => obs.observe(el)); </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> <script src="./js/script.js"></script> </body> </html>