{"id":284,"date":"2025-12-18T11:09:00","date_gmt":"2025-12-18T11:09:00","guid":{"rendered":"https:\/\/yourcleanlab.com\/?page_id=284"},"modified":"2026-09-09T18:30:24","modified_gmt":"2026-09-09T16:30:24","slug":"home","status":"publish","type":"page","link":"https:\/\/yourcleanlab.com\/nl\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"284\" class=\"elementor elementor-284\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b81392 e-flex e-con-boxed e-con e-parent\" data-id=\"7b81392\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30a5f18 elementor-widget elementor-widget-html\" data-id=\"30a5f18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@400;500;600&family=Poppins:wght@500;600&display=swap');\n  \/* \u2500\u2500 WRAPPER \u2500\u2500 *\/\n  .cl-hero-wrapper {\n    display: flex;\n    min-height: 90vh;\n    max-height: 100vh;\n    max-width: 1200px;\n    margin: 0 auto;\n    background-color: #F5F5F5;\n    overflow: hidden;\n    position: relative;\n  }\n  \/* \u2500\u2500 LEFT: TEXT \u2500\u2500 *\/\n  .cl-hero-left {\n    flex: 0 0 50%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 80px 70px;\n    position: relative;\n    z-index: 2;\n    opacity: 0;\n    transform: translateX(-40px);\n    animation: cl-slideLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;\n  }\n  \/* \u2500\u2500 RIGHT: PHOTO \u2500\u2500 *\/\n  .cl-hero-right {\n    flex: 0 0 50%;\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    transform: translateX(40px);\n    animation: cl-slideRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;\n  }\n  .cl-hero-right img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center 20%;\n    display: block;\n    transition: transform 8s ease;\n  }\n  .cl-hero-right:hover img {\n    transform: scale(1.04);\n  }\n  \/* gradient fade from photo into light background *\/\n  .cl-hero-right::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 280px; height: 100%;\n    background: linear-gradient(to right,\n      #F5F5F5 0%,\n      rgba(245,245,245,0.95) 15%,\n      rgba(245,245,245,0.75) 35%,\n      rgba(245,245,245,0.45) 60%,\n      rgba(245,245,245,0.15) 82%,\n      transparent 100%\n    );\n    z-index: 1;\n    pointer-events: none;\n  }\n  \/* \u2500\u2500 ENTRANCE ANIMATIONS \u2500\u2500 *\/\n  @keyframes cl-slideLeft {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  @keyframes cl-slideRight {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  \/* \u2500\u2500 PRETITLE \u2500\u2500 *\/\n  .cl-hero-pretitle {\n    font-family: 'Poppins', sans-serif !important;\n    font-weight: 600 !important;\n    font-size: 12px !important;\n    line-height: 1.4 !important;\n    letter-spacing: 3px !important;\n    text-transform: uppercase !important;\n    color: #5788B6 !important;\n    margin: 0 0 20px 0 !important;\n    padding: 0 !important;\n    display: flex !important;\n    align-items: center !important;\n    gap: 10px !important;\n  }\n  .cl-hero-pretitle::before {\n    content: '';\n    display: inline-block;\n    width: 30px;\n    height: 2px;\n    background-color: #5788B6;\n    flex-shrink: 0;\n  }\n  \/* \u2500\u2500 VERTICAL SLIDING QUOTES \u2500\u2500 *\/\n  .cl-quote-rotator {\n    position: relative;\n    overflow: hidden;\n    min-height: 160px;\n    margin-bottom: 16px;\n  }\n  .cl-quote-item {\n    position: absolute;\n    width: 100%;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 900;\n    font-size: 48px;\n    line-height: 1.1;\n    color: #2B2829;\n    opacity: 0;\n    transform: translateY(60px);\n    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.65s ease;\n    pointer-events: none;\n  }\n  .cl-quote-item.active {\n    opacity: 1;\n    transform: translateY(0);\n    pointer-events: auto;\n    position: relative;\n  }\n  .cl-quote-item.leaving {\n    opacity: 0;\n    transform: translateY(-60px);\n    position: absolute;\n    top: 0;\n  }\n  \/* \u2500\u2500 HIGHLIGHT \u2500\u2500 *\/\n  .cl-highlight-wrapper {\n    display: inline-block;\n    position: relative;\n    z-index: 1;\n  }\n  .cl-highlight-wrapper::after {\n    content: '';\n    position: absolute;\n    bottom: 4px;\n    left: -2px;\n    width: 0%;\n    height: 35%;\n    background-color: #F2FB61;\n    z-index: -1;\n    transform: skewX(-8deg);\n  }\n  .cl-quote-item.active .cl-highlight-wrapper::after {\n    animation: cl-markerSwipe 0.8s ease-out forwards 0.4s;\n  }\n  @keyframes cl-markerSwipe {\n    from { width: 0%; }\n    to   { width: 104%; }\n  }\n  \/* \u2500\u2500 QUOTE DOTS \u2500\u2500 *\/\n  .cl-quote-dots {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 36px;\n  }\n  .cl-dot {\n    width: 24px;\n    height: 3px;\n    background-color: rgba(43, 40, 41, 0.2);\n    border-radius: 2px;\n    transition: background-color 0.4s ease, width 0.4s ease;\n    cursor: pointer;\n  }\n  .cl-dot.active {\n    background-color: #2B2829;\n    width: 40px;\n  }\n  \/* \u2500\u2500 SUBTITLE \u2500\u2500 *\/\n  .cl-hero-subtitle {\n    font-family: 'Inter', sans-serif;\n    font-size: 15px;\n    color: rgba(43, 40, 41, 0.6);\n    margin-bottom: 36px;\n    line-height: 1.6;\n    max-width: 420px;\n  }\n  \/* \u2500\u2500 CTA BUTTON \u2500\u2500 *\/\n  .cl-hero-btn {\n    background-color: #2B2829 !important;\n    color: #F2FB61 !important;\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 800 !important;\n    font-size: 14px !important;\n    padding: 18px 36px;\n    border-radius: 8px;\n    text-decoration: none;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    display: inline-block;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    box-shadow: 0 8px 24px rgba(43, 40, 41, 0.15);\n    margin-bottom: 32px;\n    align-self: flex-start;\n  }\n  .cl-hero-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 32px rgba(43, 40, 41, 0.25);\n  }\n  \/* \u2500\u2500 REGULARS (logo row) \u2500\u2500 *\/\n  .cl-hero-regulars { margin-top: 24px; }\n  .cl-hero-regulars .cl-hr-cap { font-family: Inter, sans-serif; font-size: 13px; line-height: 1.4; color: #7A7674; margin: 0 0 12px; text-align: center; }\n  .cl-hero-regulars .cl-hr-cap b { font-weight: 500; color: #2B2829; }\n  .cl-hero-regulars .cl-hr-row { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: nowrap; }\n  .cl-hero-regulars .cl-hr-fr { height: 34px; display: flex; align-items: center; filter: grayscale(1); opacity: .6; transition: .2s; }\n  .cl-hero-regulars .cl-hr-fr:hover { filter: none; opacity: 1; }\n  .cl-hero-regulars .cl-hr-fr img, .cl-hero-regulars .cl-hr-fr svg { display: block; width: auto; height: auto; max-width: 100%; }\n  .cl-hero-regulars .cl-hr-ajax img { height: 34px; }\n  .cl-hero-regulars .cl-hr-kl svg { width: 104px; }\n  .cl-hero-regulars .cl-hr-lancome img { width: 88px; }\n  .cl-hero-regulars .cl-hr-hotelv img { height: 34px; }\n  .cl-hero-regulars .cl-hr-conscious svg { width: 62px; }\n  @media (max-width: 767px) {\n    .cl-hero-regulars { margin-top: 20px; }\n    .cl-hero-regulars .cl-hr-cap { text-align: left; }\n    .cl-hero-regulars .cl-hr-cap b { display: block; }\n    .cl-hero-regulars .cl-hr-row { display: grid; grid-template-columns: repeat(3, max-content); justify-content: start; align-items: center; column-gap: 24px; row-gap: 14px; }\n    .cl-hero-regulars .cl-hr-fr { height: 38px; flex: 0 0 auto; }\n    .cl-hero-regulars .cl-hr-ajax img { height: 38px; }\n    .cl-hero-regulars .cl-hr-kl svg { width: 96px; }\n    .cl-hero-regulars .cl-hr-lancome img { width: 84px; }\n    .cl-hero-regulars .cl-hr-hotelv img { height: 38px; }\n    .cl-hero-regulars .cl-hr-conscious svg { width: 60px; }\n  }\n  \/* \u2500\u2500 BADGES \u2500\u2500 *\/\n  .cl-badges-container {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .cl-badge-row2 {\n    width: 100%;\n    display: flex;\n    justify-content: center;\n  }\n  .cl-badge {\n    background-color: #FFFFFF;\n    border: 1px solid rgba(43, 40, 41, 0.12);\n    padding: 10px 18px;\n    border-radius: 50px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    font-size: 13px;\n    color: #2B2829;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  }\n  .cl-badge svg { width: 15px; height: 15px; flex-shrink: 0; }\n  \/* \u2500\u2500 LABEL SWAP \u2500\u2500 *\/\n  .cl-award-mobile { display: none; }\n  .cl-award-desktop { display: inline; }\n  \/* \u2500\u2500 MOBILE \u2500\u2500 *\/\n  @media screen and (max-width: 768px) {\n    .cl-hero-wrapper {\n      flex-direction: column-reverse;\n      min-height: 100svh;\n      max-height: none;\n    }\n    .cl-hero-right {\n      flex: 0 0 45vh;\n      width: 100%;\n    }\n    .cl-hero-right::before { display: none; }\n    .cl-hero-right::after  { display: none; }\n    .cl-hero-left {\n      flex: 1;\n      padding: 32px 24px 48px;\n    }\n    .cl-quote-item { font-size: 30px; }\n    .cl-quote-rotator { min-height: 110px; }\n    .cl-hero-btn { display: block !important; width: 100% !important; text-align: center !important; align-self: stretch !important; font-size: 15px !important; padding: 17px 24px !important; line-height: 1.2 !important; box-shadow: 0 8px 20px rgba(43,40,41,0.28) !important; }\n    .cl-badge-row2 { justify-content: flex-start; }\n    .cl-badge { padding: 9px 12px; font-size: 11.5px; border-radius: 24px; }\n    .cl-award-desktop { display: none; }\n    .cl-award-mobile { display: inline; }\n  }\n<\/style>\n<div class=\"cl-hero-wrapper\">\n  <!-- LEFT: TEXT + QUOTES -->\n  <div class=\"cl-hero-left\">\n    <h1 class=\"cl-hero-pretitle\">Amsterdam's best rated laundry service<\/h1>\n    <div class=\"cl-quote-rotator\">\n      <div class=\"cl-quote-item active\">Tanning spray. <span class=\"cl-highlight-wrapper\">Muddy socks.<\/span> The sheets from Saturday night.<\/div>\n      <div class=\"cl-quote-item\"><span class=\"cl-highlight-wrapper\">Filthy<\/span>? Just how we like it.<\/div>\n      <div class=\"cl-quote-item\"><span class=\"cl-highlight-wrapper\">We hang dry.<\/span> You go to dinner.<\/div>\n    <\/div>\n    <div class=\"cl-quote-dots\">\n      <div class=\"cl-dot active\" data-index=\"0\"><\/div>\n      <div class=\"cl-dot\" data-index=\"1\"><\/div>\n      <div class=\"cl-dot\" data-index=\"2\"><\/div>\n    <\/div>\n    <p class=\"cl-hero-subtitle\">Give us the laundry. No questions, no raised eyebrows. Pickup from your door, 07:00 to 22:00. Back in 24 hours.<\/p>\n    <a href=\"#pricing\" class=\"cl-hero-btn\">Schedule a pickup<\/a>\n    <div class=\"cl-badges-container\">\n      <div class=\"cl-badge\">\n        <svg viewBox=\"0 0 24 24\" fill=\"#FBBC05\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n        Rated 4.8\/5 on Google\n      <\/div>\n      <div class=\"cl-badge\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2B2829\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\n        Free Pickup & Delivery\n      <\/div>\n      <div class=\"cl-badge-row2\">\n        <div class=\"cl-badge\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#D4A017\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"6\"\/><path d=\"M15.477 12.89 17 22l-5-3-5 3 1.523-9.11\"\/><\/svg>\n          <span class=\"cl-award-desktop\">Laundry Service of the Year 2025\/26<\/span>\n          <span class=\"cl-award-mobile\">Best Laundry Service 2025\/26<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <!-- REGULARS (logo row, desktop\/tablet only; mobile uses separate widget) -->\n    <div class=\"cl-hero-regulars\" aria-label=\"Some of our regulars\">\n      <p class=\"cl-hr-cap\"><b>Some of our regulars.<\/b> Plus a few hundred sock-owners.<\/p>\n      <div class=\"cl-hr-row\">\n        <div class=\"cl-hr-fr cl-hr-ajax\"><img decoding=\"async\" src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/09\/ajax-klassiek.png\" alt=\"AFC Ajax\" width=\"280\" height=\"280\" loading=\"lazy\"><\/div>\n        <div class=\"cl-hr-fr cl-hr-kl\"><svg viewBox=\"0 0 741 64\" fill=\"#2B2829\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Karl Lagerfeld\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M143.04 29.94H131.9V14.13h11.15c5.08 0 8.91 2.33 8.91 8.12 0 5.61-3.73 7.69-8.9 7.69ZM10.4 39.97c1.93.75 2.37.83 3.07 2.82l5.9.44c1.2.04 2.38.2 3.53.5 1.4.36 1.76.43 2.8 1.2.54.4.37.69-.32.35-3.3-1.63-8.43-1-12.06-1.02-.48 1-.87 1.96-1.8 1.72-1.05-.25-1.69-1.45-2.17-2.37H9.3c-.6.9-1.24 1.78-1.93 2.6-1.12 1.6 1.86 2.42 1.86 2.42-1.42 3.52-.42 2.94-.1 3.4 0 .06.09.2 0 .26-1.27.85.47 1.26.36 2.04a2.63 2.63 0 0 0 .73 3.46c.62.6 4.82.13 5.99.2a1.22 1.22 0 0 1 .88.3c.05.08.08 2.95.08 4.23v.57H0V1.26h17.05v27.88c-2.56.2-4.55.7-5.19 1.5-1.33 1.64.55 2.1.28 2.83-.54.97-1.33 5.37-1.75 6.51Zm158.07-18.84c0-14.6-11.12-19.87-22.93-19.87h-30.19v61.7h16.55V42.38h8.44l15 20.56h19.61L158.2 40.01c6.47-2.98 10.27-8.96 10.27-18.88ZM75.84 39.97l7.21-21.6h.18l7.03 21.6H75.84Zm-1.08-38.7L54.55 53.78l-17.4-23.86L60.81 1.26H39.86L17.69 29.1a35.9 35.9 0 0 1 3.87 0c4.75.2 10.28 1.11 12.81 6.33 0 0 2.18 5.8-.1 10.34 8.07 2.58 9.4 10.68 7.33 17.22h26.37l4.01-11.07h22.16l3.92 11.07h17.26L91.59 1.26H74.76ZM36.84 56.54l-.04-.09c-.87-1.5-2.44-2.76-2.77-4.41v-.21c-.03-.78.03-1.57.18-2.34.1-.88 0-.74.88-.72h.58c1.53.04 1.76 1.21 1.86 2.45.12 1.93.3 3.55-.62 5.3l-.07.02ZM191.53 1.26h-16.59v61.7h46.19V49.13h-29.6V1.26ZM591.34 37.33h30.94V24.99h-30.94V14.23h33.9V1.43h-50.32v61.32h51.27V49h-34.85V37.33Zm-66.87 25.42h16.47V39.12h26V26.77h-26V14.23h30.07V1.43h-46.54v61.32Zm-98.28-25.42h30.95V24.99H426.2V14.23h33.88V1.43h-50.33v61.32h51.27V49H426.2V37.33Zm-50.98 2.46h13.74v7.19a21.81 21.81 0 0 1-11.9 3.15c-10.31 0-17.8-7.62-17.8-18.32 0-9.8 7.55-17.78 16.82-17.78 6.93 0 10.98 2.15 15.58 5.88l.73.59 9.7-11.45-.7-.58C394.08 2.45 386.87 0 376.44 0c-4.39-.07-8.74.72-12.8 2.3a32.96 32.96 0 0 0-10.88 6.95c-3.11 3-5.58 6.57-7.25 10.5a31.1 31.1 0 0 0-2.47 12.41c0 18.45 14.08 31.84 33.5 31.84a41.63 41.63 0 0 0 27.05-9.76l.32-.27V26.54h-28.7v13.26Zm119-9.89h-11.08V14.23h11.09c5.03 0 8.85 2.31 8.85 8.07s-3.71 7.64-8.85 7.64v-.04Zm25.28-8.73c0 10.43-4.15 16.5-11.3 19.27l16.27 22.3h-19.4l-14.92-20.43h-6.92v20.44h-16.5V1.43h29.95c11.78 0 22.84 5.25 22.84 19.74h-.02Zm187.07 27.84h-7.77V15.17h7.77c11.23 0 17.42 5.38 17.42 16.59 0 12.27-4.95 16.98-17.42 17.25Zm2.93-47.58h-27.16v61.32h27.16c19.19 0 30.92-10.77 30.92-30.95 0-18.99-11.56-30.41-30.92-30.41v.04ZM308.47 39.91l7.16-21.53h.17l6.93 21.53h-14.26Zm39.27 22.88h-17.19l-3.89-10.98h-22.03l-3.98 10.98h-54.44V1.43h16.44v47.58h26.42l18.32-47.58h16.72l23.56 61.32.07.04ZM648.36 1.43h-16.53v61.32h45.92V49h-29.39V1.43Z\"\/><\/svg><\/div>\n        <div class=\"cl-hr-fr cl-hr-lancome\"><img decoding=\"async\" src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/09\/lancome.png\" alt=\"Lanc\u00f4me\" width=\"340\" height=\"82\" loading=\"lazy\"><\/div>\n        <div class=\"cl-hr-fr cl-hr-hotelv\"><img decoding=\"async\" src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/09\/hotel-v.png\" alt=\"Hotel V &amp; The Lobby\" width=\"226\" height=\"240\" loading=\"lazy\"><\/div>\n        <div class=\"cl-hr-fr cl-hr-conscious\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 66 31\" role=\"img\" aria-label=\"Conscious Hotels\"><path fill=\"#2B2829\" d=\"M6.965 10.81c-.138-.988-1.074-1.746-2.141-1.746-1.937 0-2.66 1.671-2.66 3.417 0 1.664.73 3.336 2.66 3.336 1.316 0 2.061-.921 2.222-2.236h2.09c-.22 2.481-1.907 4.078-4.312 4.078C1.79 17.66 0 15.356 0 12.481c0-2.956 1.783-5.26 4.824-5.26 2.156 0 3.969 1.286 4.232 3.589h-2.09ZM13.485 16.129c1.33 0 1.732-1.16 1.732-2.303 0-1.16-.395-2.318-1.732-2.318-1.316 0-1.718 1.159-1.718 2.318 0 1.144.402 2.303 1.718 2.303Zm0-6.114c2.236 0 3.676 1.508 3.676 3.81 0 2.289-1.44 3.797-3.676 3.797-2.222 0-3.67-1.508-3.67-3.796.008-2.303 1.448-3.811 3.67-3.811ZM18.155 10.207h1.857v1.003h.044a2.527 2.527 0 0 1 2.17-1.203c2.076 0 2.595 1.188 2.595 2.971v4.45H22.87V13.35c0-1.189-.344-1.776-1.25-1.776-1.06 0-1.513.602-1.513 2.065v3.789h-1.952v-7.22ZM27.532 15.082c.015.869.731 1.218 1.499 1.218.562 0 1.279-.223 1.279-.921 0-.602-.812-.81-2.208-1.115-1.125-.252-2.25-.653-2.25-1.924 0-1.842 1.563-2.317 3.09-2.317 1.55 0 2.983.527 3.13 2.302h-1.857c-.052-.765-.629-.973-1.33-.973-.44 0-1.082.082-1.082.669 0 .713 1.096.81 2.214 1.077 1.14.267 2.252.683 2.252 2.02 0 1.902-1.623 2.512-3.238 2.512-1.652 0-3.253-.632-3.34-2.541h1.841v-.008ZM37.904 12.748c-.124-.81-.629-1.24-1.44-1.24-1.25 0-1.659 1.285-1.659 2.347 0 1.033.402 2.274 1.623 2.274.906 0 1.425-.587 1.55-1.464h1.877c-.248 1.91-1.549 2.957-3.42 2.957-2.142 0-3.582-1.538-3.582-3.7 0-2.243 1.316-3.907 3.626-3.907 1.674 0 3.216.891 3.34 2.733h-1.915ZM40.747 10.208H42.7v7.22h-1.952v-7.22ZM42.7 9.093h-1.952V7.46H42.7v1.634ZM47.37 16.129c1.33 0 1.731-1.16 1.731-2.303 0-1.16-.402-2.318-1.732-2.318-1.315 0-1.717 1.159-1.717 2.318 0 1.144.394 2.303 1.717 2.303Zm0-6.114c2.236 0 3.676 1.508 3.676 3.81 0 2.289-1.44 3.797-3.677 3.797-2.222 0-3.669-1.508-3.669-3.796 0-2.303 1.44-3.811 3.67-3.811ZM58.64 17.429h-1.857v-1.003h-.044a2.527 2.527 0 0 1-2.17 1.203c-2.076 0-2.595-1.188-2.595-2.971v-4.435h1.951V14.3c0 1.189.344 1.776 1.25 1.776 1.06 0 1.513-.602 1.513-2.066v-3.78h1.951v7.198ZM61.278 15.082c.014.869.73 1.218 1.498 1.218.563 0 1.28-.223 1.28-.921 0-.602-.812-.81-2.208-1.115-1.126-.252-2.251-.653-2.251-1.924 0-1.842 1.564-2.317 3.091-2.317 1.55 0 2.983.527 3.129 2.302h-1.864c-.059-.765-.629-.973-1.33-.973-.439 0-1.082.082-1.082.669 0 .713 1.096.81 2.207 1.077 1.14.267 2.252.683 2.252 2.02 0 1.902-1.623 2.512-3.238 2.512-1.645 0-3.253-.632-3.333-2.541h1.849v-.008ZM1.228 20.794h2.156v3.826h3.968v-3.826H9.51v9.97H7.352v-4.302H3.384v4.301H1.228v-9.97ZM14.319 29.463c1.33 0 1.732-1.158 1.732-2.302 0-1.16-.395-2.318-1.732-2.318-1.316 0-1.718 1.159-1.718 2.318 0 1.144.395 2.302 1.717 2.302Zm0-6.113c2.236 0 3.676 1.508 3.676 3.81 0 2.289-1.44 3.797-3.677 3.797-2.221 0-3.669-1.508-3.669-3.796 0-2.303 1.44-3.811 3.67-3.811ZM21.335 23.543h1.425v1.33h-1.425v3.573c0 .668.168.84.826.84.205 0 .402-.016.607-.06v1.552c-.33.06-.753.067-1.14.067-1.192 0-2.237-.282-2.237-1.716v-4.257h-1.184v-1.33h1.184v-2.161h1.952v2.162h-.008ZM28.16 26.38c-.175-1.002-.606-1.537-1.549-1.537-1.235 0-1.593.98-1.622 1.538h3.172Zm-3.171 1.256c.058 1.256.657 1.828 1.746 1.828.782 0 1.418-.49 1.535-.936h1.718c-.548 1.7-1.718 2.429-3.326 2.429-2.236 0-3.625-1.568-3.625-3.796 0-2.162 1.47-3.811 3.625-3.811 2.42 0 3.582 2.065 3.45 4.286H24.99ZM32.978 20.794h-1.952v9.962h1.952v-9.962ZM35.756 28.416c.014.869.73 1.218 1.498 1.218.563 0 1.28-.223 1.28-.921 0-.602-.812-.81-2.208-1.115-1.126-.252-2.251-.653-2.251-1.924 0-1.842 1.564-2.318 3.092-2.318 1.55 0 2.982.528 3.128 2.303h-1.857c-.058-.765-.628-.973-1.33-.973-.438 0-1.082.082-1.082.669 0 .713 1.097.81 2.215 1.077 1.14.267 2.251.683 2.251 2.02 0 1.902-1.622 2.512-3.238 2.512-1.652 0-3.252-.632-3.34-2.541h1.842v-.007ZM24.814.045H1.228v3.254h23.586V.045Z\"\/><\/svg><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- RIGHT: PHOTO -->\n  <div class=\"cl-hero-right\">\n<img decoding=\"async\"\n  src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/Hero-banner-Get-your-time-back-Edit.webp\"\n  srcset=\"\n    https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/Hero-banner-Get-your-time-back-Mobile.webp 800w,\n    https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/Hero-banner-Get-your-time-back-Edit.webp 1365w\"\n  sizes=\"(max-width: 768px) 100vw, 50vw\"\n  alt=\"CleanLab team member for laundry service in Amsterdam\"\n  width=\"1365\"\n  height=\"1820\"\n  fetchpriority=\"high\">\n  <\/div>\n<\/div>\n<script>\n(function () {\n  \/* \u2500\u2500 NL language fix: align third badge left \u2500\u2500 *\/\n  var isNL = document.documentElement.lang.toLowerCase().indexOf('nl') === 0\n          || window.location.pathname.indexOf('\/nl') !== -1;\n  if (isNL) {\n    var row2 = document.querySelector('.cl-badge-row2');\n    if (row2) row2.style.justifyContent = 'flex-start';\n  }\n\n  \/* \u2500\u2500 Quote rotator \u2500\u2500 *\/\n  const quotes  = document.querySelectorAll('.cl-quote-item');\n  const dots    = document.querySelectorAll('.cl-dot');\n  if (!quotes.length) return;\n  let current = 0;\n  function goTo(next) {\n    const prev = current;\n    if (next === prev) return;\n    quotes[prev].classList.remove('active');\n    quotes[prev].classList.add('leaving');\n    dots[prev].classList.remove('active');\n    setTimeout(() => {\n      quotes[prev].classList.remove('leaving');\n    }, 700);\n    current = next;\n    quotes[current].classList.add('active');\n    dots[current].classList.add('active');\n  }\n  let timer = setInterval(() => goTo((current + 1) % quotes.length), 4000);\n  dots.forEach((dot, i) => {\n    dot.addEventListener('click', () => {\n      clearInterval(timer);\n      goTo(i);\n      timer = setInterval(() => goTo((current + 1) % quotes.length), 4000);\n    });\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c22b30 elementor-widget__width-initial elementor-widget elementor-widget-Google\" data-id=\"7c22b30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"Google.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link data-noptimize=\"1\" data-no-optimize=\"1\" data-no-minify=\"1\" data-no-defer=\"1\" rel=\"stylesheet\" href=\"https:\/\/cdn.trustindex.io\/assets\/widget-presetted-css\/v2\/5-light-background.css\" media=\"all\"><pre class=\"ti-widget\"><div style=\"opacity: 0; height: 0 !important; overflow: hidden !important\" data-css-url=\"https:\/\/cdn.trustindex.io\/assets\/widget-presetted-css\/v2\/5-light-background.css\" class=\" ti-widget \" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"1cc364d64601374011867132bbb\" data-language=\"en\" data-close-locale=\"Close\" data-rich-snippet=\"e38e3f389382g09b\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-review-target-width=\"275\" data-css-version=\"2\" data-footer-link-domain=\"trustindex.io\" data-review-text-mode=\"popup\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\" > <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong><a href=\"https:\/\/www.trustindex.io\/reviews\/yourcleanlab.com\/lang\/en\" target=\"_blank\" noopener>106 reviews<\/a><\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <img decoding=\"async\" class=\"ti-logo-fb skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" loading=\"lazy\" alt=\"Google\" width=\"150\" height=\"25\" \/> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\"> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1790338114\" data-id=\"6fb248984092e46699868a1368035995\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXvMxTGtkY6xMi6c9_NNOPNZCL_6214OPDUFowGU37ILtUlZsvo=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXvMxTGtkY6xMi6c9_NNOPNZCL_6214OPDUFowGU37ILtUlZsvo=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"Jennifer Guilbert profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jennifer Guilbert <\/div> <div class=\"ti-date\">0 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Exceptional service at a very reasonable rate! Picked up abd delivered all of our laundry on the same day. Packing for our trip home was never easier! Highly recommend!!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1790283129\" data-id=\"84dfa1aa03085f3908643f7518d60c9f\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJKuNiMbCQyUV66bJb7Xp8jdhCh4kaJhuQnlGakQhht7CQxTw=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJKuNiMbCQyUV66bJb7Xp8jdhCh4kaJhuQnlGakQhht7CQxTw=w80-h80-c-rp-mo-br100 2x\" alt=\"Niek&amp;Danielle Koster profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Niek&amp;Danielle Koster <\/div> <div class=\"ti-date\">1 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->pick up at 0830 and all 4 big bags of laundry came nicely folded at 17:30.  great service!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1789909480\" data-id=\"9591893a8bf548e48f8855a4dee97bd6\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKb7aPvSEAK4zzKjYX0OkYSmwxD0BKEpeZofHVtGGghCC9gdQ=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKb7aPvSEAK4zzKjYX0OkYSmwxD0BKEpeZofHVtGGghCC9gdQ=w80-h80-c-rp-mo-br100 2x\" alt=\"Kate O&#039;Dea profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Kate O&#039;Dea <\/div> <div class=\"ti-date\">5 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent. Fast efficient reliable and friendly.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1789074852\" data-id=\"6abb3b2cbe169705ed5cb1703e3fb6eb\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW9ouEfo5MN8nsSvIsJ9bchYF6dS5e1jEl8pHNO5mq_aoj7g-4x=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW9ouEfo5MN8nsSvIsJ9bchYF6dS5e1jEl8pHNO5mq_aoj7g-4x=w80-h80-c-rp-mo-br100 2x\" alt=\"Anita Flejter profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Anita Flejter <\/div> <div class=\"ti-date\">15 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Amazing idea and well executed.&#10;On time! Great communication! &quot;everything is doable&#039; approach!&#10;LOVE IT and use it again when in Amsterdam.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1789033606\" data-id=\"d798c1307a528072df52e1a22fda129f\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK45ENHDusV98Clfe-bW6FyyBwkjnL0Cy38AMtw2kATd-K_1w=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK45ENHDusV98Clfe-bW6FyyBwkjnL0Cy38AMtw2kATd-K_1w=w80-h80-c-rp-mo-br100 2x\" alt=\"Melinda Headrick profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Melinda Headrick <\/div> <div class=\"ti-date\">16 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I can\u2019t express enough how awesome this business is! I am traveling multi countries for a short period of time in each, and was in need of my laundry getting quickly done. They were so kind and accommodating! The returned my bag of clothes, folded neatly, the same day!&#10;The price was great.  Please use their service! They get five gold stars from me!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1789024081\" data-id=\"128d6a7e4e5a1939951de76aa1d8eee5\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLih4Esn4slYArL8ghl5au2KpR-UpgOgRA3yFrmwWoe8-j2Dg=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLih4Esn4slYArL8ghl5au2KpR-UpgOgRA3yFrmwWoe8-j2Dg=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"Nesh Mungroo profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Nesh Mungroo <\/div> <div class=\"ti-date\">16 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent service. Easy to book, quick responses on WhatsApp. I needed a once off service while traveling and this was perfect.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1788623552\" data-id=\"80228e0c121ac0828a4e7accef60ed1c\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLDYB1Tp7G-zA-dFhYdjUNJ8ntR5Sh2Fz0KOk8GhT7RQfAvHQ=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLDYB1Tp7G-zA-dFhYdjUNJ8ntR5Sh2Fz0KOk8GhT7RQfAvHQ=w80-h80-c-rp-mo-br100 2x\" alt=\"mohammad AlYasin profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> mohammad AlYasin <\/div> <div class=\"ti-date\">20 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I think it is very good idea , fixed rate per bag ,  filling the bag regardless of the weight and counts of cloths very convenient for me . \ud83d\udc4d<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1788461095\" data-id=\"c6c0c00478a357fcb604db84c4ff9eff\" data-language=\"nl\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXQR8De2M0kc4Uoq6xube2b_Y8ZMJRfQhP1rbeXm1GyFPrGfQE=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXQR8De2M0kc4Uoq6xube2b_Y8ZMJRfQhP1rbeXm1GyFPrGfQE=w80-h80-c-rp-mo-br100 2x\" alt=\"Derk Hendriksen profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Derk Hendriksen <\/div> <div class=\"ti-date\">22 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Geweldige service. Volle tas vuil &gt;&gt;&gt; volle tas schoon, binnen 7 uren. Aanrader<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1788019073\" data-id=\"ce913b6ebff0d8748cc7afc8d0a7f304\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVtCiaIHagCeHFJ1ANm0ktNK9XagmvPbD_Jl8f56Iew4LN7FoNs=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVtCiaIHagCeHFJ1ANm0ktNK9XagmvPbD_Jl8f56Iew4LN7FoNs=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"Wisam Berry profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Wisam Berry <\/div> <div class=\"ti-date\">27 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Great easy option for traveling tourists who want some laundry done fast and well! They were quick  and easy to book online for their 24 hour turnaround and picked up from our hotel reception. They even finished within a day. 100% recommend for anyone who needs some laundry done!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <div class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-platform-page-url=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Google&amp;query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\" data-time=\"1787652339\" data-id=\"0ca4defffe898b061010b73522b7eae8\" data-language=\"en\" data-rating=\"5.0\" data-max-rating=\"5\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKNfZgBabD1cdinEF0RaHFvaTNPeISXU---V1a0YTH8DL_l3g=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKNfZgBabD1cdinEF0RaHFvaTNPeISXU---V1a0YTH8DL_l3g=w80-h80-c-rp-mo-br100 2x\" alt=\"joan fabricant profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> joan fabricant <\/div> <div class=\"ti-date\">32 days ago<\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star f skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform ti-color-blue\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->They did a beautiful job. Pick up, and delivery right on time. A pleasure to deal with Martin.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ><\/span> <\/div> <\/div> <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Verified by Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\" rel=\"nofollow noopener\">Read more<\/a><\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/pre><pre class=\"ti-hidden-markup\" hidden style=\"display: none\"><style class=\"scss-content\">.ti-widget[data-layout-id='5'][data-set-id='light-background'][data-pid='1cc364d64601374011867132bbb'] .ti-widget-container .ti-date{color:#767676}<\/style><\/pre><pre class=\"ti-hidden-markup\" hidden style=\"display: none\"><script type=\"application\/ld+json\" data-trustindex=\"1\">\n{\"@context\":\"https:\\\/\\\/schema.org\\\/\",\"@type\":\"Product\",\"name\":\"YourCleanLab\",\"image\":\"https:\\\/\\\/cdn.trustindex.io\\\/companies\\\/e3\\\/e38e3f389382g09b\\\/avatar.jpg\",\"url\":\"https:\\\/\\\/yourcleanlab.com\",\"sku\":\"e38e3f389382g09b\",\"description\":\"Do you agree with YourCleanLab&#039;s 4.8-star rating? Check out what 103 people have written and share your own experience.\",\"manufacturer\":{\"@context\":\"https:\\\/\\\/schema.org\\\/\",\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.trustindex.io\\\/reviews\\\/yourcleanlab.com\\\/en\",\"name\":\"YourCleanLab\",\"logo\":\"https:\\\/\\\/cdn.trustindex.io\\\/companies\\\/e3\\\/e38e3f389382g09b\\\/avatar.jpg\",\"url\":\"https:\\\/\\\/yourcleanlab.com\",\"description\":\"Do you agree with YourCleanLab&#039;s 4.8-star rating? Check out what 103 people have written and share your own experience.\",\"brand\":{\"@type\":\"Brand\",\"@id\":\"https:\\\/\\\/yourcleanlab.com\",\"name\":\"YourCleanLab\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/cdn.trustindex.io\\\/companies\\\/e3\\\/e38e3f389382g09b\\\/screenshot.jpg\",\"width\":500,\"height\":348}},\"aggregateRating\":{\"@type\":\"AggregateRating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":4.8,\"ratingCount\":103},\"review\":[{\"@type\":\"Review\",\"datePublished\":\"2026-09-25T12:08:34+00:00\",\"reviewBody\":\"Exceptional service at a very reasonable rate! Picked up abd delivered all of our laundry on the same day. Packing for our trip home was never easier! Highly recommend!!\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Jennifer Guilbert\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-24T20:52:09+00:00\",\"reviewBody\":\"pick up at 0830 and all 4 big bags of laundry came nicely folded at 17:30. great service!\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Niek&Danielle Koster\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-20T13:04:40+00:00\",\"reviewBody\":\"Excellent. Fast efficient reliable and friendly.\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Kate O'Dea\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-10T21:14:12+00:00\",\"reviewBody\":\"Amazing idea and well executed. On time! Great communication! \\\"everything is doable' approach! LOVE IT and use it again when in Amsterdam.\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Anita Flejter\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-10T09:46:46+00:00\",\"reviewBody\":\"I can\\u2019t express enough how awesome this business is! I am traveling multi countries for a short period of time in each, and was in need of my laundry getting quickly done. They were so kind and accommodating! The returned my bag of clothes, folded neatly, the same day! The price was great. Please use their service! They get five gold stars from me!\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Melinda Headrick\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-10T07:08:01+00:00\",\"reviewBody\":\"Excellent service. Easy to book, quick responses on WhatsApp. I needed a once off service while traveling and this was perfect.\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Nesh Mungroo\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-05T15:52:32+00:00\",\"reviewBody\":\"I think it is very good idea , fixed rate per bag , filling the bag regardless of the weight and counts of cloths very convenient for me . \\ud83d\\udc4d\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"mohammad AlYasin\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-09-03T18:44:55+00:00\",\"reviewBody\":\"Geweldige service. Volle tas vuil >>> volle tas schoon, binnen 7 uren. Aanrader\",\"inLanguage\":\"nl\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Derk Hendriksen\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-08-29T15:57:53+00:00\",\"reviewBody\":\"Great easy option for traveling tourists who want some laundry done fast and well! They were quick and easy to book online for their 24 hour turnaround and picked up from our hotel reception. They even finished within a day. 100% recommend for anyone who needs some laundry done!\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"Wisam Berry\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}},{\"@type\":\"Review\",\"datePublished\":\"2026-08-25T10:05:39+00:00\",\"reviewBody\":\"They did a beautiful job. Pick up, and delivery right on time. A pleasure to deal with Martin.\",\"inLanguage\":\"en\",\"url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/search\\\/?api=1&query=Google&query_place_id=ChIJI-xTkxYJxkcRdf42CsZIwnI\",\"author\":{\"@type\":\"Person\",\"name\":\"joan fabricant\"},\"reviewRating\":{\"@type\":\"Rating\",\"worstRating\":1,\"bestRating\":5,\"ratingValue\":5},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Trustindex\",\"sameAs\":\"https:\\\/\\\/www.trustindex.io\"}}]}\n<\/script>\n<\/pre><pre class=\"ti-hidden-markup\" hidden style=\"display: none\"><script>\n(function () { if (window.tiLoaderFallback) { return; } window.tiLoaderFallback = true; function tiLoadLoader() { if (window.TrustindexWidget || document.querySelector('script[src*=\"https:\/\/cdn.trustindex.io\/loader.js\"]')) { return; } let script = document.createElement(\"script\"); script.async = true; script.src = \"https:\/\/cdn.trustindex.io\/loader.js\"; script.setAttribute(\"data-ccm-injected\", \"1\"); document.head.appendChild(script); } if (\"loading\" === document.readyState) { document.addEventListener(\"DOMContentLoaded\", tiLoadLoader); } else { tiLoadLoader(); } })();\n<\/script>\n<\/pre>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5ac072 elementor-widget elementor-widget-html\" data-id=\"e5ac072\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .cl-process-wrapper {\n    background-color: #F5F5F5;\n    font-family: 'Inter', sans-serif;\n    padding: 80px 20px;\n    box-sizing: border-box;\n  }\n\n  .cl-process-container {\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n  .cl-process-header {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 60px auto;\n  }\n  .cl-process-header h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 36px;\n    color: #2B2829;\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n  .cl-process-header p {\n    font-family: 'Poppins', sans-serif;\n    font-size: 16px;\n    color: #2B2829;\n    opacity: 0.6;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 GRID \u2500\u2500 *\/\n  .cl-process-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 25px;\n    width: 100%;\n    margin-bottom: 50px;\n  }\n\n  \/* \u2500\u2500 CARD: starts invisible \u2500\u2500 *\/\n  .cl-process-card {\n    background: white;\n    border-radius: 12px;\n    padding: 30px 25px;\n    position: relative;\n    border: 1px solid #D0CECA;\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n\n    opacity: 0;\n    transform: translateY(40px);\n    transition:\n      opacity 0.55s ease,\n      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  \/* stagger via custom property set by JS *\/\n  .cl-process-card.is-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .cl-process-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n    border-color: #5788B6;\n  }\n\n  \/* \u2500\u2500 NUMBER WATERMARK \u2500\u2500 *\/\n  .cl-step-number {\n    position: absolute;\n    top: 15px;\n    right: 20px;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 900;\n    font-size: 48px;\n    color: #5788B6;\n    opacity: 0.15;\n    z-index: 0;\n  }\n\n  \/* \u2500\u2500 ICON BOX \u2500\u2500 *\/\n  .cl-icon-box {\n    width: 60px;\n    height: 60px;\n    background: rgba(151, 180, 222, 0.12);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    z-index: 1;\n    color: #5788B6;\n  }\n  .cl-icon-box svg {\n    width: 30px;\n    height: 30px;\n    stroke-width: 2;\n  }\n\n  \/* \u2500\u2500 CARD TEXT \u2500\u2500 *\/\n  .cl-process-card h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 700;\n    font-size: 18px;\n    line-height: 1.3;\n    margin: 0 0 10px 0;\n    color: #2B2829;\n    z-index: 1;\n  }\n  .cl-process-card p {\n    font-family: 'Inter', sans-serif;\n    font-size: 15px;\n    color: #2B2829;\n    opacity: 0.75;\n    line-height: 1.5;\n    margin: 0;\n    z-index: 1;\n  }\n  .cl-process-card a {\n    color: #5788B6;\n    text-decoration: underline;\n  }\n\n  \/* \u2500\u2500 CTA \u2500\u2500 *\/\n  .cl-process-cta {\n    text-align: center;\n    margin-top: 10px;\n  }\n  .cl-process-btn {\n    background-color: #2B2829 !important;\n    color: #F2FB61 !important;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 15px;\n    padding: 18px 40px;\n    border-radius: 8px;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.2s, box-shadow 0.2s;\n    display: inline-block;\n    box-shadow: 0 8px 24px rgba(43,40,41,0.15);\n    letter-spacing: 0.5px;\n  }\n  .cl-process-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 32px rgba(43,40,41,0.25);\n  }\n\n  \/* \u2500\u2500 MOBILE \u2500\u2500 *\/\n  @media screen and (max-width: 750px) {\n    .cl-process-grid {\n      grid-template-columns: 1fr;\n    }\n    .cl-process-header { text-align: left; margin-left: 0; margin-right: 0; }\n    .cl-process-header h2 { font-size: 26px; }\n    .cl-process-header p { font-size: 14px; margin-top: 4px; }\n    .cl-process-cta { text-align: left; }\n    .cl-process-btn { padding: 14px 18px !important; font-size: 12px !important; letter-spacing: 0.2px !important; white-space: nowrap !important; line-height: 1.2 !important; }\n  }\n<\/style>\n\n<div class=\"cl-process-wrapper\">\n  <div class=\"cl-process-container\">\n\n    <div class=\"cl-process-header\">\n      <h2>Give us the laundry. Go to a bar. Free pickup and delivery, 07:00 to 22:00.<\/h2>\n      <p>How it works<\/p>\n    <\/div>\n\n    <div class=\"cl-process-grid\" id=\"cl-process-grid\">\n\n      <div class=\"cl-process-card\">\n        <div class=\"cl-step-number\" aria-hidden=\"true\">01<\/div>\n        <div class=\"cl-icon-box\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\/><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\/><path d=\"M16 10a4 4 0 0 1-8 0\"\/><\/svg>\n        <\/div>\n        <h3>Fill a bag.<\/h3>\n        <p>Don't sort it. We will. Unsure? Just <a href=\"https:\/\/wa.me\/+31686450148?text=Hi%21+I+have+a+question+about+CleanLab.\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">WhatsApp<\/a> us.<\/p>\n      <\/div>\n\n      <div class=\"cl-process-card\">\n        <div class=\"cl-step-number\" aria-hidden=\"true\">02<\/div>\n        <div class=\"cl-icon-box\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\n        <\/div>\n        <h3>Pick a time.<\/h3>\n        <p>07:00 to 22:00. We come to you. For free.<\/p>\n      <\/div>\n\n      <div class=\"cl-process-card\">\n        <div class=\"cl-step-number\" aria-hidden=\"true\">03<\/div>\n        <div class=\"cl-icon-box\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\/><\/svg>\n        <\/div>\n        <h3>Go do literally anything else.<\/h3>\n        <p>We wash, dry, fold, and read the annoying little labels. Hypoallergenic? Just add it to the notes!<\/p>\n      <\/div>\n\n      <div class=\"cl-process-card\">\n        <div class=\"cl-step-number\" aria-hidden=\"true\">04<\/div>\n        <div class=\"cl-icon-box\" aria-hidden=\"true\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 11 12 14 22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n        <\/div>\n        <h3>Open the door.<\/h3>\n        <p>Laundry, done.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"cl-process-cta\">\n      <a href=\"\/#pricing\" class=\"cl-process-btn\">Book in 60-seconds<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  const cards = document.querySelectorAll('#cl-process-grid .cl-process-card');\n  if (!cards.length) return;\n\n  const STAGGER = 180; \/\/ ms between each card\n\n  const observer = new IntersectionObserver(\n    (entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          cards.forEach((card, i) => {\n            setTimeout(() => {\n              card.style.transitionDelay = '0ms'; \/\/ reset so hover still works\n              card.classList.add('is-visible');\n            }, i * STAGGER);\n          });\n          observer.disconnect();\n        }\n      });\n    },\n    { threshold: 0.2 }\n  );\n\n  observer.observe(document.getElementById('cl-process-grid'));\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77134c9 elementor-widget elementor-widget-html\" data-id=\"77134c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .cl-love-wrapper {\n    display: flex;\n    justify-content: center;\n    font-family: 'Inter', sans-serif;\n    padding: 20px 20px;\n    background-color: #F5F5F5;\n  }\n  \/* CARD CONTAINER *\/\n  .cl-love-card {\n    background: white;\n    border-radius: 12px;\n    max-width: 1200px;\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    border: 1px solid #D0CECA;\n  }\n  \/* DESKTOP LAYOUT (50\/50) *\/\n  @media screen and (min-width: 900px) {\n    .cl-love-card {\n      flex-direction: row;\n      align-items: stretch;\n    }\n    .cl-love-content {\n      flex: 1;\n      padding: 60px 50px;\n      order: 1; \/* tekst links *\/\n    }\n    .cl-love-visual {\n      flex: 1;\n      min-height: auto;\n      order: 2; \/* video rechts *\/\n    }\n  }\n  \/* LEFT: CONTENT *\/\n  .cl-love-content {\n    padding: 40px 25px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  \/* RIGHT: VISUAL (VIDEO) *\/\n  .cl-love-visual {\n    background-color: #D0CECA;\n    position: relative;\n    width: 100%;\n    min-height: 300px;\n    overflow: hidden;\n  }\n  \/* MOBIEL: video bovenaan *\/\n  @media screen and (max-width: 899px) {\n    .cl-love-visual { order: -1; } \/* video eerst *\/\n    .cl-love-content { order:  1; } \/* tekst daarna *\/\n  }\n  .cl-love-visual video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n  \/* HEADER *\/\n  .cl-love-header {\n    margin-bottom: 40px;\n  }\n  .cl-love-header h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 32px;\n    color: #2B2829;\n    margin-top: 0;\n    margin-bottom: 15px;\n    line-height: 1.2;\n  }\n  .cl-love-header p {\n    font-size: 16px;\n    color: #555;\n    line-height: 1.6;\n    margin: 0;\n  }\n  \/* GRID (2x2) *\/\n  .cl-love-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n  \/* ITEM *\/\n  .cl-love-item {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 15px;\n  }\n  .cl-love-icon {\n    width: 48px;\n    height: 48px;\n    background-color: #F0F6FA;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #5788B6;\n  }\n  .cl-love-icon svg {\n    width: 24px;\n    height: 24px;\n    stroke-width: 2;\n  }\n  .cl-love-item h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    line-height: 1.3;\n    color: #2B2829;\n    margin: 0 0 5px 0;\n  }\n  .cl-love-item p {\n    font-size: 14px;\n    color: #666;\n    line-height: 1.5;\n    margin: 0;\n  }\n  .cl-love-item a {\n    color: #5788B6;\n    text-decoration: underline;\n  }\n  \/* MOBIEL AANPASSINGEN *\/\n  @media screen and (max-width: 600px) {\n    .cl-love-grid {\n      grid-template-columns: 1fr;\n      gap: 30px;\n    }\n    .cl-love-item {\n      flex-direction: row;\n      align-items: flex-start;\n    }\n    .cl-love-icon {\n      flex-shrink: 0;\n    }\n  }\n<\/style>\n\n<div class=\"cl-love-wrapper\">\n  <div class=\"cl-love-card\">\n\n    <!-- LEFT SIDE: CONTENT (op mobiel: order 1 = onder de video) -->\n    <div class=\"cl-love-content\">\n      <div class=\"cl-love-header\">\n        <h2>Your laundry has a driver.<\/h2>\n        <p>Free pickup and delivery across Amsterdam. Monday\u2013Saturday, from 07:00 to 22:00. 100+ Amsterdammers already made the switch.<\/p>\n      <\/div>\n      <div class=\"cl-love-grid\">\n\n        <div class=\"cl-love-item\">\n          <div class=\"cl-love-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Whenever works.<\/h3>\n            <p>Before work. After dinner. We're around.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"cl-love-item\">\n          <div class=\"cl-love-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.38 3.46L16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Hand over the good stuff.<\/h3>\n            <p>Wool, silk, delicates. We know what we're doing.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"cl-love-item\">\n          <div class=\"cl-love-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Talk (Dirty) to us<\/h3>\n            <p>Questions? Need to reschedule? Chat to us on <a href=\"https:\/\/wa.me\/+31686450148?text=Hi%21+I+have+a+question+about+CleanLab.\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">WhatsApp<\/a>. Real people. No bots.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"cl-love-item\">\n          <div class=\"cl-love-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 18v3h3v-3h4v3h3v-3h4v3h3v-3\"\/><path d=\"M15 5a2 2 0 0 0-2-2H2v15h13a2 2 0 0 0 2-2z\"\/><path d=\"M22 18V8a2 2 0 0 0-2-2h-5\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Gentle, if you want it.<\/h3>\n            <p>Hypoallergenic detergent is always free.<\/p>\n          <\/div>\n        <\/div>\n\n      <div class=\"cl-love-item\">\n          <div class=\"cl-love-icon\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 7h18M3 7v13a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V7M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"\/><\/svg>\n          <\/div>\n          <div>\n            <h3>Visiting for a few days?<\/h3>\n            <p>Your hotel charges \u20ac15 a shirt. We don't.<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- RIGHT SIDE: VISUAL (VIDEO) \u2014 op mobiel: order -1 = boven de tekst -->\n    <div class=\"cl-love-visual\" style=\"background-image:url('https:\/\/yourcleanlab.com\/wp-content\/uploads\/2025\/12\/CleanLab-04-scaled.webp');background-size:cover;background-position:center;\">\n      <video\n        autoplay\n        muted\n        loop\n        playsinline\n        webkit-playsinline=\"true\"\n        preload=\"metadata\"\n        poster=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2025\/12\/CleanLab-04-scaled.webp\"\n        width=\"450\"\n        height=\"300\">\n        <source src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/01\/Cleanlab-Final-video-1.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/div>\n\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e02143 elementor-widget elementor-widget-html\" data-id=\"9e02143\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@400;500;600&family=Poppins:wght@500;600&display=swap');\n\n  .cl-pricing-wrapper {\n    font-family: 'Inter', sans-serif;\n    color: #2B2829;\n    line-height: 1.5;\n    padding: 20px 20px;\n    background-color: #F5F5F5;\n  }\n  .cl-pricing-header {\n    text-align: center;\n    margin-bottom: 50px;\n  }\n  .cl-pricing-header h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 36px;\n    line-height: 1.15;\n    color: #2B2829;\n    margin-bottom: 10px;\n  }\n  @media screen and (max-width: 600px) {\n    .cl-pricing-header h2 { font-size: 28px; }\n    .cl-pricing-header { text-align: left; }\n  }\n  .cl-pricing-header p {\n    color: #666;\n    font-size: 16px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  \/* CONTAINER *\/\n  .cl-pricing-container {\n    display: flex;\n    gap: 20px;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    flex-wrap: wrap;\n    align-items: stretch;\n    justify-content: center;\n  }\n\n  \/* CARD BASE *\/\n  .cl-pricing-card {\n    background: white;\n    border-radius: 12px;\n    flex: 1;\n    min-width: 320px;\n    display: flex;\n    flex-direction: column;\n    position: relative;\n    box-sizing: border-box;\n    transition: transform 0.2s;\n    overflow: hidden; \/* keeps image within rounded corners *\/\n  }\n\n  \/* CARD IMAGE HEADER *\/\n  .cl-card-img {\n    width: 100%;\n    height: 220px;\n    overflow: hidden;\n    flex-shrink: 0;\n  }\n\n  .cl-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center center;\n    display: block;\n    transition: transform 6s ease;\n  }\n\n  .cl-pricing-card:hover .cl-card-img img {\n    transform: scale(1.04);\n  }\n\n  \/* CARD BODY (all content below the image) *\/\n  .cl-card-body {\n    padding: 30px;\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n  }\n\n  \/* CARD 1: BASIC (One-Time) *\/\n  .cl-card-basic {\n    border: 2px solid #D0CECA;\n  }\n  .cl-card-basic .cl-bag-info {\n    border-left: 4px solid #D0CECA;\n    background: #FAFAFA;\n  }\n\n  \/* CARD 2: PRO (Weekly) *\/\n  .cl-card-pro {\n    border: 3px solid #5788B6;\n    box-shadow: 0 15px 40px rgba(87, 136, 182, 0.15);\n    transform: scale(1.02);\n    z-index: 2;\n  }\n  .cl-card-pro .cl-bag-info {\n    border-left: 4px solid #5788B6;\n    background: #F0F6FA;\n  }\n\n  \/* TEXT STYLES *\/\n  .cl-pricing-card h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 26px;\n    line-height: 1.2;\n    margin: 0 0 5px 0;\n    letter-spacing: -0.5px;\n  }\n  .cl-card-basic h3 { color: #2B2829; }\n  .cl-card-pro h3 { color: #5788B6; margin-top: 10px; }\n\n  .cl-subtitle {\n    font-family: 'Poppins', sans-serif;\n    font-weight: 500;\n    font-size: 15px;\n    color: #666;\n    margin-bottom: 20px;\n    min-height: 24px;\n  }\n\n  \/* PRICE BOX *\/\n  .cl-price-box { margin-bottom: 20px; }\n  .cl-price {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 40px;\n    color: #2B2829;\n    line-height: 1;\n  }\n  .cl-per-bag { font-size: 16px; color: #777; }\n\n  \/* BADGE *\/\n  .cl-pricing-badge {\n    position: absolute;\n    top: 196px; \/* just below the image *\/\n    left: 50%;\n    transform: translateX(-50%);\n    background: #F2FB61;\n    color: #2B2829;\n    padding: 8px 24px;\n    border-radius: 20px;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    text-transform: uppercase;\n    font-size: 12px;\n    letter-spacing: 0.5px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n    white-space: nowrap;\n    z-index: 3;\n  }\n\n  \/* SAVINGS TEXT *\/\n  .cl-savings-text {\n    font-family: 'Poppins', sans-serif;\n    font-weight: 500;\n    color: #2B2829;\n    font-size: 14px;\n    margin-top: 8px;\n    background: #F2FB61;\n    display: inline-block;\n    padding: 4px 8px;\n    border-radius: 4px;\n  }\n  .cl-savings-spacer {\n    display: inline-block;\n    padding: 4px 8px;\n    margin-top: 8px;\n    visibility: hidden;\n  }\n\n  \/* BAG INFO BOX *\/\n  .cl-bag-info {\n    border-radius: 6px;\n    padding: 15px;\n    font-size: 15px;\n    color: #444;\n    margin-bottom: 20px;\n  }\n  .cl-bag-info strong {\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    color: #2B2829;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cl-info-row { display: block; margin-bottom: 4px; }\n  .cl-info-small { display: block; font-size: 13px; color: #666; font-style: italic; }\n\n  \/* LISTS *\/\n  .cl-pricing-features {\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 10px 0 25px 0;\n    flex-grow: 1;\n  }\n  .cl-pricing-features li {\n    margin-bottom: 12px;\n    padding-left: 28px;\n    position: relative;\n    font-size: 16px;\n    color: #2B2829;\n  }\n  .cl-pricing-features li:before {\n    content: '\u2713';\n    position: absolute;\n    left: 0;\n    color: #97B4DE;\n    font-weight: 900;\n    font-size: 18px;\n  }\n\n  \/* BUTTONS *\/\n  .cl-btn-container {\n    margin-top: auto;\n    width: 100%;\n  }\n  .cl-pricing-btn {\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 800 !important;\n    letter-spacing: 0.5px;\n    padding: 18px;\n    text-align: center;\n    border-radius: 8px;\n    cursor: pointer;\n    text-decoration: none;\n    font-size: 16px;\n    transition: 0.2s;\n    display: block;\n    width: 100%;\n    box-sizing: border-box;\n    border: none;\n    text-transform: uppercase;\n  }\n  .cl-btn-outline {\n    background: white;\n    border: 2px solid #2B2829 !important;\n    color: #2B2829 !important;\n  }\n  .cl-btn-outline:hover { background: #F5F5F5; }\n\n  .cl-btn-solid {\n    background: #5788B6 !important;\n    border: 2px solid #5788B6 !important;\n    color: #F5F5F5 !important;\n    box-shadow: 0 4px 10px rgba(87, 136, 182, 0.4);\n  }\n  .cl-btn-solid:hover {\n    background: #4a759e !important;\n    border-color: #4a759e !important;\n    color: #F5F5F5 !important;\n  }\n\n  .cl-fine-print {\n    font-size: 12px;\n    color: #999;\n    text-align: center;\n    margin-top: 10px;\n    min-height: 18px;\n  }\n\n  \/* LANGUAGE *\/\n  .cl-en-content, .cl-nl-content { display: none !important; }\n  body.translatepress-en_US .cl-en-content { display: block !important; }\n  body.translatepress-nl_NL .cl-nl-content { display: block !important; }\n\n  \/* RESPONSIVE *\/\n  @media screen and (max-width: 750px) {\n    .cl-card-pro { transform: none; margin-top: 20px; }\n    .cl-pricing-badge { top: 196px; }\n  }\n<\/style>\n\n<div class=\"cl-pricing-wrapper\" id=\"pricing\">\n\n  <div class=\"cl-pricing-header\">\n    <h2>Laundry service for busy humans<\/h2>\n    <p>Premium laundry care with pickup and delivery across Amsterdam. For people who would rather not think about laundry.<\/p>\n  <\/div>\n\n  <div class=\"cl-pricing-container\">\n\n    <!-- CARD 1: ONE-TIME WASH -->\n    <div class=\"cl-pricing-card cl-card-basic\">\n\n      <div class=\"cl-card-img\">\n        <img decoding=\"async\"\n          src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/LS4_3839.jpg\"\n          alt=\"CleanLab One-Time Wash plan\"\n          loading=\"lazy\">\n      <\/div>\n\n      <div class=\"cl-card-body\">\n        <h3>One-off wash.<\/h3>\n        <div class=\"cl-subtitle\">One bag. One pickup. Perfect for visitors, laundry emergencies, or seeing what this is about.<\/div>\n        <div class=\"cl-price-box\">\n          <div class=\"cl-price\">\u20ac29,95<\/div>\n          <div class=\"cl-per-bag\">per bag<\/div>\n          <div class=\"cl-savings-spacer\" aria-hidden=\"true\">Spacer<\/div>\n        <\/div>\n        <div class=\"cl-bag-info\">\n          <strong><span role=\"img\" aria-label=\"bag\">\ud83d\udc5c<\/span> You fill your own bag<\/strong>\n          <span class=\"cl-info-row\">Any standard size works. Shopper. Gym bag. Anything.<\/span>\n          <span class=\"cl-info-small\">~ 6 kgs. Unsure? Message us on WhatsApp, and we will be happy help!<\/span>\n        <\/div>\n        <ul class=\"cl-pricing-features\">\n          <li><b>Free<\/b> pickup and delivery.<\/li>\n          <li><b>Pay once.<\/b><\/li>\n          <li>Back in <b>3 days<\/b>.<\/li>\n          <li>Need it sooner? Ask about <b>24hr<\/b> express.<\/li>\n        <\/ul>\n        <div class=\"cl-btn-container\">\n          <div class=\"cl-en-content\">\n            <a href=\"\/cart\/?add-to-cart=173\" class=\"cl-pricing-btn cl-btn-outline\">Book One Wash<\/a>\n            <div class=\"cl-fine-print\">Select your pickup date and time in the next step.<\/div>\n          <\/div>\n          <div class=\"cl-nl-content\">\n            <a href=\"\/cart\/?add-to-cart=1814\" class=\"cl-pricing-btn cl-btn-outline\">Boek \u00e9\u00e9n wasje<\/a>\n            <div class=\"cl-fine-print\">Selecteer je ophaaldatum en -tijd tijdens het afrekenen.<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CARD 2: WEEKLY SUBSCRIPTION -->\n    <div class=\"cl-pricing-card cl-card-pro\">\n      <div class=\"cl-pricing-badge\" role=\"note\" aria-label=\"Most popular plan\">Most Popular<\/div>\n\n      <div class=\"cl-card-img\">\n        <img decoding=\"async\"\n          src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/Laundry-bags-at-ZuidAs.png\"\n          alt=\"CleanLab Weekly Wash laundry service in Amsterdam\"\n          loading=\"lazy\"\n          style=\"object-position: center center;\">\n      <\/div>\n\n      <div class=\"cl-card-body\">\n        <h3>Weekly wash<\/h3>\n        <div class=\"cl-subtitle\">One bigger bag, about a week's worth of clothes, picked up at the same time every week.<\/div>\n        <div class=\"cl-price-box\">\n          <div class=\"cl-price\">\u20ac24,95<\/div>\n          <div class=\"cl-per-bag\">per bag<\/div>\n          <div class=\"cl-savings-text\"><span role=\"img\" aria-label=\"fire\">\ud83d\udd25<\/span> Save \u20ac5,00 per bag<\/div>\n        <\/div>\n        <div class=\"cl-bag-info\">\n          <strong><span role=\"img\" aria-label=\"checkmark\">\u2705<\/span> Includes Free CleanLab Bag<\/strong>\n          <span class=\"cl-info-row\">Fits ~1 week of clothes for 1 person.<\/span>\n          <span class=\"cl-info-small\">~ 9 kgs. Fashionista? Family of 4? Add multiple bags. Easy!<\/span>\n        <\/div>\n        <ul class=\"cl-pricing-features\">\n          <li>Your <b>weekly<\/b> slot is yours.<\/li>\n          <li><b>Free<\/b> pickup and delivery.<\/li>\n          <li><b>Pause or stop<\/b> anytime.<\/li>\n          <li>Laundry, off the <b>to-do list<\/b>.<\/li>\n        <\/ul>\n        <div class=\"cl-btn-container\">\n          <a href=\"https:\/\/yourcleanlab.com\/weekly-plan\/#plans\" class=\"cl-pricing-btn cl-btn-solid\">View weekly plans<\/a>\n          <div class=\"cl-fine-print\">No lock-in contract. Stop when you want.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20304ef elementor-widget elementor-widget-html\" data-id=\"20304ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .cl-story-wrapper {\n    display: flex;\n    justify-content: center;\n    font-family: 'Inter', sans-serif;\n    padding: 80px 20px;\n    background-color: #F5F5F5;\n  }\n\n  .cl-story-container {\n    max-width: 1100px;\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 40px;\n  }\n\n  \/* DESKTOP LAYOUT *\/\n  @media screen and (min-width: 850px) {\n    .cl-story-container {\n      flex-direction: row;\n      align-items: stretch;\n    }\n  }\n\n  \/* LEFT SIDE: STANDALONE IMAGE *\/\n  .cl-story-visual {\n    flex: 0 0 220px;\n    display: flex;\n    justify-content: center;\n    align-items: stretch;\n  }\n\n  .cl-story-visual img {\n    width: 220px;\n    height: 100%;\n    min-height: 360px;\n    display: block;\n    border-radius: 9999px;\n    object-fit: cover;\n    object-position: center top;\n    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.08));\n  }\n\n  \/* RIGHT SIDE: THE STORY CARD *\/\n  .cl-story-card {\n    background: white;\n    border-radius: 16px;\n    flex: 1;\n    padding: 60px 50px;\n    box-shadow: 0 10px 40px rgba(0,0,0,0.04);\n    border: 1px solid #D0CECA;\n    position: relative;\n  }\n\n  .cl-story-label {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #97B4DE;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .cl-story-card h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 28px;\n    color: #2B2829;\n    margin: 0 0 25px 0;\n    line-height: 1.2;\n  }\n\n  .cl-story-text-box {\n    border-left: 4px solid #F2FB61;\n    padding-left: 25px;\n  }\n\n  .cl-story-text-box p {\n    font-family: 'Inter', sans-serif;\n    font-size: 15px;\n    color: #444;\n    line-height: 1.6;\n    margin-bottom: 15px;\n  }\n\n  .cl-story-text-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* MOBILE ADJUSTMENTS *\/\n  @media screen and (max-width: 850px) {\n    .cl-story-card {\n      padding: 40px 25px;\n    }\n    .cl-story-visual {\n      margin-bottom: -10px;\n    }\n    .cl-story-visual img {\n      width: 160px;\n      height: 260px;\n    }\n  }\n<\/style>\n\n<div class=\"cl-story-wrapper\">\n\n  <div class=\"cl-story-container\">\n\n    <!-- LEFT: THE STANDALONE IMAGE -->\n    <div class=\"cl-story-visual\">\n      <img decoding=\"async\"\n        src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/LS4_4155-Resize.jpg\"\n        alt=\"CleanLab Laundry Service Founder - Martijn Mook\"\n        width=\"220\"\n        loading=\"lazy\">\n    <\/div>\n\n    <!-- RIGHT: THE CARD FOR THE TEXT -->\n    <div class=\"cl-story-card\">\n      <span class=\"cl-story-label\">OUR MISSION<\/span>\n      <h2>Let's talk about the drying rack.<\/h2>\n\n      <div class=\"cl-story-text-box\">\n        <p>You know the one. Permanently open, covered in clothes, taking up half the room. Ours was always there too. Corporate life, tiny Amsterdam apartments, a buzzing social life. Laundry started taking over. So we decided to do something about it. Now we come to your door, take the laundry, and leave you with a living room you can actually live in.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-962e698 elementor-widget elementor-widget-html\" data-id=\"962e698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .cl-faq-wrapper {\n    display: flex;\n    justify-content: center;\n    font-family: 'Inter', sans-serif;\n    padding: 80px 20px;\n    background-color: #F5F5F5;\n  }\n  .cl-faq-card {\n    background: white;\n    border-radius: 12px;\n    max-width: 1200px;\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    border: 1px solid #D0CECA;\n  }\n  \/* DESKTOP LAYOUT - 70\/30 SPLIT *\/\n  @media screen and (min-width: 900px) {\n    .cl-faq-card {\n      flex-direction: row;\n      align-items: stretch;\n      min-height: 550px;\n    }\n    .cl-faq-content {\n      padding: 60px 60px;\n      width: 90%;\n    }\n    .cl-faq-visual {\n      width: 20%;\n      min-height: 100%;\n    }\n  }\n  \/* CONTENT *\/\n  .cl-faq-content {\n    padding: 40px 20px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  \/* VISUAL *\/\n  .cl-faq-visual {\n    background-color: #D0CECA;\n    padding: 0;\n    position: relative;\n    width: 100%;\n    height: 420px; \/* \u2190 was 300px \u2014 meer ruimte op mobiel *\/\n    overflow: hidden;\n  }\n  @media screen and (min-width: 900px) {\n    .cl-faq-visual { height: auto; }\n  }\n  .cl-faq-visual img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center bottom; \/* \u2190 was top center \u2014 toont onderkant (de gast) *\/\n    display: block;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n  \/* Desktop: object-position terug naar top *\/\n  @media screen and (min-width: 900px) {\n    .cl-faq-visual img {\n      object-position: top center;\n    }\n  }\n  \/* TYPOGRAPHY *\/\n  .cl-faq-label {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #97B4DE;\n    margin-bottom: 15px;\n    display: block;\n  }\n  .cl-faq-content h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 28px;\n    color: #2B2829;\n    margin-top: 0;\n    margin-bottom: 30px;\n    line-height: 1.2;\n  }\n  @media screen and (min-width: 900px) {\n    .cl-faq-content h2 { font-size: 32px; }\n  }\n  \/* ACCORDION *\/\n  .cl-accordion-item {\n    border-bottom: 1px solid #E5E5E5;\n    margin-bottom: 15px;\n  }\n  .cl-accordion-btn {\n    width: 100%;\n    background: none !important;\n    border: none;\n    padding: 15px 0;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    color: #2B2829 !important;\n    cursor: pointer;\n    display: flex !important;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 15px;\n    text-align: left;\n    white-space: normal !important;\n    height: auto !important;\n  }\n  .cl-accordion-btn:hover {\n    color: #5788B6 !important;\n    background: none !important;\n  }\n  .cl-question-text {\n    flex: 1;\n    display: block;\n    line-height: 1.4;\n  }\n  .cl-accordion-icon {\n    font-size: 24px;\n    line-height: 1;\n    color: #97B4DE;\n    transition: transform 0.3s ease;\n    flex: 0 0 24px;\n    width: 24px;\n    text-align: center;\n    margin-top: -2px;\n  }\n  .cl-accordion-btn.active .cl-accordion-icon {\n    transform: rotate(45deg);\n    color: #F2FB61;\n  }\n  .cl-accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;\n    opacity: 0;\n  }\n  .cl-accordion-panel.open { opacity: 1; }\n  .cl-accordion-panel p {\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    line-height: 1.6;\n    color: #555;\n    margin-top: 5px;\n    margin-bottom: 20px;\n    padding-right: 10px;\n  }\n  \/* LINK BUTTON *\/\n  .cl-faq-link-btn {\n    display: inline-block;\n    margin-top: 30px;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 14px;\n    text-transform: uppercase;\n    color: #2B2829;\n    text-decoration: none;\n    border-bottom: 2px solid #F2FB61;\n    padding-bottom: 2px;\n    transition: all 0.2s;\n  }\n  .cl-faq-link-btn:hover {\n    background-color: #F2FB61;\n    color: #2B2829;\n    padding: 5px 10px;\n    border-bottom: none;\n    border-radius: 4px;\n  }\n<\/style>\n\n<div class=\"cl-faq-wrapper\">\n  <div class=\"cl-faq-card\">\n\n    <!-- LEFT SIDE: QUESTIONS -->\n    <div class=\"cl-faq-content\">\n      <span class=\"cl-faq-label\"><\/span>\n      <h2>Have any questions? We're here to help<\/h2>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">Can you come tonight?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Last-minute laundry? We like it. <a href=\"https:\/\/wa.me\/+31686450148?text=Hi%21+I+have+a+question+about+CleanLab.\" style=\"color:#5788B6; text-decoration:underline;\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">WhatsApp<\/a> us and we'll see if we can get to you tonight.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">How do I plan a pickup?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Pick a day and time at checkout. It's that easy.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">When do I get it back?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Tell us when you need it. If the timing's tight, ask about express before pickup.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">What counts as one bag?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>If it closes, it counts. One bag, one wash. If it's more, no stress. Our team will send you a payment link for the surplus. The weekly bag fits roughly one person's laundry for a week.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">What about the expensive things?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Silk. Wool. The thing you're nervous about. We check it before we wash it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">Is ironing included?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Only if you want it. Add ironing when you book and we'll take care of it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">Do you cover my area?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Yes &mdash; Centrum, De Jordaan, De Negen Straatjes, De Pijp, Oud-West, Oud-Zuid, Zuid, Oost, Oosterparkbuurt, Rivierenbuurt, Bos en Lommer, and Buitenveldert. Somewhere else nearby? Just ask.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl-accordion-item\">\n        <button class=\"cl-accordion-btn\" type=\"button\" aria-expanded=\"false\">\n          <span class=\"cl-question-text\">Can I change it or cancel?<\/span>\n          <span class=\"cl-accordion-icon\" aria-hidden=\"true\">+<\/span>\n        <\/button>\n        <div class=\"cl-accordion-panel\">\n          <p>Yes. And no, you don't need a reason.<\/p>\n        <\/div>\n      <\/div>\n\n      <a href=\"https:\/\/yourcleanlab.com\/faq\/\" class=\"cl-faq-link-btn\">Got more questions? See all answers &rarr;<\/a>\n    <\/div>\n\n    <!-- RIGHT SIDE: IMAGE -->\n    <div class=\"cl-faq-visual\">\n      <img decoding=\"async\"\n        src=\"https:\/\/yourcleanlab.com\/wp-content\/uploads\/2026\/03\/CleanLab-Bags.webp\"\n        alt=\"CleanLab FAQ\"\n        width=\"600\"\n        height=\"900\"\n        loading=\"lazy\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    var faqButtons = document.querySelectorAll(\".cl-accordion-btn\");\n    faqButtons.forEach(function(btn) {\n      btn.addEventListener(\"click\", function() {\n        var isExpanded = this.getAttribute(\"aria-expanded\") === \"true\";\n        this.setAttribute(\"aria-expanded\", !isExpanded);\n        this.classList.toggle(\"active\");\n        var panel = this.nextElementSibling;\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n          panel.classList.remove(\"open\");\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n          panel.classList.add(\"open\");\n        }\n      });\n    });\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Amsterdam&#8217;s best rated laundry service Tanning spray. Muddy socks. The sheets from Saturday night. Filthy? Just how we like it. We hang dry. You go to dinner. Give us the laundry. No questions, no raised eyebrows. Pickup from your door, 07:00 to 22:00. Back in 24 hours. Schedule a pickup Rated 4.8\/5 on Google Free [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2379,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-284","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/pages\/284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":26,"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/pages\/284\/revisions"}],"predecessor-version":[{"id":5578,"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/pages\/284\/revisions\/5578"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/media\/2379"}],"wp:attachment":[{"href":"https:\/\/yourcleanlab.com\/nl\/wp-json\/wp\/v2\/media?parent=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}