{"id":220,"date":"2025-12-04T11:01:36","date_gmt":"2025-12-04T11:01:36","guid":{"rendered":"https:\/\/bucatoindia.com\/?page_id=220"},"modified":"2026-05-28T05:59:05","modified_gmt":"2026-05-28T05:59:05","slug":"home-3","status":"publish","type":"page","link":"https:\/\/bucatoindia.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n.slider-container {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n\n.slider {\n  display: flex;\n  transition: transform 0.5s ease-in-out;\n}\n\n.slide {\n  min-width: 100%;\n}\n\n.slide img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover; \/* no black bars *\/\n  display: block;\n}\n\n\/* &#x1f518; Dots *\/\n.dots {\n  position: absolute;\n  bottom: 2px;\n  width: 100%;\n  text-align: center;\n}\n\n.dot {\n  display: inline-block;\n  height: 8px;\n  width: 8px;\n  margin: 2px;\n  background-color: rgba(255,0,0,0.5);\n  border-radius: 50%;\n  cursor: pointer;\n}\n\n.dot.active {\n  background-color: yellow;\n}\n\n\/* &#x1f4f1; Mobile *\/\n@media (max-width: 100%) {\n\n  .slide img {\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .dots {\n    display: none;\n  }\n}\n<\/style>\n\n<div class=\"slider-container\" id=\"sliderContainer\">\n\n  <div class=\"slider\" id=\"slider\">\n    \n    <div class=\"slide\">\n      <img decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/LG-stacker-web-poster.png\">\n    <\/div>\n\n    <div class=\"slide\">\n      <img decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Poster-for-laundry-setup-scaled.png\">\n    <\/div>\n\n    <div class=\"slide\">\n      <img decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-1920x560-1-scaled.png\">\n    <\/div>\n\n    <div class=\"slide\">\n      <img decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-10-152517.png\">\n    <\/div>\n\n  <\/div>\n\n  <!-- Dots -->\n  <div class=\"dots\" id=\"dots\"><\/div>\n\n<\/div>\n\n<script>\nlet index = 0;\n\nconst slider = document.getElementById('slider');\nconst slides = document.querySelectorAll('.slide');\nconst dotsContainer = document.getElementById('dots');\nconst sliderContainer = document.getElementById('sliderContainer');\n\nlet autoSlide;\n\n\/* Create dots *\/\nslides.forEach((_, i) => {\n\n  const dot = document.createElement('span');\n\n  dot.classList.add('dot');\n\n  dot.addEventListener('click', () => goToSlide(i));\n\n  dotsContainer.appendChild(dot);\n\n});\n\n\/* Update dots *\/\nfunction updateDots() {\n\n  const dots = document.querySelectorAll('.dot');\n\n  dots.forEach(dot => dot.classList.remove('active'));\n\n  dots[index].classList.add('active');\n}\n\n\/* Move slide *\/\nfunction goToSlide(i) {\n\n  index = i;\n\n  if (index >= slides.length) index = 0;\n\n  if (index < 0) index = slides.length - 1;\n\n  slider.style.transform =\n    'translateX(' + (-index * 100) + '%)';\n\n  updateDots();\n}\n\n\/* Auto slide *\/\nfunction startAutoSlide() {\n\n  autoSlide = setInterval(() => {\n\n    index++;\n\n    goToSlide(index);\n\n  }, 10000);\n}\n\n\/* Stop auto slide *\/\nfunction stopAutoSlide() {\n  clearInterval(autoSlide);\n}\n\n\/* Pause on mouse enter *\/\nsliderContainer.addEventListener(\n  'mouseenter',\n  stopAutoSlide\n);\n\n\/* Resume on mouse leave *\/\nsliderContainer.addEventListener(\n  'mouseleave',\n  startAutoSlide\n);\n\n\/* &#x2705; Manual touch slide *\/\nlet startX = 0;\n\nsliderContainer.addEventListener('touchstart', (e) => {\n  startX = e.touches[0].clientX;\n});\n\nsliderContainer.addEventListener('touchend', (e) => {\n\n  let endX = e.changedTouches[0].clientX;\n\n  \/* Swipe left *\/\n  if (startX - endX > 50) {\n    index++;\n    goToSlide(index);\n  }\n\n  \/* Swipe right *\/\n  else if (endX - startX > 50) {\n    index--;\n    goToSlide(index);\n  }\n\n});\n\n\/* &#x2705; Manual mouse drag slide *\/\nlet isDragging = false;\nlet mouseStartX = 0;\n\nsliderContainer.addEventListener('mousedown', (e) => {\n  isDragging = true;\n  mouseStartX = e.clientX;\n});\n\nsliderContainer.addEventListener('mouseup', (e) => {\n\n  if (!isDragging) return;\n\n  let mouseEndX = e.clientX;\n  let diff = mouseStartX - mouseEndX;\n\n  \/* Drag left *\/\n  if (diff > 50) {\n    index++;\n    goToSlide(index);\n  }\n\n  \/* Drag right *\/\n  else if (diff < -50) {\n    index--;\n    goToSlide(index);\n  }\n\n  isDragging = false;\n\n});\n\n\/* Init *\/\ngoToSlide(0);\nstartAutoSlide();\n<\/script>\n\n\n\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading has-text-align-center has-ast-global-color-1-color has-text-color has-link-color has-medium-font-size wp-elements-03533291578306885d03af2388d7f3b2\"><strong>Bucato Laundry Equipments<\/strong><\/h6>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">GST -33AGSPR7185B1Z1<\/p>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:16px\"><strong>Industrial Washing Machines Built for Performance, Reliability &amp; Long Life.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>about us -<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"font-size:17px\">We are a leading manufacturer of commercial and industrial washing machines with years of experience in designing heavy-duty laundry solutions. <\/li>\n\n\n\n<li style=\"font-size:17px\">Our machines are engineered to deliver consistent performance, energy efficiency, and trouble-free operation. <\/li>\n\n\n\n<li style=\"font-size:17px\">From hospitals to hotels, we deliver high-efficiency laundry solutions designed to reduce labor, save water, and increase productivity.<\/li>\n\n\n\n<li style=\"font-size:17px\">Whether you run a hospital, hotel, resort, laundry plant, or garment factory, we provide machines tailored to your workload.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li style=\"font-size:17px\">High-efficiency performance<\/li>\n\n\n\n<li style=\"font-size:17px\">Stainless steel construction<\/li>\n\n\n\n<li style=\"font-size:17px\">Low water &amp; power consumption<\/li>\n\n\n\n<li style=\"font-size:17px\">User-friendly control panels<\/li>\n\n\n\n<li style=\"font-size:17px\">Fast service &amp; spare parts availability<\/li>\n\n\n\n<li style=\"font-size:17px\">Custom capacity machines from 15 kg to 200 kg<\/li>\n<\/ul>\n<\/blockquote>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Our products<\/h2>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-5dd9212a32452d62d23b7a57340f07fc\">Washer extractor<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-default wp-duotone-unset-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1835\" height=\"1983\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1.png\" alt=\"\" class=\"wp-image-1112\" style=\"aspect-ratio:1.1996463306808134;width:1013px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1.png 1835w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1-278x300.png 278w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1-948x1024.png 948w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1-768x830.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_jm2fo6jm2fo6jm2f-1-1421x1536.png 1421w\" sizes=\"auto, (max-width: 1835px) 100vw, 1835px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"529\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-spec-1024x529.png\" alt=\"\" class=\"wp-image-1107\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-spec-1024x529.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-spec-300x155.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-spec-768x397.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BWE-spec.png 1506w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Mobile number your<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-white-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-b6a4feb53fbbf99b77ddfb1a9de0c6da\">lG stacker washer and dryer<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"997\" height=\"2560\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-scaled.png\" alt=\"\" class=\"wp-image-1014\" style=\"aspect-ratio:0.4332033426183844;width:278px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-scaled.png 997w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-117x300.png 117w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-399x1024.png 399w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-768x1972.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-598x1536.png 598w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/BLG-Stacker-2-798x2048.png 798w\" sizes=\"auto, (max-width: 997px) 100vw, 997px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"711\" height=\"772\" data-id=\"1046\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Washer-10-kG.png\" alt=\"\" class=\"wp-image-1046\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Washer-10-kG.png 711w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Washer-10-kG-276x300.png 276w\" sizes=\"auto, (max-width: 711px) 100vw, 711px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"696\" data-id=\"1045\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Dryer-10-kG-e1774951169971.png\" alt=\"\" class=\"wp-image-1045\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Dryer-10-kG-e1774951169971.png 643w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Giant-Dryer-10-kG-e1774951169971-277x300.png 277w\" sizes=\"auto, (max-width: 643px) 100vw, 643px\" \/><\/figure>\n<\/figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"696\" data-id=\"1048\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Washer-15-kG.png\" alt=\"\" class=\"wp-image-1048\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Washer-15-kG.png 670w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Washer-15-kG-289x300.png 289w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"686\" data-id=\"1047\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Dryer-15-kG.png\" alt=\"\" class=\"wp-image-1047\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Dryer-15-kG.png 667w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/03\/LG-Titan-Dryer-15-kG-292x300.png 292w\" sizes=\"auto, (max-width: 667px) 100vw, 667px\" \/><\/figure>\n<\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Numbers Email Sector<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-white-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-0beaa042221b4b8802ffed6c1965794f\">Barrier washing machine<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1896\" height=\"1896\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE.png\" alt=\"\" class=\"wp-image-1115\" style=\"width:710px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE.png 1896w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE-300x300.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE-1024x1024.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE-150x150.png 150w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE-768x768.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BBWE-1536x1536.png 1536w\" sizes=\"auto, (max-width: 1896px) 100vw, 1896px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"592\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BBWE-spec-1024x592.png\" alt=\"\" class=\"wp-image-247\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BBWE-spec-1024x592.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BBWE-spec-300x174.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BBWE-spec-768x444.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BBWE-spec.png 1357w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >down Designation message<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-0-background-color has-text-color has-background has-link-color wp-elements-c74b79eac9a032d8dd7445b2aebf9282\">Horizontal washing machine<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"583\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-1024x583.png\" alt=\"\" class=\"wp-image-1120\" style=\"aspect-ratio:1.7564795239213844;width:982px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-1024x583.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-300x171.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-768x437.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-1536x875.png 1536w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BHW-2048x1166.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"347\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BHW-spec-1024x347.png\" alt=\"\" class=\"wp-image-253\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BHW-spec-1024x347.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BHW-spec-300x102.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BHW-spec-768x260.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BHW-spec.png 1352w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >State Email Pincode<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-white-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-419a4ee7862d9a4cc5bf966523751487\">Vertical washing machine<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-680x1024.png\" alt=\"\" class=\"wp-image-1121\" style=\"aspect-ratio:0.6640701650066895;width:534px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-680x1024.png 680w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-199x300.png 199w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-768x1157.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-1020x1536.png 1020w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW-1360x2048.png 1360w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BVW.png 1664w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"526\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BVW-spec-1024x526.png\" alt=\"\" class=\"wp-image-252\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BVW-spec-1024x526.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BVW-spec-300x154.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BVW-spec-768x394.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BVW-spec.png 1357w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Pincode name Sector<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-fe297ca0a1753dc55d488874d9973b6f\">Drycleaning machine<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-1018x1024.png\" alt=\"\" class=\"wp-image-1139\" style=\"width:798px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-1018x1024.png 1018w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-298x300.png 298w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-150x150.png 150w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-768x772.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine-1528x1536.png 1528w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drycleaning-machine.png 1645w\" sizes=\"auto, (max-width: 1018px) 100vw, 1018px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"494\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BDCM-spec-1024x494.png\" alt=\"\" class=\"wp-image-255\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BDCM-spec-1024x494.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BDCM-spec-300x145.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BDCM-spec-768x370.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BDCM-spec.png 1361w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >name Name address<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-068678aa401b9957aa7e8adbf074d680\">Hydro Extractor<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BDD.jpg\" alt=\"\" class=\"wp-image-1123\" style=\"aspect-ratio:0.7500302041802586;width:494px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BDD.jpg 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/BDD-225x300.jpg 225w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"491\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BDD-Hydro-spec-1024x491.png\" alt=\"\" class=\"wp-image-383\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BDD-Hydro-spec-1024x491.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BDD-Hydro-spec-300x144.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BDD-Hydro-spec-768x368.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BDD-Hydro-spec.png 1505w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >number Email Type<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-651ffb2e1a586f0a8a65ec1361ec2ad1\">Tumbler Dryer<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"848\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-848x1024.png\" alt=\"\" class=\"wp-image-1160\" style=\"aspect-ratio:0.8281467222756924;width:610px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-848x1024.png 848w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-249x300.png 249w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-768x927.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-1272x1536.png 1272w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier-1697x2048.png 1697w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Drier.png 1728w\" sizes=\"auto, (max-width: 848px) 100vw, 848px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"579\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BTD-drier-specs-1024x579.png\" alt=\"\" class=\"wp-image-384\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BTD-drier-specs-1024x579.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BTD-drier-specs-300x170.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BTD-drier-specs-768x434.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BTD-drier-specs.png 1355w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Name Company address<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-d08dd7d42d6cbe02c6bcf4e90788fa9b\">chest heated<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"624\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-1024x624.png\" alt=\"\" class=\"wp-image-1132\" style=\"width:683px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-1024x624.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-300x183.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-768x468.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-1536x936.png 1536w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/flat-work-ironer-2048x1248.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs<\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"482\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-Gas-1024x482.png\" alt=\"\" class=\"wp-image-265\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-Gas-1024x482.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-Gas-300x141.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-Gas-768x361.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-Gas.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"274\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1-1024x274.png\" alt=\"\" class=\"wp-image-266\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1-1024x274.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1-300x80.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1-768x205.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1-1536x411.png 1536w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BChest-heated-steam-1.png 1882w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >number Required Numbers<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-7f65489dbb1f66fdf97a679ceb6aa6eb\">Roll heated<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"2366\" height=\"1792\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine.png\" alt=\"\" class=\"wp-image-1130\" style=\"aspect-ratio:1.3203135744739376;width:640px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine.png 2366w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine-300x227.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine-1024x776.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine-768x582.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine-1536x1163.png 1536w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/roll-heated-machine-2048x1551.png 2048w\" sizes=\"auto, (max-width: 2366px) 100vw, 2366px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"390\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BFWI-electrical-rollheated-spec-1024x390.png\" alt=\"\" class=\"wp-image-487\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BFWI-electrical-rollheated-spec-1024x390.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BFWI-electrical-rollheated-spec-300x114.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BFWI-electrical-rollheated-spec-768x292.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/02\/BFWI-electrical-rollheated-spec.png 1510w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"493\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Brollheated-electric-steam-1024x493.png\" alt=\"\" class=\"wp-image-269\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Brollheated-electric-steam-1024x493.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Brollheated-electric-steam-300x144.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Brollheated-electric-steam-768x370.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Brollheated-electric-steam.png 1355w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >name Name down<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-ebb097cd60d8d8aff8d82b5e21f6e3e4\">Automatic Folding machine<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1332\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-scaled.png\" alt=\"\" class=\"wp-image-1126\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-scaled.png 2560w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-300x156.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-1024x533.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-768x399.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-1536x799.png 1536w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Automatic-folding-machine-2048x1065.png 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"537\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BAFM-spec-1024x537.png\" alt=\"\" class=\"wp-image-275\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BAFM-spec-1024x537.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BAFM-spec-300x157.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BAFM-spec-768x403.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/BAFM-spec.png 1358w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >number State Type<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-e3264f5ead040ce4cbad4c0afbb2a02a\">Stain remover<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"841\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-841x1024.png\" alt=\"\" class=\"wp-image-1127\" style=\"aspect-ratio:0.8213105191522457;width:524px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-841x1024.png 841w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-246x300.png 246w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-768x935.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-1261x1536.png 1261w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover-1682x2048.png 1682w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Stain-remover.png 1856w\" sizes=\"auto, (max-width: 841px) 100vw, 841px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"490\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Bstainremover-spec-1024x490.png\" alt=\"\" class=\"wp-image-304\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Bstainremover-spec-1024x490.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Bstainremover-spec-300x143.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Bstainremover-spec-768x367.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/Bstainremover-spec.png 1502w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Pincode your Organization<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-88bf414d53c66ea68ec1492ef30819ae\">Ironing table<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table.png\" alt=\"\" class=\"wp-image-1128\" style=\"width:734px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table.png 2048w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table-300x300.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table-1024x1024.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table-150x150.png 150w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table-768x768.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Ironing-table-1536x1536.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"284\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-ironing-table-1-1024x284.png\" alt=\"\" class=\"wp-image-330\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-ironing-table-1-1024x284.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-ironing-table-1-300x83.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-ironing-table-1-768x213.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-ironing-table-1.png 1358w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Mobile message Email<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-f1dfa18191017900ad4a07522770c4e4\">Steam generator (Boiler)<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"589\" height=\"1024\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494-589x1024.png\" alt=\"\" class=\"wp-image-1125\" style=\"aspect-ratio:0.5849734933885808;width:232px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494-589x1024.png 589w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494-173x300.png 173w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494-768x1335.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494-883x1536.png 883w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2026\/05\/Steam-generator-1-e1778664220494.png 965w\" sizes=\"auto, (max-width: 589px) 100vw, 589px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steamgenerator-spec-1024x495.png\" alt=\"\" class=\"wp-image-319\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steamgenerator-spec-1024x495.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steamgenerator-spec-300x145.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steamgenerator-spec-768x371.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steamgenerator-spec.png 1495w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Mobile Sector Required<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-2b7e72b5216ac7ce034ad447efe8ebca\">Professional Steam Iron<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-steam-iron.png\" alt=\"\" class=\"wp-image-326\" style=\"width:208px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-steam-iron.png 500w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-steam-iron-300x300.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-steam-iron-150x150.png 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"213\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-ironbox-1024x213.png\" alt=\"\" class=\"wp-image-331\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-ironbox-1024x213.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-ironbox-300x62.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-ironbox-768x159.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-professional-ironbox.png 1358w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div><div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >address down number<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center has-ast-global-color-4-color has-ast-global-color-1-background-color has-text-color has-background has-link-color wp-elements-7c58d125ec62160493616cb6abc6ced3\">Steam\/Electric Press<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steam-and-Electric-press.png\" alt=\"\" class=\"wp-image-327\" style=\"width:234px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steam-and-Electric-press.png 500w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steam-and-Electric-press-300x300.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-steam-and-Electric-press-150x150.png 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-left\">Specs <\/h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"181\" src=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-electric-steam-iron-box-1024x181.png\" alt=\"\" class=\"wp-image-332\" style=\"width:1200px;height:auto\" srcset=\"https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-electric-steam-iron-box-1024x181.png 1024w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-electric-steam-iron-box-300x53.png 300w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-electric-steam-iron-box-768x136.png 768w, https:\/\/bucatoindia.com\/wp-content\/uploads\/2025\/12\/B-electric-steam-iron-box.png 1360w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!-- CENTERED BUTTON -->\n<div style=\"text-align:Left; margin:30px 0;\">\n  <button onclick=\"openForm()\" \n  style=\"\n  padding:14px 30px;\n  background:#007bff;\n  color:#ffffff;\n  border:none;\n  border-radius:6px;\n  font-size:16px;\n  font-weight:600;\n  cursor:pointer;\n  \">\n  Enquire Now\n  <\/button>\n<\/div>\n\n<!-- POPUP OVERLAY -->\n<div id=\"popupForm\" \nstyle=\"\ndisplay:none;\nposition:fixed;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nbackground:rgba(0,0,0,0.6);\nz-index:9999;\noverflow:auto;\npadding:20px;\nbox-sizing:border-box;\n\">\n\n  <!-- POPUP BOX -->\n  <div style=\"\n  background:#ffffff;\n  margin:40px auto;\n  padding:20px;\n  border-radius:8px;\n  width:100%;\n  max-width:450px;\n  position:relative;\n  \">\n\n    <!-- CLOSE BUTTON -->\n    <span onclick=\"closeForm()\" \n    style=\"\n    position:absolute;\n    top:10px;\n    right:15px;\n    cursor:pointer;\n    font-size:22px;\n    font-weight:bold;\n    \">\n    &#x2716;\n    <\/span>\n\n    <h3 style=\"text-align:center;margin-bottom:15px;\">\n    Enquiry Form\n    <\/h3>\n\n    <!-- WPFORM SHORTCODE -->\n    <style id=\"wpforms-css-vars-916\">\n\t\t\t\t#wpforms-916 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-916\"><form id=\"wpforms-form-916\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"916\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F220\" data-token=\"adc53e9e4e3669efc325167d3ca59796\" data-token-time=\"1781689806\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-916-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_1\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-916-field_1-error\" required><\/div><div id=\"wpforms-916-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-916-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-error\" required><label for=\"wpforms-916-field_2\" class=\"wpforms-field-sublabel after\">Email<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-916-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-916-field_2-secondary-error\" required><label for=\"wpforms-916-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirm Email<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-916-field_4-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_4\">Mobile Numbers <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" step=\"any\" aria-errormessage=\"wpforms-916-field_4-error\" required><\/div><div id=\"wpforms-916-field_17-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"17\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_17\">Sector <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_17\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][17]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Hospitals &amp; Healthcare Institutions\"  class=\"choice-4 depth-1\"  >Hospitals &amp; Healthcare Institutions<\/option><option value=\"Hotels &amp; Resorts\"  class=\"choice-5 depth-1\"  >Hotels &amp; Resorts<\/option><option value=\"Hostels &amp; Educational Institutions\"  class=\"choice-6 depth-1\"  >Hostels &amp; Educational Institutions<\/option><option value=\"Commercial Laundry Plants\"  class=\"choice-7 depth-1\"  >Commercial Laundry Plants<\/option><option value=\"Textile Industry\"  class=\"choice-8 depth-1\"  >Textile Industry<\/option><option value=\"Food and Beverage\"  class=\"choice-9 depth-1\"  >Food and Beverage<\/option><option value=\"Automotive\"  class=\"choice-10 depth-1\"  >Automotive<\/option><option value=\"Construction\"  class=\"choice-11 depth-1\"  >Construction<\/option><option value=\"Mining and Quarrying\"  class=\"choice-12 depth-1\"  >Mining and Quarrying<\/option><option value=\"others\"  class=\"choice-13 depth-1\"  >others<\/option><\/select><\/div><div id=\"wpforms-916-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_15\">Organization name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-916-field_15\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][15]\" aria-errormessage=\"wpforms-916-field_15-error\" required><\/div><div id=\"wpforms-916-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_16\">Designation<\/label><input type=\"text\" id=\"wpforms-916-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-916-field_16-error\" ><\/div><div id=\"wpforms-916-field_18-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_18\">GST number<\/label><input type=\"text\" id=\"wpforms-916-field_18\" class=\"wpforms-field-medium\" name=\"wpforms[fields][18]\" aria-errormessage=\"wpforms-916-field_18-error\" ><\/div><div id=\"wpforms-916-field_19-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_19\">Company address<\/label><textarea id=\"wpforms-916-field_19\" class=\"wpforms-field-medium\" name=\"wpforms[fields][19]\" aria-errormessage=\"wpforms-916-field_19-error\" aria-describedby=\"wpforms-916-field_19-description\" ><\/textarea><div id=\"wpforms-916-field_19-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><div id=\"wpforms-916-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_6\">State <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-916-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Andhra Pradesh\"  class=\"choice-4 depth-1\"  >Andhra Pradesh<\/option><option value=\"Arunachal Pradesh\"  class=\"choice-5 depth-1\"  >Arunachal Pradesh<\/option><option value=\"Assam\"  class=\"choice-6 depth-1\"  >Assam<\/option><option value=\"Bihar\"  class=\"choice-7 depth-1\"  >Bihar<\/option><option value=\"Chhattisgarh\"  class=\"choice-8 depth-1\"  >Chhattisgarh<\/option><option value=\"Goa\"  class=\"choice-9 depth-1\"  >Goa<\/option><option value=\"Gujarat\"  class=\"choice-10 depth-1\"  >Gujarat<\/option><option value=\"Haryana\"  class=\"choice-11 depth-1\"  >Haryana<\/option><option value=\"Himachal Pradesh\"  class=\"choice-12 depth-1\"  >Himachal Pradesh<\/option><option value=\"Jharkhand\"  class=\"choice-13 depth-1\"  >Jharkhand<\/option><option value=\"Karnataka\"  class=\"choice-14 depth-1\"  >Karnataka<\/option><option value=\"Kerala\"  class=\"choice-15 depth-1\"  >Kerala<\/option><option value=\"Madhya Pradesh\"  class=\"choice-16 depth-1\"  >Madhya Pradesh<\/option><option value=\"Maharashtra\"  class=\"choice-17 depth-1\"  >Maharashtra<\/option><option value=\"Manipur\"  class=\"choice-18 depth-1\"  >Manipur<\/option><option value=\"Meghalaya\"  class=\"choice-19 depth-1\"  >Meghalaya<\/option><option value=\"Mizoram\"  class=\"choice-20 depth-1\"  >Mizoram<\/option><option value=\"Nagaland\"  class=\"choice-21 depth-1\"  >Nagaland<\/option><option value=\"Odisha\"  class=\"choice-22 depth-1\"  >Odisha<\/option><option value=\"Punjab\"  class=\"choice-23 depth-1\"  >Punjab<\/option><option value=\"Rajasthan\"  class=\"choice-24 depth-1\"  >Rajasthan<\/option><option value=\"Sikkim\"  class=\"choice-25 depth-1\"  >Sikkim<\/option><option value=\"Tamil Nadu\"  class=\"choice-26 depth-1\"  >Tamil Nadu<\/option><option value=\"Telangana\"  class=\"choice-27 depth-1\"  >Telangana<\/option><option value=\"Tripura\"  class=\"choice-28 depth-1\"  >Tripura<\/option><option value=\"Uttar Pradesh\"  class=\"choice-29 depth-1\"  >Uttar Pradesh<\/option><option value=\"Uttarakhand\"  class=\"choice-30 depth-1\"  >Uttarakhand<\/option><option value=\"West Bengal\"  class=\"choice-31 depth-1\"  >West Bengal<\/option><option value=\"Out of India\"  class=\"choice-32 depth-1\"  >Out of India<\/option><\/select><\/div>\t\t<div id=\"wpforms-916-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-916-field_3\" >Sector Company message<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-916-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-916-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_8\">City<\/label><input type=\"text\" id=\"wpforms-916-field_8\" class=\"wpforms-field-medium\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-916-field_8-error\" ><\/div><div id=\"wpforms-916-field_10-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_10\">Pincode <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"number\" id=\"wpforms-916-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" step=\"any\" aria-errormessage=\"wpforms-916-field_10-error\" required><\/div><div id=\"wpforms-916-field_12-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-2-columns\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">Required Machines <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-916-field_12\" class=\"wpforms-field-required\"><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_4\" name=\"wpforms[fields][12][]\" value=\"Washer extractor\" aria-errormessage=\"wpforms-916-field_12_4-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_4\">Washer extractor<\/label><\/li><li class=\"choice-15 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_15\" name=\"wpforms[fields][12][]\" value=\"Barrier Washer extractor\" aria-errormessage=\"wpforms-916-field_12_15-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_15\">Barrier Washer extractor<\/label><\/li><li class=\"choice-14 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_14\" name=\"wpforms[fields][12][]\" value=\"LG stacker Washer and Dryer\" aria-errormessage=\"wpforms-916-field_12_14-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_14\">LG stacker Washer and Dryer<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Top load)\" aria-errormessage=\"wpforms-916-field_12_5-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_5\">Washing machine (Top load)<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Washing machine (Front load)\" aria-errormessage=\"wpforms-916-field_12_6-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_6\">Washing machine (Front load)<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Hydro extractor\" aria-errormessage=\"wpforms-916-field_12_7-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_7\">Hydro extractor<\/label><\/li><li class=\"choice-8 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_8\" name=\"wpforms[fields][12][]\" value=\"Tumble Dryers\" aria-errormessage=\"wpforms-916-field_12_8-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_8\">Tumble Dryers<\/label><\/li><li class=\"choice-9 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_9\" name=\"wpforms[fields][12][]\" value=\"Stain Removing Machine\" aria-errormessage=\"wpforms-916-field_12_9-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_9\">Stain Removing Machine<\/label><\/li><li class=\"choice-10 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_10\" name=\"wpforms[fields][12][]\" value=\"Dry Cleaning Machine\" aria-errormessage=\"wpforms-916-field_12_10-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_10\">Dry Cleaning Machine<\/label><\/li><li class=\"choice-11 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_11\" name=\"wpforms[fields][12][]\" value=\"Flat work ironer (calendar)\" aria-errormessage=\"wpforms-916-field_12_11-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_11\">Flat work ironer (calendar)<\/label><\/li><li class=\"choice-12 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_12\" name=\"wpforms[fields][12][]\" value=\"Steam generator (Boiler)\" aria-errormessage=\"wpforms-916-field_12_12-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_12\">Steam generator (Boiler)<\/label><\/li><li class=\"choice-13 depth-1\"><input type=\"checkbox\" id=\"wpforms-916-field_12_13\" name=\"wpforms[fields][12][]\" value=\"Ironing table and press\" aria-errormessage=\"wpforms-916-field_12_13-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-916-field_12_13\">Ironing table and press<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-916-field_14-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-916-field_14\">Type down your message<\/label><textarea id=\"wpforms-916-field_14\" class=\"wpforms-field-medium\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-916-field_14-error\" aria-describedby=\"wpforms-916-field_14-description\" ><\/textarea><div id=\"wpforms-916-field_14-description\" class=\"wpforms-field-description\">mention the machine capacity and no of units<\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-916-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-916-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-916-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"916\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-916\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bucatoindia.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n  <\/div>\n<\/div>\n\n<script>\nfunction openForm() {\n  document.getElementById(\"popupForm\").style.display = \"block\";\n  document.body.style.overflow = \"hidden\"; \/\/ stop background scroll\n}\n\nfunction closeForm() {\n  document.getElementById(\"popupForm\").style.display = \"none\";\n  document.body.style.overflow = \"auto\"; \/\/ allow scroll again\n}\n\nwindow.onclick = function(event) {\n  var popup = document.getElementById(\"popupForm\");\n  if (event.target == popup) {\n    closeForm();\n  }\n}\n<\/script>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- DESKTOP FLOATING BUTTONS -->\n<div class=\"desktop-floating-buttons\">\n\n    <!-- WHATSAPP BUTTON -->\n    <a href=\"https:\/\/wa.me\/919952270118\" target=\"_blank\" class=\"floating-btn\">\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\">\n    <\/a>\n\n    <!-- FACTORY LOCATION BUTTON -->\n    <a href=\"https:\/\/www.google.com\/maps?q=Bucato+Laundry+Equipments+Coimbatore\" target=\"_blank\" class=\"floating-btn location\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/7720\/7720593.png\">\n    <\/a>\n\n    <!-- EMAIL BUTTON -->\n    <a href=\"mailto:info@bucatoindia.com\" class=\"floating-btn email\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/732\/732200.png\">\n    <\/a>\n\n    <!-- PHONE CALL BUTTON -->\n    <a href=\"tel:+919952270118\" class=\"floating-btn call\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/724\/724664.png\">\n    <\/a>\n\n<\/div>\n\n<style>\n.desktop-floating-buttons a {\n    position: fixed;\n    right: 20px;\n    width: 55px;\n    height: 55px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    z-index: 9999;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n}\n\n\/* Individual Positions *\/\n.desktop-floating-buttons a:nth-child(1) {\n    top: 55%;\n    background: #25D366;\n}\n\n.desktop-floating-buttons a:nth-child(2) {\n    top: 65%;\n    background: #ffffff;\n}\n\n.desktop-floating-buttons a:nth-child(3) {\n    top: 75%;\n    background: #FF5722;\n}\n\n.desktop-floating-buttons a:nth-child(4) {\n    top: 85%;\n    background: #2196F3;\n}\n\n.desktop-floating-buttons img {\n    width: 28px;\n    height: 28px;\n}\n\n\/* Hide on Mobile *\/\n@media (max-width: 1023px) {\n    .desktop-floating-buttons {\n        display: none;\n    }\n}\n<\/style>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-3bfa357b wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-cdd4a880 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-9cfa9a5a is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-12dd3699 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">you can reach us <\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>address <\/strong>- 210\/2, 2nd cross, Nanjundapuram Rd, Nethaji Nagar, Ramanathapuram, Coimbatore, Tamil Nadu - 641036<\/h4>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h6 class=\"wp-block-heading\">mailid - <a href=\"mailto:info@bucatoindia.com\">info@bucatoindia.com<\/a> ,<a href=\"mailto:laundry@bucatoindia.com\">laundry@bucatoindia.com<\/a><\/h6>\n\n\n\n<p><strong>contact for service<\/strong> - 919952270118 <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-469b99a4 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-994fc1a2 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social<\/p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-32091062 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook<\/a><\/p>\n\n\n\n<p><a href=\"#\">Instagram<\/a><\/p>\n\n\n\n<p><a href=\"#\">Twitter<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p><strong>Bucato Laundry Equipments<\/strong> <\/p>\n\n\n\n<p>Coimbatore Tamil Nadu 641036<\/p>\n<\/div>\n<\/div>\n\n\n\n<!-- MOBILE BOTTOM NAVIGATION -->\n<div class=\"mobile-bottom-nav\">\n\n    <a href=\"https:\/\/bucatoindia.com\/\" style=\"text-align:center;text-decoration:none;color:#333;font-size:11px;\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/1946\/1946436.png\"\n        <span>Home<\/span>\n    <\/a>\n\n     <a href=\"https:\/\/bucatoindia.com\/?page_id=382\" style=\"text-align:center;text-decoration:none;color:#333;font-size:11px;\">\n        <img decoding=\"async\" src=\"https:\/\/www.bing.com\/th\/id\/OIP.tRsmRIgyk5bBa5NM2io5EQHaI4?w=183&#038;h=211&#038;c=8&#038;rs=1&#038;qlt=90&#038;o=6&#038;dpr=1.3&#038;pid=3.1&#038;rm=2\"\n        <span>Products<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/bucatoindia.com\/?page_id=468\" style=\"text-align:center;text-decoration:none;color:#333;font-size:11px;\">\n        <img decoding=\"async\" src=\"https:\/\/www.bing.com\/th\/id\/OIP.toV2I8RpHsnkDwZpvzpkxQHaHk?w=185&#038;h=211&#038;c=8&#038;rs=1&#038;qlt=90&#038;o=6&#038;dpr=1.3&#038;pid=3.1&#038;rm=2\"\n        <span>Services<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/bucatoindia.com\/?page_id=561\" style=\"text-align:center;text-decoration:none;color:#333;font-size:11px;\">\n        <img decoding=\"async\" src=\"https:\/\/tse1.mm.bing.net\/th\/id\/OIP.gV-9aqzrjF9WUe0LvGb4wwHaHa?pid=ImgDet&#038;w=187&#038;h=187&#038;c=7&#038;dpr=1.3&#038;o=7&#038;rm=3\"\n        <span>Posts<\/span>\n    <\/a>\n    \n    <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&#038;query=Bucato+Laundry+Equipments+Coimbatore\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/7720\/7720593.png\">\n        <span>Location<\/span>\n    <\/a>\n\n    <!-- MAIL -->\n    <a href=\"mailto:info@bucatoindia.com\" \n    style=\"text-align:center;text-decoration:none;color:#333;font-size:11px;\">\n    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/561\/561127.png\"\n        <span>Mail<\/span>\n    <\/a>\n\n    <a href=\"https:\/\/wa.me\/919952270118\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\">\n        <span>WhatsApp<\/span>\n    <\/a>\n\n    <a href=\"tel:+919952270118\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/128\/724\/724664.png\">\n        <span>Call<\/span>\n    <\/a>\n\n<\/div>\n\n<style>\n.mobile-bottom-nav {\n    position: fixed;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    background: #ffffff;\n    display: flex;\n    justify-content: space-around;\n    align-items: center;\n    padding: 15px 0;   \/* Increased height *\/\n    box-shadow: 0 -3px 15px rgba(0,0,0,0.15);\n    z-index: 9999;\n    font-family: Arial, sans-serif;\n}\n\n.mobile-bottom-nav a {\n    text-decoration: none;\n    color: #333;\n    font-size: 13px;   \/* Bigger text *\/\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n.mobile-bottom-nav img {\n    width: 28px;       \/* Bigger icon *\/\n    height: 28px;\n    margin-bottom: 5px;\n}\n\n\/* Hide on Desktop *\/\n@media (min-width: 1024px) {\n    .mobile-bottom-nav {\n        display: none;\n    }\n}\n\n\/* Prevent content hiding *\/\nbody {\n    padding-bottom: 110px;  \/* Increased space *\/\n}\n<\/style>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bucato Laundry Equipments GST -33AGSPR7185B1Z1 Industrial Washing Machines Built for Performance, Reliability &amp; Long Life. about us &#8211; Our products [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","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":"disabled","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":""},"class_list":["post-220","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bucatoindia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=220"}],"version-history":[{"count":285,"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\/revisions"}],"predecessor-version":[{"id":1194,"href":"https:\/\/bucatoindia.com\/index.php?rest_route=\/wp\/v2\/pages\/220\/revisions\/1194"}],"wp:attachment":[{"href":"https:\/\/bucatoindia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}