{"id":8,"date":"2023-02-16T15:39:23","date_gmt":"2023-02-16T15:39:23","guid":{"rendered":"http:\/\/hostacmee.space\/demo\/apper\/?page_id=8"},"modified":"2025-10-18T04:21:00","modified_gmt":"2025-10-18T04:21:00","slug":"iwash-global","status":"publish","type":"page","link":"https:\/\/iwash.ng\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0a834cf elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right\" data-id=\"0a834cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8077c56\" data-id=\"8077c56\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f74f75 elementor-widget elementor-widget-html\" data-id=\"9f74f75\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>iWash.ng - Join the Waitlist<\/title>\r\n  <style>\r\n    body {\r\n      font-family: 'Poppins', sans-serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      overflow-x: hidden;\r\n      background-color: #000;\r\n      color: #fff;\r\n      position: relative;\r\n    }\r\n\r\n    \/* ---- BUBBLES BACKGROUND ---- *\/\r\n    .bubbles {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      overflow: hidden;\r\n      z-index: 0;\r\n    }\r\n\r\n    .bubbles span {\r\n      position: absolute;\r\n      display: block;\r\n      width: 20px;\r\n      height: 20px;\r\n      background: rgba(51, 103, 153, 0.2);\r\n      bottom: -100px;\r\n      border-radius: 50%;\r\n      animation: rise 15s infinite ease-in;\r\n    }\r\n\r\n    @keyframes rise {\r\n      0% {\r\n        transform: translateY(0) scale(1);\r\n        opacity: 0.8;\r\n      }\r\n      100% {\r\n        transform: translateY(-1200px) scale(1.5);\r\n        opacity: 0;\r\n      }\r\n    }\r\n\r\n    .section {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      flex-wrap: wrap;\r\n      min-height: 100vh;\r\n      padding: 80px 40px;\r\n      position: relative;\r\n      z-index: 1;\r\n    }\r\n\r\n    .left-text {\r\n      max-width: 450px;\r\n      text-align: left;\r\n    }\r\n\r\n    .left-text h1 {\r\n      font-size: 44px;\r\n      font-weight: 800;\r\n      color: #fff;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .underline {\r\n      height: 4px;\r\n      width: 120px;\r\n      background: #336799;\r\n      border-radius: 4px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .left-text p {\r\n      font-size: 17px;\r\n      color: #ccc;\r\n      margin-bottom: 25px;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    ul.features {\r\n      list-style: none;\r\n      padding: 0;\r\n      margin: 20px 0 40px;\r\n    }\r\n\r\n    ul.features li {\r\n      font-size: 16px;\r\n      color: #fff;\r\n      margin: 10px 0;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .waitlist-card {\r\n      background: rgba(255, 255, 255, 0.05);\r\n      padding: 40px 30px;\r\n      border-radius: 20px;\r\n      box-shadow: 0 0 20px rgba(51, 103, 153, 0.2);\r\n      text-align: center;\r\n      max-width: 400px;\r\n      width: 100%;\r\n      z-index: 2;\r\n    }\r\n\r\n    .waitlist-card h2 {\r\n      color: #fff;\r\n      font-size: 28px;\r\n      margin-bottom: 15px;\r\n    }\r\n\r\n    .waitlist-card p {\r\n      color: #ccc;\r\n      font-size: 15px;\r\n      margin-bottom: 30px;\r\n    }\r\n\r\n    form {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 15px;\r\n    }\r\n\r\n    input, select {\r\n      padding: 14px 18px;\r\n      border: 1px solid #336799;\r\n      border-radius: 30px;\r\n      font-size: 16px;\r\n      width: 100%;\r\n      background: rgba(255, 255, 255, 0.1);\r\n      color: #fff;\r\n      outline: none;\r\n    }\r\n\r\n    button {\r\n      background: #336799;\r\n      color: #fff;\r\n      border: none;\r\n      padding: 14px 28px;\r\n      border-radius: 30px;\r\n      font-size: 16px;\r\n      cursor: pointer;\r\n      transition: all 0.3s ease;\r\n      box-shadow: 0 0 10px rgba(51, 103, 153, 0.5);\r\n      animation: glow 2s infinite alternate;\r\n    }\r\n\r\n    @keyframes glow {\r\n      from { box-shadow: 0 0 10px rgba(51,103,153,0.5); }\r\n      to { box-shadow: 0 0 25px rgba(51,103,153,0.9); }\r\n    }\r\n\r\n    .success {\r\n      display: none;\r\n      margin-top: 20px;\r\n      color: #4fc3f7;\r\n      font-weight: 500;\r\n    }\r\n\r\n    @media (max-width: 900px) {\r\n      .section {\r\n        flex-direction: column;\r\n        text-align: center;\r\n        padding: 60px 20px;\r\n      }\r\n      .left-text {\r\n        text-align: center;\r\n      }\r\n      .left-text h1 {\r\n        font-size: 32px;\r\n      }\r\n      ul.features li {\r\n        justify-content: center;\r\n      }\r\n      .waitlist-card {\r\n        margin-top: 40px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Floating Bubbles -->\r\n  <div class=\"bubbles\">\r\n    <span style=\"left: 10%; width: 15px; height: 15px; animation-delay: 0s;\"><\/span>\r\n    <span style=\"left: 25%; width: 25px; height: 25px; animation-delay: 2s;\"><\/span>\r\n    <span style=\"left: 40%; width: 12px; height: 12px; animation-delay: 4s;\"><\/span>\r\n    <span style=\"left: 55%; width: 20px; height: 20px; animation-delay: 1s;\"><\/span>\r\n    <span style=\"left: 70%; width: 18px; height: 18px; animation-delay: 3s;\"><\/span>\r\n    <span style=\"left: 85%; width: 22px; height: 22px; animation-delay: 5s;\"><\/span>\r\n  <\/div>\r\n\r\n  <!-- MAIN SECTION -->\r\n  <div class=\"section\">\r\n    <!-- Left text -->\r\n    <div class=\"left-text\">\r\n      <h1>The smarter way to wash, dry & deliver your clothes<\/h1>\r\n      <div class=\"underline\"><\/div>\r\n      <p>iWash.ng connects you with trusted dry cleaners and riders nearby \u2014 all in one seamless app.<\/p>\r\n\r\n      <ul class=\"features\">\r\n        <li>\u2705 Fast pickups & delivery<\/li>\r\n        <li>\u2705 Verified dry cleaners only<\/li>\r\n        <li>\u2705 Real-time order tracking<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Waitlist Card -->\r\n    <div class=\"waitlist-card\">\r\n      <h2>Join the Waitlist<\/h2>\r\n      <p>Launching first in <strong>Abuja<\/strong> \u2014 be the first to know when we go live!<\/p>\r\n\r\n      <form id=\"waitlist-form\">\r\n        <input type=\"email\" id=\"email\" placeholder=\"Enter your email\" required \/>\r\n\r\n        <select id=\"location\" required>\r\n          <option value=\"\">Select your location<\/option>\r\n          <option value=\"Abuja\">Abuja<\/option>\r\n          <option value=\"Lagos\">Lagos<\/option>\r\n          <option value=\"Port Harcourt\">Port Harcourt<\/option>\r\n          <option value=\"Others\">Others<\/option>\r\n        <\/select>\r\n\r\n        <select id=\"role\" required>\r\n          <option value=\"\">I'm joining as...<\/option>\r\n          <option value=\"Customer\">Customer<\/option>\r\n          <option value=\"Dry Cleaner\">Dry Cleaner<\/option>\r\n          <option value=\"Rider \/ Delivery Partner\">Rider \/ Delivery Partner<\/option>\r\n        <\/select>\r\n\r\n        <button type=\"submit\" id=\"submit-btn\">Join Now<\/button>\r\n      <\/form>\r\n\r\n      <div class=\"success\" id=\"success-message\">\ud83c\udf89 You\u2019re on the list! We\u2019ll notify you soon.<\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    const form = document.getElementById('waitlist-form');\r\n    const successMsg = document.getElementById('success-message');\r\n    const button = document.getElementById('submit-btn');\r\n\r\n    form.addEventListener('submit', async (e) => {\r\n      e.preventDefault();\r\n      button.disabled = true;\r\n      button.textContent = \"Submitting...\";\r\n\r\n      const data = {\r\n        email: document.getElementById('email').value,\r\n        location: document.getElementById('location').value,\r\n        role: document.getElementById('role').value\r\n      };\r\n\r\n      try {\r\n        await fetch(\"https:\/\/script.google.com\/macros\/s\/AKfycbzU3yU1FL3lbSNahHtK7mSzqBgk-JKmqTCT3URDuX06l1m12Ab3G0oEkimADWQ7AIwbiw\/exec\", {\r\n          method: \"POST\",\r\n          mode: \"no-cors\",\r\n          headers: { \"Content-Type\": \"application\/json\" },\r\n          body: JSON.stringify(data)\r\n        });\r\n\r\n        successMsg.style.display = \"block\";\r\n        form.reset();\r\n      } catch (error) {\r\n        alert(\"Error submitting form. Please try again.\");\r\n        console.error(error);\r\n      } finally {\r\n        button.disabled = false;\r\n        button.textContent = \"Join Now\";\r\n      }\r\n    });\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c3ad19 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"4c3ad19\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- APP SHOWCASE SECTION -->\r\n<section class=\"app-showcase\">\r\n  <div class=\"bubbles\"><\/div>\r\n\r\n  <!-- Left Side - App Preview -->\r\n  <div class=\"app-preview\">\r\n    <img decoding=\"async\" src=\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png\" alt=\"iWash App Screen\" class=\"app-screen main\">\r\n    <img decoding=\"async\" src=\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png\" alt=\"iWash App Screen 2\" class=\"app-screen secondary\">\r\n  <\/div>\r\n\r\n  <!-- Right Side - App Info -->\r\n  <div class=\"app-info\">\r\n    <h2>The All-in-One Laundry App<\/h2>\r\n    <p>From pickup to delivery \u2014 track your orders, manage payments, and connect with trusted dry cleaners, all in one tap.<\/p>\r\n\r\n    <div class=\"download-buttons\">\r\n      <a href=\"#\" class=\"btn playstore\">\r\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/7\/78\/Google_Play_Store_badge_EN.svg\" alt=\"Get it on Google Play\">\r\n      <\/a>\r\n      <a href=\"#\" class=\"btn appstore\">\r\n        <img decoding=\"async\" src=\"https:\/\/developer.apple.com\/assets\/elements\/badges\/download-on-the-app-store.svg\" alt=\"Download on the App Store\">\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  :root {\r\n    --badge-size: 65px; \/* Adjust this value to change button size easily *\/\r\n  }\r\n\r\n  .app-showcase {\r\n    position: relative;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    padding: 100px 5%;\r\n    background: #000;\r\n    color: #fff;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* Bubble background *\/\r\n  .bubbles::before,\r\n  .bubbles::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    border-radius: 50%;\r\n    background: rgba(51, 103, 153, 0.15);\r\n    animation: float 10s infinite ease-in-out;\r\n  }\r\n  .bubbles::before {\r\n    width: 250px;\r\n    height: 250px;\r\n    top: 10%;\r\n    left: -80px;\r\n  }\r\n  .bubbles::after {\r\n    width: 400px;\r\n    height: 400px;\r\n    bottom: -100px;\r\n    right: -100px;\r\n    animation-delay: 3s;\r\n  }\r\n  @keyframes float {\r\n    0%, 100% { transform: translateY(0) scale(1); }\r\n    50% { transform: translateY(-20px) scale(1.05); }\r\n  }\r\n\r\n  \/* Left side - app preview *\/\r\n  .app-preview {\r\n    flex: 1;\r\n    position: relative;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n  }\r\n\r\n  .app-screen {\r\n    border-radius: 30px;\r\n    box-shadow: 0 10px 40px rgba(51, 103, 153, 0.3);\r\n    transition: transform 0.4s ease;\r\n  }\r\n\r\n  .app-screen.main {\r\n    z-index: 2;\r\n    width: 280px;\r\n    transform: rotate(-2deg);\r\n  }\r\n\r\n  .app-screen.secondary {\r\n    position: absolute;\r\n    right: -50px;\r\n    top: 40px;\r\n    width: 260px;\r\n    opacity: 0.6;\r\n    transform: rotate(6deg);\r\n  }\r\n\r\n  .app-preview:hover .app-screen.main {\r\n    transform: scale(1.05) rotate(0);\r\n  }\r\n\r\n  \/* Right side - app info *\/\r\n  .app-info {\r\n    flex: 1;\r\n    padding: 40px;\r\n    z-index: 3;\r\n  }\r\n\r\n  .app-info h2 {\r\n    font-size: 42px;\r\n    font-weight: 800;\r\n    color: #fff;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .app-info p {\r\n    color: #ccc;\r\n    font-size: 18px;\r\n    line-height: 1.6;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  \/* Download buttons *\/\r\n  .download-buttons {\r\n    display: flex;\r\n    justify-content: flex-start;\r\n    align-items: center;\r\n    gap: 20px;\r\n    flex-wrap: nowrap;\r\n  }\r\n\r\n  .download-buttons a {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: transform 0.3s ease;\r\n  }\r\n\r\n  .download-buttons img {\r\n    height: var(--badge-size);\r\n    width: auto;\r\n  }\r\n\r\n  .download-buttons a:hover {\r\n    transform: scale(1.05);\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .app-showcase {\r\n      flex-direction: column-reverse;\r\n      text-align: center;\r\n    }\r\n    .app-preview {\r\n      margin-top: 50px;\r\n    }\r\n    .app-info {\r\n      padding: 20px;\r\n    }\r\n    .app-info h2 {\r\n      font-size: 32px;\r\n    }\r\n    .download-buttons {\r\n      justify-content: center;\r\n      flex-wrap: wrap;\r\n    }\r\n    .download-buttons img {\r\n      height: calc(var(--badge-size) * 0.9);\r\n    }\r\n  }\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb8e5c elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"5cb8e5c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>About Us - iWash.ng<\/title>\r\n  <style>\r\n    body {\r\n      font-family: \"Inter\", \"Poppins\", sans-serif;\r\n      margin: 0;\r\n      background-color: #fff;\r\n      color: #222;\r\n    }\r\n\r\n    \/* ABOUT SECTION *\/\r\n    section.about {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      flex-wrap: wrap;\r\n      padding: 100px 5%;\r\n      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\r\n    }\r\n\r\n    .about-text {\r\n      flex: 1;\r\n      max-width: 600px;\r\n      padding: 20px;\r\n      animation: fadeInUp 1.2s ease forwards;\r\n    }\r\n\r\n    .about-text h2 {\r\n      font-size: 2.3rem;\r\n      font-weight: 800;\r\n      color: #000;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .about-text p {\r\n      color: #555;\r\n      font-size: 1rem;\r\n      line-height: 1.8;\r\n      margin-bottom: 25px;\r\n    }\r\n\r\n    .about-text strong {\r\n      color: #336799;\r\n    }\r\n\r\n    .about-text a {\r\n      display: inline-block;\r\n      background-color: #336799;\r\n      color: #fff;\r\n      padding: 12px 22px;\r\n      border-radius: 10px;\r\n      text-decoration: none;\r\n      font-size: 0.95rem;\r\n      font-weight: 600;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .about-text a:hover {\r\n      background-color: #285882;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    .about-image {\r\n      flex: 1;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n      padding: 20px;\r\n      animation: floatIn 1.2s ease forwards;\r\n    }\r\n\r\n    .about-image img {\r\n      width: 100%;\r\n      max-width: 480px;\r\n      border-radius: 30px;\r\n      box-shadow: 0 15px 40px rgba(51, 103, 153, 0.25);\r\n      transition: transform 0.4s ease;\r\n    }\r\n\r\n    .about-image img:hover {\r\n      transform: scale(1.03);\r\n    }\r\n\r\n    @keyframes fadeInUp {\r\n      from {opacity: 0; transform: translateY(40px);}\r\n      to {opacity: 1; transform: translateY(0);}\r\n    }\r\n\r\n    @keyframes floatIn {\r\n      from {opacity: 0; transform: scale(0.95);}\r\n      to {opacity: 1; transform: scale(1);}\r\n    }\r\n\r\n    @media (max-width: 900px) {\r\n      section.about {\r\n        flex-direction: column-reverse;\r\n        text-align: center;\r\n        padding: 70px 20px;\r\n      }\r\n\r\n      .about-text {\r\n        max-width: 100%;\r\n      }\r\n\r\n      .about-image img {\r\n        max-width: 380px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"about\">\r\n  <!-- LEFT SIDE - IMAGE -->\r\n  <div class=\"about-image\">\r\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581579185169-cc566f9df29a?auto=format&fit=crop&w=800&q=80\" alt=\"iWash delivery rider\">\r\n  <\/div>\r\n\r\n  <!-- RIGHT SIDE - TEXT -->\r\n  <div class=\"about-text\">\r\n    <h2>About <strong>iWash.ng<\/strong><\/h2>\r\n    <p>\r\n      iWash.ng is your trusted laundry companion \u2014 simplifying the way you clean, care, and manage your clothes. \r\n      From doorstep pickups to on-time deliveries, we\u2019re redefining how Nigerians experience laundry services.\r\n    <\/p>\r\n    <p>\r\n      Our mission is to connect users with verified dry cleaners and riders across Nigeria, \r\n      ensuring convenience, trust, and quality \u2014 all powered through a seamless digital experience.\r\n    <\/p>\r\n    <a href=\"about.html\">Read More<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-84cc3b3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right\" data-id=\"84cc3b3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86ca917\" data-id=\"86ca917\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e2afad elementor-widget elementor-widget-html\" data-id=\"3e2afad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>How it works - iWash<\/title>\r\n  <style>\r\n    body {\r\n      font-family: \"Inter\", \"Poppins\", sans-serif;\r\n      margin: 0;\r\n      background-color: #fff;\r\n    }\r\n\r\n    .how-it-works {\r\n      text-align: center;\r\n      padding: 80px 20px;\r\n      background: linear-gradient(180deg, #ffffff 0%, #f2f6fa 100%);\r\n      color: #000;\r\n    }\r\n\r\n    .how-it-works h2 {\r\n      font-size: 2.4rem;\r\n      font-weight: 800;\r\n      color: #336799;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .how-it-works p {\r\n      color: #555;\r\n      font-size: 1rem;\r\n      margin-bottom: 50px;\r\n    }\r\n\r\n    .steps {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      justify-content: center;\r\n      gap: 30px;\r\n      max-width: 1100px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .step-card {\r\n      background: #fff;\r\n      border: 1px solid rgba(51,103,153,0.15);\r\n      border-radius: 20px;\r\n      width: 320px;\r\n      padding: 40px 25px;\r\n      text-align: center;\r\n      box-shadow: 0 10px 25px rgba(51,103,153,0.08);\r\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .step-card:hover {\r\n      transform: translateY(-8px);\r\n      box-shadow: 0 15px 30px rgba(51,103,153,0.15);\r\n    }\r\n\r\n    .step-card img {\r\n      width: 60px;\r\n      height: 60px;\r\n      margin-bottom: 20px;\r\n      filter: hue-rotate(170deg) saturate(150%);\r\n    }\r\n\r\n    .step-card h3 {\r\n      font-size: 1.3rem;\r\n      font-weight: 700;\r\n      margin-bottom: 10px;\r\n      color: #000;\r\n    }\r\n\r\n    .step-card p {\r\n      color: #666;\r\n      font-size: 0.95rem;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .step-card {\r\n        width: 100%;\r\n      }\r\n      .how-it-works h2 {\r\n        font-size: 1.8rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <section class=\"how-it-works\">\r\n    <h2>How it Works<\/h2>\r\n    <p>Your laundry journey made effortless with iWash.<\/p>\r\n\r\n    <div class=\"steps\">\r\n      <div class=\"step-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1159\/1159633.png\" alt=\"App icon\">\r\n        <h3>1. Download the App<\/h3>\r\n        <p>Get started by downloading iWash from Google Play or the App Store.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"step-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1159\/1159627.png\" alt=\"Register icon\">\r\n        <h3>2. Create Your Account<\/h3>\r\n        <p>Sign up, set your address, and choose your preferred laundry options.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"step-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1170\/1170678.png\" alt=\"Tracking icon\">\r\n        <h3>3. Schedule & Track<\/h3>\r\n        <p>Request pickup, track your laundry in real-time, and relax while we handle the rest.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9090622 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right\" data-id=\"9090622\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c67b5d3\" data-id=\"c67b5d3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a96c335 elementor-widget elementor-widget-html\" data-id=\"a96c335\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>iWash.ng Testimonials<\/title>\r\n  <style>\r\n    body {\r\n      font-family: \"Inter\", \"Poppins\", sans-serif;\r\n      margin: 0;\r\n      background-color: #fff;\r\n      color: #222;\r\n    }\r\n\r\n    section.testimonials {\r\n      padding: 100px 20px;\r\n      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\r\n      text-align: center;\r\n      overflow: hidden;\r\n    }\r\n\r\n    section.testimonials h2 {\r\n      font-size: 2.3rem;\r\n      font-weight: 800;\r\n      margin-bottom: 10px;\r\n      color: #000;\r\n    }\r\n\r\n    section.testimonials p.subtitle {\r\n      font-size: 1rem;\r\n      color: #555;\r\n      margin-bottom: 70px;\r\n    }\r\n\r\n    .testimonial-wrapper {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      justify-content: center;\r\n      gap: 40px;\r\n      max-width: 1100px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .testimonial {\r\n      width: 320px;\r\n      background: #fff;\r\n      border-radius: 20px;\r\n      padding: 30px 25px;\r\n      box-shadow: 0 4px 20px rgba(0,0,0,0.06);\r\n      text-align: left;\r\n      transition: all 0.4s ease;\r\n      position: relative;\r\n      overflow: hidden;\r\n      border-top: 4px solid transparent;\r\n    }\r\n\r\n    .testimonial.active {\r\n      border-top-color: #336799;\r\n      box-shadow: 0 8px 30px rgba(51, 103, 153, 0.2);\r\n      transform: translateY(-5px);\r\n    }\r\n\r\n    .testimonial-stars {\r\n      color: #336799;\r\n      font-size: 1.2rem;\r\n      margin-bottom: 15px;\r\n    }\r\n\r\n    .testimonial p {\r\n      font-size: 0.95rem;\r\n      color: #555;\r\n      line-height: 1.6;\r\n      margin-bottom: 25px;\r\n    }\r\n\r\n    .user {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 15px;\r\n    }\r\n\r\n    .user img {\r\n      width: 55px;\r\n      height: 55px;\r\n      border-radius: 50%;\r\n      border: 2px solid #336799;\r\n      object-fit: cover;\r\n      transition: transform 1s ease, border-color 0.5s ease;\r\n    }\r\n\r\n    .testimonial.active img {\r\n      transform: rotate(360deg);\r\n      border-color: #000;\r\n    }\r\n\r\n    .user-info h4 {\r\n      margin: 0;\r\n      font-weight: 700;\r\n      color: #000;\r\n    }\r\n\r\n    .user-info span {\r\n      font-size: 0.9rem;\r\n      color: #777;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .testimonial {\r\n        width: 100%;\r\n      }\r\n      .testimonial p {\r\n        text-align: center;\r\n      }\r\n      .user {\r\n        justify-content: center;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"testimonials\">\r\n  <h2>What Our Customers Say<\/h2>\r\n  <p class=\"subtitle\">Real reviews from people who trust iWash.ng with their clothes.<\/p>\r\n\r\n  <div class=\"testimonial-wrapper\">\r\n    <div class=\"testimonial\">\r\n      <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\u201cPickup and delivery were right on time! My clothes came back fresh, folded, and perfectly clean. iWash.ng has made laundry day stress-free.\u201d<\/p>\r\n      <div class=\"user\">\r\n        <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg\" alt=\"User 1\">\r\n        <div class=\"user-info\">\r\n          <h4>Amaka Eze<\/h4>\r\n          <span>Lekki, Lagos<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"testimonial\">\r\n      <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\u201cAs a busy professional, I love that I can schedule pickups anytime. My white shirts have never looked this crisp!\u201d<\/p>\r\n      <div class=\"user\">\r\n        <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/51.jpg\" alt=\"User 2\">\r\n        <div class=\"user-info\">\r\n          <h4>Emeka Daniel<\/h4>\r\n          <span>Abuja, Nigeria<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"testimonial\">\r\n      <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\u201cI was skeptical at first, but iWash proved me wrong! Fast delivery, neat packaging, and my clothes smell amazing.\u201d<\/p>\r\n      <div class=\"user\">\r\n        <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/60.jpg\" alt=\"User 3\">\r\n        <div class=\"user-info\">\r\n          <h4>Fatima Yusuf<\/h4>\r\n          <span>Port Harcourt, Nigeria<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ Intersection Observer for scroll animations\r\n  const testimonials = document.querySelectorAll(\".testimonial\");\r\n  const observer = new IntersectionObserver(entries => {\r\n    entries.forEach(entry => {\r\n      if (entry.isIntersecting) {\r\n        entry.target.classList.add(\"active\");\r\n      } else {\r\n        entry.target.classList.remove(\"active\");\r\n      }\r\n    });\r\n  }, { threshold: 0.4 });\r\n\r\n  testimonials.forEach(t => observer.observe(t));\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62faaa0 elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right\" data-id=\"62faaa0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ba7c593\" data-id=\"ba7c593\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b55456f elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"b55456f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>iWash.ng Blog<\/title>\r\n  <style>\r\n    body {\r\n      font-family: \"Inter\", \"Poppins\", sans-serif;\r\n      margin: 0;\r\n      background-color: #fff;\r\n      color: #222;\r\n    }\r\n\r\n    section.blog {\r\n      padding: 100px 20px;\r\n      background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\r\n      text-align: center;\r\n    }\r\n\r\n    section.blog h2 {\r\n      font-size: 2.3rem;\r\n      font-weight: 800;\r\n      color: #000;\r\n      margin-bottom: 15px;\r\n    }\r\n\r\n    section.blog p.subtitle {\r\n      font-size: 1rem;\r\n      color: #555;\r\n      margin-bottom: 60px;\r\n    }\r\n\r\n    .blog-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n      gap: 30px;\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .blog-card {\r\n      background: #fff;\r\n      border-radius: 18px;\r\n      overflow: hidden;\r\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\r\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .blog-card:hover {\r\n      transform: translateY(-6px);\r\n      box-shadow: 0 8px 30px rgba(51, 103, 153, 0.15);\r\n    }\r\n\r\n    .blog-card img {\r\n      width: 100%;\r\n      height: 220px;\r\n      object-fit: cover;\r\n      transition: transform 0.4s ease;\r\n    }\r\n\r\n    .blog-card:hover img {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .blog-content {\r\n      padding: 25px;\r\n      text-align: left;\r\n    }\r\n\r\n    .blog-content h3 {\r\n      font-size: 1.3rem;\r\n      font-weight: 700;\r\n      margin-bottom: 10px;\r\n      color: #000;\r\n    }\r\n\r\n    .blog-content p {\r\n      font-size: 0.95rem;\r\n      color: #555;\r\n      line-height: 1.6;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .blog-content a {\r\n      display: inline-block;\r\n      background-color: #336799;\r\n      color: #fff;\r\n      padding: 10px 18px;\r\n      border-radius: 8px;\r\n      text-decoration: none;\r\n      font-size: 0.95rem;\r\n      font-weight: 600;\r\n      transition: background 0.3s ease;\r\n    }\r\n\r\n    .blog-content a:hover {\r\n      background-color: #285882;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      section.blog h2 {\r\n        font-size: 1.8rem;\r\n      }\r\n      .blog-content p {\r\n        font-size: 0.9rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"blog\">\r\n  <h2>From Our Laundry Blog<\/h2>\r\n  <p class=\"subtitle\">Tips, insights, and news from the world of laundry and dry cleaning.<\/p>\r\n\r\n  <div class=\"blog-grid\">\r\n\r\n    <div class=\"blog-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=800&q=80\" alt=\"Laundry tips\">\r\n      <div class=\"blog-content\">\r\n        <h3>5 Smart Laundry Tips to Keep Your Clothes Fresh<\/h3>\r\n        <p>Learn how to maintain the brightness and freshness of your clothes with simple daily habits and iWash tricks.<\/p>\r\n        <a href=\"#\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"blog-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1606813902919-9cf3fdfd7f9a?auto=format&fit=crop&w=800&q=80\" alt=\"Dry cleaning services\">\r\n      <div class=\"blog-content\">\r\n        <h3>Why Professional Dry Cleaning Saves You More<\/h3>\r\n        <p>Discover how using verified dry cleaners helps extend fabric life and saves time for your busy lifestyle.<\/p>\r\n        <a href=\"#\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"blog-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1618354691373-f91c839bd9be?auto=format&fit=crop&w=800&q=80\" alt=\"Laundry delivery\">\r\n      <div class=\"blog-content\">\r\n        <h3>How iWash Riders Make Laundry Pickup Effortless<\/h3>\r\n        <p>Our riders ensure smooth pickups and deliveries \u2014 here\u2019s how we make it easy to keep your clothes in safe hands.<\/p>\r\n        <a href=\"#\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c0a1e2 elementor-widget elementor-widget-html\" data-id=\"5c0a1e2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===== FOOTER SECTION ===== -->\r\n<footer class=\"iwash-footer\">\r\n  <div class=\"footer-container\">\r\n    <div class=\"footer-logo\">\r\n      <h2>iWash<span>.ng<\/span><\/h2>\r\n      <p>Simplifying Laundry Across Nigeria<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"footer-links\">\r\n      <a href=\"#\">Terms of Service<\/a>\r\n      <a href=\"#\">Privacy Policy<\/a>\r\n      <a href=\"#\">Contact Us<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"social-icons\">\r\n      <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n      <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n      <a href=\"#\" aria-label=\"X (Twitter)\"><i class=\"fab fa-x-twitter\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"footer-bottom\">\r\n    <p>\u00a9 <span id=\"year\"><\/span> iWash.ng \u2014 All Rights Reserved.<\/p>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<!-- ===== STYLES ===== -->\r\n<style>\r\n  @import url(\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\");\r\n\r\n  .iwash-footer {\r\n    background-color: #336799;\r\n    color: #fff;\r\n    padding: 40px 20px 20px;\r\n    text-align: center;\r\n    font-family: \"Poppins\", sans-serif;\r\n  }\r\n\r\n  .footer-container {\r\n    max-width: 1000px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .footer-logo h2 {\r\n    font-size: 1.8rem;\r\n    margin: 0;\r\n    font-weight: 700;\r\n  }\r\n\r\n  .footer-logo span {\r\n    color: #fff;\r\n    opacity: 0.9;\r\n  }\r\n\r\n  .footer-logo p {\r\n    margin: 5px 0 20px;\r\n    font-size: 0.95rem;\r\n    opacity: 0.9;\r\n  }\r\n\r\n  .footer-links {\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .footer-links a {\r\n    color: #fff;\r\n    text-decoration: none;\r\n    margin: 0 12px;\r\n    font-size: 0.9rem;\r\n    opacity: 0.85;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .footer-links a:hover {\r\n    opacity: 1;\r\n    text-decoration: underline;\r\n  }\r\n\r\n  \/* === Social Icons === *\/\r\n  .social-icons {\r\n    margin: 20px 0;\r\n  }\r\n\r\n  .social-icons a {\r\n    color: #fff;\r\n    font-size: 1.2rem;\r\n    margin: 0 10px;\r\n    transition: transform 0.3s ease, color 0.3s ease;\r\n  }\r\n\r\n  .social-icons a:hover {\r\n    color: #ffda79;\r\n    transform: translateY(-4px);\r\n  }\r\n\r\n  .footer-bottom {\r\n    border-top: 1px solid rgba(255, 255, 255, 0.2);\r\n    padding-top: 15px;\r\n  }\r\n\r\n  .footer-bottom p {\r\n    font-size: 0.85rem;\r\n    opacity: 0.85;\r\n    margin: 0;\r\n  }\r\n\r\n  @media (max-width: 600px) {\r\n    .footer-links a {\r\n      display: block;\r\n      margin: 8px 0;\r\n    }\r\n\r\n    .social-icons a {\r\n      margin: 0 8px;\r\n      font-size: 1.4rem;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- ===== SCRIPT ===== -->\r\n<script>\r\n  \/\/ Auto-update year\r\n  document.getElementById(\"year\").textContent = new Date().getFullYear();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1d76f9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right\" data-id=\"c1d76f9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20689c6\" data-id=\"20689c6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-15a2021 elementor-section-boxed elementor-section-height-default elementor-section-height-default acm_section_full right elementor-invisible\" data-id=\"15a2021\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0cb7a78\" data-id=\"0cb7a78\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6bbec91 elementor-widget elementor-widget-apper_heading\" data-id=\"6bbec91\" data-element_type=\"widget\" data-widget_type=\"apper_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"acm-heading no-line content-left-align\">\n\t\t\t\t\t\t\t\t\t\t<h2 class=\"acm-title\">Subscribe to newsletter\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t<div class=\"acm_heading-desc\">Get the scoop on all of our new updates!<\/div>\n\t\t\t\t\t\t\t\t<div class=\"acm-heading-border\"><\/div>\n\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-10d714e\" data-id=\"10d714e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d31789 elementor-widget elementor-widget-apper_newsletter\" data-id=\"2d31789\" data-element_type=\"widget\" data-widget_type=\"apper_newsletter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"acm-mailchimp-form subscribe-style-curved\">\r\n\t\t\t<script>(function() {\n\twindow.mc4wp = window.mc4wp || {\n\t\tlisteners: [],\n\t\tforms: {\n\t\t\ton: function(evt, cb) {\n\t\t\t\twindow.mc4wp.listeners.push(\n\t\t\t\t\t{\n\t\t\t\t\t\tevent   : evt,\n\t\t\t\t\t\tcallback: cb\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n})();\n<\/script><!-- Mailchimp for WordPress v4.10.6 - https:\/\/wordpress.org\/plugins\/mailchimp-for-wp\/ --><form id=\"mc4wp-form-1\" class=\"mc4wp-form mc4wp-form-231\" method=\"post\" data-id=\"231\" data-name=\"maillist\" ><div class=\"mc4wp-form-fields\"><p><label>Email address: \r\n<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required \/>\r\n  <\/label>\r\n<\/p>\r\n\r\n<p>\r\n  <button class=\"btn\"><span>Submit<\/span><\/button>\r\n<\/p><\/div><label style=\"display: none !important;\">Leave this field empty if you're human: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" \/><\/label><input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1778988388\" \/><input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"231\" \/><input type=\"hidden\" name=\"_mc4wp_form_element_id\" value=\"mc4wp-form-1\" \/><div class=\"mc4wp-response\"><\/div><\/form><!-- \/ Mailchimp for WordPress Plugin -->    <\/div>\r\n\r\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; The smarter way to wash, dry &amp; deliver your clothes iWash.ng connects you with trusted dry cleaners and riders nearby \u2014 all in one seamless app. \u2705 Fast pickups &amp; delivery \u2705 Verified dry cleaners only \u2705 Real-time order tracking Join the Waitlist Launching first in Abuja \u2014 be the first to know when [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.7 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Iwash global<\/title>\n<meta name=\"description\" content=\"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client&#039;s. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don&#039;t have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/iwash.ng\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home\" \/>\n<meta property=\"og:description\" content=\"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client&#039;s. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don&#039;t have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iwash.ng\/\" \/>\n<meta property=\"og:site_name\" content=\"Iwash global\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-18T04:21:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/iwash.ng\/\",\"url\":\"https:\/\/iwash.ng\/\",\"name\":\"Home - Iwash global\",\"isPartOf\":{\"@id\":\"https:\/\/iwash.ng\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/iwash.ng\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/iwash.ng\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png\",\"datePublished\":\"2023-02-16T15:39:23+00:00\",\"dateModified\":\"2025-10-18T04:21:00+00:00\",\"description\":\"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client's. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don't have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing\",\"breadcrumb\":{\"@id\":\"https:\/\/iwash.ng\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/iwash.ng\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iwash.ng\/#primaryimage\",\"url\":\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5-scaled.png\",\"contentUrl\":\"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5-scaled.png\",\"width\":2560,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/iwash.ng\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/iwash.ng\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/iwash.ng\/#website\",\"url\":\"https:\/\/iwash.ng\/\",\"name\":\"Iwash global\",\"description\":\"Home\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/iwash.ng\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Home - Iwash global","description":"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client's. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don't have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/iwash.ng\/","og_locale":"en_US","og_type":"article","og_title":"Home","og_description":"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client's. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don't have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing","og_url":"https:\/\/iwash.ng\/","og_site_name":"Iwash global","article_modified_time":"2025-10-18T04:21:00+00:00","og_image":[{"url":"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/iwash.ng\/","url":"https:\/\/iwash.ng\/","name":"Home - Iwash global","isPartOf":{"@id":"https:\/\/iwash.ng\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iwash.ng\/#primaryimage"},"image":{"@id":"https:\/\/iwash.ng\/#primaryimage"},"thumbnailUrl":"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5.png","datePublished":"2023-02-16T15:39:23+00:00","dateModified":"2025-10-18T04:21:00+00:00","description":"Iwash global started with the sole purpose of reducing the workload within house hold, businesses and companies around the globe. As visionaries, we realize how time consuming, mental tiring doing laundry can be taking into account the issue of global warming that has affected our weather, added responsibilities from everyday life and inflation that has hiked the fee we pay for electricity and water supply, at Iwash global we took it upon ourselves to take that stress away from our local and global clients. We do not just do your laundry, we bring effectiveness and convenience into play. We partner with top notch carefully selected dry cleaners to ensure all items are treated with utmost care. Our reliable delivery service like TenX among others gets to you in the shortest possible time during pick up and deliveries.Our policy is users first, so we are always ready to listen and adapt to the wide range of reviews we get from our client's. Customer support is available 24\/7 to listen and respond to you. Managing your laundry and dry cleaning in the 21st century should be simple and accessible from anywhere.We created the iWash app that allows you to schedule an order in less than 2 minutes, whether at home, at the office or on the go. No need to speak to any representative, you can now manage all your orders with our easy-to-use mobile app.With iWash you don't have to worry about distractions and procrastination from important task because of doing laundry, we do your laundry, you do your thing","breadcrumb":{"@id":"https:\/\/iwash.ng\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iwash.ng\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iwash.ng\/#primaryimage","url":"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5-scaled.png","contentUrl":"https:\/\/iwash.ng\/wp-content\/uploads\/2025\/10\/Untitled-design-5-scaled.png","width":2560,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/iwash.ng\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/iwash.ng\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/iwash.ng\/#website","url":"https:\/\/iwash.ng\/","name":"Iwash global","description":"Home","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iwash.ng\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iwash.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":197,"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":2115,"href":"https:\/\/iwash.ng\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/2115"}],"wp:attachment":[{"href":"https:\/\/iwash.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}