{"id":49,"date":"2026-06-09T16:23:23","date_gmt":"2026-06-09T16:23:23","guid":{"rendered":"https:\/\/diamondgroupventure.in\/?page_id=49"},"modified":"2026-06-09T17:48:28","modified_gmt":"2026-06-09T17:48:28","slug":"calculating","status":"publish","type":"page","link":"https:\/\/diamondgroupventure.in\/?page_id=49","title":{"rendered":""},"content":{"rendered":"\n<div style=\"background:linear-gradient(180deg, #6A0DAD 0%, #6A0DAD 50%, #E6E6FA 50%, #E6E6FA 100%) !important;padding:40px 15px !important;border-radius:10px !important;\">\n\n<div style=\"background:#FFFFFF !important;padding:25px !important;border-radius:10px !important;box-shadow:0 8px 16px rgba(0,0,0,0.2) !important;\">\n\n<h2 style=\"color:#191970 !important;text-align:center !important;margin:0 0 10px 0 !important;font-size:24px !important;\">ISO 9001:2015 Cost Estimate<\/h2>\n<p style=\"color:#0000CD !important;font-weight:500 !important;text-align:center !important;margin:0 0 20px 0 !important;\">IAF Accredited Certification &#8211; Check Estimated Market Price Range<\/p>\n\n<span style=\"color:#FF1493 !important;font-weight:700 !important;font-size:16px !important;\">Business Category:<\/span> \n<select id=\"cat\" style=\"padding:12px !important;width:100% !important;margin:8px 0 15px 0 !important;border:3px solid #FF69B4 !important;border-radius:6px !important;background:#FFF0F5 !important;color:#C71585 !important;font-weight:600 !important;-webkit-appearance:none !important;appearance:none !important;\">\n  <option value=\"1\">Manufacturing Unit<\/option>\n  <option value=\"2\">Service Industry<\/option>\n  <option value=\"3\">Trading \/ Export House<\/option>\n<\/select><br>\n\n<span style=\"color:#FF8C00 !important;font-weight:700 !important;font-size:16px !important;\">Organization Size:<\/span> \n<select id=\"emp\" style=\"padding:12px !important;width:100% !important;margin:8px 0 15px 0 !important;border:3px solid #FFA500 !important;border-radius:6px !important;background:#FFF8DC !important;color:#FF8C00 !important;font-weight:600 !important;-webkit-appearance:none !important;appearance:none !important;\">\n  <option value=\"1\">Small &#8211; Up to 25 Employees<\/option>\n  <option value=\"2\">Medium &#8211; 26 to 100 Employees<\/option>\n  <option value=\"3\">Large &#8211; 100+ Employees<\/option>\n<\/select><br>\n\n<span style=\"color:#FFB000 !important;font-weight:700 !important;font-size:16px !important;\">Certification Timeline:<\/span> \n<select id=\"time\" style=\"padding:12px !important;width:100% !important;margin:8px 0 15px 0 !important;border:3px solid #FFD700 !important;border-radius:6px !important;background:#FFFACD !important;color:#B8860B !important;font-weight:600 !important;-webkit-appearance:none !important;appearance:none !important;\">\n  <option value=\"normal\">Standard Process &#8211; 15-20 Working Days<\/option>\n  <option value=\"fast\">Express Process &#8211; 7-10 Working Days<\/option>\n<\/select><br><br>\n\n<button onclick=\"calcISO()\" style=\"background:#6A0DAD !important;color:white !important;padding:15px 35px !important;border:none !important;border-radius:8px !important;font-size:18px !important;font-weight:bold !important;cursor:pointer !important;width:100% !important;box-shadow:0 4px 8px rgba(0,0,0,0.2) !important;\">Get Estimated Market Rate<\/button>\n\n<div id=\"resultBox\" style=\"display:none !important;background:#008000 !important;color:white !important;padding:20px !important;border-radius:8px !important;margin-top:25px !important;border:3px solid #006400 !important;\">\n<h3 style=\"color:#fff !important;font-size:20px !important;margin:0 0 10px 0 !important;font-weight:600 !important;\">Your Estimate:<\/h3>\n<h2 id=\"isoResult\" style=\"color:#FFD700 !important;font-size:26px !important;margin:0 !important;font-weight:700 !important;text-shadow:1px 1px 2px rgba(0,0,0,0.3) !important;\"><\/h2>\n<p id=\"offer\" style=\"color:#fff !important;font-weight:bold !important;font-size:17px !important;margin:15px 0 0 0 !important;\"><\/p>\n<\/div>\n\n<div style=\"background:#FFF8F8 !important;padding:20px !important;border:3px solid #FFD700 !important;border-radius:8px !important;margin-top:30px !important;\">\n<p style=\"font-size:13px !important;color:#8B0000 !important;margin:0 !important;line-height:1.8 !important;font-weight:500 !important;\">\n<strong style=\"color:#800000 !important;font-size:14px !important;\">\u26a0\ufe0f Disclaimer:<\/strong><br>\nThe rates shown above are indicative IAF certification market price range for general information purposes only. This is not a quotation from any Certification Body. Final certification cost varies based on selected CB, audit scope, man-days, company location, size &#038; complexity. We are independent ISO management consultants. We provide documentation, training, internal audit &#038; certification liaison services to help organizations achieve IAF accredited certification at competitive pricing. We do not issue certificates directly.\n<\/p>\n<\/div>\n\n<\/div>\n\n<script>\nfunction calcISO(){\n  let cat = document.getElementById('cat').value;\n  let emp = document.getElementById('emp').value;\n  let time = document.getElementById('time').value;\n  let min = 60000, max = 75000;\n  \n  if(cat == \"3\"){ min += 5000; max += 10000; }\n  if(emp == \"2\"){ min += 15000; max += 15000; }\n  if(emp == \"3\"){ min += 30000; max += 35000; }\n  if(time == \"fast\"){ min += 10000; max += 10000; }\n  \n  document.getElementById('resultBox').style.display = 'block';\n  document.getElementById('isoResult').innerHTML = \"\u20b9\" + min.toLocaleString('en-IN') + \" to \u20b9\" + max.toLocaleString('en-IN');\n  document.getElementById('offer').innerHTML = 'For Best Consultancy Quote Call Now \ud83d\udc49 <a href=\"tel:7023956815\" style=\"color:#FFD700 !important;text-decoration:none !important;font-size:18px !important;\">7023956815<\/a>';\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>ISO 9001:2015 Cost Estimate IAF Accredited Certification &#8211; Check Estimated Market Price Range Business Category: Manufacturing UnitService IndustryTrading \/ Export House Organization Size: Small &#8211; Up to 25 EmployeesMedium &#8211; 26 to 100 EmployeesLarge &#8211; 100+ Employees Certification Timeline: Standard Process &#8211; 15-20 Working DaysExpress Process &#8211; 7-10 Working Days Get Estimated Market Rate Your&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":10,"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/diamondgroupventure.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}