{"id":7,"date":"2025-10-08T12:10:17","date_gmt":"2025-10-08T12:10:17","guid":{"rendered":"https:\/\/wp.cleaningbd.com\/?page_id=7"},"modified":"2025-11-16T11:40:20","modified_gmt":"2025-11-16T11:40:20","slug":"home","status":"publish","type":"page","link":"https:\/\/wp.cleaningbd.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<?php\n\/**\n * Template Name: Cleaning Booking Page\n * Description: Full HTML, CSS, JS structure compatible with Elementor and WordPress\n *\/\n\nget_header(); \/\/ WordPress header\n?>\n<style>\n:root {\n    --primary-blue: #0A74DA; \/* Vibrant Blue *\/\n    --secondary-teal: #10B981; \/* Fresh Teal *\/\n}\nbody {\n    font-family: 'Inter', sans-serif;\n    background-color: #f7f7f7;\n    scroll-behavior: smooth;\n}\n.text-primary-blue { color: var(--primary-blue); }\n.bg-primary-blue { background-color: var(--primary-blue); }\n.border-primary-blue { border-color: var(--primary-blue); }\n.text-secondary-teal { color: var(--secondary-teal); }\n.bg-secondary-teal { background-color: var(--secondary-teal); }\n\n\/* Focus styles for inputs *\/\ninput:focus, select:focus, textarea:focus {\n    outline: 2px solid var(--secondary-teal);\n    border-color: var(--secondary-teal);\n    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);\n}\n<\/style>\n<!-- Tailwind CSS CDN -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<main class=\"py-20\">\n    <!--<div class=\"max-w-5xl mx-auto px-4 sm:px-5 lg:px-10\">-->\n<!-- ================== HERO SECTION ================== -->\n<section id=\"hero\" style=\"position:relative; min-height:600px; overflow:hidden;\">\n  <div id=\"hero-slides\">\n    <div class=\"slide\" style=\"background-image:url('https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/Deep-Cleaning-Service-and-Pest-Control-Service-Cleaningbd.com_-1.jpg');\"><\/div>\n    <div class=\"slide\" style=\"background-image:url('https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/floor-deep-cleaning.jpg');\"><\/div>\n    <div class=\"slide\" style=\"background-image:url('https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/pest-control.jpg');\"><\/div>\n  <\/div>\n  <div style=\"position:absolute; inset:0; background-color:rgba(0,0,0,0.5); z-index:1;\"><\/div>\n  <div style=\"position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; color:white; padding:0 20px;\">\n    <h1 style= \" color:#10B981; font-size:3rem; font-weight:bold; margin-bottom:1rem;\">Professional Cleaning Services In <span style=\"color:#10B981\">Bangladesh<\/span><\/h1>\n    <p style=\"font-size:1.5rem; margin-bottom:1.5rem;\">Cleaning BD &#8211; Making Bangladesh Shine, One Space at a Time<\/p>\n    <a href=\"booking.html\" style=\"padding:1rem 2rem; background:#10B981; color:white; border-radius:12px; font-weight:bold; text-decoration:none;\">Book Your Service Now<\/a>\n  <\/div>\n<\/section>\n\n<style>\n#hero-slides .slide {\n  position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; transition:opacity 1.5s ease-in-out;\n}\n#hero-slides .slide.active { opacity:1; }\n<\/style>\n\n<script>\nlet slides=document.querySelectorAll(\"#hero-slides .slide\"); let index=0;\nslides[index].classList.add('active');\nsetInterval(()=> {\n  slides[index].classList.remove('active');\n  index=(index+1)%slides.length;\n  slides[index].classList.add('active');\n},5000);\n<\/script>\n\n<!-- ================== STATS SECTION ================== -->\n<section id=\"stats\" style=\"background:white; padding:60px 20px; text-align:center;\">\n  <div style=\"max-width:1200px; margin:auto; display:flex; flex-wrap:wrap; justify-content:space-around;\">\n    <div style=\"margin:20px;\">\n      <h2 id=\"projects\" style=\"font-size:3rem; color:#0A74DA;\">0<\/h2>\n      <p>Projects Completed<\/p>\n    <\/div>\n    <div style=\"margin:20px;\">\n      <h2 id=\"years\" style=\"font-size:3rem; color:#0A74DA;\">0<\/h2>\n      <p>Years of Experience<\/p>\n    <\/div>\n    <div style=\"margin:20px;\">\n      <h2 style=\"font-size:2rem; color:#0A74DA;\">Trusted Partner<\/h2>\n      <p>Your Reliable Cleaning Partner<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\nfunction animateCount(id,end,duration){\n  let el=document.getElementById(id),start=0,step=Math.ceil(end\/(duration\/10));\n  let interval=setInterval(()=> { start+=step; if(start>=end){ start=end; clearInterval(interval);} el.innerText=start; },10);\n}\nwindow.addEventListener('scroll', function(){\n  const container=document.getElementById('stats');\n  if(container.getBoundingClientRect().top < window.innerHeight){\n    animateCount('projects',2000,1500);\n    animateCount('years',15,1000);\n  }\n});\n<\/script>\n\n<!-- ================== SERVICES SECTION ================== -->\n<section id=\"services\" style=\"background:#f9f9f9; padding:80px 20px; text-align:center;\">\n  <h2 style=\"font-size:2.5rem; font-weight:bold; margin-bottom:40px;\">Our Comprehensive Cleaning Services<\/h2>\n  <div style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:30px; max-width:1200px; margin:auto;\">\n    \n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Carpet & Floor Cleaning<\/h3>\n      <p>Deep cleaning and sanitization for all types of carpets and hard flooring, removing tough stains and odors.<\/p>\n    <\/div>\n\n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Residential Cleaning Services<\/h3>\n      <p>Thorough cleaning for flats, apartments, and duplexes, ensuring a comfortable and hygienic living space.<\/p>\n    <\/div>\n\n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Commercial Cleaning Services<\/h3>\n      <p>Large-scale cleaning solutions for retail spaces, warehouses, and institutional buildings.<\/p>\n    <\/div>\n\n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Office Cleaning Services<\/h3>\n      <p>Maintain a pristine and productive work environment with our scheduled and deep office cleaning.<\/p>\n    <\/div>\n\n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Deep House Cleaning<\/h3>\n      <p>Comprehensive top-to-bottom cleaning, ideal for seasonal refreshers or before\/after moving.<\/p>\n    <\/div>\n\n    <div style=\"background:white; padding:30px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.1); width:280px; transition:0.3s;\">\n      <h3 style=\"font-weight:bold; margin-bottom:15px;\">Car Washing Services<\/h3>\n      <p>Professional exterior and interior car detailing to keep your vehicle looking its absolute best.<\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n#services div:hover { transform:translateY(-10px); box-shadow:0 10px 20px rgba(0,0,0,0.15); }\n<\/style>\n\n<!-- ================== GALLERY SECTION ================== -->\n<section id=\"gallery\" style=\"padding:80px 20px; text-align:center;\">\n  <h2 style=\"font-size:2.5rem; font-weight:bold; margin-bottom:40px;\">Gallery of Our Work<\/h2>\n  <div style=\"display:flex; flex-wrap:wrap; gap:20px; justify-content:center; max-width:1200px; margin:auto;\">\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/Office-Floor-Deep-Cleaning.png\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Office Floor Deep Cleaning\n  <\/h3>\n<\/div>\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/kitchen-cleaning-scaled.jpg\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Kitchen Deep Cleaning\n  <\/h3>\n<\/div>\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/Clean-Sofa-Fresh-Home-\u0986\u09aa\u09a8\u09be\u09b0-\u09b8\u09cb\u09ab\u09be-\u0986\u09ac\u09be\u09b0-\u09a8\u09a4\u09c1\u09a8\u09c7\u09b0-\u09ae\u09a4\u09cb-\u099d\u0995\u099d\u0995\u09c7-\u0995\u09b0\u09c1\u09a8-\u2014-\u0986\u099c\u0987-Sofa-Deep-Cleaning-Service-\u09a8\u09bf\u09a8.png\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Sofa Deep Cleaning\n  <\/h3>\n<\/div>\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/pest-control.jpg\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Pest Control Service\n  <\/h3>\n<\/div>\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/outside-glass-cleaning.jpg\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Outside Glase Cleaning Service\n  <\/h3>\n<\/div>\n<div style=\"text-align:center;\">\n    <img decoding=\"async\" src=\"https:\/\/wp.cleaningbd.com\/wp-content\/uploads\/2025\/10\/water-tank-cleaning-services-in-dhaka-cleaningbd.jpg\" style=\"width:350px; height:300px; border-radius:20px; transition:0.5s;\">\n<h3 style=\"font-size:20px; font-weight:600; color:#0a74da; margin-top:10px;\">\n    Tank Deep Cleaning Service\n  <\/h3>\n<\/div>\n  <\/div>\n<\/section>\n\n<style>\n#gallery img:hover { transform:scale(1.05); filter:brightness(0.9); }\n<\/style>\n\n<!-- ================== CTA SECTION ================== -->\n<section id=\"cta\" style=\"background:#0A74DA; padding:60px 20px; text-align:center; color:white;\">\n  <h2 style=\"font-size:2.5rem; font-weight:bold; margin-bottom:20px;\">Ready to Get Started?<\/h2>\n  <p style=\"font-size:1.2rem; margin-bottom:30px;\">Contact us today to book your next cleaning service.<\/p>\n  <div style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:20px;\">\n    <a href=\"tel:01622347721\" style=\"padding:1rem 2rem; background:white; color:#0A74DA; border-radius:12px; font-weight:bold; text-decoration:none;\">\ud83d\udcde Call Now: 01624-390400<\/a>\n    <button id=\"copy-number\" style=\"padding:1rem 2rem; background:#10B981; color:white; border:none; border-radius:12px; font-weight:bold;\">\ud83d\udccb Copy Number<\/button>\n  <\/div>\n  <p id=\"copy-msg\" style=\"margin-top:15px; opacity:0; transition:0.5s;\">Phone number copied!<\/p>\n<\/section>\n\n<script>\ndocument.getElementById('copy-number').addEventListener('click', function(){\n  navigator.clipboard.writeText('01624390400');\n  let msg=document.getElementById('copy-msg'); msg.style.opacity=1;\n  setTimeout(()=>{ msg.style.opacity=0; },2000);\n});\n<\/script>\n\n    <!-- Footer -->\n    <footer class=\"py-10 bg-gray-900 text-white mt-16\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center md:text-left\">\n            <div class=\"grid grid-cols-1 md:grid-cols-4 gap-8\">\n                <div>\n                    <h3 class=\"text-2xl font-extrabold tracking-tight text-primary-blue mb-3\">cleaningBD<\/h3>\n                    <p class=\"text-gray-400 text-sm\">Making Bangladesh Shine, One Space at a Time...<\/p>\n                <\/div>\n                <div>\n                    <h4 class=\"text-lg font-semibold mb-3 text-white\">Quick Links<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li><a href=\"index.html\" class=\"text-gray-400 hover:text-primary-blue transition duration-300\">Home<\/a><\/li>\n                        <li><a href=\"services.html\" class=\"text-gray-400 hover:text-primary-blue transition duration-300\">Services<\/a><\/li>\n                        <li><a href=\"about.html\" class=\"text-gray-400 hover:text-primary-blue transition duration-300\">About<\/a><\/li>\n                        <li><a href=\"contact.html\" class=\"text-gray-400 hover:text-primary-blue transition duration-300\">Contact<\/a><\/li>\n                        <li><a href=\"booking.html\" class=\"text-gray-400 hover:text-primary-blue transition duration-300\">Cleaning Shop<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"text-lg font-semibold mb-3 text-white\">Top Services<\/h4>\n                    <ul class=\"space-y-2 text-sm\">\n                        <li><span class=\"text-gray-400\">Residential Cleaning<\/span><\/li>\n                        <li><span class=\"text-gray-400\">Commercial Cleaning<\/span><\/li>\n                        <li><span class=\"text-gray-400\">Carpet & Floor Cleaning<\/span><\/li>\n                        <li><span class=\"text-gray-400\">Car Washing<\/span><\/li>\n                    <\/ul>\n                <\/div>\n                <div>\n                    <h4 class=\"text-lg font-semibold mb-3 text-white\">Contact Us<\/h4>\n                    <a href=\"tel:01622347721\" class=\"text-xl font-bold text-primary-blue hover:text-primary-blue\/80 transition duration-300\">01624-390400<\/a>\n                    <p class=\"mt-4 text-gray-400 text-sm\">&copy; 2015 CleaningBD. All rights reserved.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n<?php\nget_footer(); \/\/ WordPress footer\n?>\n","protected":false},"excerpt":{"rendered":"<p>Professional Cleaning Services In Bangladesh Cleaning BD &#8211; Making Bangladesh Shine, One Space at a Time Book Your Service Now [&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":"no-sidebar","site-content-layout":"plain-container","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":"enabled","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-7","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":61,"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":260,"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/260"}],"wp:attachment":[{"href":"https:\/\/wp.cleaningbd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}