{"id":2186,"date":"2026-04-17T08:26:16","date_gmt":"2026-04-17T08:26:16","guid":{"rendered":"https:\/\/rupankanarchointeriors.com\/blog\/?p=2186"},"modified":"2026-04-18T08:25:51","modified_gmt":"2026-04-18T08:25:51","slug":"25-important-steps-to-build-home","status":"publish","type":"post","link":"https:\/\/rupankanarchointeriors.com\/blog\/25-important-steps-to-build-home\/","title":{"rendered":"\u0918\u0930 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 25 \u091c\u093c\u0930\u0942\u0930\u0940 Steps | From Scratch to \u0917\u0943\u0939 \u092a\u094d\u0930\u0935\u0947\u0936 \u2013 Complete Guide"},"content":{"rendered":"\n<style>\n  :root {\n    --saffron: #E8640A;\n    --saffron-light: #FFF0E6;\n    --saffron-mid: #F5A55A;\n    --deep: #1A1006;\n    --ink: #2D1F0A;\n    --muted: #6B5B45;\n    --stone: #F7F3EE;\n    --cream: #FDFAF6;\n    --white: #FFFFFF;\n    --green: #1A6B45;\n    --green-light: #E8F5EE;\n    --blue: #1A3A6B;\n    --blue-light: #E8F0F5;\n    --border: #E8DDD0;\n    --shadow: rgba(26,16,6,0.08);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--ink);\n    line-height: 1.8;\n    font-size: 17px;\n  }\n\n\n\n  \/* CONTAINER *\/\n  .container { max-width: 990px; margin: 0 auto; padding: 0 1px; }\n\n  \/* INTRO HOOK *\/\n  .hook {\n    background: var(--saffron-light);\n    border-left: 4px solid var(--saffron);\n    padding: 28px 32px;\n    margin: 48px 0 40px;\n    border-radius: 0 12px 12px 0;\n  }\n  .hook p { font-size: 19px; line-height: 1.7; color: var(--ink); font-weight: 400; }\n  .hook p strong { color: var(--saffron); }\n\n  \/* STAT CALLOUT *\/\n  .stat-bar {\n    background: var(--deep);\n    color: white;\n    border-radius: 16px;\n    padding: 32px 36px;\n    margin: 40px 0;\n    display: flex;\n    gap: 32px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n  .stat-item { text-align: center; flex: 1; min-width: 140px; }\n  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.4rem;\n    font-weight: 700;\n    color: var(--saffron-mid);\n    display: block;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .stat-label { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.4; }\n\n  \/* PHASE HEADING *\/\n  .phase-heading {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 60px 0 32px;\n    padding: 20px 28px;\n    background: var(--deep);\n    border-radius: 12px;\n    color: white;\n  }\n  .phase-num {\n    background: var(--saffron);\n    color: white;\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 16px;\n    flex-shrink: 0;\n  }\n  .phase-heading h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.5rem;\n    margin: 0;\n  }\n  .phase-heading p { font-size: 14px; color: rgba(255,255,255,0.6); margin: 4px 0 0; }\n\n  \/* STEP CARD *\/\n  .step-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 32px 36px;\n    margin-bottom: 28px;\n    position: relative;\n    transition: box-shadow 0.2s;\n  }\n  .step-card:hover { box-shadow: none; }\n  .step-number {\n    position: absolute;\n    top: -14px;\n    left: 28px;\n    background: var(--saffron);\n    color: white;\n    font-size: 12px;\n    font-weight: 600;\n    padding: 4px 14px;\n    border-radius: 20px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .step-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin: 8px 0 16px;\n    line-height: 1.3;\n  }\n  .step-card p { color: var(--muted); margin-bottom: 16px; }\n  .step-card p:last-child { margin-bottom: 0; }\n  .step-card strong { color: var(--ink); }\n\n  \/* PRO TIP BOX *\/\n  .pro-tip {\n    background: var(--green-light);\n    border-left: 3px solid var(--green);\n    border-radius: 0 10px 10px 0;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 15px;\n    color: #0E3D27;\n  }\n  .pro-tip::before {\n    content: \"Pro Tip:\";\n    font-weight: 600;\n    display: block;\n    margin-bottom: 6px;\n    color: var(--green);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* WARNING BOX *\/\n  .warning {\n    background: #FFF5E6;\n    border-left: 3px solid #E87D0A;\n    border-radius: 0 10px 10px 0;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 15px;\n    color: #6B3A00;\n  }\n  .warning::before {\n    content: \"Avoid This:\";\n    font-weight: 600;\n    display: block;\n    margin-bottom: 6px;\n    color: #E87D0A;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* FACT BOX *\/\n  .fact-box {\n    background: var(--blue-light);\n    border: 1px solid #C5D9ED;\n    border-radius: 12px;\n    padding: 20px 24px;\n    margin: 24px 0;\n    font-size: 15px;\n    color: var(--blue);\n  }\n  .fact-box::before {\n    content: \"Research Fact\";\n    font-weight: 600;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    display: block;\n    margin-bottom: 8px;\n    opacity: 0.7;\n  }\n  .fact-box a { color: var(--blue); font-weight: 500; }\n\n  \/* CHECKLIST *\/\n  .checklist { list-style: none; padding: 0; margin: 16px 0; }\n  .checklist li {\n    padding: 8px 0 8px 28px;\n    position: relative;\n    border-bottom: 1px solid var(--border);\n    font-size: 15px;\n    color: var(--muted);\n  }\n  .checklist li:last-child { border-bottom: none; }\n  .checklist li::before {\n    content: \"\u2192\";\n    position: absolute;\n    left: 0;\n    color: var(--saffron);\n    font-weight: 700;\n  }\n  .checklist li strong { color: var(--ink); }\n\n  \/* QUOTE *\/\n  .blockquote {\n    border-left: 4px solid var(--saffron-mid);\n    padding: 20px 28px;\n    margin: 32px 0;\n    background: var(--stone);\n    border-radius: 0 12px 12px 0;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--ink);\n    line-height: 1.6;\n  }\n\n  \/* SUMMARY TABLE *\/\n  .table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 32px 0; }\n  .summary-table { width: 100%; min-width: 500px; border-collapse: collapse; font-size: 15px; }\n  .summary-table th {\n    background: var(--deep);\n    color: white;\n    padding: 14px 18px;\n    text-align: left;\n    font-weight: 500;\n    font-size: 13px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  .summary-table th:first-child { border-radius: 10px 0 0 0; }\n  .summary-table th:last-child { border-radius: 0 10px 0 0; }\n  .summary-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); color: var(--muted); }\n  .summary-table tr:hover td { background: var(--stone); }\n  .summary-table .phase-tag {\n    background: var(--saffron-light);\n    color: var(--saffron);\n    padding: 3px 10px;\n    border-radius: 12px;\n    font-size: 12px;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  \/* MISTAKES GRID *\/\n  .mistakes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }\n  @media (max-width: 600px) { .mistakes-grid { grid-template-columns: 1fr; } }\n  .mistake-card {\n    background: #FFF5F5;\n    border: 1px solid #F5CECE;\n    border-radius: 12px;\n    padding: 20px;\n  }\n  .mistake-card .x { color: #C00; font-weight: 700; font-size: 18px; margin-bottom: 8px; }\n  .mistake-card p { font-size: 14px; color: #6B2222; line-height: 1.5; margin: 0; }\n  .mistake-card .fix {\n    margin-top: 10px;\n    padding-top: 10px;\n    border-top: 1px solid #F5CECE;\n    font-size: 13px;\n    color: #1A6B45;\n    font-weight: 500;\n  }\n\n  \/* FINAL CTA *\/\n  .cta-section {\n    background: var(--deep);\n    border-radius: 20px;\n    padding: 48px 40px;\n    text-align: center;\n    margin: 60px 0 40px;\n    color: white;\n  }\n  .cta-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    margin-bottom: 16px;\n  }\n  .cta-section h2 span { color: var(--saffron-mid); }\n  .cta-section p { color: rgba(255,255,255,0.65); margin-bottom: 28px; font-size: 17px; }\n\n  \/* GENERIC HEADINGS *\/\n  h2.section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.9rem;\n    font-weight: 700;\n    margin: 52px 0 20px;\n    color: var(--ink);\n    line-height: 1.3;\n  }\n  h2.section-title span { color: var(--saffron); }\n  p { margin-bottom: 16px; }\n\n\n  @media (max-width: 600px) {\n    .step-card { padding: 28px 20px; }\n    .stat-bar { padding: 24px 20px; }\n    .phase-heading { padding: 16px 20px; }\n    .cta-section { padding: 36px 24px; }\n  }\n\n  .toc-box { background: var(--stone); border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; margin: 32px 0; }\n  .toc-title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 14px; }\n  .toc-list { padding-left: 20px; margin: 0; }\n  .toc-list li { padding: 5px 0; font-size: 15px; }\n  .toc-list a { color: var(--saffron); text-decoration: none; }\n  .toc-list a:hover { text-decoration: underline; }\n  .blog-image { margin: 28px 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }\n  .blog-image img { width: 100%; height: auto; display: block; }\n  .blog-image figcaption { padding: 10px 16px; font-size: 13px; color: var(--muted); background: var(--stone); text-align: center; }\n<\/style>\n<main>\n<div class=\"container\">\n<!-- HOOK -->\n<div class=\"hook\">\n<p>\u0918\u0930 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 25 \u091c\u093c\u0930\u0942\u0930\u0940 Steps: \u092f\u0939 \u0935\u094b sequence \u0939\u0948 \u091c\u094b \u0939\u0930 homeowner \u0915\u094b \u092a\u0939\u0932\u0947 \u0926\u093f\u0928 \u092a\u0924\u093e \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f\u0964 \u092e\u093e\u0928 \u0932\u0940\u091c\u093f\u090f \u0906\u092a\u0928\u0947 \u20b950 \u0932\u093e\u0916 \u0915\u093e flat \u0932\u093f\u092f\u093e\u0964 Interior \u0915\u0947 \u0932\u093f\u090f \u20b98 \u0932\u093e\u0916 \u0915\u093e budget \u0939\u0948\u0964 Painter \u0906\u092f\u093e, \u0909\u0938\u0928\u0947 \u0915\u093e\u092e \u0915\u093f\u092f\u093e\u0964 \u092c\u093e\u0926 \u092e\u0947\u0902 plumber \u0906\u092f\u093e, \u0909\u0938\u0928\u0947 \u0926\u0940\u0935\u093e\u0930 \u0924\u094b\u0921\u093c\u0940\u0964 Painter \u0915\u093e \u0915\u093e\u092e \u092c\u0930\u094d\u092c\u093e\u0926\u0964 \u20b940,000 extra \u0916\u0930\u094d\u091a, \u0938\u093f\u0930\u094d\u092b \u090f\u0915 \u0917\u0932\u0924 sequence \u0915\u0940 \u0935\u091c\u0939 \u0938\u0947\u0964 \u092f\u0939\u0940 mistake \u0906\u091c \u092d\u0940 \u0939\u091c\u093c\u093e\u0930\u094b\u0902 \u0932\u094b\u0917 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964<\/p>\n<\/div><div class=\"toc-box\">\n<div class=\"toc-title\">A Table of Contents (TOC)<\/div>\n<ol class=\"toc-list\">\n<li><a href=\"#phase1\">Phase 1 : Planning &amp; Preparation (Steps 1\u20134)<\/a><\/li>\n<li><a href=\"#phase2\">Phase 2 : Structure &amp; Services (Steps 5\u201310)<\/a><\/li>\n<li><a href=\"#phase3\">Phase 3 : Finishes &amp; Installations (Steps 11\u201320)<\/a><\/li>\n<li><a href=\"#phase4\">Phase 4 : Handover &amp; Maintenance (Steps 21\u201325)<\/a><\/li>\n<li><a href=\"#mistakes\">5 Common Mistakes<\/a><\/li>\n<li><a href=\"#quickref\">25 Steps Quick Reference Table<\/a><\/li>\n<\/ol>\n<\/div>\n<p>\u091c\u092c \u0939\u092e \u0916\u0941\u0926 \u0915\u093e \u0918\u0930 \u092c\u0928\u093e\u0924\u0947 \u0939\u0948\u0902 \u092f\u093e renovation \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u0940 confusion \u092f\u0939\u0940 \u0939\u094b\u0924\u0940 \u0939\u0948 \u0915\u094d\u092f\u093e \u092a\u0939\u0932\u0947, \u0915\u094d\u092f\u093e \u092c\u093e\u0926 \u092e\u0947\u0902\u0964 \u0939\u0930 contractor \u0905\u092a\u0928\u0940 \u0938\u0941\u0935\u093f\u0927\u093e \u0938\u0947 \u0915\u093e\u092e \u0915\u0930\u0935\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u093e \u0939\u0948\u0964 \u0939\u0930 supplier \u0915\u0939\u0924\u093e \u0939\u0948 &#8220;\u092e\u0947\u0930\u093e \u0915\u093e\u092e \u092a\u0939\u0932\u0947 \u0915\u0930\u0935\u093e\u0913\u0964&#8221; \u0907\u0938 chaos \u092e\u0947\u0902 \u0905\u0917\u0930 \u0906\u092a\u0915\u0947 \u092a\u093e\u0938 \u090f\u0915 proven sequence \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094b rework, damage \u0914\u0930 extra cost, \u0924\u0940\u0928\u094b\u0902 guaranteed \u0939\u0948\u0902\u0964<\/p>\n<p>\u0907\u0938 article \u092e\u0947\u0902 \u092e\u0948\u0902 \u0906\u092a\u0915\u094b \u0935\u094b 25 step sequence \u0926\u0942\u0901\u0917\u093e \u091c\u094b \u0939\u0930 professional interior designer \u0914\u0930 experienced contractor follow \u0915\u0930\u0924\u093e \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u0906\u092e \u0906\u0926\u092e\u0940 \u0915\u094b \u0915\u092d\u0940 \u0928\u0939\u0940\u0902 \u092c\u0924\u093e\u0924\u093e\u0964<\/p>\n<!-- STATS -->\n<div class=\"stat-bar\">\n<div class=\"stat-item\">\n<span class=\"stat-num\">80%<\/span>\n<div class=\"stat-label\">\u0932\u094b\u0917 construction \u092e\u0947\u0902 \u0917\u0932\u0924 sequence follow \u0915\u0930\u0924\u0947 \u0939\u0948\u0902<\/div>\n<\/div>\n<div class=\"stat-item\">\n<span class=\"stat-num\">15-25%<\/span>\n<div class=\"stat-label\">average cost overrun, \u0938\u093f\u0930\u094d\u092b poor sequencing \u0915\u0940 \u0935\u091c\u0939 \u0938\u0947<\/div>\n<\/div>\n<div class=\"stat-item\">\n<span class=\"stat-num\">\u20b92-5L<\/span>\n<div class=\"stat-label\">average \u0930ework cost on a typical Indian 2BHK renovation<\/div>\n<\/div>\n<\/div>\n<div class=\"fact-box\">\n    CREDAI (Confederation of Real Estate Developers&#8217; Associations of India) \u0915\u0940 report \u0915\u0947 \u092e\u0941\u0924\u093e\u092c\u093f\u0915, \u092d\u093e\u0930\u0924 \u092e\u0947\u0902 residential construction projects \u092e\u0947\u0902 average 15-25% cost overrun \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u0907\u0938\u0915\u0940 \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u0940 \u0935\u091c\u0939 \u0939\u0948 improper work sequencing \u0914\u0930 resultant rework\u0964 <a href=\"https:\/\/www.credai.org\" target=\"_blank\" rel=\"noopener\">Source: CREDAI \u2192<\/a>\n<\/div>\n<!-- ============================= -->\n<!-- PHASE 1 -->\n<!-- ============================= -->\n<div class=\"phase-heading\" id=\"phase1\">\n<div class=\"phase-num\">1<\/div>\n<div>\n<h2>Phase 1 : Planning &amp; Preparation<\/h2>\n<p>Steps 1\u20134 | \u0915\u093e\u092e \u0936\u0941\u0930\u0942 \u0939\u094b\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0915\u093e \u091c\u093c\u0930\u0942\u0930\u0940 groundwork<\/p>\n<\/div>\n<\/div>\n<p>\u091c\u093c\u094d\u092f\u093e\u0926\u093e\u0924\u0930 \u0932\u094b\u0917 \u092f\u0939\u0940\u0902 \u091a\u0942\u0915 \u091c\u093e\u0924\u0947 \u0939\u0948\u0902\u0964 Planning \u0915\u094b \u0935\u094b formality \u0938\u092e\u091d\u0924\u0947 \u0939\u0948\u0902, \u0938\u0940\u0927\u0947 demolition \u092a\u0930 \u0915\u0942\u0926 \u092a\u0921\u093c\u0924\u0947 \u0939\u0948\u0902\u0964 \u0932\u0947\u0915\u093f\u0928 \u092f\u0939 4 steps \u0906\u092a\u0915\u0947 \u092a\u0942\u0930\u0947 project \u0915\u0940 \u0928\u0940\u0902\u0935 \u0939\u0948\u0902\u0964 \u0905\u0917\u0930 \u092f\u0947 \u0938\u0939\u0940 \u0938\u0947 \u0939\u0941\u090f, \u0924\u094b \u092c\u093e\u0926 \u0915\u0947 21 steps \u092c\u0939\u0941\u0924 smooth \u091a\u0932\u0947\u0902\u0917\u0947\u0964<\/p>\n<!-- STEP 1 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 1<\/div>\n<h3>References &amp; 3D Design \u0915\u094b \u0926\u0940\u0935\u093e\u0930 \u092a\u0930 Paste \u0915\u0930\u0947\u0902<\/h3>\n<p>\u0938\u092c\u0938\u0947 \u092a\u0939\u0932\u093e \u0915\u093e\u092e \u0939\u0948, \u0905\u092a\u0928\u0947 design vision \u0915\u094b physical \u0930\u0942\u092a \u0938\u0947 confirm \u0915\u0930\u0928\u093e\u0964 \u091c\u094b \u092d\u0940 references \u0906\u092a\u0928\u0947 Pinterest, Instagram, Houzz, \u092f\u093e YouTube \u0938\u0947 collect \u0915\u093f\u090f \u0939\u0948\u0902, \u0909\u0928\u0915\u093e A4\/A3 printout \u0928\u093f\u0915\u093e\u0932\u0915\u0930 \u0909\u0938 exact wall \u092a\u0930 tape \u0938\u0947 \u0932\u0917\u093e\u090f\u0902 \u091c\u0939\u093e\u0901 \u0935\u094b design implement \u0939\u094b\u0928\u093e \u0939\u0948\u0964 \u0905\u0917\u0930 \u0906\u092a\u0915\u0947 architect \u092f\u093e interior designer \u0928\u0947 3D renders \u0926\u093f\u090f \u0939\u0948\u0902, \u0924\u094b \u0909\u0928\u094d\u0939\u0947\u0902 print \u0915\u0930\u0915\u0947 wall \u092a\u0930 \u0930\u0916\u0947\u0902\u0964<\/p>\n<p>\u092f\u0939 step \u090f\u0915 powerful reality check \u0939\u0948\u0964 Screen \u092a\u0930 \u091c\u094b design \u20b93 lakh \u092e\u0947\u0902 stunning \u0932\u0917\u0924\u093e \u0939\u0948, \u0935\u094b actual 10\u00d712 room \u092e\u0947\u0902 overwhelming \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948\u0964 \u092f\u093e \u092b\u093f\u0930 \u091c\u094b \u0906\u092a\u0915\u094b simple \u0932\u0917 \u0930\u0939\u0940 \u0925\u0940, \u0935\u094b bare wall \u092a\u0930 \u0926\u0947\u0916\u0928\u0947 \u092a\u0930 \u092c\u0939\u0941\u0924 \u0916\u093e\u0932\u0940 \u0914\u0930 boring \u0932\u0917\u0924\u0940 \u0939\u0948\u0964<\/p>\n<div class=\"pro-tip\">\n      \u0905\u0917\u0930 \u0906\u092a\u0915\u0947 \u092a\u093e\u0938 3D design \u0928\u0939\u0940\u0902 \u0939\u0948 \u0914\u0930 budget \u0928\u0939\u0940\u0902 \u0939\u0948 designer \u0915\u093e, \u0924\u094b \u0915\u092e \u0938\u0947 \u0915\u092e 10\u201315 reference photos print \u0915\u0930\u0947\u0902, \u0909\u0928\u094d\u0939\u0947\u0902 wall \u092a\u0930 \u0932\u0917\u093e\u090f\u0902, \u0914\u0930 \u0905\u0917\u0932\u0947 2-3 \u0926\u093f\u0928 \u0909\u0928\u094d\u0939\u0947\u0902 \u0926\u0947\u0916\u0924\u0947 \u0930\u0939\u0947\u0902\u0964 \u0906\u0901\u0916\u0947\u0902 \u0916\u0941\u0926 \u092c\u0924\u093e \u0926\u0947\u0902\u0917\u0940 \u0915\u093f \u0915\u094d\u092f\u093e \u0938\u0939\u0940 \u0939\u0948\u0964\n    <\/div>\n<p>\u0907\u0938 step \u0915\u094b skip \u0915\u0930\u0928\u0947 \u0915\u093e \u0928\u0924\u0940\u091c\u093e: Contractor \u0915\u093e\u092e \u0936\u0941\u0930\u0942 \u0915\u0930\u0947\u0917\u093e, \u0906\u0927\u093e tile \u0932\u0917 \u091c\u093e\u090f\u0917\u093e, \u0906\u092a\u0915\u094b \u0932\u0917\u0947\u0917\u093e &#8220;\u092f\u0939 \u0924\u094b \u092c\u093f\u0932\u094d\u0915\u0941\u0932 \u0935\u0948\u0938\u093e \u0928\u0939\u0940\u0902 \u0926\u093f\u0916 \u0930\u0939\u093e \u091c\u0948\u0938\u093e \u092e\u0948\u0902\u0928\u0947 imagine \u0915\u093f\u092f\u093e \u0925\u093e\u0964&#8221; \u092b\u093f\u0930 \u0924\u094b\u0921\u093c\u094b, \u092b\u093f\u0930 \u0932\u0917\u093e\u0913 double \u0916\u0930\u094d\u091a\u0964<\/p>\n<\/div>\n<!-- STEP 2 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 2<\/div>\n<h3>Line Marking, \u0938\u092c\u0938\u0947 Underrated \u0932\u0947\u0915\u093f\u0928 \u0938\u092c\u0938\u0947 \u091c\u093c\u0930\u0942\u0930\u0940 Step<\/h3>\n<p>\u092a\u0942\u0930\u0947 \u0918\u0930 \u0915\u0940 floor \u092a\u0930 masking tape \u0938\u0947 \u0939\u0930 furniture piece \u0915\u093e outline \u092c\u0928\u093e\u090f\u0902\u0964 Bed 6\u00d76 \u0915\u093e \u0939\u0948? Floor \u092a\u0930 6foot \u00d7 6foot \u0915\u093e box tape \u0938\u0947 \u092c\u0928\u093e \u0926\u0947\u0902\u0964 Side table \u0915\u0939\u093e\u0901 \u091c\u093e\u090f\u0917\u093e? \u0909\u0938\u0915\u0940 marking \u092d\u0940 \u0915\u0930\u0947\u0902\u0964 Sofa, dining table, TV unit, study desk \u0939\u0930 \u090f\u0915 \u091a\u0940\u091c\u093c \u0915\u0940 floor marking.<\/p>\n<p>\u0905\u0917\u0930 \u0918\u0930 raw \u0939\u0948 (tiles \u0928\u0939\u0940\u0902 \u0932\u0917\u0940), \u0924\u094b masking tape \u0915\u0940 \u091c\u0917\u0939 lime powder (\u091a\u0942\u0928\u093e) use \u0915\u0930\u0947\u0902\u0964 \u092f\u0939 \u092c\u0939\u0941\u0924 \u0938\u0938\u094d\u0924\u093e \u0906\u0924\u093e \u0939\u0948, marking clearly \u0926\u093f\u0916\u0924\u0940 \u0939\u0948, \u0914\u0930 \u092c\u093e\u0926 \u092e\u0947\u0902 \u0906\u0938\u093e\u0928\u0940 \u0938\u0947 \u0938\u093e\u092b \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948\u0964<\/p>\n<div class=\"pro-tip\">\n      Line marking \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 physically \u0909\u0938 space \u092e\u0947\u0902 walk \u0915\u0930\u0947\u0902, \u091c\u0948\u0938\u0947 \u0906\u092a \u0909\u0938 room \u092e\u0947\u0902 \u0930\u0939\u0924\u0947 \u0939\u094b\u0902\u0964 Bed \u0915\u0947 \u0906\u0938\u092a\u093e\u0938 \u0915\u092e \u0938\u0947 \u0915\u092e 30 inches \u0915\u093e walking passage \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964 \u0905\u0917\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0905\u092d\u0940 design change \u0915\u0930\u094b \u092c\u093e\u0926 \u092e\u0947\u0902 \u092c\u0939\u0941\u0924 costly \u0939\u094b\u0917\u093e\u0964\n    <\/div>\n<p>\u092f\u0939 step reveal \u0915\u0930\u0924\u0940 \u0939\u0948:<\/p>\n<ul class=\"checklist\">\n<li>Walking passages : \u0915\u094d\u092f\u093e \u0906\u092a bed \u0938\u0947 bathroom \u0924\u0915 \u0906\u0930\u093e\u092e \u0938\u0947 \u091c\u093e \u0938\u0915\u0924\u0947 \u0939\u094b?<\/li>\n<li>Door clearance : door \u0916\u0941\u0932\u0928\u0947 \u092a\u0930 furniture \u0938\u0947 \u091f\u0915\u0930\u093e \u0924\u094b \u0928\u0939\u0940\u0902 \u0930\u0939\u093e?<\/li>\n<li>Clutter zones : \u0915\u094b\u0908 area unnecessarily \u092d\u0930\u093e-\u092d\u0930\u093e \u0924\u094b \u0928\u0939\u0940\u0902 \u0932\u0917 \u0930\u0939\u093e?<\/li>\n<li>Impractical designs : reference \u092e\u0947\u0902 \u091c\u094b \u0905\u091a\u094d\u091b\u093e \u0932\u0917\u093e, \u0915\u094d\u092f\u093e \u0935\u094b \u0906\u092a\u0915\u0947 space \u092e\u0947\u0902 fit \u0939\u094b\u0924\u093e \u0939\u0948?<\/li>\n<\/ul>\n<div class=\"fact-box\">\n      Vastu \u0914\u0930 modern ergonomics \u0926\u094b\u0928\u094b\u0902 \u0915\u0939\u0924\u0947 \u0939\u0948\u0902: bedroom \u092e\u0947\u0902 minimum 36 inches (3 feet) \u0915\u093e circulation space \u0939\u0930 main furniture piece \u0915\u0947 \u0906\u0938\u092a\u093e\u0938 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964 \u0907\u0938\u0938\u0947 \u0915\u092e \u0939\u094b\u0928\u0947 \u092a\u0930 room cramped \u0932\u0917\u0924\u093e \u0939\u0948 \u0914\u0930 daily life uncomfortable \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948\u0964 <a href=\"https:\/\/www.hok.com\/ideas\/research\/ergonomics-design-standards\/\" target=\"_blank\" rel=\"noopener\">Source: HOK Design Standards \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 3 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 3<\/div>\n<h3>Protection Sheet : \u0905\u092a\u0928\u0940 Investment \u0915\u094b \u092c\u091a\u093e\u090f\u0902<\/h3>\n<p>\u0905\u0917\u0930 \u0906\u092a\u0915\u0947 \u0918\u0930 \u092e\u0947\u0902 \u092a\u0939\u0932\u0947 \u0938\u0947 flooring (marble, tile, granite) \u0932\u0917\u0940 \u0939\u0948 \u0914\u0930 \u0906\u092a renovation \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0924\u094b \u092f\u0939 step \u0906\u092a\u0915\u0947 \u0932\u093f\u090f \u0938\u092c\u0938\u0947 \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948\u0964<\/p>\n<p>Renovation \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 drilling, hammering, heavy material movement, scaffolding \u0907\u0928 \u0938\u092c \u091a\u0940\u091c\u093c\u094b\u0902 \u0938\u0947 \u0906\u092a\u0915\u0940 expensive flooring \u0915\u094b serious damage \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948\u0964 \u090f\u0915 \u091b\u094b\u091f\u0940 \u0938\u0940 scratch Italian marble \u092a\u0930 \u0939\u091c\u093c\u093e\u0930\u094b\u0902 \u0915\u093e \u0928\u0941\u0915\u0938\u093e\u0928 \u0939\u0948\u0964<\/p>\n<p>Branded protection sheet (\u091c\u0948\u0938\u0947 Mirafi, Typar, \u092f\u093e \u0915\u093f\u0938\u0940 reliable brand \u0915\u0940 200 GSM+ non-woven sheet) \u092a\u0942\u0930\u0947 floor \u092a\u0930 \u092c\u093f\u091b\u093e\u090f\u0902\u0964 Local \u092c\u093e\u091c\u093c\u093e\u0930 \u0915\u0940 thin plastic sheet \u0915\u093e\u092e \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0917\u0940, \u0935\u094b \u0938\u093f\u0915\u0941\u0921\u093c\u0924\u0940 \u0939\u0948, \u092b\u091f\u0924\u0940 \u0939\u0948 \u0914\u0930 protection \u0928\u0939\u0940\u0902 \u0926\u0947\u0924\u0940\u0964<\/p>\n<div class=\"warning\">\n      Local hardware \u0926\u0941\u0915\u093e\u0928 \u0915\u0940 \u092a\u0924\u0932\u0940 plastic sheet \u0915\u094b protection sheet \u092e\u0924 \u0938\u092e\u091d\u0947\u0902\u0964 \u092f\u0939 \u0938\u093f\u0930\u094d\u092b \u0926\u0947\u0916\u0928\u0947 \u092e\u0947\u0902 cover \u0915\u0930\u0924\u0940 \u0939\u0948, \u090f\u0915 \u092c\u093e\u0930 \u0915\u094b\u0908 heavy material \u0917\u093f\u0930\u093e, \u0924\u094b tile crack guaranteed \u0939\u0948\u0964 Branded heavy duty sheet \u092e\u0947\u0902 \u0916\u0930\u094d\u091a \u0915\u0930\u0947\u0902, \u092f\u0939 \u20b91,500-\u20b93,000 \u092e\u0947\u0902 \u092a\u0942\u0930\u0947 flat \u0915\u094b cover \u0915\u0930 \u0926\u0947\u0924\u0940 \u0939\u0948, Compare \u0915\u0930\u0947\u0902 \u0905\u092a\u0928\u0940 marble \u0915\u0940 cost \u0938\u0947\u0964\n    <\/div>\n<\/div>\n<!-- STEP 4 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 4<\/div>\n<h3>Dismantling &amp; Demolition : \u0924\u094b\u0921\u093c\u0928\u0947 \u0915\u093e \u092d\u0940 \u090f\u0915 System \u0939\u0948<\/h3>\n<p>\u091c\u094b \u092d\u0940 \u0924\u094b\u0921\u093c\u0928\u093e \u0939\u0948 \u091c\u0948\u0938\u0947 \u092a\u0941\u0930\u093e\u0928\u0940 tiles, wall partitions, false ceiling, old plumbing \u092f\u0939 \u0938\u092c\u0938\u0947 \u092a\u0939\u0932\u0947 \u0915\u0930\u0947\u0902, \u092c\u093e\u0915\u0940 \u0938\u092c \u0915\u0941\u091b \u0907\u0938\u0915\u0947 \u092c\u093e\u0926\u0964 \u092f\u0939 obvious \u0932\u0917\u0924\u093e \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u092c\u0939\u0941\u0924 \u0932\u094b\u0917 \u092c\u0940\u091a \u0915\u093e\u092e \u092e\u0947\u0902 demolition \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u091c\u093f\u0938\u0938\u0947 \u0938\u092c \u0915\u0941\u091b disturb \u0939\u094b\u0924\u093e \u0939\u0948\u0964<\/p>\n<p>Apartment \u092e\u0947\u0902 \u0930\u0939\u0924\u0947 \u0939\u0948\u0902? \u092f\u0939 \u091c\u093c\u0930\u0942\u0930 \u092a\u0922\u093c\u0947\u0902:<\/p>\n<ul class=\"checklist\">\n<li>Society NOC \u0932\u0947\u0902 : \u091c\u093c\u094d\u092f\u093e\u0926\u093e\u0924\u0930 housing societies demolition \u0915\u0947 \u0932\u093f\u090f written permission \u092e\u093e\u0901\u0917\u0924\u0940 \u0939\u0948\u0902\u0964 \u092c\u093f\u0928\u093e NOC \u0915\u0947 \u0915\u093e\u092e \u0936\u0941\u0930\u0942 \u0915\u093f\u092f\u093e \u0924\u094b notice \u0906 \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/li>\n<li>Malba disposal plan \u092a\u0939\u0932\u0947 \u092c\u0928\u093e\u090f\u0902 : \u0905\u092a\u093e\u0930\u094d\u091f\u092e\u0947\u0902\u091f \u092e\u0947\u0902 \u0916\u0941\u0932\u0947 \u092e\u0947\u0902 malba \u0928\u0939\u0940\u0902 \u091c\u093e \u0938\u0915\u0924\u093e\u0964 Bags\/\u0915\u091f\u094d\u091f\u094b\u0902 \u092e\u0947\u0902 \u092d\u0930\u0915\u0930 \u092c\u093e\u0939\u0930 \u0915\u0930\u0928\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0964<\/li>\n<li>Trolley organize \u0915\u0930\u0947\u0902 : malba \u0922\u094b\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f trolley \u092a\u0939\u0932\u0947 \u0938\u0947 arrange \u0915\u0930\u0947\u0902, \u0935\u0930\u0928\u093e labor time waste \u0939\u094b\u0917\u093e\u0964<\/li>\n<li>Rate pehle fix \u0915\u0930\u0947\u0902 : contractor \u0938\u0947 demolition + disposal \u0915\u093e rate \u092a\u0939\u0932\u0947 \u0939\u0940 \u0924\u092f \u0915\u0930\u0947\u0902, per trip basis \u092a\u0930\u0964<\/li>\n<\/ul>\n<div class=\"fact-box\">\n      India \u092e\u0947\u0902 construction &amp; demolition (C&amp;D) waste annually 530 million tonnes generate \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u0907\u0938\u0915\u093e proper disposal \u0928 \u0938\u093f\u0930\u094d\u092b legal requirement \u0939\u0948, \u092c\u0932\u094d\u0915\u093f \u0906\u092a\u0915\u0940 society \u0915\u0947 \u0905\u0928\u094d\u092f residents \u0915\u0940 health \u0915\u0947 \u0932\u093f\u090f \u092d\u0940 \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948\u0964 <a href=\"https:\/\/cpcb.nic.in\" target=\"_blank\" rel=\"noopener\">Source: Central Pollution Control Board \u2192<\/a>\n<\/div>\n<\/div>\n<!-- ============================= -->\n<!-- PHASE 2 -->\n<!-- ============================= -->\n<div class=\"phase-heading\" id=\"phase2\">\n<div class=\"phase-num\">2<\/div>\n<div>\n<h2>Phase 2 : Structure &amp; Services (MEP Work)<\/h2>\n<p>Steps 5\u201310 | Electrical, Plumbing, False Ceiling \u0907\u0928\u0915\u093e order \u0939\u0940 \u0938\u092c \u0915\u0941\u091b \u0939\u0948<\/p>\n<\/div>\n<\/div>\n<p>\u092f\u0939 phase \u0938\u092c\u0938\u0947 critical \u0939\u0948\u0964 \u092f\u0939\u093e\u0901 \u0915\u0940 \u0939\u0930 \u0917\u0932\u0924\u0940 \u092c\u093e\u0926 \u092e\u0947\u0902 wall \u0924\u094b\u0921\u093c\u0915\u0930 \u0920\u0940\u0915 \u0915\u0930\u0928\u0940 \u092a\u0921\u093c\u0924\u0940 \u0939\u0948\u0964 MEP \u092f\u093e\u0928\u0940 Mechanical, Electrical, Plumbing \u092f\u0939 \u0924\u0940\u0928\u094b\u0902 \u092a\u0939\u0932\u0947 \u0939\u094b\u0902\u0917\u0947, \u0938\u091c\u093e\u0935\u091f \u092c\u093e\u0926 \u092e\u0947\u0902\u0964 \u091c\u094b \u092d\u0940 \u0907\u0938 sequence \u0915\u094b follow \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093e, \u0935\u094b \u092c\u093e\u0926 \u092e\u0947\u0902 \u0930\u094b\u0924\u093e \u0939\u0948\u0964<\/p>\n<!-- STEP 5 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 5<\/div>\n<h3>Electrical Conduit &amp; GI Box Fixing \u0935\u093e\u092f\u0930\u093f\u0902\u0917 \u0915\u093e \u092a\u0939\u0932\u093e Phase<\/h3>\n<p>Demolition \u0915\u0947 \u092c\u093e\u0926 \u0938\u092c\u0938\u0947 \u092a\u0939\u0932\u093e actual construction work \u0939\u0948, electrical \u0915\u0940 rough-in. \u092f\u093e\u0928\u0940 \u0926\u0940\u0935\u093e\u0930\u094b\u0902 \u092e\u0947\u0902 GI (Galvanized Iron) electrical boxes fix \u0915\u0930\u0928\u093e \u0914\u0930 \u0909\u0928\u0915\u0947 conduit pipes (PVC \u092f\u093e GI pipes \u091c\u093f\u0928\u092e\u0947\u0902 wires \u091c\u093e\u0924\u0940 \u0939\u0948\u0902) \u0921\u093e\u0932\u0928\u093e\u0964<\/p>\n<p>\u092f\u0939 \u0915\u093e\u092e \u0905\u092d\u0940 \u0907\u0938\u0932\u093f\u090f \u0939\u094b\u0924\u093e \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f conduit pipes \u0926\u0940\u0935\u093e\u0930 \u0915\u0947 \u0905\u0902\u0926\u0930 \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u092c\u093e\u0926 \u092e\u0947\u0902 plaster, putty \u0914\u0930 paint \u0915\u0947 \u0928\u0940\u091a\u0947\u0964 \u0905\u0917\u0930 \u0905\u092d\u0940 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e, \u0924\u094b \u092c\u093e\u0926 \u092e\u0947\u0902 \u0926\u0940\u0935\u093e\u0930 \u0924\u094b\u0921\u093c\u0928\u0940 \u092a\u0921\u093c\u0947\u0917\u0940\u0964<\/p>\n<div class=\"pro-tip\">\n\u0938\u092c\u0938\u0947 important habit: \u091c\u0948\u0938\u0947 \u0939\u0940 \u0938\u093e\u0930\u0940 conduit pipes \u0914\u0930 boxes fix \u0939\u094b \u091c\u093e\u090f\u0902, \u0939\u0930 room \u0915\u0940 3-4 \u0905\u0932\u0917 angles \u0938\u0947 photos \u0916\u0940\u0902\u091a\u0947\u0902 \u0914\u0930 \u090f\u0915 folder \u092e\u0947\u0902 save \u0915\u0930\u0947\u0902\u0964 \u092f\u0939 photos \u0905\u0917\u0932\u0947 20 \u0938\u093e\u0932 \u0915\u093e\u092e \u0906\u090f\u0902\u0917\u0940\u0964 \u091c\u092c \u092d\u0940 \u0915\u094b\u0908 nail \u0920\u094b\u0915\u0928\u0940 \u0939\u094b, \u0906\u092a \u0926\u0947\u0916 \u0938\u0915\u0947\u0902\u0917\u0947 \u0915\u093f pipe \u0915\u0939\u093e\u0901 \u0939\u0948\u0964\n    <\/div>\n<p>\u0906\u0917\u0947 planning \u0915\u0947 \u0932\u093f\u090f \u0905\u092d\u0940 \u0938\u094b\u091a\u0947\u0902:<\/p>\n<ul class=\"checklist\">\n<li>Smart home automation : \u0915\u094d\u092f\u093e \u0906\u092a Alexa\/Google \u0938\u0947 lights control \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u094b? \u0924\u094b neutral wire \u0915\u0940 planning \u0905\u092d\u0940 \u0939\u094b\u0917\u0940\u0964<\/li>\n<li>EV charging point : \u0917\u093e\u0921\u093c\u0940 \u0915\u0947 \u0932\u093f\u090f charging point? \u0909\u0938\u0915\u0940 dedicated conduit \u0905\u092d\u0940\u0964<\/li>\n<li>CCTV : cameras \u0915\u0947 \u0932\u093f\u090f wire runs \u0905\u092d\u0940 plan \u0915\u0930\u094b\u0964<\/li>\n<li>Video doorbell : \u0907\u0938\u0915\u0940 wire main door \u0924\u0915 \u0905\u092d\u0940\u0964<\/li>\n<\/ul>\n<\/div>\n<!-- STEP 6 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 6<\/div>\n<h3>False Ceiling \u0915\u0940 Framing \u0938\u093f\u0930\u094d\u092b Frame, \u0915\u093e\u092e \u0928\u0939\u0940\u0902<\/h3>\n<p>\u0905\u092c false ceiling \u0915\u093e metal framework (typically GI channels \u0914\u0930 perimeter channels) \u0924\u0948\u092f\u093e\u0930 \u0915\u0930\u0947\u0902, \u0932\u0947\u0915\u093f\u0928 \u0905\u092d\u0940 gypsum board \u092f\u093e POP \u0928\u0939\u0940\u0902\u0964 \u0938\u093f\u0930\u094d\u092b skeleton \u0916\u0921\u093c\u093e \u0915\u0930\u0928\u093e \u0939\u0948\u0964<\/p>\n<p>\u0915\u094d\u092f\u094b\u0902 \u0938\u093f\u0930\u094d\u092b frame? \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0905\u0917\u0932\u0947 step \u092e\u0947\u0902 \u0907\u0938 frame \u0915\u0947 \u0905\u0902\u0926\u0930 wiring \u0914\u0930 piping \u091c\u093e\u090f\u0917\u0940\u0964 \u0905\u0917\u0930 board \u092a\u0939\u0932\u0947 \u0932\u0917\u093e \u0926\u093f\u092f\u093e, \u0924\u094b \u0905\u0902\u0926\u0930 \u0915\u093e\u092e \u0928\u0939\u0940\u0902 \u0939\u094b \u092a\u093e\u090f\u0917\u093e \u092b\u093f\u0930 board \u0915\u093e\u091f\u0928\u093e \u092a\u0921\u093c\u0947\u0917\u093e, \u091c\u094b \u090f\u0915 \u092c\u0921\u093c\u093e mess \u0939\u0948\u0964<\/p>\n<p>Frame \u092c\u0928\u093e\u0924\u0947 \u0938\u092e\u092f \u0927\u094d\u092f\u093e\u0928 \u0930\u0916\u0947\u0902 \u0915\u093f \u0938\u092d\u0940 light fixtures, AC slot, exhaust fan openings \u0915\u093e position mark \u0939\u094b \u091c\u093e\u090f\u0964 \u0907\u0938\u0938\u0947 next step \u092e\u0947\u0902 wiring \u0938\u0939\u0940 \u091c\u0917\u0939 \u091c\u093e\u090f\u0917\u0940\u0964<\/p>\n<\/div>\n<!-- STEP 7 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 7<\/div>\n<h3>False Ceiling \u0915\u0947 \u0905\u0902\u0926\u0930 Wiring &amp; Piping<\/h3>\n<p>Frame \u0924\u0948\u092f\u093e\u0930 \u0939\u0948\u0964 \u0905\u092c \u0907\u0938 open frame \u0915\u0947 \u0905\u0902\u0926\u0930 \u0938\u093e\u0930\u0940 ceiling wiring \u0921\u093e\u0932\u0947\u0902:<\/p>\n<ul class=\"checklist\">\n<li>Lights \u0915\u0940 wiring : downlights, cove lights, chandelier point<\/li>\n<li>Fan wiring : \u0939\u0930 fan \u0915\u0947 \u0932\u093f\u090f \u0905\u0932\u0917 point<\/li>\n<li>AC indoor unit \u0915\u0947 \u0932\u093f\u090f conduit : power supply + control wire<\/li>\n<li>Exhaust fan wiring<\/li>\n<li>Home theatre \/ surround sound : speaker wires ceiling \u0938\u0947 \u091c\u093e\u0924\u0940 \u0939\u0948\u0902<\/li>\n<li>Projector wiring : \u0905\u0917\u0930 home theatre plan \u0939\u0948<\/li>\n<\/ul>\n<div class=\"pro-tip\">\n      &#8220;Future-proof&#8221; \u0938\u094b\u091a\u0947\u0902\u0964 \u0906\u091c \u0906\u092a projector \u0928\u0939\u0940\u0902 \u0932\u0917\u093e \u0930\u0939\u0947, \u0932\u0947\u0915\u093f\u0928 \u0905\u0917\u0930 3 \u0938\u093e\u0932 \u092c\u093e\u0926 \u0932\u0917\u093e\u0928\u093e \u092a\u0921\u093c\u093e? Conduit pipe \u0921\u093e\u0932\u0928\u0947 \u092e\u0947\u0902 \u0905\u092d\u0940 \u20b9200 \u0932\u0917\u0947\u0902\u0917\u0947\u0964 \u092c\u093e\u0926 \u092e\u0947\u0902 false ceiling \u0924\u094b\u0921\u093c\u0915\u0930 wire \u0921\u093e\u0932\u0928\u0947 \u092e\u0947\u0902 \u20b915,000-\u20b925,000\u0964 \u0905\u092d\u0940 extra conduit \u0921\u093e\u0932\u094b, \u092d\u0932\u0947 \u0939\u0940 \u0909\u0938\u092e\u0947\u0902 wire \u0905\u092d\u0940 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964\n    <\/div>\n<\/div>\n<!-- STEP 8 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 8<\/div>\n<h3>False Ceiling Close \u0915\u0930\u0947\u0902, Gypsum \u092f\u093e POP<\/h3>\n<p>\u0938\u093e\u0930\u0940 wiring check \u0939\u094b \u0917\u0908? \u0938\u092c connections verify \u0939\u094b \u0917\u090f? \u0905\u092c false ceiling \u0915\u094b close \u0915\u0930\u0947\u0902\u0964<\/p>\n<p>Gypsum board like factory made, consistent thickness, faster installation, lighter weight, better for moisture-prone areas with moisture-resistant boards\u0964 Cost slightly higher \u0932\u0947\u0915\u093f\u0928 finish cleaner\u0964<\/p>\n<p>POP (Plaster of Paris) like traditional method, heavier, slightly slower, but can achieve more intricate custom designs Long term \u092e\u0947\u0902 POP cracking \u0915\u0940 problem \u091c\u093c\u094d\u092f\u093e\u0926\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0964<\/p>\n<div class=\"fact-box\">\n      India \u092e\u0947\u0902 false ceiling market 2023 \u092e\u0947\u0902 \u20b94,200 crore \u0925\u093e \u0914\u0930 2028 \u0924\u0915 8.2% CAGR \u0938\u0947 grow \u0939\u094b\u0928\u0947 \u0915\u0940 \u0909\u092e\u094d\u092e\u0940\u0926 \u0939\u0948\u0964 Gypsum board \u0915\u0940 market share \u0924\u0947\u091c\u093c\u0940 \u0938\u0947 \u092c\u0922\u093c \u0930\u0939\u0940 \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u092f\u0939 fire-resistant, lightweight \u0914\u0930 moisture-resistant \u0939\u0948\u0964 <a href=\"https:\/\/www.mordorintelligence.com\/industry-reports\/india-false-ceiling-market\" target=\"_blank\" rel=\"noopener\">Source: Mordor Intelligence \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 9 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 9<\/div>\n<h3>AC Copper Piping &amp; Drain Pipe \u0914\u0930 \u0935\u094b Photos \u0935\u093e\u0932\u0940 Trick<\/h3>\n<p>AC indoor unit \u091c\u0939\u093e\u0901 \u0932\u0917\u0947\u0917\u093e, \u0935\u0939\u093e\u0901 \u0938\u0947 outdoor unit \u0924\u0915 copper refrigerant pipe \u0914\u0930 condensate drain pipe \u0905\u092d\u0940 \u0921\u093e\u0932\u0947\u0902\u0964 \u092f\u0939 pipe false ceiling \u0915\u0947 \u0905\u0902\u0926\u0930 \u0938\u0947 \u092f\u093e wall \u092e\u0947\u0902 \u091c\u093e\u090f\u0917\u0940\u0964<\/p>\n<p>\u0905\u092d\u0940 \u0907\u0938\u0932\u093f\u090f \u0915\u0930\u0928\u093e \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f false ceiling \u0905\u092d\u0940 fresh \u0939\u0948, opening \u092c\u0928\u093e\u0928\u093e easy \u0939\u0948\u0964 \u092c\u093e\u0926 \u092e\u0947\u0902 AC \u0932\u0917\u093e\u0924\u0947 \u0935\u0915\u094d\u0924 \u0905\u0917\u0930 pipe routing \u0928\u0939\u0940\u0902 \u0915\u0940 \u0924\u094b \u092f\u093e \u0924\u094b pipe \u092c\u093e\u0939\u0930 \u0926\u093f\u0916\u0947\u0917\u0940 (ugly) \u092f\u093e wall hack \u0915\u0930\u0928\u0940 \u092a\u0921\u093c\u0947\u0917\u0940\u0964<\/p>\n<div class=\"warning\">\n\u0935\u094b photos \u0935\u093e\u0932\u0940 trick, \u0927\u094d\u092f\u093e\u0928 \u0938\u0947 \u092a\u0922\u093c\u0947\u0902: \u091c\u0948\u0938\u0947 \u0939\u0940 AC drain pipe \u0914\u0930 electrical conduit \u0932\u0917 \u091c\u093e\u090f\u0902, \u0939\u0930 wall \u0915\u0940 photos \u0916\u0940\u0902\u091a\u0947\u0902\u0964 \u092f\u0939 real life case \u0939\u0948: \u090f\u0915 \u0918\u0930 \u092e\u0947\u0902 \u0938\u092c \u0915\u093e\u092e \u0939\u094b \u0917\u092f\u093e\u0964 2 \u0938\u093e\u0932 \u092c\u093e\u0926 homeowner \u0928\u0947 \u090f\u0915 painting \u0932\u0917\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f nail \u0920\u094b\u0915\u0940, \u0938\u0940\u0927\u0947 AC drain pipe \u092e\u0947\u0902\u0964 \u092a\u093e\u0928\u0940 \u0926\u0940\u0935\u093e\u0930 \u092e\u0947\u0902, 2 rooms damage, \u20b980,000 repair\u0964 \u0905\u0917\u0930 photos \u0939\u094b\u0924\u0940\u0902, \u0924\u094b \u092a\u0924\u093e \u091a\u0932\u0924\u093e \u0915\u093f pipe \u0935\u0939\u093e\u0901 \u0939\u0948\u0964\n    <\/div>\n<\/div>\n<!-- STEP 10 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 10<\/div>\n<h3>Bathroom Plumbing + Waterproofing, \u0938\u092c\u0938\u0947 Important Civil Work<\/h3>\n<p>\u092f\u0939 step \u0938\u092c\u0938\u0947 detailed \u0914\u0930 \u0938\u092c\u0938\u0947 critical \u0939\u0948\u0964 Bathroom leakage India \u092e\u0947\u0902 renovation \u0915\u093e #1 problem \u0939\u0948 \u0914\u0930 \u092f\u0939 \u0938\u092c waterproofing \u0915\u094b skip \u0915\u0930\u0928\u0947 \u092f\u093e rush \u0915\u0930\u0928\u0947 \u0938\u0947 \u0939\u094b\u0924\u093e \u0939\u0948\u0964<\/p>\n<p>\u0938\u0939\u0940 sequence \u092f\u0939 \u0939\u0948:<\/p>\n<ul class=\"checklist\">\n<li>1st coat of waterproofing &#8211; pure waterproofing chemical, \u0938\u0942\u0916\u0928\u0947 \u0926\u0947\u0902 (minimum 6-8 hours)<\/li>\n<li>2nd coat of waterproofing with fiber mesh (\u091c\u093e\u0932\u0940) &#8211; mesh joint strength \u0926\u0947\u0924\u0940 \u0939\u0948, cracking prevent \u0915\u0930\u0924\u0940 \u0939\u0948<\/li>\n<li>Protection plaster &#8211; waterproofing \u0915\u094b physical damage \u0938\u0947 \u092c\u091a\u093e\u0924\u093e \u0939\u0948<\/li>\n<li>All floor pipes \u0921\u093e\u0932\u0947\u0902 &#8211; drain, water supply \u0938\u092c<\/li>\n<li>Khung filling (\u0908\u0902\u091f \u0915\u0947 \u091f\u0941\u0915\u0921\u093c\u0947) &#8211; void \u0915\u094b fill \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 Future \u092e\u0947\u0902 \u0905\u0917\u0930 minor seepage \u0939\u0941\u0908 \u0924\u094b \u092f\u0939 absorb \u0915\u0930\u0924\u0940 \u0939\u0948\u0964 \u092f\u0939 old-school technique \u0939\u0948 \u0932\u0947\u0915\u093f\u0928 \u092c\u0947\u0939\u0926 effective \u0939\u0948\u0964<\/li>\n<li>PCC (Plain Cement Concrete) &#8211; final leveling layer, \u0907\u0938 \u092a\u0930 tile \u0932\u0917\u0947\u0917\u0940<\/li>\n<\/ul>\n<div class=\"pro-tip\">\nPressure test, \u0906\u091c \u0939\u0940 \u0915\u0930\u0947\u0902: \u091c\u0948\u0938\u0947 \u0939\u0940 plumbing connections \u0939\u094b \u091c\u093e\u090f\u0902, pani supply \u091a\u093e\u0932\u0942 \u0915\u0930\u0915\u0947 24-48 hours \u0915\u0947 \u0932\u093f\u090f \u091b\u094b\u0921\u093c \u0926\u0947\u0902\u0964 Pipes capped \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0907\u0938\u0932\u093f\u090f \u092a\u093e\u0928\u0940 \u092c\u093e\u0939\u0930 \u0928\u0939\u0940\u0902 \u0906\u090f\u0917\u093e, \u0932\u0947\u0915\u093f\u0928 \u0915\u094b\u0908 \u092d\u0940 joint leak \u0939\u094b\u0917\u093e \u0924\u094b \u0905\u092d\u0940 \u092a\u0924\u093e \u091a\u0932 \u091c\u093e\u090f\u0917\u093e\u0964 Tiles \u0932\u0917\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 leak \u092a\u0915\u0921\u093c\u0928\u093e = tile \u0924\u094b\u0921\u093c\u094b, fix \u0915\u0930\u094b, \u092b\u093f\u0930 tile \u0932\u0917\u093e\u0913\u0964\n    <\/div>\n<div class=\"fact-box\">\n      National Building Code of India (NBC 2016) \u0915\u0947 according, \u0938\u092d\u0940 wet areas \u092e\u0947\u0902 minimum two-coat waterproofing system mandatory \u0939\u0948\u0964 \u0932\u0947\u0915\u093f\u0928 India \u092e\u0947\u0902 \u0915\u0930\u0940\u092c 60% residential bathrooms \u092e\u0947\u0902 \u092f\u0939 properly follow \u0928\u0939\u0940\u0902 \u0939\u094b\u0924\u093e, \u091c\u093f\u0938\u0938\u0947 5\u201310 \u0938\u093e\u0932 \u092e\u0947\u0902 leakage \u0915\u0940 problem \u0906\u0924\u0940 \u0939\u0948\u0964 <a href=\"https:\/\/bis.gov.in\" target=\"_blank\" rel=\"noopener\">Source: Bureau of Indian Standards \u2192<\/a>\n<\/div>\n<\/div>\n<!-- ============================= -->\n<!-- PHASE 3 -->\n<!-- ============================= -->\n<div class=\"phase-heading\" id=\"phase3\">\n<div class=\"phase-num\">3<\/div>\n<div>\n<h2>Phase 3 : Finishes &amp; Installations<\/h2>\n<p>Steps 11\u201320 | Putty, Flooring, Kitchen, Furniture, Paint \u092f\u0939\u0940 \u0906\u092a\u0915\u093e \u0918\u0930 \u092c\u0928\u093e\u090f\u0917\u093e<\/p>\n<\/div>\n<\/div>\n<p>\u092f\u0939\u093e\u0901 \u0938\u0947 \u0918\u0930 \u090f\u0915 actual home \u091c\u0948\u0938\u093e \u0926\u093f\u0916\u0928\u0947 \u0932\u0917\u0924\u093e \u0939\u0948\u0964 \u092f\u0939 phase \u0938\u092c\u0938\u0947 exciting \u0939\u0948 \u0914\u0930 \u0907\u0938\u0940\u0932\u093f\u090f \u0938\u092c\u0938\u0947 \u091c\u093c\u094d\u092f\u093e\u0926\u093e mistakes \u092d\u0940 \u092f\u0939\u093e\u0901 \u0939\u094b\u0924\u0940 \u0939\u0948\u0902\u0964 Excitement \u092e\u0947\u0902 \u0932\u094b\u0917 sequence \u0924\u094b\u0921\u093c\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0930\u094b\u0924\u0947 \u0939\u0948\u0902\u0964<\/p>\n<!-- STEP 11 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 11<\/div>\n<h3>Wall Putty : Base \u0905\u091a\u094d\u091b\u093e \u0928\u0939\u0940\u0902, \u0924\u094b Paint \u092c\u0947\u0915\u093e\u0930 \u0939\u0948<\/h3>\n<p>\u092f\u0939\u093e\u0901 India \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u0940 misconception \u0939\u0948: <em>&#8220;\u092e\u0939\u0902\u0917\u093e paint \u0932\u0947\u0902\u0917\u0947 \u0924\u094b \u0905\u091a\u094d\u091b\u093e \u0932\u0917\u0947\u0917\u093e\u0964&#8221;<\/em> \u0917\u0932\u0924\u0964 Paint \u0915\u0940 quality \u0938\u0947 \u091c\u093c\u094d\u092f\u093e\u0926\u093e base (putty) \u0915\u0940 quality matter \u0915\u0930\u0924\u0940 \u0939\u0948\u0964 \u0918\u0930 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 25 steps \u092e\u0947\u0902 wall putty \u0938\u092c\u0938\u0947 underrated \u0932\u0947\u0915\u093f\u0928 \u0938\u092c\u0938\u0947 important decision \u0939\u0948\u0964<\/p>\n<p>\u20b912,000 \u0915\u0940 Asian Paints Royal bucket \u0915\u093e paint \u092d\u0940 \u0916\u0930\u093e\u092c putty \u092a\u0930 peeling \u0915\u0930\u0947\u0917\u093e\u0964 \u20b92,000 \u0915\u0940 \u0938\u0938\u094d\u0924\u0940 bucket \u0915\u093e paint \u092d\u0940 \u0905\u091a\u094d\u091b\u0940 putty \u092a\u0930 8-10 \u0938\u093e\u0932 \u091a\u0932\u0947\u0917\u093e\u0964<\/p>\n<p>Options in order of quality:<\/p>\n<ul class=\"checklist\">\n<li>POP (Plaster of Paris) Putty : best finish, smoothest surface, professional look\u0964 Slightly expensive \u0932\u0947\u0915\u093f\u0928 worth it\u0964<\/li>\n<li>Acrylic Putty : POP \u0938\u0947 \u0925\u094b\u0921\u093c\u093e \u0915\u092e finish, \u0932\u0947\u0915\u093f\u0928 normal putty \u0938\u0947 \u092c\u0939\u0941\u0924 \u092c\u0947\u0939\u0924\u0930\u0964 Moisture resistance \u0905\u091a\u094d\u091b\u0940\u0964<\/li>\n<li>Normal White Cement Putty : avoid \u0915\u0930\u0947\u0902\u0964 Rough finish, uneven surface, paint \u0916\u0930\u093e\u092c \u0926\u093f\u0916\u0924\u093e \u0939\u0948\u0964<\/li>\n<\/ul>\n<div class=\"pro-tip\">\n      Putty 2 coats minimum \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f, \u0939\u0930 coat \u0915\u0947 \u092c\u093e\u0926 proper sanding\u0964 Sanding \u0938\u0947 \u092a\u0939\u0932\u0947 check \u0915\u0930\u0947\u0902, \u0906\u0901\u0916 \u0915\u094b \u0926\u0940\u0935\u093e\u0930 \u0915\u0947 parallel \u0930\u0916\u0915\u0930 \u0926\u0947\u0916\u0947\u0902 (raking light technique)\u0964 \u0939\u0930 unevenness \u0926\u093f\u0916\u0947\u0917\u0940\u0964 \u0935\u0939\u093e\u0901 extra coat \u0926\u0947\u0902\u0964\n    <\/div>\n<\/div>\n<!-- STEP 12 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 12<\/div>\n<h3>Flooring : Level, Sequence \u0914\u0930 \u0935\u094b Granite \u0935\u093e\u0932\u0940 Trick<\/h3>\n<p>Putty \u0939\u094b \u0917\u0908\u0964 \u0905\u092c flooring \u0915\u093e time\u0964 \u0932\u0947\u0915\u093f\u0928 \u092f\u0939\u093e\u0901 level maintain \u0915\u0930\u0928\u093e \u0938\u092c\u0938\u0947 critical skill \u0939\u0948\u0964<\/p>\n<p>Flooring sequence (multi-floor building):<\/p>\n<ul class=\"checklist\">\n<li>Ground floor main areas \u2192 Staircase \u2192 First floor \u2192 Bathrooms \u2192 Kitchen \u2192 Balconies<\/li>\n<\/ul>\n<p>\u0939\u092e\u0947\u0936\u093e \u092f\u093e\u0926 \u0930\u0916\u0947\u0902: Bathroom floor always \u0928\u0940\u091a\u0947 \u0939\u094b\u0924\u093e \u0939\u0948 \u092c\u093e\u0915\u0940 room \u0938\u0947 (minimum 12mm \u0928\u0940\u091a\u0947)\u0964 Wet zone (shower area) \u092c\u093e\u0915\u0940 bathroom \u0938\u0947 minimum 10mm \u0928\u0940\u091a\u0947\u0964 \u092f\u0939 slope water drainage \u0915\u0947 \u0932\u093f\u090f \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948\u0964<\/p>\n<div class=\"pro-tip\">\nUPVC\/Aluminum window \u0915\u0940 border \u092a\u0930 \u0939\u092e\u0947\u0936\u093e Granite \u0926\u0947\u0902, tile \u0928\u0939\u0940\u0902\u0964 Window frame \u0915\u0947 \u092a\u093e\u0938 \u0939\u092e\u0947\u0936\u093e slight moisture \u0930\u0939\u0924\u0940 \u0939\u0948 water, rain splashing, condensation\u0964 Tile \u0915\u0940 grout lines absorb \u0915\u0930\u0924\u0940 \u0939\u0948\u0902 moisture, time \u0915\u0947 \u0938\u093e\u0925 crack \u0914\u0930 stain \u0939\u094b\u0924\u0940 \u0939\u0948\u0902\u0964 Granite \u090f\u0915 solid piece \u0939\u0948, no grout joints, no absorption\u0964\n    <\/div>\n<div class=\"fact-box\">\n      India \u0915\u093e ceramic tile market 2023 \u092e\u0947\u0902 $3.2 billion \u0925\u093e\u0964 India tile production \u092e\u0947\u0902 \u0926\u0941\u0928\u093f\u092f\u093e \u092e\u0947\u0902 3rd number \u092a\u0930 \u0939\u0948 China \u0914\u0930 Brazil \u0915\u0947 \u092c\u093e\u0926\u0964 <a href=\"https:\/\/www.ibef.org\/industry\/ceramics-and-sanitaryware.aspx\" target=\"_blank\" rel=\"noopener\">Source: IBEF \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 13 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 13<\/div>\n<h3>Protection Sheet \u092b\u093f\u0930 \u0938\u0947, Flooring \u0915\u094b Protect \u0915\u0930\u0947\u0902<\/h3>\n<p>Flooring \u0939\u094b \u0917\u0908\u0964 \u0905\u092c \u0906\u0928\u0947 \u0935\u093e\u0932\u0947 weeks \u092e\u0947\u0902 carpenters, electricians, painters \u092f\u0947 \u0938\u092c \u0906\u090f\u0902\u0917\u0947\u0964 \u0939\u0930 \u0915\u094b\u0908 heavy tools \u0932\u093e\u090f\u0917\u093e, material shift \u0939\u094b\u0917\u093e\u0964 \u090f\u0915 \u092d\u0940 heavy piece \u0917\u093f\u0930\u093e, \u090f\u0915 \u092d\u0940 tool drag \u0939\u0941\u0906, tiles \u092f\u093e marble crack\u0964<\/p>\n<p>\u0907\u0938\u0940\u0932\u093f\u090f protection sheet \u092b\u093f\u0930 \u0938\u0947 \u092c\u093f\u091b\u093e\u090f\u0902, fresh flooring \u0915\u0947 \u090a\u092a\u0930\u0964 \u092f\u0939 sheet \u0924\u092c \u0924\u0915 \u0930\u0939\u0947\u0917\u0940 \u091c\u092c \u0924\u0915 \u0918\u0930 completely ready \u0928 \u0939\u094b \u091c\u093e\u090f\u0964<\/p>\n<\/div>\n<!-- STEP 14 & 15 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 14 &amp; 15<\/div>\n<h3>Glass, Mirrors \u0914\u0930 Modular Kitchen \u0915\u093e Order, \u0905\u092d\u0940 \u0915\u094d\u092f\u094b\u0902?<\/h3>\n<p>\u0905\u092c \u090f\u0915 business savvy move: tempered glass, mirrors, modular kitchen, wardrobes \u0914\u0930 TV unit \u0915\u093e order \u0905\u092d\u0940 \u0926\u0947 \u0926\u0947\u0902\u0964<\/p>\n<p>\u0915\u094d\u092f\u094b\u0902 \u0905\u092d\u0940? \u0915\u094d\u092f\u094b\u0902\u0915\u093f:<\/p>\n<ul class=\"checklist\">\n<li>Lead time : modular kitchen \u0915\u0940 delivery 3\u20138 weeks \u0932\u0917 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 \u0905\u0917\u0930 \u0905\u092d\u0940 order \u0928\u0939\u0940\u0902 \u0926\u093f\u092f\u093e \u0924\u094b \u092c\u093e\u0926 \u092e\u0947\u0902 \u0918\u0930 ready \u0939\u094b\u0917\u093e \u0914\u0930 kitchen \u0928\u0939\u0940\u0902\u0964<\/li>\n<li>Accurate measurements : flooring \u0939\u094b \u091a\u0941\u0915\u0940 \u0939\u0948, \u0905\u092c exact measurements \u092e\u093f\u0932\u0947\u0902\u0917\u0940\u0964 \u0915\u094b\u0908 adjustment \u0928\u0939\u0940\u0902 \u0939\u094b\u0917\u093e\u0964<\/li>\n<li>Material lock in : prices \u092c\u093e\u0926 \u092e\u0947\u0902 \u092c\u0922\u093c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0905\u092d\u0940 order = current rate lock\u0964<\/li>\n<\/ul>\n<p>Kitchen countertop (Granite\/Quartz) \u092d\u0940 \u0905\u092d\u0940 finalize \u0915\u0930\u0947\u0902\u0964 \u092f\u0939 \u0906\u092a\u0915\u0947 kitchen design \u0915\u093e centerpiece \u0939\u0948 material, color, edge profile, thickness \u0938\u092c decide \u0915\u0930\u0947\u0902\u0964<\/p>\n<div class=\"fact-box\">\n      India \u0915\u093e modular kitchen market 2022 \u092e\u0947\u0902 \u20b911,000 crore \u0925\u093e \u0914\u0930 2027 \u0924\u0915 \u20b922,000 crore \u0939\u094b\u0928\u0947 \u0915\u093e \u0905\u0928\u0941\u092e\u093e\u0928 \u0939\u0948 \u0915\u0930\u0940\u092c 15% CAGR. Quality branded kitchens \u0915\u0940 delivery average 4-6 weeks \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 <a href=\"https:\/\/www.researchandmarkets.com\/reports\/india-modular-kitchen-market\" target=\"_blank\" rel=\"noopener\">Source: Research and Markets \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 16 & 17 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 16 &amp; 17<\/div>\n<h3>Kitchen Installation &amp; Shutters \u0915\u094b Safe \u0930\u0916\u0947\u0902<\/h3>\n<p>Kitchen delivery \u0906 \u0917\u0908? Carcass (body) install \u0915\u0930\u094b, \u0932\u0947\u0915\u093f\u0928 shutters (doors) \u0915\u094b bubble wrap \u092e\u0947\u0902 \u0932\u092a\u0947\u091f\u0915\u0930 safe \u091c\u0917\u0939 \u0930\u0916 \u0926\u094b\u0964<\/p>\n<p>\u092f\u0939 critical \u0915\u094d\u092f\u094b\u0902 \u0939\u0948? Paint work, sanding, drilling. \u0907\u0928 \u0938\u092c\u092e\u0947\u0902 dust \u0914\u0930 splatter \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 Kitchen \u0915\u0947 costly shutter \u092a\u0930 \u090f\u0915 paint drop, \u090f\u0915 scratch \u2014 \u0914\u0930 \u0935\u094b \u0916\u0930\u093e\u092c\u0964 \u092c\u093e\u0926 \u092e\u0947\u0902 repair \u092f\u093e replace costly \u0939\u0948\u0964<\/p>\n<p>Countertop install \u0915\u0930\u0947\u0902\u0964 \u0905\u092c kitchen \u0915\u093e structure complete \u0939\u0948, shutters \u092c\u093e\u0926 \u092e\u0947\u0902 \u0932\u0917\u0947\u0902\u0917\u0947\u0964<\/p>\n<\/div>\n<!-- STEP 18 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 18<\/div>\n<h3>Switches, Sockets \u0914\u0930 Hardware \u0916\u0930\u0940\u0926\u0947\u0902 \u0905\u092d\u0940<\/h3>\n<p>Paint \u0938\u0947 \u092a\u0939\u0932\u0947 switches, sockets, light fixtures \u0916\u0930\u0940\u0926 \u0932\u0947\u0902\u0964 \u0915\u094d\u092f\u094b\u0902 \u0905\u092d\u0940? \u0915\u094d\u092f\u094b\u0902\u0915\u093f:<\/p>\n<ul class=\"checklist\">\n<li>Electrician \u0915\u094b exact box size \u092a\u0924\u093e \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f, \u0915\u0941\u091b premium switches (Schneider, Legrand, Philips) \u0915\u0947 box size standard \u0938\u0947 \u0905\u0932\u0917 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964<\/li>\n<li>Light fixtures \u0915\u0940 weight \u0914\u0930 mounting type \u092a\u0924\u093e \u0939\u094b\u0928\u0947 \u092a\u0930 electrician \u0938\u0939\u0940 preparation \u0915\u0930 \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/li>\n<li>\u0905\u0917\u0930 \u0915\u094b\u0908 switch \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e \u092f\u093e out of stock \u0939\u0941\u0906, \u0924\u094b \u0905\u092d\u0940 alternate \u0922\u0942\u0902\u0922\u0928\u0947 \u0915\u093e time \u0939\u0948\u0964<\/li>\n<\/ul>\n<div class=\"pro-tip\">\n      Switches \u0914\u0930 sockets \u092a\u0930 cheap \u0928\u0939\u0940\u0902 \u091c\u093e\u090f\u0902\u0964 \u090f\u0915 average room \u092e\u0947\u0902 15-20 switch points \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964 \u20b9100 vs \u20b9300 \u0915\u093e switch, total difference \u20b93,000-\u20b94,000 \u0939\u0948\u0964 \u0932\u0947\u0915\u093f\u0928 cheap switch 2\u20133 \u0938\u093e\u0932 \u092e\u0947\u0902 loose \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948, \u091c\u094b annoying \u0914\u0930 slightly unsafe \u0939\u0948\u0964 Legrand, Anchor ROMA, Schneider, \u092f\u0947 reliable brands \u0939\u0948\u0902\u0964\n    <\/div>\n<\/div>\n<!-- STEP 19 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 19<\/div>\n<h3>First Coat Paint + Lights On : Professional \u0915\u093e Secret Trick<\/h3>\n<p>\u092f\u0939 step \u092d\u093e\u0930\u0924 \u092e\u0947\u0902 99% homeowners \u0928\u0939\u0940\u0902 \u091c\u093e\u0928\u0924\u0947\u0964 \u092f\u0939 professional interior designers \u0915\u0940 secret technique \u0939\u0948 \u091c\u094b perfect wall finish guarantee \u0915\u0930\u0924\u0940 \u0939\u0948\u0964<\/p>\n<p>Sequence:<\/p>\n<ul class=\"checklist\">\n<li>Chalk mitti (first coat) + sanding<\/li>\n<li>Chalk mitti (second coat) + sanding<\/li>\n<li>Primer<\/li>\n<li>First coat of paint \u2192 STOP<\/li>\n<\/ul>\n<p>First paint coat \u0915\u0947 \u092c\u093e\u0926 painter \u0915\u094b \u0930\u094b\u0915\u0947\u0902\u0964 \u0905\u092c \u0938\u093e\u0930\u0940 lights install \u0915\u0930\u0947\u0902, AC install \u0915\u0930\u0947\u0902, mirrors \u0932\u0917\u093e\u090f\u0902\u0964 \u0938\u092c \u0915\u0941\u091b on \u0915\u0930\u0947\u0902\u0964<\/p>\n<p>Science behind it: Wall \u0915\u0940 unevenness (undulation) <em>direct light \u092e\u0947\u0902 \u0928\u0939\u0940\u0902 \u0926\u093f\u0916\u0924\u0940\u0964<\/em> \u0935\u094b angled\/grazing light \u092e\u0947\u0902 \u0926\u093f\u0916\u0924\u0940 \u0939\u0948 \u092f\u093e\u0928\u0940 \u091c\u092c light parallel to wall \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 Wall-mounted lights, cove lights, downlights create exactly \u092f\u0939\u0940 effect\u0964 Final coat \u0915\u0947 \u092c\u093e\u0926 lights \u0932\u0917\u093e\u0928\u0947 \u092a\u0930 \u092f\u0939 undulation \u0926\u093f\u0916\u0924\u0940 \u0939\u0948 \u0914\u0930 \u0924\u092c \u0915\u0941\u091b \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u093e\u0964<\/p>\n<p>Lights on \u0939\u094b\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 painter \u0935\u093e\u092a\u0938 \u0906\u090f\u0917\u093e, \u0938\u093e\u0930\u0947 imperfections mark \u0915\u0930\u0947\u0917\u093e, touch-up \u0915\u0930\u0947\u0917\u093e\u0964 <em>\u0924\u092c<\/em> final coat \u0939\u094b\u0917\u0940\u0964<\/p>\n<div class=\"warning\">\n      \u0907\u0938 step \u092e\u0947\u0902 \u2014 shower glass partition, UPVC windows, paintings \u0915\u0940 nails \u0920\u094b\u0915\u0928\u093e \u092f\u0947 \u0938\u092c \u0939\u094b \u091c\u093e\u090f\u0902\u0964 Painting \u0915\u0940 nail \u0920\u094b\u0915\u0915\u0930 painting \u0935\u093e\u092a\u0938 \u0939\u091f\u093e \u0926\u0947\u0902 and final coat \u0915\u0947 \u092c\u093e\u0926 \u0939\u0940 \u0935\u093e\u092a\u0938 \u0932\u0917\u093e\u090f\u0917\u0940\u0964 \u0905\u0917\u0930 painting \u091f\u0902\u0917\u0940 \u0930\u0939\u0940, \u0924\u094b painter \u0909\u0938\u0915\u0947 \u091a\u093e\u0930\u094b\u0902 \u0924\u0930\u092b paint \u0915\u0930\u0947\u0917\u093e, \u0914\u0930 \u0935\u094b area miss \u0939\u094b\u0917\u093e\u0964\n    <\/div>\n<\/div>\n<!-- STEP 20 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 20<\/div>\n<h3>Final Coat of Paint : \u0938\u093f\u0930\u094d\u092b Painter, \u0915\u094b\u0908 \u0928\u0939\u0940\u0902<\/h3>\n<p>\u092f\u0939 step \u090f\u0915 one-person room rule \u0915\u0947 \u0938\u093e\u0925 \u0906\u0924\u0940 \u0939\u0948\u0964<\/p>\n<p>Final coat \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 room \u092e\u0947\u0902 \u0938\u093f\u0930\u094d\u092b painter \u0939\u094b\u0917\u093e\u0964 \u0915\u094b\u0908 carpenter, electrician, plumber, family member \u2014 absolutely nobody else\u0964 \u092f\u0939 rule strict \u0939\u0948\u0964<\/p>\n<p>\u0915\u094d\u092f\u094b\u0902? \u0926\u0942\u0938\u0930\u093e \u0907\u0902\u0938\u093e\u0928 wall \u0938\u0947 \u091f\u0915\u0930\u093e\u090f\u0917\u093e, \u0939\u093e\u0925 \u0932\u0917\u093e\u090f\u0917\u093e, smudge \u0939\u094b\u0917\u093e\u0964 \u0905\u0917\u0930 \u0939\u0941\u0906 \u0924\u094b blame game \u0936\u0941\u0930\u0942 \u0939\u094b\u0917\u0940, painter \u0915\u0939\u0947\u0917\u093e &#8220;\u092e\u0947\u0930\u0940 \u0917\u0932\u0924\u0940 \u0928\u0939\u0940\u0902,&#8221; \u0926\u0942\u0938\u0930\u093e \u0915\u0939\u0947\u0917\u093e &#8220;\u092e\u0948\u0902\u0928\u0947 touch \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e\u0964&#8221; \u0914\u0930 \u0906\u092a \u0926\u094b\u0928\u094b\u0902 \u0915\u0940 \u092c\u093e\u0924 \u0938\u0941\u0928\u0924\u0947 \u0930\u0939\u0947\u0902\u0917\u0947\u0964<\/p>\n<div class=\"pro-tip\">\n      Final coat \u0915\u0947 \u092c\u093e\u0926 minimum 48-72 hours room \u092e\u0947\u0902 \u0915\u0941\u091b \u092d\u0940 move \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902\u0964 Paint technically dry \u0939\u094b\u0924\u093e \u0939\u0948 2 hours \u092e\u0947\u0902, \u0932\u0947\u0915\u093f\u0928 fully cured 7-30 days \u092e\u0947\u0902 \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u091c\u0932\u094d\u0926\u0940 furniture shift \u0915\u0930\u0928\u0947 \u092a\u0930 paint marks \u092a\u0921\u093c\u0924\u0947 \u0939\u0948\u0902\u0964\n    <\/div>\n<\/div>\n<!-- ============================= -->\n<!-- PHASE 4 -->\n<!-- ============================= -->\n<div class=\"phase-heading\" id=\"phase4\">\n<div class=\"phase-num\">4<\/div>\n<div>\n<h2>Phase 4 : Handover, Move-In &amp; Maintenance<\/h2>\n<p>Steps 21\u201325 | \u0918\u0930 ready \u0939\u0948 \u0905\u092c \u0938\u0939\u0940 \u0924\u0930\u0940\u0915\u0947 \u0938\u0947 \u0917\u094d\u0930\u0939 \u092a\u094d\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0918\u0930 \u0915\u094b \u092c\u0928\u093e\u090f \u0930\u0916\u0947\u0902<\/p>\n<\/div>\n<\/div>\n<!-- STEP 21 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 21<\/div>\n<h3>Professional Deep Clean, Local Labor \u0928\u0939\u0940\u0902<\/h3>\n<p>Paint dry \u0939\u094b \u0917\u092f\u093e\u0964 \u0905\u092c \u0918\u0930 clean \u0915\u0930\u0928\u093e \u0939\u0948\u0964 \u0932\u0947\u0915\u093f\u0928 \u092f\u0939 regular cleaning \u0928\u0939\u0940\u0902 \u0939\u0948. \u092f\u0939 post-construction deep clean \u0939\u0948, \u091c\u094b \u092c\u093f\u0932\u094d\u0915\u0941\u0932 \u0905\u0932\u0917 \u0915\u093e\u092e \u0939\u0948\u0964<\/p>\n<p>Construction \u0915\u0947 \u092c\u093e\u0926 \u0918\u0930 \u092e\u0947\u0902 \u0939\u094b\u0924\u093e \u0939\u0948: tile grout \u092e\u0947\u0902 cement dust, glass \u092a\u0930 paint spots, switches \u092a\u0930 paint splatter, bathroom \u092e\u0947\u0902 construction chemical residue, AC vents \u092e\u0947\u0902 dust\u0964 \u092f\u0939 \u0938\u092c regular jhadu pocha \u0938\u0947 \u0928\u0939\u0940\u0902 \u091c\u093e\u090f\u0917\u093e\u0964<\/p>\n<p>Professional deep cleaning team \u0915\u0947 \u092a\u093e\u0938 \u0939\u094b\u0924\u093e \u0939\u0948:<\/p>\n<ul class=\"checklist\">\n<li>Industrial vacuum cleaners : fine dust \u0915\u0947 \u0932\u093f\u090f<\/li>\n<li>Steam cleaners : grout cleaning \u0915\u0947 \u0932\u093f\u090f<\/li>\n<li>Chemical specific cleaners : glass, tile, wood, metal \u0939\u0930 surface \u0915\u0947 \u0932\u093f\u090f \u0905\u0932\u0917<\/li>\n<li>Trained technicians : \u091c\u094b \u091c\u093e\u0928\u0924\u0947 \u0939\u0948\u0902 \u0915\u093f marble \u0915\u094b acid \u0938\u0947 clean \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u0947<\/li>\n<\/ul>\n<div class=\"fact-box\">\n      India \u092e\u0947\u0902 professional deep cleaning \u0915\u0940 average cost \u20b98\u2013\u20b920 per sq ft \u0939\u0948\u0964 \u090f\u0915 typical 1000 sq ft apartment \u0915\u0947 \u0932\u093f\u090f \u20b98,000-\u20b920,000 \u0939\u094b\u0917\u0940\u0964 \u092f\u0939 amount \u0906\u092a\u0915\u0940 flooring \u0915\u094b permanent damage \u0938\u0947 \u092c\u091a\u093e\u0924\u0940 \u0939\u0948 \u091c\u094b \u0906\u092a\u0928\u0947 \u0936\u093e\u092f\u0926 \u20b92-\u20b95 lakh \u092e\u0947\u0902 \u0932\u0917\u093e\u0908 \u0939\u0948\u0964 <a href=\"https:\/\/www.sulekha.com\/home-cleaning-services\" target=\"_blank\" rel=\"noopener\">Source: Sulekha.com Service Rates \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 22 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 22<\/div>\n<h3>Griha Pravesh \u0905\u092a\u0928\u0947 \u092e\u0939\u0932 \u092e\u0947\u0902 \u0906\u0907\u090f \ud83c\udfe0<\/h3>\n<p>\u0938\u092a\u0928\u093e \u092a\u0942\u0930\u093e \u0939\u0941\u0906\u0964 \u0918\u0930 \u0924\u0948\u092f\u093e\u0930 \u0939\u0948\u0964 \u0905\u092c formal griha pravesh \u0915\u0930\u0947\u0902, \u0936\u0941\u092d muhurat \u092e\u0947\u0902, family \u0915\u0947 \u0938\u093e\u0925, traditional rituals \u0915\u0947 \u0938\u093e\u0925\u0964<\/p>\n<p>\u0932\u0947\u0915\u093f\u0928 griha pravesh \u0915\u0947 \u0926\u093f\u0928 \u090f\u0915 practical \u0915\u093e\u092e \u092d\u0940 \u0915\u0930\u0947\u0902: \u0938\u092d\u0940 utilities check \u0915\u0930\u0947\u0902\u0964 \u0939\u0930 light \u091c\u0932\u093e\u090f\u0902, \u0939\u0930 tap \u0916\u094b\u0932\u0947\u0902, AC test \u0915\u0930\u0947\u0902, gas connection check \u0915\u0930\u0947\u0902, intercom test \u0915\u0930\u0947\u0902\u0964 \u092f\u0939 &#8220;soft commissioning&#8221; \u0939\u0948 \u0914\u0930 \u092f\u0939 griha pravesh \u0915\u0947 \u0926\u093f\u0928 \u0907\u0938\u0932\u093f\u090f \u0915\u0930\u0928\u093e \u0939\u0948 \u0924\u093e\u0915\u093f \u0905\u0917\u0930 \u0915\u0941\u091b issue \u0939\u094b \u0924\u094b contractor \u0905\u092d\u0940 \u092d\u0940 accountable \u0939\u0948\u0964<\/p>\n<\/div>\n<!-- STEP 23 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 23<\/div>\n<h3>Snag List \u090f\u0915 \u0939\u092b\u094d\u0924\u0947 \u092e\u0947\u0902 \u0938\u092c \u0915\u0941\u091b Test \u0915\u0930\u0947\u0902<\/h3>\n<p>Professional construction world \u092e\u0947\u0902 &#8220;snagging&#8221; \u090f\u0915 formal process \u0939\u0948\u0964 Move-in \u0915\u0947 \u092a\u0939\u0932\u0947 \u0939\u092b\u094d\u0924\u0947 \u092e\u0947\u0902 \u0939\u0930 \u090f\u0915 \u091a\u0940\u091c\u093c \u0915\u094b use \u0915\u0930\u0947\u0902 \u0914\u0930 issues note \u0915\u0930\u0947\u0902\u0964<\/p>\n<p>Snag list \u092e\u0947\u0902 \u0915\u094d\u092f\u093e \u0906 \u0938\u0915\u0924\u093e \u0939\u0948:<\/p>\n<ul class=\"checklist\">\n<li>Door\/window \u0928\u0939\u0940\u0902 close \u0939\u094b \u0930\u0939\u093e properly<\/li>\n<li>Tap \u092e\u0947\u0902 pressure \u0915\u092e \u0939\u0948<\/li>\n<li>AC drainage slow \u0939\u0948<\/li>\n<li>Switch loose \u0939\u0948<\/li>\n<li>Paint \u092e\u0947\u0902 \u090f\u0915 \u091c\u0917\u0939 bubble \u0939\u0948<\/li>\n<li>Tile joint slightly uneven \u0939\u0948<\/li>\n<\/ul>\n<div class=\"pro-tip\">\n      Snag list \u0915\u094b WhatsApp message \u0915\u0940 \u0924\u0930\u0939 informal \u092e\u0924 \u092d\u0947\u091c\u0947\u0902\u0964 \u090f\u0915 proper document \u092c\u0928\u093e\u090f\u0902, item, location, description, photo. \u0907\u0938\u0947 contractor \u0915\u094b email \u0915\u0930\u0947\u0902 \u0914\u0930 \u0909\u0928\u0938\u0947 written acknowledgment \u0932\u0947\u0902\u0964 \u092f\u0939 \u0906\u092a\u0915\u0940 legal protection \u0939\u0948\u0964\n    <\/div>\n<\/div>\n<!-- STEP 24 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 24<\/div>\n<h3>Annual Maintenance Plan, \u0918\u0930 \u0915\u0940 Service \u092d\u0940 \u0939\u094b\u0924\u0940 \u0939\u0948<\/h3>\n<p>\u0939\u092e \u0917\u093e\u0921\u093c\u0940 \u0915\u0940 service \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, phone \u0915\u0940 battery replace \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, RO \u0915\u0940 service \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0932\u0947\u0915\u093f\u0928 \u0918\u0930 \u0915\u0940 maintenance \u0915\u094b \u092d\u0942\u0932 \u091c\u093e\u0924\u0947 \u0939\u0948\u0902 \u091c\u094b \u0939\u092e\u093e\u0930\u0940 \u0938\u092c\u0938\u0947 expensive investment \u0939\u0948\u0964<\/p>\n<p>\u090f\u0915 basic annual maintenance calendar:<\/p>\n<ul class=\"checklist\">\n<li>Monsoon \u0938\u0947 \u092a\u0939\u0932\u0947 (May\/June): Waterproofing inspection, external cracks check, water tank cleaning<\/li>\n<li>Summer (March\/April): AC servicing, exhaust fan cleaning<\/li>\n<li>Annually: Electrical switchboard check (loose connections find \u0915\u0930\u094b), bathroom caulk inspection, wood polish\/treatment<\/li>\n<li>Every 3-5 years: External paint, complete waterproofing re-treatment, bathroom silicon sealing<\/li>\n<\/ul>\n<div class=\"fact-box\">\n      National Building Code of India \u0915\u0947 according, regular preventive maintenance \u0938\u0947 \u090f\u0915 building \u0915\u0940 life 20-30% \u092c\u0922\u093c \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 Neglected maintenance \u0915\u0947 \u0915\u093e\u0930\u0923 Indians annually estimated \u20b965,000 crore \u0915\u0940 unnecessary repair cost pay \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 <a href=\"https:\/\/bis.gov.in\/wp-content\/uploads\/2020\/03\/NBC2016Vol1.pdf\" target=\"_blank\" rel=\"noopener\">Source: National Building Code 2016 \u2192<\/a>\n<\/div>\n<\/div>\n<!-- STEP 25 -->\n<div class=\"step-card\">\n<div class=\"step-number\">Step 25<\/div>\n<h3>5 Essential Chemical Kit, \u0918\u0930 \u0915\u094b Maintenance-Free \u0930\u0916\u0947\u0902<\/h3>\n<p>\u0918\u0930 \u092e\u0947\u0902 5 chemicals \u0939\u092e\u0947\u0936\u093e \u0930\u0916\u0947\u0902, \u092f\u0947 \u0906\u092a\u0915\u0947 \u0918\u0930 \u0915\u094b \u0905\u0917\u0932\u0947 10 \u0938\u093e\u0932 maintenance free \u0930\u0916\u0947\u0902\u0917\u0947:<\/p>\n<ul class=\"checklist\">\n<li>Anti-fungal\/mold treatment : bathroom \u0914\u0930 kitchen walls \u0915\u0947 \u0932\u093f\u090f\u0964 Monsoon \u0938\u0947 \u092a\u0939\u0932\u0947 apply \u0915\u0930\u0947\u0902\u0964<\/li>\n<li>Tile &amp; grout cleaner : grout \u0915\u0947 dark spots \u0915\u0947 \u0932\u093f\u090f\u0964 Regular household cleaner \u0938\u0947 \u0928\u0939\u0940\u0902 \u091c\u093e\u0924\u0947\u0964<\/li>\n<li>Wood protector \/ wax polish : wooden furniture \u0914\u0930 doors \u0915\u0947 \u0932\u093f\u090f\u0964 Prevents cracking \u0914\u0930 fading\u0964<\/li>\n<li>Metal\/chrome cleaner : taps, handles, hardware \u0915\u0947 \u0932\u093f\u090f\u0964 Rust prevention\u0964<\/li>\n<li>Waterproofing spray : spot treatment \u0915\u0947 \u0932\u093f\u090f\u0964 \u090f\u0915 \u091b\u094b\u091f\u0940 crack, \u090f\u0915 joint \u0907\u0928\u0915\u094b \u0924\u0941\u0930\u0902\u0924 seal \u0915\u0930\u094b\u0964<\/li>\n<\/ul>\n<p>\u0907\u0928 \u092a\u093e\u0901\u091a\u094b\u0902 \u092e\u0947\u0902 total investment \u20b92,000-\u20b94,000 \u0939\u094b\u0917\u0940\u0964 \u092f\u0939 \u0906\u092a\u0915\u094b \u20b950,000-\u20b92,00,000 \u0915\u0940 potential repair cost \u0938\u0947 \u092c\u091a\u093e\u090f\u0917\u0940\u0964<\/p>\n<\/div>\n<!-- MISTAKES SECTION -->\n<h2 class=\"section-title\" id=\"mistakes\">5 Mistakes \u091c\u094b <span>\u0938\u092c\u0938\u0947 \u091c\u093c\u094d\u092f\u093e\u0926\u093e \u0932\u094b\u0917<\/span> \u0915\u0930\u0924\u0947 \u0939\u0948\u0902<\/h2>\n<div class=\"mistakes-grid\">\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 1<\/div>\n<p>Paint \u092a\u0939\u0932\u0947, \u092b\u093f\u0930 plumber \u092c\u0941\u0932\u093e\u092f\u093e \u0909\u0938\u0928\u0947 \u0926\u0940\u0935\u093e\u0930 \u0924\u094b\u0921\u093c\u0940 \u0914\u0930 paint \u092c\u0930\u094d\u092c\u093e\u0926 \u0939\u0941\u0906 \u0914\u0930 \u20b925,000 \u0915\u093e rework\u0964<\/p>\n<div class=\"fix\">\u2713 Fix: \u0939\u092e\u0947\u0936\u093e MEP (electrical\/plumbing) \u092a\u0939\u0932\u0947, paint \u0938\u092c\u0938\u0947 last\u0964<\/div>\n<\/div>\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 2<\/div>\n<p>AC pipe \u092c\u093e\u0926 \u092e\u0947\u0902 \u0938\u094b\u091a\u0940 \u0924\u094b false ceiling \u0924\u094b\u0921\u093c\u0928\u0940 \u092a\u0921\u093c\u0940, restart\u0964<\/p>\n<div class=\"fix\">\u2713 Fix: False ceiling framing \u0915\u0947 \u0938\u092e\u092f AC copper pipe \u092a\u0939\u0932\u0947 \u0921\u093e\u0932\u094b\u0964<\/div>\n<\/div>\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 3<\/div>\n<p>Photos \u0928\u0939\u0940\u0902 \u0932\u093f\u090f, 3 \u0938\u093e\u0932 \u092c\u093e\u0926 nail \u0928\u0947 pipe puncture \u0915\u093f\u092f\u093e, massive leakage\u0964<\/p>\n<div class=\"fix\">\u2713 Fix: \u0939\u0930 pipe, conduit \u0915\u0940 photos \u0916\u0940\u0902\u091a\u094b \u0914\u0930 cloud \u092a\u0930 save \u0915\u0930\u094b\u0964<\/div>\n<\/div>\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 4<\/div>\n<p>Final coat \u0915\u0947 \u0938\u092e\u092f carpenter \u092d\u0940 \u0915\u093e\u092e \u0915\u0930 \u0930\u0939\u093e \u0925\u093e and paint wall \u092a\u0930 smudge, blame game.<\/p>\n<div class=\"fix\">\u2713 Fix: Final paint coat = only painter in the room. Zero exceptions.<\/div>\n<\/div>\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 5<\/div>\n<p>Local labor \u0938\u0947 deep clean grout permanently stained, marble scratched\u0964<\/p>\n<div class=\"fix\">\u2713 Fix: Professional post construction cleaning team hire \u0915\u0930\u094b\u0964<\/div>\n<\/div>\n<div class=\"mistake-card\">\n<div class=\"x\">\u2715 Mistake 6<\/div>\n<p>Kitchen order late \u0926\u093f\u092f\u093e  \u0918\u0930 ready \u0939\u0941\u0906, kitchen \u0928\u0939\u0940\u0902\u0964 6 \u0939\u092b\u094d\u0924\u0947 \u092c\u093f\u0928\u093e kitchen\u0964<\/p>\n<div class=\"fix\">\u2713 Fix: Flooring \u0915\u0947 \u0938\u093e\u0925 \u0939\u0940 kitchen order \u0926\u0947 \u0926\u094b\u0964 Lead time-8 weeks \u0939\u094b\u0924\u0940 \u0939\u0948\u0964<\/div>\n<\/div>\n<\/div>\n<!-- SUMMARY TABLE -->\n<h2 class=\"section-title\" id=\"quickref\">25 Steps : <span>Quick Reference<\/span><\/h2>\n<div class=\"table-wrap\">\n<table class=\"summary-table\">\n<thead>\n<tr>\n<th>Phase<\/th>\n<th>Steps<\/th>\n<th>Key Work<\/th>\n<th>Critical Rule<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr><td><span class=\"phase-tag\">Planning<\/span><\/td><td>1-4<\/td><td>Design, Marking, Protection, Demo<\/td><td>Sequence before action<\/td><\/tr>\n<tr><td><span class=\"phase-tag\">MEP<\/span><\/td><td>5-9<\/td><td>Electrical, False Ceiling, AC Piping<\/td><td>Photo every hidden pipe<\/td><\/tr>\n<tr><td><span class=\"phase-tag\">Civil<\/span><\/td><td>10<\/td><td>Plumbing + Waterproofing<\/td><td>2-coat waterproofing mandatory<\/td><\/tr>\n<tr><td><span class=\"phase-tag\">Finishes<\/span><\/td><td>11-20<\/td><td>Putty, Flooring, Kitchen, Paint<\/td><td>Base quality &gt; paint quality<\/td><\/tr>\n<tr><td><span class=\"phase-tag\">Handover<\/span><\/td><td>21-25<\/td><td>Clean, Move-in, Snag, Maintain<\/td><td>Snag in writing to contractor<\/td><\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<!-- CTA -->\n<div class=\"cta-section\">\n<h2>\u0938\u092a\u0928\u094b\u0902 \u0915\u093e \u092e\u0939\u0932 \u092c\u0928\u093e\u090f\u0902, <span>\u0938\u0939\u0940 Sequence \u092e\u0947\u0902<\/span><\/h2>\n<p>\u0918\u0930 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 25 steps \u0915\u0940 \u092f\u0939 complete guide save \u0915\u0930\u0947\u0902, \u0905\u092a\u0928\u0947 family \u0914\u0930 friends \u0915\u094b share \u0915\u0930\u0947\u0902 \u091c\u094b \u0918\u0930 \u092c\u0928\u093e \u0930\u0939\u0947 \u0939\u0948\u0902 \u092f\u093e renovation plan \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964 \u0938\u0939\u0940 sequence \u0938\u0947 \u0932\u093e\u0916\u094b\u0902 \u0930\u0941\u092a\u090f \u092c\u091a\u0924\u0947 \u0939\u0948\u0902\u0964<\/p>\n<p style=\"font-size: 14px; margin: 0;\"><a href=\"https:\/\/rupankanarchointeriors.com\/blog\/contact-rupankan-archo-interiors\/\">Rupankan Archo Interiors | Jaipur<\/a><\/p>\n<\/div>\n<\/div>\n<\/main>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0918\u0930 \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 25 \u091c\u093c\u0930\u0942\u0930\u0940 Steps: \u092f\u0939 \u0935\u094b sequence \u0939\u0948 \u091c\u094b \u0939\u0930 homeowner \u0915\u094b \u092a\u0939\u0932\u0947 \u0926\u093f\u0928 \u092a\u0924\u093e \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f\u0964 \u092e\u093e\u0928 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2230,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[6,9],"tags":[],"class_list":["post-2186","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-interior-designs","category-architecture"],"_links":{"self":[{"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/posts\/2186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/comments?post=2186"}],"version-history":[{"count":30,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/posts\/2186\/revisions"}],"predecessor-version":[{"id":2229,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/posts\/2186\/revisions\/2229"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/media\/2230"}],"wp:attachment":[{"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/media?parent=2186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/categories?post=2186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rupankanarchointeriors.com\/blog\/wp-json\/wp\/v2\/tags?post=2186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}