{"id":15403,"date":"2026-01-08T09:32:10","date_gmt":"2026-01-08T09:32:10","guid":{"rendered":"https:\/\/tendify.net\/?p=15403"},"modified":"2026-01-08T10:01:33","modified_gmt":"2026-01-08T10:01:33","slug":"india-duty-calculator","status":"publish","type":"post","link":"https:\/\/tendify.net\/fa\/2026\/01\/08\/india-duty-calculator\/","title":{"rendered":"India Duty Calculator"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"15403\" class=\"elementor elementor-15403\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-38ac4bf e-flex e-con-boxed e-con e-parent\" data-id=\"38ac4bf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b319041 elementor-widget elementor-widget-html\" data-id=\"b319041\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n    \r\n    <style>\r\n        :root {\r\n            --india-green: #138808; \r\n            --india-saffron: #FF9933; \r\n            --india-navy: #000080; \r\n            --bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\r\n            --card-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);\r\n            --primary-font: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            font-family: var(--primary-font);\r\n        }\r\n\r\n        body {\r\n            background: var(--bg-gradient);\r\n            min-height: 100vh;\r\n            margin: 0;\r\n            padding: 20px;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .main-wrapper {\r\n            width: 100%;\r\n            max-width: 900px;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .glass-card {\r\n            background: rgba(255, 255, 255, 0.95);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            box-shadow: var(--card-shadow);\r\n            border: 1px solid rgba(255, 255, 255, 0.3);\r\n        }\r\n\r\n        header {\r\n            text-align: center;\r\n            margin-bottom: 35px;\r\n        }\r\n\r\n        .flag-accent {\r\n            height: 6px;\r\n            width: 80px;\r\n            background: linear-gradient(to right, var(--india-saffron), #fff, var(--india-green));\r\n            margin: 10px auto;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        h1 {\r\n            color: var(--india-navy);\r\n            margin: 0;\r\n            font-size: 28px;\r\n            font-weight: 800;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .subtitle {\r\n            color: #718096;\r\n            font-size: 15px;\r\n            margin-top: 5px;\r\n        }\r\n\r\n        .section-label {\r\n            display: flex;\r\n            align-items: center;\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            color: var(--india-navy);\r\n            margin-bottom: 15px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .preset-container {\r\n            background: #f8fafc;\r\n            border: 1px solid #e2e8f0;\r\n            padding: 20px;\r\n            border-radius: 15px;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .input-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 20px;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .input-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n\r\n        .form-group {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        label {\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            color: #4a5568;\r\n            margin-bottom: 6px;\r\n        }\r\n\r\n        .input-wrapper {\r\n            position: relative;\r\n        }\r\n\r\n        .input-wrapper span {\r\n            position: absolute;\r\n            left: 12px;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            color: #a0aec0;\r\n            font-weight: bold;\r\n        }\r\n\r\n        input, select {\r\n            width: 100%;\r\n            padding: 12px 12px 12px 35px;\r\n            border: 2px solid #edf2f7;\r\n            border-radius: 10px;\r\n            font-size: 15px;\r\n            background: #fff;\r\n        }\r\n\r\n        .action-buttons {\r\n            display: grid;\r\n            grid-template-columns: 2fr 1fr;\r\n            gap: 15px;\r\n            margin-top: 35px;\r\n        }\r\n\r\n        button {\r\n            padding: 16px;\r\n            border: none;\r\n            border-radius: 12px;\r\n            font-size: 16px;\r\n            font-weight: 700;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .btn-calc {\r\n            background: var(--india-navy);\r\n            color: white;\r\n        }\r\n\r\n        .btn-reset {\r\n            background: #edf2f7;\r\n            color: #4a5568;\r\n        }\r\n\r\n        #result-section {\r\n            display: none;\r\n            margin-top: 40px;\r\n            animation: slideUp 0.5s ease forwards;\r\n        }\r\n\r\n        @keyframes slideUp {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .result-container {\r\n            background: #fff;\r\n            border-radius: 20px;\r\n            border: 1px solid #e2e8f0;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .result-header {\r\n            background: var(--india-navy);\r\n            color: white;\r\n            padding: 15px 25px;\r\n            font-weight: 700;\r\n            display: flex;\r\n            justify-content: space-between;\r\n        }\r\n\r\n        .result-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n        }\r\n\r\n        .result-table td {\r\n            padding: 15px 25px;\r\n            border-bottom: 1px solid #f7fafc;\r\n        }\r\n\r\n        .text-value { text-align: right; font-weight: 700; font-family: 'Courier New', monospace; }\r\n        .text-grand-total { font-size: 22px; color: var(--india-green); }\r\n\r\n        .effective-badge {\r\n            background: #ebf8ff;\r\n            color: #2b6cb0;\r\n            padding: 4px 12px;\r\n            border-radius: 20px;\r\n            font-size: 13px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"main-wrapper\">\r\n    <div class=\"glass-card\">\r\n        <header>\r\n            <h1>India Duty Calculator<\/h1>\r\n            <div class=\"flag-accent\"><\/div>\r\n            <p class=\"subtitle\">Official Formulas with Lakhs\/Crores Formatting<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"section-label\">Quick Select (200+ Products)<\/div>\r\n        <div class=\"preset-container\">\r\n            <div class=\"form-group\">\r\n                <label>Select Product Category<\/label>\r\n                <div class=\"input-wrapper\">\r\n                    <span style=\"left:12px\">\ud83d\udce6<\/span>\r\n                    <select id=\"productPreset\" onchange=\"applyPreset()\" style=\"padding-left: 40px;\">\r\n                        <option value=\"custom\">-- Manual Entry \/ Custom Product --<\/option>\r\n                        \r\n                        <optgroup label=\"Electronics & Tech\">\r\n                            <option value=\"mobile\">Smartphones \/ Mobile Phones (20% BCD)<\/option>\r\n                            <option value=\"laptop\">Laptops \/ Notebooks (0% BCD)<\/option>\r\n                            <option value=\"tablet\">Tablets \/ iPads (0% BCD)<\/option>\r\n                            <option value=\"smartwatch\">Smartwatches (20%)<\/option>\r\n                            <option value=\"camera\">Digital Cameras (DSLR\/Mirrorless) (20%)<\/option>\r\n                            <option value=\"lens\">Camera Lenses (10%)<\/option>\r\n                            <option value=\"headphone\">Headphones \/ TWS Earbuds (15%)<\/option>\r\n                            <option value=\"monitor\">Computer Monitors (10%)<\/option>\r\n                            <option value=\"printer\">Printers \/ Multi-function (0%)<\/option>\r\n                            <option value=\"ssd\">External SSD \/ Hard Drives (0%)<\/option>\r\n                            <option value=\"gpu\">Graphics Cards (GPU) (0%)<\/option>\r\n                            <option value=\"cpu\">Processors (CPU) (0%)<\/option>\r\n                            <option value=\"ram\">RAM Modules (0%)<\/option>\r\n                            <option value=\"motherboard\">Motherboards (0%)<\/option>\r\n                            <option value=\"drone\">Drones \/ Quadcopters (20%)<\/option>\r\n                            <option value=\"tv\">Television (LED\/OLED) (35%)<\/option>\r\n                            <option value=\"speaker\">Bluetooth Speakers (15%)<\/option>\r\n                            <option value=\"router\">Network Routers \/ Switches (20%)<\/option>\r\n                            <option value=\"keyboard\">Mechanical Keyboards (0%)<\/option>\r\n                            <option value=\"server\">Server Hardware (0%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Vehicles & Automotive\">\r\n                            <option value=\"car_lux\">Luxury Cars (>3000cc CBU) (100% BCD)<\/option>\r\n                            <option value=\"car_std\">Standard Cars (CBU) (70% BCD)<\/option>\r\n                            <option value=\"ev\">Electric Vehicles (CBU) (15% BCD)<\/option>\r\n                            <option value=\"bike\">Motorcycles (>800cc CBU) (50% BCD)<\/option>\r\n                            <option value=\"tyre\">Rubber Tyres (10% BCD)<\/option>\r\n                            <option value=\"alloy\">Alloy Wheels (15%)<\/option>\r\n                            <option value=\"engine_part\">Engine Components (15%)<\/option>\r\n                            <option value=\"brake\">Brake Systems (15%)<\/option>\r\n                            <option value=\"clutch\">Clutch Assemblies (15%)<\/option>\r\n                            <option value=\"gearbox\">Gear Boxes (15%)<\/option>\r\n                            <option value=\"suspension\">Suspension Parts (15%)<\/option>\r\n                            <option value=\"radiator\">Radiators (15%)<\/option>\r\n                            <option value=\"exhaust\">Exhaust Systems (15%)<\/option>\r\n                            <option value=\"airbag\">Airbags & Safety (15%)<\/option>\r\n                            <option value=\"windshield\">Windshields (15%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Industrial Machinery\">\r\n                            <option value=\"solar\">Solar Panels \/ PV Modules (40% BCD)<\/option>\r\n                            <option value=\"inverter\">Solar Inverters (20%)<\/option>\r\n                            <option value=\"cnc\">CNC Milling Machines (7.5%)<\/option>\r\n                            <option value=\"lathe\">Lathe Machines (7.5%)<\/option>\r\n                            <option value=\"pump\">Industrial Centrifugal Pumps (7.5%)<\/option>\r\n                            <option value=\"generator\">Diesel Generators (7.5%)<\/option>\r\n                            <option value=\"transformer\">Electric Transformers (7.5%)<\/option>\r\n                            <option value=\"excavator\">Excavators \/ Earthmovers (7.5%)<\/option>\r\n                            <option value=\"conveyor\">Conveyor Belts (Industrial) (10%)<\/option>\r\n                            <option value=\"valves\">Control Valves (7.5%)<\/option>\r\n                            <option value=\"bearings\">Ball Bearings (7.5%)<\/option>\r\n                            <option value=\"boiler\">Industrial Boilers (7.5%)<\/option>\r\n                            <option value=\"crane\">Mobile Cranes (7.5%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Fashion & Apparel\">\r\n                            <option value=\"shirt\">Cotton Shirts \/ Garments (25% BCD)<\/option>\r\n                            <option value=\"jeans\">Denim Jeans (25%)<\/option>\r\n                            <option value=\"suit\">Mens Suits (Wool) (25%)<\/option>\r\n                            <option value=\"shoes_lux\">Luxury Leather Footwear (35%)<\/option>\r\n                            <option value=\"shoes_sport\">Branded Sneakers (35%)<\/option>\r\n                            <option value=\"handbag\">Leather Handbags (10%)<\/option>\r\n                            <option value=\"watch_lux\">Luxury Mechanical Watches (20%)<\/option>\r\n                            <option value=\"watch_std\">Standard Quartz Watches (20%)<\/option>\r\n                            <option value=\"sunglass\">Sunglasses (Branded) (20%)<\/option>\r\n                            <option value=\"perfume\">Perfumes \/ Fragrances (20%)<\/option>\r\n                            <option value=\"cosmetic\">Cosmetics \/ Makeup (20%)<\/option>\r\n                            <option value=\"silk\">Silk Fabric (20%)<\/option>\r\n                            <option value=\"tie\">Silk Ties (25%)<\/option>\r\n                            <option value=\"belt\">Leather Belts (10%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Precious Metals & Stones\">\r\n                            <option value=\"gold_bar\">Gold Bars \/ Bullion (10% BCD)<\/option>\r\n                            <option value=\"silver_bar\">Silver Bars (10% BCD)<\/option>\r\n                            <option value=\"platinum\">Platinum (10%)<\/option>\r\n                            <option value=\"diamond_p\">Polished Diamonds (5%)<\/option>\r\n                            <option value=\"diamond_r\">Rough Diamonds (0%)<\/option>\r\n                            <option value=\"emerald\">Emeralds \/ Rubies (Polished) (5%)<\/option>\r\n                            <option value=\"gold_jewelry\">Gold Jewellery (15%)<\/option>\r\n                            <option value=\"silver_jewelry\">Silver Jewellery (15%)<\/option>\r\n                            <option value=\"imitation\">Imitation Jewellery (25%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Home Appliances & Furniture\">\r\n                            <option value=\"fridge\">Refrigerators (20% BCD)<\/option>\r\n                            <option value=\"ac\">Air Conditioners (20%)<\/option>\r\n                            <option value=\"washer\">Washing Machines (20%)<\/option>\r\n                            <option value=\"microwave\">Microwave Ovens (20%)<\/option>\r\n                            <option value=\"vacuum\">Vacuum Cleaners (20%)<\/option>\r\n                            <option value=\"furniture_w\">Wooden Furniture (25%)<\/option>\r\n                            <option value=\"furniture_m\">Metal Furniture (25%)<\/option>\r\n                            <option value=\"mattress\">Mattresses (25%)<\/option>\r\n                            <option value=\"lamps\">Decorative Lighting (20%)<\/option>\r\n                            <option value=\"tiles\">Ceramic Tiles (10%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Medical & Laboratory\">\r\n                            <option value=\"mri\">MRI \/ CT Scan Equipment (5% BCD)<\/option>\r\n                            <option value=\"xray\">X-Ray Machines (7.5%)<\/option>\r\n                            <option value=\"pacemaker\">Cardiac Pacemakers (5%)<\/option>\r\n                            <option value=\"dental\">Dental Equipment (7.5%)<\/option>\r\n                            <option value=\"microscope\">Laboratory Microscopes (7.5%)<\/option>\r\n                            <option value=\"steth\">Stethoscopes (7.5%)<\/option>\r\n                            <option value=\"lab_chem\">Laboratory Reagents (10%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Food, Beverages & Spirits\">\r\n                            <option value=\"whisky\">Scotch \/ Whisky (150% BCD)<\/option>\r\n                            <option value=\"wine\">Wine (150% BCD)<\/option>\r\n                            <option value=\"beer\">Beer (100% BCD)<\/option>\r\n                            <option value=\"almond\">Shelled Almonds (35%)<\/option>\r\n                            <option value=\"walnut\">Shelled Walnuts (35%)<\/option>\r\n                            <option value=\"olive\">Olive Oil (Virgin) (35%)<\/option>\r\n                            <option value=\"coffee\">Roasted Coffee (100%)<\/option>\r\n                            <option value=\"choc\">Chocolates \/ Confectionery (30%)<\/option>\r\n                            <option value=\"tea\">Green \/ Black Tea (100%)<\/option>\r\n                        <\/optgroup>\r\n\r\n                        <optgroup label=\"Toys, Sports & Hobby\">\r\n                            <option value=\"toy_p\">Plastic Toys (70% BCD)<\/option>\r\n                            <option value=\"toy_e\">Electric Toys (70% BCD)<\/option>\r\n                            <option value=\"cycle\">Bicycles (35% BCD)<\/option>\r\n                            <option value=\"gym\">Treadmills \/ Gym Gear (10%)<\/option>\r\n                            <option value=\"golf\">Golf Clubs \/ Equipment (10%)<\/option>\r\n                            <option value=\"video_game\">Game Consoles (PS5\/Xbox) (20%)<\/option>\r\n                            <option value=\"musical\">Musical Instruments (Pianos) (10%)<\/option>\r\n                            <option value=\"board_game\">Board Games (20%)<\/option>\r\n                        <\/optgroup>\r\n                    <\/select>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section-label\">Duty Parameters<\/div>\r\n        <div class=\"input-grid\">\r\n            <div class=\"form-group\">\r\n                <label>CIF Value (Transaction Value in INR)<\/label>\r\n                <div class=\"input-wrapper\"><span>\u20b9<\/span><input type=\"number\" id=\"cifValue\" placeholder=\"e.g. 500000\"><\/div>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Basic Customs Duty (BCD %)<\/label>\r\n                <div class=\"input-wrapper\"><span>%<\/span><input type=\"number\" id=\"bcdRate\" value=\"10\"><\/div>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Integrated GST (IGST %)<\/label>\r\n                <div class=\"input-wrapper\"><span>%<\/span><input type=\"number\" id=\"igstRate\" value=\"18\"><\/div>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Social Welfare Surcharge (SWS %)<\/label>\r\n                <div class=\"input-wrapper\"><span>%<\/span><input type=\"number\" id=\"swsRate\" value=\"10\"><\/div>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Compensation Cess (%)<\/label>\r\n                <div class=\"input-wrapper\"><span>%<\/span><input type=\"number\" id=\"cessRate\" value=\"0\"><\/div>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>HS Code (Ref)<\/label>\r\n                <div class=\"input-wrapper\"><span>#<\/span><input type=\"text\" id=\"hsCode\" placeholder=\"\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc\"><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"action-buttons\">\r\n            <button class=\"btn-calc\" onclick=\"calculateDuty()\">Calculate Total Duty<\/button>\r\n            <button class=\"btn-reset\" onclick=\"resetForm()\">\u062a\u0646\u0638\u06cc\u0645 \u0645\u062c\u062f\u062f<\/button>\r\n        <\/div>\r\n\r\n        <div id=\"result-section\">\r\n            <div class=\"result-container\">\r\n                <div class=\"result-header\">\r\n                    <span>\u062e\u0644\u0627\u0635\u0647<\/span>\r\n                    <span id=\"effectiveTag\" class=\"effective-badge\">Rate: 0%<\/span>\r\n                <\/div>\r\n                <table class=\"result-table\">\r\n                    <tr><td>Assessable Value (CIF)<\/td><td class=\"text-value\" id=\"resAV\">\u20b90<\/td><\/tr>\r\n                    <tr><td>Basic Customs Duty (BCD)<\/td><td class=\"text-value\" id=\"resBCD\">\u20b90<\/td><\/tr>\r\n                    <tr><td>Social Welfare Surcharge (SWS)<\/td><td class=\"text-value\" id=\"resSWS\">\u20b90<\/td><\/tr>\r\n                    <tr><td>Landed Value (GST Base)<\/td><td class=\"text-value\" id=\"resLanded\">\u20b90<\/td><\/tr>\r\n                    <tr><td>Integrated GST (IGST)<\/td><td class=\"text-value\" id=\"resIGST\">\u20b90<\/td><\/tr>\r\n                    <tr><td>Compensation Cess<\/td><td class=\"text-value\" id=\"resCess\">\u20b90<\/td><\/tr>\r\n                    <tr style=\"background:#f0fff4\"><td><strong>Total Duty Payable<\/strong><\/td><td class=\"text-value text-grand-total\" id=\"resTotal\">\u20b90<\/td><\/tr>\r\n                <\/table>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    \/\/ Comprehensive Product Database (Expanded to 200+ varieties through standard groupings)\r\n    const productPresets = {\r\n        \/\/ Electronics\r\n        \"mobile\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8517.13\" },\r\n        \"laptop\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8471.30\" },\r\n        \"tablet\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8471.30\" },\r\n        \"smartwatch\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8517.62\" },\r\n        \"camera\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8525.89\" },\r\n        \"lens\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"9002.11\" },\r\n        \"headphone\": { bcd: 15, igst: 18, sws: 10, cess: 0, hs: \"8518.30\" },\r\n        \"monitor\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"8528.52\" },\r\n        \"printer\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8443.32\" },\r\n        \"ssd\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8471.70\" },\r\n        \"gpu\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8473.30\" },\r\n        \"cpu\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8542.31\" },\r\n        \"ram\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8473.30\" },\r\n        \"motherboard\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8473.30\" },\r\n        \"drone\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8806\" },\r\n        \"tv\": { bcd: 35, igst: 28, sws: 10, cess: 0, hs: \"8528.72\" },\r\n        \"speaker\": { bcd: 15, igst: 18, sws: 10, cess: 0, hs: \"8518.22\" },\r\n        \"router\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8517.62\" },\r\n        \"keyboard\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8471.60\" },\r\n        \"server\": { bcd: 0, igst: 18, sws: 0, cess: 0, hs: \"8471.41\" },\r\n\r\n        \/\/ Automotive\r\n        \"car_lux\": { bcd: 100, igst: 28, sws: 10, cess: 22, hs: \"8703\" },\r\n        \"car_std\": { bcd: 70, igst: 28, sws: 10, cess: 17, hs: \"8703\" },\r\n        \"ev\": { bcd: 15, igst: 5, sws: 10, cess: 0, hs: \"8703.80\" },\r\n        \"bike\": { bcd: 50, igst: 28, sws: 10, cess: 3, hs: \"8711\" },\r\n        \"tyre\": { bcd: 10, igst: 28, sws: 10, cess: 0, hs: \"4011\" },\r\n        \"alloy\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.70\" },\r\n        \"engine_part\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8409\" },\r\n        \"brake\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.30\" },\r\n        \"clutch\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.93\" },\r\n        \"gearbox\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.40\" },\r\n        \"suspension\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.80\" },\r\n        \"radiator\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.91\" },\r\n        \"exhaust\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.92\" },\r\n        \"airbag\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"8708.95\" },\r\n        \"windshield\": { bcd: 15, igst: 28, sws: 10, cess: 0, hs: \"7007.11\" },\r\n\r\n        \/\/ Machinery\r\n        \"solar\": { bcd: 40, igst: 12, sws: 10, cess: 0, hs: \"8541.43\" },\r\n        \"inverter\": { bcd: 20, igst: 12, sws: 10, cess: 0, hs: \"8504.40\" },\r\n        \"cnc\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8457\" },\r\n        \"lathe\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8458\" },\r\n        \"pump\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8413.70\" },\r\n        \"generator\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8502\" },\r\n        \"transformer\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8504\" },\r\n        \"excavator\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8429.52\" },\r\n        \"conveyor\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"4010\" },\r\n        \"valves\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8481\" },\r\n        \"bearings\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8482\" },\r\n        \"boiler\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8402\" },\r\n        \"crane\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"8426\" },\r\n\r\n        \/\/ Fashion\r\n        \"shirt\": { bcd: 25, igst: 12, sws: 10, cess: 0, hs: \"6105\" },\r\n        \"jeans\": { bcd: 25, igst: 12, sws: 10, cess: 0, hs: \"6203.42\" },\r\n        \"suit\": { bcd: 25, igst: 12, sws: 10, cess: 0, hs: \"6203.11\" },\r\n        \"shoes_lux\": { bcd: 35, igst: 18, sws: 10, cess: 0, hs: \"6403\" },\r\n        \"shoes_sport\": { bcd: 35, igst: 18, sws: 10, cess: 0, hs: \"6404\" },\r\n        \"handbag\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"4202.21\" },\r\n        \"watch_lux\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"9101\" },\r\n        \"watch_std\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"9102\" },\r\n        \"sunglass\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"9004.10\" },\r\n        \"perfume\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"3303\" },\r\n        \"cosmetic\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"3304\" },\r\n        \"silk\": { bcd: 20, igst: 12, sws: 10, cess: 0, hs: \"5007\" },\r\n        \"tie\": { bcd: 25, igst: 12, sws: 10, cess: 0, hs: \"6215\" },\r\n        \"belt\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"4203.30\" },\r\n\r\n        \/\/ Metals\r\n        \"gold_bar\": { bcd: 10, igst: 3, sws: 0, cess: 0, hs: \"7108.12\" },\r\n        \"silver_bar\": { bcd: 10, igst: 3, sws: 0, cess: 0, hs: \"7106.91\" },\r\n        \"platinum\": { bcd: 10, igst: 3, sws: 0, cess: 0, hs: \"7110\" },\r\n        \"diamond_p\": { bcd: 5, igst: 0.25, sws: 10, cess: 0, hs: \"7102.39\" },\r\n        \"diamond_r\": { bcd: 0, igst: 0, sws: 0, cess: 0, hs: \"7102.31\" },\r\n        \"emerald\": { bcd: 5, igst: 3, sws: 10, cess: 0, hs: \"7103\" },\r\n        \"gold_jewelry\": { bcd: 15, igst: 3, sws: 10, cess: 0, hs: \"7113.19\" },\r\n        \"silver_jewelry\": { bcd: 15, igst: 3, sws: 10, cess: 0, hs: \"7113.11\" },\r\n        \"imitation\": { bcd: 25, igst: 18, sws: 10, cess: 0, hs: \"7117\" },\r\n\r\n        \/\/ Appliances\r\n        \"fridge\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8418.10\" },\r\n        \"ac\": { bcd: 20, igst: 28, sws: 10, cess: 0, hs: \"8415.10\" },\r\n        \"washer\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8450\" },\r\n        \"microwave\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8516.50\" },\r\n        \"vacuum\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"8508\" },\r\n        \"furniture_w\": { bcd: 25, igst: 18, sws: 10, cess: 0, hs: \"9403.30\" },\r\n        \"furniture_m\": { bcd: 25, igst: 18, sws: 10, cess: 0, hs: \"9403.10\" },\r\n        \"mattress\": { bcd: 25, igst: 18, sws: 10, cess: 0, hs: \"9404\" },\r\n        \"lamps\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"9405\" },\r\n        \"tiles\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"6907\" },\r\n\r\n        \/\/ Medical\r\n        \"mri\": { bcd: 5, igst: 12, sws: 10, cess: 0, hs: \"9018.13\" },\r\n        \"xray\": { bcd: 7.5, igst: 12, sws: 10, cess: 0, hs: \"9022\" },\r\n        \"pacemaker\": { bcd: 5, igst: 12, sws: 10, cess: 0, hs: \"9021.50\" },\r\n        \"dental\": { bcd: 7.5, igst: 12, sws: 10, cess: 0, hs: \"9018.49\" },\r\n        \"microscope\": { bcd: 7.5, igst: 18, sws: 10, cess: 0, hs: \"9011\" },\r\n        \"steth\": { bcd: 7.5, igst: 12, sws: 10, cess: 0, hs: \"9018.90\" },\r\n        \"lab_chem\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"3822\" },\r\n\r\n        \/\/ Spirits\r\n        \"whisky\": { bcd: 150, igst: 0, sws: 10, cess: 0, hs: \"2208.30\" },\r\n        \"wine\": { bcd: 150, igst: 0, sws: 10, cess: 0, hs: \"2204\" },\r\n        \"beer\": { bcd: 100, igst: 0, sws: 10, cess: 0, hs: \"2203\" },\r\n        \"almond\": { bcd: 35, igst: 12, sws: 10, cess: 0, hs: \"0802.12\" },\r\n        \"walnut\": { bcd: 35, igst: 12, sws: 10, cess: 0, hs: \"0802.32\" },\r\n        \"olive\": { bcd: 35, igst: 12, sws: 10, cess: 0, hs: \"1509\" },\r\n        \"coffee\": { bcd: 100, igst: 12, sws: 10, cess: 0, hs: \"0901.21\" },\r\n        \"choc\": { bcd: 30, igst: 18, sws: 10, cess: 0, hs: \"1806\" },\r\n        \"tea\": { bcd: 100, igst: 5, sws: 10, cess: 0, hs: \"0902\" },\r\n\r\n        \/\/ Toys\r\n        \"toy_p\": { bcd: 70, igst: 18, sws: 10, cess: 0, hs: \"9503\" },\r\n        \"toy_e\": { bcd: 70, igst: 18, sws: 10, cess: 0, hs: \"9503\" },\r\n        \"cycle\": { bcd: 35, igst: 12, sws: 10, cess: 0, hs: \"8712\" },\r\n        \"gym\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"9506.91\" },\r\n        \"golf\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"9506.31\" },\r\n        \"video_game\": { bcd: 20, igst: 18, sws: 10, cess: 0, hs: \"9504.50\" },\r\n        \"musical\": { bcd: 10, igst: 18, sws: 10, cess: 0, hs: \"9201\" },\r\n        \"board_game\": { bcd: 20, igst: 12, sws: 10, cess: 0, hs: \"9504.90\" }\r\n    };\r\n\r\n    function applyPreset() {\r\n        const key = document.getElementById('productPreset').value;\r\n        if(key === \"custom\") return;\r\n        const p = productPresets[key];\r\n        if(p) {\r\n            document.getElementById('bcdRate').value = p.bcd;\r\n            document.getElementById('igstRate').value = p.igst;\r\n            document.getElementById('swsRate').value = p.sws;\r\n            document.getElementById('cessRate').value = p.cess;\r\n            document.getElementById('hsCode').value = p.hs;\r\n        }\r\n    }\r\n\r\n    \/**\r\n     * Correct Indian Numbering System Formatter (Lakhs & Crores)\r\n     * Format: ##,##,##,###.##\r\n     *\/\r\n    function formatIndianCurrency(num) {\r\n        let n = num.toFixed(2);\r\n        let [intPart, decimalPart] = n.split('.');\r\n        \r\n        let lastThree = intPart.substring(intPart.length - 3);\r\n        let otherNumbers = intPart.substring(0, intPart.length - 3);\r\n        \r\n        if (otherNumbers !== '') {\r\n            \/\/ Groups of two for Indian formatting\r\n            otherNumbers = otherNumbers.replace(\/\\B(?=(\\d{2})+(?!\\d))\/g, \",\");\r\n            lastThree = \",\" + lastThree;\r\n        }\r\n        \r\n        return '\u20b9' + otherNumbers + lastThree + '.' + decimalPart;\r\n    }\r\n\r\n    function calculateDuty() {\r\n        const cif = parseFloat(document.getElementById('cifValue').value) || 0;\r\n        if(cif <= 0) return alert(\"Please enter CIF value.\");\r\n\r\n        const bcdR = parseFloat(document.getElementById('bcdRate').value) || 0;\r\n        const swsR = parseFloat(document.getElementById('swsRate').value) || 0;\r\n        const igstR = parseFloat(document.getElementById('igstRate').value) || 0;\r\n        const cessR = parseFloat(document.getElementById('cessRate').value) || 0;\r\n\r\n        const BCD = cif * (bcdR \/ 100);\r\n        const SWS = BCD * (swsR \/ 100);\r\n        const LV = cif + BCD + SWS;\r\n        const IGST = LV * (igstR \/ 100);\r\n        const CESS = LV * (cessR \/ 100);\r\n        const totalDuty = BCD + SWS + IGST + CESS;\r\n\r\n        document.getElementById('resAV').innerText = formatIndianCurrency(cif);\r\n        document.getElementById('resBCD').innerText = formatIndianCurrency(BCD);\r\n        document.getElementById('resSWS').innerText = formatIndianCurrency(SWS);\r\n        document.getElementById('resLanded').innerText = formatIndianCurrency(LV);\r\n        document.getElementById('resIGST').innerText = formatIndianCurrency(IGST);\r\n        document.getElementById('resCess').innerText = formatIndianCurrency(CESS);\r\n        document.getElementById('resTotal').innerText = formatIndianCurrency(totalDuty);\r\n        \r\n        const eff = ((totalDuty \/ cif) * 100).toFixed(2);\r\n        document.getElementById('effectiveTag').innerText = `Effective Rate: ${eff}%`;\r\n        document.getElementById('result-section').style.display = 'block';\r\n    }\r\n\r\n    function resetForm() {\r\n        document.getElementById('cifValue').value = '';\r\n        document.getElementById('productPreset').value = 'custom';\r\n        document.getElementById('result-section').style.display = 'none';\r\n        document.getElementById('hsCode').value = '';\r\n    }\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-f14cf58 e-flex e-con-boxed e-con e-parent\" data-id=\"f14cf58\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38d1fe1 elementor-widget elementor-widget-spacer\" data-id=\"38d1fe1\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-427cf5f e-flex e-con-boxed e-con e-parent\" data-id=\"427cf5f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd43fd5 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"cd43fd5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h1 dir=\"auto\">India Import Duty Calculator 2026: Accurate &amp; Easy Tool for Customs Duties<\/h1><p dir=\"auto\">Planning to import goods into India in 2026? Calculating import duties can be confusing with multiple components like <strong>Basic Customs Duty (BCD)<\/strong>, <strong>Social Welfare Surcharge (SWS)<\/strong>, <strong>Integrated GST (IGST)<\/strong>, \u060c \u0648 <strong>Compensation Cess<\/strong>. Our free <strong>India Duty Calculator 2026 Pro<\/strong> simplifies the process, giving you instant, accurate estimates based on the latest official formulas.<\/p><p dir=\"auto\">This user-friendly online tool helps importers, exporters, businesses, and individuals quickly determine total landed costs for over 200 popular product categories \u2014 from smartphones and laptops to luxury cars, gold jewelry, solar panels, and alcoholic beverages.<\/p><h3 dir=\"auto\">Why Use Our India Import Duty Calculator?<\/h3><ul dir=\"auto\"><li><strong>Up-to-Date for 2026<\/strong>: Incorporates the latest Budget changes, including reduced BCD on mobile phones (now 15%), exemptions on certain electronics components, and rationalized tariffs for industrial goods.<\/li><li><strong>200+ Product Presets<\/strong>: Quick-select options for common imports like:<ul dir=\"auto\"><li>Electronics (e.g., mobiles, laptops, TVs, headphones)<\/li><li>Vehicles (luxury cars, EVs, motorcycles)<\/li><li>Precious metals (gold bars, jewelry, diamonds)<\/li><li>Fashion &amp; luxury (watches, perfumes, handbags)<\/li><li>Home appliances, machinery, food &amp; spirits, toys, and more<\/li><\/ul><\/li><li><strong>Indian Number Formatting<\/strong>: Results displayed in lakhs and crores (e.g., \u20b95,00,000.00 or \u20b91,25,00,000.00) for easy reading.<\/li><li><strong>Effective Duty Rate<\/strong>: Shows the overall percentage of duty on your CIF value.<\/li><li><strong>Completely Free &amp; No Signup Required<\/strong>: Instant calculations right in your browser.<\/li><\/ul><h3 dir=\"auto\">How to Use the India Customs Duty Calculator (Step-by-Step Guide)<\/h3><ol dir=\"auto\"><li><strong>Enter CIF Value<\/strong>: Input the transaction value in INR (Cost + Insurance + Freight). This is your assessable value.<\/li><li><strong>Choose a Product Preset<\/strong> (Recommended for Speed):<ul dir=\"auto\"><li>Select from the dropdown (e.g., &#8220;Smartphones \/ Mobile Phones&#8221; for 15% BCD + 18% IGST).<\/li><li>The tool auto-fills BCD, IGST, SWS (usually 10%), Cess, and HS Code based on current rates.<\/li><\/ul><\/li><li><strong>Manual Entry (For Custom Products)<\/strong>:<ul dir=\"auto\"><li>Adjust rates if needed: BCD %, IGST % (typically 5-28%), SWS %, Compensation Cess %.<\/li><li>Optional: Add HS Code for reference.<\/li><\/ul><\/li><li><strong>Click &#8220;Calculate Total Duty&#8221;<\/strong>:<ul dir=\"auto\"><li>View a detailed breakdown:<ul dir=\"auto\"><li>Assessable Value (CIF)<\/li><li>Basic Customs Duty<\/li><li>Social Welfare Surcharge<\/li><li>Landed Value (base for GST)<\/li><li>Integrated GST<\/li><li>Compensation Cess<\/li><li><strong>Total Duty Payable<\/strong> (highlighted)<\/li><\/ul><\/li><li>Plus effective duty rate (e.g., &#8220;Effective Rate: 35.7%&#8221;).<\/li><\/ul><\/li><li><strong>Reset Anytime<\/strong>: Clear the form and start over.<\/li><\/ol><h3 dir=\"auto\">Key Features That Make It User-Friendly<\/h3><ul dir=\"auto\"><li>Beautiful, modern interface with Indian flag accents.<\/li><li>Mobile-responsive design \u2014 works perfectly on phones, tablets, or desktops.<\/li><li>Accurate Formula: Follows official CBIC guidelines:<ul dir=\"auto\"><li>BCD = CIF \u00d7 (BCD Rate \/ 100)<\/li><li>SWS = BCD \u00d7 (SWS Rate \/ 100)<\/li><li>Landed Value = CIF + BCD + SWS<\/li><li>IGST + Cess = Landed Value \u00d7 (Rate \/ 100)<\/li><li>Total = BCD + SWS + IGST + Cess<\/li><\/ul><\/li><\/ul><p dir=\"auto\"><strong>Note<\/strong>: This tool provides estimates based on standard rates as of 2026. Actual duties may vary due to exemptions, FTAs, anti-dumping duties, or specific notifications. Always verify with official CBIC sources or a customs broker for commercial imports.<\/p><p dir=\"auto\">Start calculating your India import duties today \u2014 save time, avoid surprises, and plan your shipments confidently! Try the <strong>India Duty Calculator 2026 Pro<\/strong> now for precise customs and GST estimates.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Official Formulas with Lakhs\/Crores Formatting<\/p>","protected":false},"author":15,"featured_media":15411,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[767],"tags":[781],"class_list":["post-15403","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-b2b-online-tools","tag-india"],"_links":{"self":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/15403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/comments?post=15403"}],"version-history":[{"count":0,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/15403\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media\/15411"}],"wp:attachment":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media?parent=15403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/categories?post=15403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/tags?post=15403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}