<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.nestara.co.ke/blogs/the-inner-circle/feed" rel="self" type="application/rss+xml"/><title>Nestara - Blog , The Inner Circle</title><description>Nestara - Blog , The Inner Circle</description><link>https://www.nestara.co.ke/blogs/the-inner-circle</link><lastBuildDate>Tue, 04 Aug 2026 13:15:33 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ]]></title><link>https://www.nestara.co.ke/blogs/post/all-services</link><description><![CDATA[]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_e2-FxJxTRiiE6u-fZkKMhA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_ngIEVXwlSGemaW3xst7c6A" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_HowC8EeGQJ2uCxRpgBZGEA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_V5mMhEu3ZLOsjfeHyZ1i7Q" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"><title>Nestara | Vetted & Trained Home Care</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"><style> :root{ --bg: #FFFFFF; --surface: #FBF7F1; --line: #EBE2D4; --rust: #AE491E; --rust-soft: rgba(174,73,30,0.09); --ink: #241A11; --dim: #7C6E5E; --gold: #9C7A3E; --max: 720px; } *{box-sizing:border-box;} html{scroll-behavior:smooth;} body{ margin:0; background:var(--bg); color:var(--ink); font-family:'Poppins', sans-serif; -webkit-font-smoothing:antialiased; padding:0 0 40px; } a{color:inherit;} .wrap{max-width:var(--max); margin:0 auto; padding:0 20px;} .hero{ width:100%; min-height:clamp(380px, 62vh, 620px); display:flex; align-items:center; background: radial-gradient(ellipse 620px 340px at 18% 0%, rgba(174,73,30,0.4), transparent 62%), radial-gradient(ellipse 460px 260px at 100% 100%, rgba(174,73,30,0.14), transparent 60%), #050505; border-radius:0 0 56px 0; overflow:hidden; } .hero-inner{ max-width:var(--max); margin:0 auto; padding:36px 24px; width:100%; } .hero-headline{ font-family:'Poppins', sans-serif; font-size:clamp(30px, 8vw, 52px); font-weight:700; font-style:normal; color:#FFFFFF; margin:0 0 20px; line-height:1.1; letter-spacing:-0.01em; animation: hero-fade-up 0.7s ease both; } .hero-pillars{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; animation: hero-fade-up 0.9s ease both; } .hero-pillars li{ display:flex; align-items:flex-start; gap:10px; font-size:13px; line-height:1.5; color:rgba(255,255,255,0.6); font-weight:400; } .hero-pillars li::before{ content:""; display:block; flex-shrink:0; width:5px; height:5px; border-radius:50%; background:var(--rust); margin-top:7px; } .hero-pillars li strong{ color:rgba(255,255,255,0.72); font-weight:500; } @keyframes hero-fade-up{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:translateY(0); } } .tab-bar{ display:flex; gap:8px; flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:26px 20px 0; max-width:var(--max); margin:0 auto; } .tab-bar::-webkit-scrollbar{ display:none; } .pill-outline{ flex-shrink:0; font-size:12px; font-weight:600; color:var(--ink); background: var(--surface); border:1.5px solid var(--line); border-radius:999px; padding:11px 20px; cursor:pointer; user-select:none; white-space:nowrap; transition: transform .18s ease, box-shadow .18s ease, background .2s ease, border-color .2s ease, color .2s ease; } .pill-outline:hover{ border-color:var(--rust); color:var(--rust); transform: translateY(-2px); } .pill-outline:active{ transform: translateY(0px) scale(0.97); } #tab-services:checked ~ .tab-bar .pill-outline[for="tab-services"], #tab-rates:checked ~ .tab-bar .pill-outline[for="tab-rates"], #tab-news:checked ~ .tab-bar .pill-outline[for="tab-news"]{ background:var(--rust); border-color:var(--rust); color:#fff; transform: translateY(-1px); } /* iOS-style static badge on Do Not Miss This */ .pill-outline[for="tab-news"]{ position: relative; } .pill-badge{ position: absolute; top: -4px; right: -4px; width: 9px; height: 9px; background: #D32F2F; border-radius: 50%; border: 1.5px solid var(--bg); display: block; } #tab-news:checked ~ .tab-bar .pill-outline[for="tab-news"] .pill-badge{ background: rgba(255,255,255,0.85); border-color: var(--rust); } /* ============ TABS (hidden inputs) ============ */ input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; } .tab-panels{ margin-top:34px; } .tab-panels .panel{ display:none; animation:fade .35s ease; } #tab-services:checked ~ .wrap .tab-panels .panel-services{display:block;} #tab-rates:checked ~ .wrap .tab-panels .panel-rates{display:block;} #tab-news:checked ~ .wrap .tab-panels .panel-news{display:block;} @keyframes fade{ from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);} } .eyebrow{ font-size:11.5px; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); font-weight:600; margin:0 0 6px; } .section-title{ font-family:'Playfair Display', serif; font-weight:600; font-style:italic; font-size:24px; margin:0 0 22px; color:var(--ink); } .section-title:not(:first-child){margin-top:36px;} .card{ background:var(--surface); border:1px solid var(--line); border-radius:18px; padding:20px 22px; margin-bottom:14px; } .svc-title{ font-weight:600; font-size:16px; color:var(--ink); margin:0 0 6px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; } .svc p.hook{margin:0 0 12px; font-size:13.5px; line-height:1.55; color:var(--dim);} .badge{ font-size:10px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; padding:3px 9px; border-radius:999px; background:var(--rust-soft); color:var(--rust); border:1px solid rgba(174,73,30,0.25); } .badge.gold{ background:rgba(156,122,62,0.1); color:var(--gold); border-color:rgba(156,122,62,0.3); } .price-tag{ display:flex; align-items:center; justify-content:space-between; gap:6px; padding-top:10px; border-top:1px solid var(--line); width:100%; white-space:nowrap; flex-wrap:nowrap; } .price-tag .amt{ font-family:'Playfair Display', serif; font-weight:600; font-size:16px; color:var(--rust); flex-shrink:0; } .price-tag .unit{ font-size:11.5px; color:var(--dim); flex-shrink:0; white-space:nowrap; } .rate-block{margin-bottom:20px;} .rate-block > .card{padding-bottom:6px;} .price-row{ display:flex; align-items:baseline; justify-content:space-between; padding:12px 0; border-top:1px solid var(--line); } .price-row:first-of-type{border-top:none; padding-top:2px;} .price-label{font-size:13.5px; color:var(--ink); font-weight:500;} .price-label small{display:block; font-size:11px; color:var(--dim); font-weight:400; margin-top:2px;} .price-value{ font-family:'Playfair Display', serif; font-weight:600; font-size:18px; color:var(--rust); white-space:nowrap; margin-left:12px; text-align:right; } .price-value small{display:block; font-family:'Poppins',sans-serif; font-size:10px; color:var(--dim); font-weight:400; margin-top:1px;} details{ background:var(--surface); border:1px solid var(--line); border-radius:18px; margin-bottom:14px; overflow:hidden; } summary{ list-style:none; cursor:pointer; padding:18px 22px; display:flex; align-items:center; justify-content:space-between; font-weight:600; font-size:14.5px; color:var(--ink); } summary::-webkit-details-marker{display:none;} summary::after{ content:"+"; font-size:20px; color:var(--gold); font-weight:400; transition:transform .25s ease; } details[open] summary::after{transform:rotate(45deg);} details .inner{padding:0 22px 20px;} .sub{font-size:12px; color:var(--dim); margin-top:-4px; margin-bottom:10px; font-weight:400;} .mini-table{width:100%; border-collapse:collapse; margin-top:6px;} .mini-table th{ text-align:left; font-size:10.5px; letter-spacing:0.06em; text-transform:uppercase; color:var(--dim); font-weight:600; padding:6px 8px 8px 0; border-bottom:1px solid var(--line); } .mini-table td{ font-size:13px; padding:9px 8px 9px 0; border-bottom:1px solid var(--line); color:var(--ink); } .mini-table tr:last-child td{border-bottom:none;} .mini-table .tag{font-size:9.5px; color:var(--rust); font-weight:700; letter-spacing:0.03em; text-transform:uppercase; display:block; margin-top:2px;} .news-item{ display:flex; gap:14px; padding:16px 0; border-top:1px solid var(--line); } .news-item:first-child{border-top:none;} .news-date{ font-family:'Playfair Display', serif; font-style:italic; font-weight:600; font-size:13px; color:var(--gold); min-width:64px; flex-shrink:0; } .news-body h4{margin:0 0 4px; font-size:14px; color:var(--ink); font-weight:600;} .news-body p{margin:0; font-size:12.5px; color:var(--dim); line-height:1.6;} .spotlight{ border:1px dashed var(--line); border-radius:16px; padding:18px 20px; margin-bottom:12px; color:var(--dim); font-size:12.5px; font-style:italic; line-height:1.6; } .event-card{ background:var(--surface); border:1px solid var(--line); border-radius:18px; padding:22px; margin-bottom:18px; } .event-badge{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:0.04em; color:var(--rust); background:var(--rust-soft); border:1px solid rgba(174,73,30,0.25); border-radius:999px; padding:5px 12px; margin-bottom:14px; } .event-title{ font-family:'Playfair Display', serif; font-weight:600; font-style:italic; font-size:21px; margin:0 0 6px; color:var(--ink); } .event-sub{ font-weight:600; font-size:13.5px; margin:0 0 10px; color:var(--ink); } .event-desc{ font-size:13px; line-height:1.6; color:var(--dim); margin:0 0 16px; } .event-row{ display:flex; justify-content:space-between; gap:14px; padding:10px 0; border-top:1px solid var(--line); font-size:12.5px; } .event-row:first-of-type{border-top:none; padding-top:0;} .event-row .k{ color:var(--dim); } .event-row .v{ color:var(--ink); font-weight:500; text-align:right; } .event-facilitator{ margin-top:16px; padding-top:16px; border-top:1px solid var(--line); font-size:12px; line-height:1.65; color:var(--dim); } .event-facilitator strong{ color:var(--ink); display:block; margin-bottom:3px; font-size:13px; } /* Premium Warm Red theme for specific events */ .event-card.red-accent { border-color: rgba(168, 32, 26, 0.3); background: #FFF9F8; } .event-card.red-accent .event-badge { color: #A8201A; background: rgba(168, 32, 26, 0.08); border-color: rgba(168, 32, 26, 0.25); } .event-card.red-accent .event-title { color: #A8201A; } .event-card.red-accent .event-row .v { color: #A8201A; } .event-card.red-accent .event-facilitator strong { color: #A8201A; } /* ============ RATE CARD SECTIONS ============ */ .rc-section{ border-radius: 20px; padding: 22px 22px 10px; margin-bottom: 20px; } .rc-placement{ border: 1.5px solid rgba(174,73,30,0.35); background: rgba(174,73,30,0.03); } .rc-ondemand{ border: 1.5px solid rgba(156,122,62,0.35); background: rgba(156,122,62,0.03); } .rc-section-head{ margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; } .rc-tag{ font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rust); background: var(--rust-soft); border: 1px solid rgba(174,73,30,0.2); border-radius: 999px; padding: 4px 11px; display: inline-block; margin: 0 0 6px; } .rc-tag-gold{ color: var(--gold); background: rgba(156,122,62,0.09); border-color: rgba(156,122,62,0.25); } .rc-title{ font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; font-style: italic; color: var(--ink); margin: 0 0 6px; } .rc-desc{ font-size: 12.5px; color: var(--dim); line-height: 1.6; margin: 0; } .rc-perks{ display: flex; flex-wrap: wrap; gap: 7px; } .rc-perk{ font-size: 11px; font-weight: 600; color: var(--rust); background: var(--rust-soft); border: 1px solid rgba(174,73,30,0.2); border-radius: 999px; padding: 5px 11px; } .rc-perks-gold .rc-perk{ color: var(--gold); background: rgba(156,122,62,0.09); border-color: rgba(156,122,62,0.25); } .cta.secondary{ display:block; text-align:center; text-decoration:none; background:transparent; border:1px solid var(--line); color:var(--ink); font-weight:600; font-size:14px; letter-spacing:0.02em; padding:15px 20px; border-radius:14px; margin:26px 0 10px; } footer{ margin-top:44px; text-align:center; color:var(--dim); font-size:12px; line-height:1.9; padding-bottom:10px; } footer strong{color:var(--ink); font-weight:600;} /* ============ CONCIERGE WIDGET ============ */ #c-fab{ position:fixed; bottom:24px; left:20px; width:58px; height:58px; border-radius:50%; background:#050505; color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:9999; box-shadow:0 4px 22px rgba(0,0,0,0.35); transition:transform .2s ease, box-shadow .2s ease, background .2s ease; border:none; outline:none; } #c-fab:hover{ transform:scale(1.08); box-shadow:0 6px 30px rgba(0,0,0,0.4); } #c-fab.open{ background:var(--rust); } /* Tooltip — sits above the FAB */ #c-tooltip{ position:fixed; bottom:94px; left:8px; width:128px; text-align:center; background:#050505; color:#fff; font-size:12px; font-weight:500; line-height:1.45; padding:10px 14px; border-radius:16px; pointer-events:none; box-shadow:0 4px 18px rgba(0,0,0,0.25); animation:c-tip-in .5s cubic-bezier(.34,1.4,.64,1) both; z-index:9997; } #c-tooltip::after{ content:''; position:absolute; bottom:-7px; left:37px; border:7px solid transparent; border-bottom:none; border-top-color:#050505; } #c-tooltip.hidden{ display:none; } @keyframes c-tip-in{ from{ opacity:0; transform:translateY(8px); } to{ opacity:1; transform:translateY(0); } } #c-fab-pulse{ position:absolute; top:-3px; right:-3px; width:14px; height:14px; border-radius:50%; background:#4ade80; border:2px solid #fff; animation:c-pulse 2.2s ease-in-out infinite; } @keyframes c-pulse{ 0%,100%{ box-shadow:0 0 0 0 rgba(74,222,128,0.6); } 50%{ box-shadow:0 0 0 5px rgba(74,222,128,0); } } #c-panel{ position:fixed; bottom:96px; left:20px; width:330px; max-height:560px; background:#fff; border-radius:24px; box-shadow:0 10px 50px rgba(36,26,17,0.18); z-index:9998; display:none; flex-direction:column; overflow:hidden; animation:c-in .3s cubic-bezier(.34,1.3,.64,1) both; } #c-panel.visible{ display:flex; } @keyframes c-in{ from{ opacity:0; transform:translateY(18px) scale(0.95); } to{ opacity:1; transform:translateY(0) scale(1); } } @media(max-width:480px){ #c-panel{ right:12px; left:12px; width:auto; max-height:78vh; } #c-tooltip{ left:10px; width:134px; } #c-fab{ left:16px; } } @media(max-width:380px){ #c-panel{ right:8px; left:8px; bottom:86px; } #c-fab{ left:14px; bottom:18px; width:52px; height:52px; } #c-tooltip{ bottom:80px; left:8px; } } #c-head{ background:#050505; padding:15px 16px; display:flex; align-items:center; gap:11px; flex-shrink:0; } #c-avatar{ width:38px; height:38px; border-radius:50%; background:var(--rust); color:#fff; font-weight:700; font-size:15px; display:flex; align-items:center; justify-content:center; flex-shrink:0; } #c-head-name{ color:#fff; font-weight:600; font-size:13.5px; line-height:1.2; } #c-head-status{ color:rgba(255,255,255,0.55); font-size:11px; display:flex; align-items:center; gap:5px; margin-top:2px; } .c-green-dot{ width:6px; height:6px; background:#4ade80; border-radius:50%; display:inline-block; flex-shrink:0; } #c-x{ margin-left:auto; background:none; border:none; color:rgba(255,255,255,0.5); cursor:pointer; font-size:20px; line-height:1; padding:2px 4px; transition:color .15s; } #c-x:hover{ color:#fff; } #c-msgs{ flex:1; overflow-y:auto; padding:14px 14px 6px; display:flex; flex-direction:column; gap:8px; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; } .c-bubble{ max-width:82%; padding:10px 13px; border-radius:18px; font-size:12.5px; line-height:1.55; animation:c-bubble-in .25s ease both; } @keyframes c-bubble-in{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:translateY(0); } } .c-bot{ background:var(--surface); border:1px solid var(--line); color:var(--ink); align-self:flex-start; border-bottom-left-radius:4px; } .c-user{ background:var(--rust); color:#fff; align-self:flex-end; border-bottom-right-radius:4px; } .c-typing{ display:flex; gap:4px; align-items:center; padding:12px 13px; background:var(--surface); border:1px solid var(--line); border-radius:18px; border-bottom-left-radius:4px; align-self:flex-start; animation:c-bubble-in .25s ease both; } .c-typing span{ width:6px; height:6px; background:var(--dim); border-radius:50%; animation:c-dot 1.2s ease-in-out infinite; } .c-typing span:nth-child(2){ animation-delay:.2s; } .c-typing span:nth-child(3){ animation-delay:.4s; } @keyframes c-dot{ 0%,60%,100%{ transform:translateY(0); opacity:.4; } 30%{ transform:translateY(-4px); opacity:1; } } #c-opts{ padding:8px 12px 12px; display:flex; flex-direction:column; gap:7px; flex-shrink:0; } .c-opt{ background: rgba(174,73,30,0.06); border: 1.5px solid rgba(174,73,30,0.22); border-radius: 12px; padding: 10px 13px; font-size: 12.5px; font-weight: 500; color: var(--rust); cursor: pointer; text-align: left; transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease; font-family: 'Poppins', sans-serif; line-height: 1.4; } .c-opt:hover{ background: var(--rust); border-color: var(--rust); color: #ffffff; box-shadow: 0 4px 12px rgba(174,73,30,0.25); transform: translateY(-1px); } .c-opt:active{ transform: translateY(0px) scale(0.98); } #c-compose{ padding:8px 12px 14px; flex-shrink:0; display:none; } #c-compose textarea{ width:100%; box-sizing:border-box; border:1.5px solid var(--line); border-radius:12px; padding:11px 12px; font-size:12px; font-family:'Poppins',sans-serif; color:var(--ink); background:var(--surface); resize:none; height:108px; outline:none; } #c-compose textarea:focus{ border-color:var(--rust); } #c-send{ display:flex; align-items:center; justify-content:center; gap:8px; width:100%; margin-top:9px; padding:13px; background:#25D366; color:#fff; border:none; border-radius:12px; font-size:14px; font-weight:600; font-family:'Poppins',sans-serif; cursor:pointer; transition:background .2s, transform .15s; } #c-send:hover{ background:#1da851; transform:translateY(-1px); } /* ============ RESPONSIVE ============ */ /* Touch UX globals */ button, label, a, summary{ -webkit-tap-highlight-color: transparent; touch-action: manipulation; } /* Safe area insets for notched phones (iPhone X+, etc.) */ body{ padding-bottom: max(40px, env(safe-area-inset-bottom, 0px)); } #c-fab{ bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px)); } #c-panel{ bottom: max(96px, calc(env(safe-area-inset-bottom, 0px) + 88px)); } #c-tooltip{ bottom: max(94px, calc(env(safe-area-inset-bottom, 0px) + 86px)); } /* Standard phones (≤ 480px) */ @media (max-width: 480px){ /* Hero */ .hero{ border-radius: 0 0 32px 0; } .hero-inner{ padding: 28px 18px; } .hero-pillars li{ font-size: 12.5px; } /* Tab bar */ .tab-bar{ padding: 22px 16px 0; gap: 7px; } .pill-outline{ font-size: 11.5px; padding: 9px 15px; } /* Content panels */ .tab-panels{ margin-top: 26px; } .wrap{ padding: 0 16px; } .section-title{ font-size: 21px; } /* Cards */ .card{ padding: 17px 18px; } .event-card{ padding: 18px 16px; } .rc-section{ padding: 18px 16px 8px; } /* Price rows — single row no breaks */ .price-row{ flex-wrap: nowrap; gap: 8px; align-items: baseline; } .price-label{ font-size: 12.5px; flex: 1; } .price-value{ font-size: 15px; margin-left: 6px; text-align: right; flex-shrink: 0; } .price-tag{ flex-wrap: nowrap; justify-content: space-between; } .price-tag .amt{ font-size: 14.5px; } .price-tag .unit{ font-size: 10.5px; } .event-row .k{ flex: 0 0 90px; } .event-row .v{ text-align: left; } /* Summary / details */ summary{ padding: 16px 18px; font-size: 14px; } details .inner{ padding: 0 18px 18px; } /* Rate card perks */ .rc-perk{ font-size: 10.5px; padding: 5px 10px; } } /* Small phones (≤ 360px) */ @media (max-width: 360px){ .hero{ border-radius: 0 0 22px 0; } .hero-inner{ padding: 24px 16px; } .tab-bar{ padding: 18px 14px 0; gap: 6px; } .pill-outline{ font-size: 11px; padding: 8px 13px; } .wrap{ padding: 0 14px; } .section-title{ font-size: 19px; } .card{ padding: 15px 15px; border-radius: 14px; } .event-card{ padding: 15px 14px; border-radius: 14px; } .rc-section{ padding: 15px 14px 6px; border-radius: 16px; } .rc-title{ font-size: 17px; } .price-value{ font-size: 15px; } .event-title{ font-size: 18px; } .news-date{ min-width: 52px; font-size: 12px; } } </style><input type="radio" name="tabgroup" id="tab-services" checked><input type="radio" name="tabgroup" id="tab-rates"><input type="radio" name="tabgroup" id="tab-news"><div class="hero"><div class="hero-inner"><h1 class="hero-headline">Nestara: Your Circle of Care</h1><ul class="hero-pillars"><li>Vetted &amp; Trained Household Staff</li><li>On-demand meal prep, babysitting and housekeeping support</li><li>Training arm: Nestara Institute of Care and Hospitality Excellence</li></ul></div>
</div><div class="tab-bar"><label class="pill-outline" for="tab-services">New In Town</label><label class="pill-outline" for="tab-rates">Rate Card</label><label class="pill-outline" for="tab-news">Do Not Miss This<span class="pill-badge"></span></label></div>
<div class="wrap"><div class="tab-panels"><!-- ============ SERVICES============ --><section class="panel panel-services"><h2 class="section-title">Every way we support your home</h2><div class="card"><p class="svc-title">Tutoring</p><p class="hook">Homework battles don't have to happen every night. A qualified tutor helps it finally click.</p><div class="price-tag"><span class="amt">Contact for rates</span><span class="unit">based on subject &amp; grade</span></div>
</div><div class="card"><p class="svc-title">Meal Prep</p><p class="hook">No more "what's for dinner" at 6pm. Six days of meals, made in a single visit.</p><div class="price-tag"><span class="amt">KES 5,500</span><span class="unit">per week</span></div>
</div><div class="card"><p class="svc-title">One-Off Housekeeping &amp; Laundry</p><p class="hook">The dust and the wash pile don't wait for a free weekend. Book a single visit and come home to both handled.</p><div class="price-tag"><span class="amt">From KES 1,500</span><span class="unit">one-off visit</span></div>
</div></section><!-- ============ RATE CARD============ --><section class="panel panel-rates"><!-- SECTION 1: PLACEMENT --><div class="rc-section rc-placement"><div class="rc-section-head"><div><p class="rc-tag">Full-Time or Part-Time</p><h2 class="rc-title">Placement</h2><p class="rc-desc">You interview and choose who comes into your home. We handle everything else: sourcing, vetting, training, placing and supporting your staff every step of the way.</p></div>
<div class="rc-perks"><span class="rc-perk">✓ Free Relievers</span><span class="rc-perk">✓ 12 Months Support</span><span class="rc-perk">✓ 3 Replacements</span></div>
</div><div class="card" style="margin-bottom:12px;padding-bottom:8px;"><div class="price-row"><div class="price-label">Full-Time <small>Live-in or live-out, paid above minimum wage</small></div>
<div class="price-value">From KES 18,047<small>monthly salary</small></div></div>
<div class="price-row"><div class="price-label">Placement Fee <small>Equal to one month's salary of the candidate placed</small></div>
<div class="price-value">One-time</div></div></div><div class="card" style="margin-bottom:12px;padding-bottom:8px;"><div class="price-row"><div class="price-label">Part-Time <small>3 days a week or fewer</small></div>
<div class="price-value">KES 800 &ndash; 1,500<small>per day, by agreement</small></div>
</div><div class="price-row"><div class="price-label">Placement Fee <small>One-time</small></div>
<div class="price-value">KES 7,500</div></div></div><div class="card" style="padding-bottom:8px;"><div class="price-row"><div class="price-label">Relievers <small>Short-term cover, schedule by agreement</small></div>
<div class="price-value">KES 3,000<small>placement fee</small></div></div></div></div>
<!-- SECTION 2: ON-DEMAND --><div class="rc-section rc-ondemand"><div class="rc-section-head"><div><p class="rc-tag rc-tag-gold">No Interview</p><h2 class="rc-title">On-Demand Services</h2><p class="rc-desc">Book what you need, when you need it. No hiring process, just a quick consultation and we send someone over. Perfect for one-off cleans, meal prep days and childcare.</p></div>
<div class="rc-perks rc-perks-gold"><span class="rc-perk">✓ Book Same Day</span><span class="rc-perk">✓ No Contracts</span><span class="rc-perk">✓ One-Off Visits</span></div>
</div><div class="price-row"><div class="price-label">Housekeeping &amp; Laundry <small>1–3 Bedroom Home</small></div>
<div class="price-value">KES 1,500</div></div><div class="price-row"><div class="price-label">Housekeeping &amp; Laundry <small>4+ Bedroom Home</small></div>
<div class="price-value">KES 2,000</div></div><div class="price-row" style="border-top:1px dashed var(--line);margin-top:4px;"><div class="price-label">Housekeeping + Laundry + Cooking <small>1–3 Bedroom Home</small></div>
<div class="price-value">KES 2,000</div></div><div class="price-row"><div class="price-label">Housekeeping + Laundry + Cooking <small>4+ Bedroom Home</small></div>
<div class="price-value">KES 2,500</div></div><div class="price-row" style="border-top:1px dashed var(--line);margin-top:4px;"><div class="price-label">Meal Prep <small>Once a week, covers 6 days' worth of meals</small></div>
<div class="price-value">KES 5,500</div></div><div class="price-row"><div class="price-label">Housekeeping + Meal Prep <small>1–3 Bedroom Home</small></div>
<div class="price-value">KES 7,000</div></div><div class="price-row"><div class="price-label">Housekeeping + Meal Prep <small>4+ Bedroom Home</small></div>
<div class="price-value">KES 7,500</div></div><div class="price-row"><div class="price-label">Babysitting <small>Childcare-focused: light tidying of play areas and children's meals only</small></div>
<div class="price-value">KES 2,000</div></div></div></section><!-- ============ NEWS============ --><section class="panel panel-news"><div class="event-card red-accent"><div class="event-badge">Workshop</div>
<h3 class="event-title">Play Academy</h3><p class="event-sub">Parent Workshop with Speech Therapist: Every Word Counts</p><p class="event-desc">Is your child's speech developing as expected? Helping parents recognise early signs of speech &amp; language delays and understand the path to early intervention.</p><div class="event-row"><span class="k">Commitment</span><span class="v"> KSH 500 pp<br><a href="https://forms.gle/9m83GqAo9JSfGGeRA" target="_blank" rel="noopener noreferrer" style="color:inherit;font-weight:600;text-decoration:underline;">Click here to book slot</a></span></div>
<div class="event-facilitator"><strong>Meet the facilitator: Judy Muthoni</strong><span style="font-style:italic;display:block;margin-bottom:8px;color:var(--ink);">Speech and Language Pathologist</span> Judy is a Speech and Language Pathologist with over six years of experience in paediatric speech and language therapy. She specializes in assessing communication disorders, developing individualized therapy goals and implementing evidence-based interventions to support children's speech and language development. She holds a Master's degree in Speech and Language Pathology from Kenyatta University and is passionate about helping children achieve their communication potential through early identification, intervention, and family-centred care. </div>
</div><div class="event-card"><div class="event-badge gold">Baby Fair</div><h3 class="event-title">Wema</h3><p class="event-sub">Children's Clinics By Gertrude's</p><p class="event-desc"> Join us for an exciting day filled with learning and fun! Features include: <strong style="display:block;margin-top:8px;color:var(--ink);">Wellness Booths · Fun &amp; Games · Ask the Expert · Health Talks</strong></p><div class="event-row"><span class="k">Date &amp; Time</span><span class="v">Saturday, 25 July 2026<br>9:00 AM</span></div>
<div class="event-row"><span class="k">Venue</span><span class="v">PAG Church, Umoja</span></div>
<div class="event-row"><span class="k">Admission</span><span class="v" style="color:var(--gold);font-weight:600;">JOIN US. IT'S FREE!</span></div>
<div class="event-row"><span class="k">Contact</span><span class="v">0709529100 / 0709529060</span></div>
<div class="event-row"><span class="k">Our Locations</span><span class="v">Umoja Innercore / Githogoro</span></div>
</div></section></div><footer></footer></div><!-- ============ CONCIERGE WIDGET============ --><div id="c-tooltip" onclick="if(!cState.open) cToggle()" style="cursor:pointer;pointer-events:auto;"><strong style="color:rgb(74, 222, 128);">FREE</strong> Consultation<br>Tap to Start</div>
<button id="c-fab" onclick="cToggle()" aria-label="Chat with us"><span id="c-fab-pulse"></span><svg id="c-fab-sparkle" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c0 0 1.8 7.2 9 10-7.2 2.8-9 10-9 10S10.2 14.8 3 12c7.2-2.8 9-10 9-10z"/><path d="M19 2c0 0 .9 3 3 4-2.1 1-3 4-3 4s-.9-3-3-4c2.1-1 3-4 3-4z" opacity=".6"/></svg><span id="c-fab-x" style="display:none;font-size:22px;line-height:1;font-weight:400;">✕</span></button><div id="c-panel"><div id="c-head"><div id="c-avatar">N</div>
<div><div id="c-head-name">Nestara Concierge</div><div id="c-head-status"><span class="c-green-dot"></span> We are online</div>
</div><button id="c-x" onclick="cToggle()" aria-label="Close">✕</button></div><div id="c-msgs"></div>
<div id="c-opts"></div><div id="c-compose"><textarea id="c-ta"></textarea><button id="c-send" onclick="cSend()"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z"/><path d="M5.077 0C2.274 0 0 2.274 0 5.077v13.846C0 21.726 2.274 24 5.077 24h13.846C21.726 24 24 21.726 24 18.923V5.077C24 2.274 21.726 0 18.923 0H5.077zm10.919 16.971c-.417 1.161-2.078 2.134-2.856 2.27-.778.137-1.768.195-5.697-1.226-4.837-1.774-7.919-6.711-8.161-7.022-.241-.311-2.027-2.694-2.027-5.135S8.203 2.693 9.033 2.693c.198 0 .397.01.57.019.83.037.961.09 1.378 1.086.487 1.163 1.609 3.94 1.747 4.225.138.285.228.615.045.986-.183.371-.274.601-.546.927-.273.326-.576.729-.822.979-.273.274-.558.57-.24 1.117.318.548 1.414 2.331 3.034 3.776 2.083 1.855 3.841 2.428 4.389 2.701.548.273.866.228 1.188-.137.321-.366 1.378-1.606 1.747-2.156.369-.549.738-.458 1.247-.275.509.183 3.235 1.526 3.793 1.803.557.274.929.411 1.066.641.136.23.136 1.355-.281 2.516z"/></svg> Send on WhatsApp </button></div>
</div><script>
    const FLOW = {
      fulltime: {
        label: '👩‍👧 Full-Time Nanny / House Manager',
        qs: [
          { q: 'Who will they care for?', opts: ['Just myself or a couple', '1–2 children', '3 or more children'] },
          { q: 'Live-in or live-out?',     opts: ['Live-in', 'Live-out', 'Not sure yet'] }
        ],
        msg: (a) => `Hi Ivy, this is an inquiry via the Nestara assistant.

I am looking for a Full-Time Nanny / House Manager.
Household: ${a[0]}
Preference: ${a[1]}

Rate Breakdown for Confirmation:
• Monthly Salary: From KES 18,047 / mo
• Placement Fee: Equal to 1 month's salary (One-time)
• Includes: 12 Months Support, Free Relievers & 3 Replacements

Please get in touch with me. Thank you!`
      },
      parttime: {
        label: '🕐 Part-Time Nanny / House Manager',
        qs: [
          { q: 'How many days a week?',  opts: ['1–2 days a week', '3 days a week', 'Flexible'] },
          { q: 'What is the main focus?', opts: ['Childcare', 'Housekeeping', 'Both'] }
        ],
        msg: (a) => `Hi Ivy, this is an inquiry via the Nestara assistant.

I am looking for Part-Time support.
Days: ${a[0]}
Focus: ${a[1] === 'Both' ? 'Both childcare & housekeeping' : a[1]}

Rate Breakdown for Confirmation:
• Day Rate: KES 800 – KES 1,500 / day (by agreement)
• Placement Fee: KES 7,500 (One-time)

Please get in touch with me. Thank you!`
      },
      reliever: {
        label: '🔄 A Reliever',
        qs: [
          { q: 'How long do you need cover?',     opts: ['A few days', '1–2 weeks', 'A month or more'] },
          { q: 'What will they need to cover?',   opts: ['Childcare', 'Housekeeping', 'Both'] }
        ],
        msg: (a) => `Hi Ivy, this is an inquiry via the Nestara assistant.

I need a Reliever for short-term cover.
Duration: ${a[0]}
Covering: ${a[1] === 'Both' ? 'Both childcare & housekeeping' : a[1]}

Rate Confirmation:
• Reliever Placement Fee: KES 3,000

Please reach out to me as soon as possible. Thank you!`
      },
      ondemand: {
        label: '⚡ On-Demand Services',
        subs: ['Housekeeping & Laundry', 'Meal Prep', 'Babysitting', 'Housekeeping + Cooking', 'Housekeeping + Meal Prep'],
        qs: [
          { q: 'When do you need this?',   opts: ['Today or tomorrow', 'Later this week', 'I\'m flexible'] },
          { q: 'What is your home size?',  opts: ['1–3 bedrooms', '4+ bedrooms'] }
        ],
        msg: (a, sub) => {
          const is4Plus = a[1] && a[1].includes('4+');
          let rate = 'KES 1,500';
          if (sub === 'Babysitting') rate = 'KES 2,000';
          else if (sub === 'Meal Prep') rate = 'KES 5,500';
          else if (sub === 'Housekeeping & Laundry') rate = is4Plus ? 'KES 2,000' : 'KES 1,500';
          else if (sub === 'Housekeeping + Cooking') rate = is4Plus ? 'KES 2,500' : 'KES 2,000';
          else if (sub === 'Housekeeping + Meal Prep') rate = is4Plus ? 'KES 7,500' : 'KES 7,000';

          return `Hi Ivy, this is an inquiry via the Nestara assistant.

I'd like to book an on-demand service.
Service: ${sub}
Timing: ${a[0]}
Home size: ${a[1]}

Rate Confirmation:
• Price: ${rate} (No interview needed)

Please confirm availability. Thank you!`;
        }
      },
      training: {
        label: '🎓 Staff Training (Nestara Institute)',
        subs: ['2-Week Full Course (Includes Meals & Accommodation)', 'Short Course / Specific Skill Focus'],
        qs: [
          { q: 'Who will be taking the training?', opts: ['My current household staff', 'New staff I want trained', 'Self / Personal development'] }
        ],
        msg: (a, sub) => {
          const is2Week = sub.includes('2-Week');
          const costInfo = is2Week
            ? '• Course Fee: KES 20,000 (Full 2-Week Course — Meals & accommodation included)'
            : '• Short Course Rate: Priced per session (4 sessions recommended for full certification)';

          return `Hi Ivy, this is an inquiry via the Nestara assistant.

I'd like to book Staff Training at Nestara Institute.
Program: ${sub}
Participant: ${a[0]}

Rate Confirmation:
${costInfo}

Please send over enrollment details and schedule options. Thank you!`;
        }
      }
    };

    let cState = { open: false, service: null, sub: null, answers: [] };

    function cToggle() {
      const panel   = document.getElementById('c-panel');
      const fab     = document.getElementById('c-fab');
      const tip     = document.getElementById('c-tooltip');
      const sparkle = document.getElementById('c-fab-sparkle');
      const xIcon   = document.getElementById('c-fab-x');

      cState.open = !cState.open;
      if (cState.open) {
        panel.classList.add('visible');
        fab.classList.add('open');
        tip.classList.add('hidden');
        if (sparkle) sparkle.style.display = 'none';
        if (xIcon) xIcon.style.display = 'block';
        cStart();
      } else {
        panel.classList.remove('visible');
        fab.classList.remove('open');
        tip.classList.remove('hidden');
        if (sparkle) sparkle.style.display = 'block';
        if (xIcon) xIcon.style.display = 'none';
      }
    }

    function cStart() {
      cState = { open: true, service: null, sub: null, answers: [] };
      document.getElementById('c-msgs').innerHTML = '';
      document.getElementById('c-opts').innerHTML = '';
      document.getElementById('c-compose').style.display = 'none';
      document.getElementById('c-opts').style.display = 'flex';

      cTypeThen('Hi! Welcome to Nestara. I\'m here to help connect you with the right person on our team.', 700, () =>
        cTypeThen('What are you looking for?', 400, cShowServices)
      );
    }

    function cTypeThen(text, delay, cb) {
      const msgs = document.getElementById('c-msgs');
      const t = document.createElement('div');
      t.className = 'c-typing';
      t.innerHTML = '<span></span><span></span><span></span>';
      msgs.appendChild(t);
      msgs.scrollTop = msgs.scrollHeight;
      setTimeout(() => {
        if (t && t.parentNode) t.remove();
        cBubble('bot', text);
        if (cb) setTimeout(cb, delay);
      }, 900);
    }

    function cBubble(who, text) {
      const msgs = document.getElementById('c-msgs');
      const b = document.createElement('div');
      b.className = 'c-bubble ' + (who === 'bot' ? 'c-bot' : 'c-user');
      b.textContent = text;
      msgs.appendChild(b);
      msgs.scrollTop = msgs.scrollHeight;
    }

    function cOpts(items, onClick) {
      const el = document.getElementById('c-opts');
      el.innerHTML = '';
      items.forEach(item => {
        const btn = document.createElement('button');
        btn.className = 'c-opt';
        btn.textContent = typeof item === 'string' ? item : item.label;
        btn.onclick = () => onClick(item);
        el.appendChild(btn);
      });
    }

    function cShowServices() {
      cOpts(Object.entries(FLOW).map(([k, v]) => ({ key: k, label: v.label })), (item) => {
        cState.service = item.key;
        document.getElementById('c-opts').innerHTML = '';
        cBubble('user', item.label);
        if (FLOW[item.key].subs) {
          const promptMsg = item.key === 'training' ? 'Which training program do you need?' : 'Which on-demand service do you need?';
          cTypeThen(promptMsg, 400, cShowSubs);
        } else {
          setTimeout(() => cAskQ(0), 600);
        }
      });
    }

    function cShowSubs() {
      const subs = FLOW[cState.service].subs;
      cOpts(subs, (sub) => {
        cState.sub = sub;
        document.getElementById('c-opts').innerHTML = '';
        cBubble('user', sub);
        setTimeout(() => cAskQ(0), 600);
      });
    }

    function cAskQ(i) {
      const qs = FLOW[cState.service].qs;
      if (i >= qs.length) { cCompose(); return; }
      cTypeThen(qs[i].q, 300, () => {
        cOpts(qs[i].opts, (opt) => {
          cState.answers.push(opt);
          document.getElementById('c-opts').innerHTML = '';
          cBubble('user', opt);
          setTimeout(() => cAskQ(i + 1), 600);
        });
      });
    }

    function cCompose() {
      const f = FLOW[cState.service];
      const msg = f.subs
        ? f.msg(cState.answers, cState.sub)
        : f.msg(cState.answers);

      cTypeThen('Here is your message. Edit if needed, then send.', 300, () => {
        document.getElementById('c-opts').style.display = 'none';
        const compose = document.getElementById('c-compose');
        document.getElementById('c-ta').value = msg;
        compose.style.display = 'block';
        document.getElementById('c-msgs').scrollTop = 9999;
      });
    }

    function cSend() {
      const text = document.getElementById('c-ta').value;
      window.open('https://wa.me/254714681776?text=' + encodeURIComponent(text), '_blank');
    }
  </script></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 21 Jul 2026 01:52:10 +0300</pubDate></item><item><title><![CDATA[‎ ]]></title><link>https://www.nestara.co.ke/blogs/post/The-Inner-Circle-Quarterly-Update-March-2026</link><description><![CDATA[]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_7-6T-a0HRa-_kMxklLhNJw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_2_LJ0o90SfK101rmMDDMXQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_2_LJ0o90SfK101rmMDDMXQ"].zprow{ margin-block-start:-46px; } </style><div data-element-id="elm_TODGvwdSRQet2pUAgfTKaQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_R6itGj0sFlSQJcVN1aqg_A" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>The Inner Circle – Nestara Quarterly, March 2026</title><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Lora:ital,wght@0,400;0,500;1,400&family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"/><style> /* ═══════════════════════════════════════ TOKENS ═══════════════════════════════════════ */ :root { --terracotta: #C05A1A; --terracotta-light: #D97440; --terracotta-pale: #F0C9AE; --cream: #FDF7F0; --sand: #F5EAD8; --sand-deep: #EAD5B8; --brown-dark: #2E1505; --brown-mid: #5C3010; --brown-text: #3A1F08; --muted: #8A6A50; --divider: #E0C9B0; --easter-green: #4A7C59; /* spacing scale */ --sp-xs: 8px; --sp-sm: 16px; --sp-md: 24px; --sp-lg: 36px; --sp-xl: 48px; /* type scale */ --text-xs: 10px; --text-sm: 12px; --text-base: 15px; --text-md: 17px; --text-lg: 20px; --text-xl: 26px; --text-2xl: 32px; } /* ═══════════════════════════════════════ RESET ═══════════════════════════════════════ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ═══════════════════════════════════════ BASE — MOBILE FIRST ═══════════════════════════════════════ */ body { background: #EDE2D3; font-family: 'Lora', Georgia, serif; color: var(--brown-text); min-height: 100vh; padding: var(--sp-sm) var(--sp-xs) 60px; font-size: var(--text-base); -webkit-text-size-adjust: 100%; } img { max-width: 100%; display: block; } a { color: inherit; } /* ═══════════════════════════════════════ WRAPPER ═══════════════════════════════════════ */ .envelope { width: 100%; max-width: 680px; margin: 0 auto; } /* ═══════════════════════════════════════ PRE-HEADER ═══════════════════════════════════════ */ .pre-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--sp-sm); padding: 0 4px; } .pre-header span { font-family: 'Poppins', sans-serif; font-size: var(--text-xs); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--brown-mid); } .stamp { border: 1.5px solid var(--terracotta); border-radius: 4px; padding: 3px 10px; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--terracotta); white-space: nowrap; } /* ═══════════════════════════════════════ CARD SHELL ═══════════════════════════════════════ */ .card { background: var(--cream); border-radius: 4px; overflow: hidden; box-shadow: 0 6px 32px rgba(46,21,5,.12), 0 2px 6px rgba(46,21,5,.06); } /* ═══════════════════════════════════════ HERO — mobile ═══════════════════════════════════════ */ .hero { background: var(--brown-dark); padding: 36px var(--sp-md) 36px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 100% 0%, rgba(192,90,26,.50) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 0% 100%, rgba(192,90,26,.20) 0%, transparent 65%); pointer-events: none; } .hero-rule { width: 32px; height: 1.5px; background: var(--terracotta-light); margin-bottom: var(--sp-md); position: relative; z-index: 1; } .newsletter-name { font-family: 'Poppins', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 12px; position: relative; z-index: 1; line-height: 1.6; } .hero-headline { font-family: 'Playfair Display', Georgia, serif; font-size: var(--text-xl); font-weight: 400; line-height: 1.2; color: #fff; position: relative; z-index: 1; } .hero-headline em { font-style: italic; color: var(--terracotta-pale); } /* ═══════════════════════════════════════ ACCENT BAR ═══════════════════════════════════════ */ .accent-bar { height: 4px; background: linear-gradient(90deg, var(--terracotta) 0%, var(--terracotta-light) 50%, var(--sand-deep) 100%); } /* ═══════════════════════════════════════ IN THIS ISSUE STRIP ═══════════════════════════════════════ */ .toc-strip { background: var(--sand); border-bottom: 1px solid var(--divider); padding: var(--sp-md) var(--sp-md); } .toc-label { font-family: 'Poppins', sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 12px; } .toc-items { list-style: none; display: flex; flex-direction: column; gap: 8px; } .toc-items li { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 400; color: var(--brown-mid); display: flex; align-items: center; gap: 8px; line-height: 1.4; } .toc-items li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--terracotta-light); flex-shrink: 0; } /* ═══════════════════════════════════════ BODY WRAP ═══════════════════════════════════════ */ .body-wrap { padding: 0 var(--sp-md); } /* ═══════════════════════════════════════ EYEBROW / LEDE ═══════════════════════════════════════ */ .lede-wrap { padding: var(--sp-lg) 0 0; } .eyebrow { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: var(--sp-md); } .lede-body { font-family: 'Lora', serif; font-size: var(--text-md); line-height: 1.85; color: var(--brown-mid); font-style: italic; } .lede-body p { margin-bottom: 14px; } .lede-body p:last-child { margin-bottom: 0; } /* ═══════════════════════════════════════ DIVIDER ═══════════════════════════════════════ */ .section-divider { border: none; border-top: 1px solid var(--divider); margin: var(--sp-lg) 0 0; } /* ═══════════════════════════════════════ SECTION HEADING ═══════════════════════════════════════ */ .section-heading { font-family: 'Playfair Display', serif; font-size: var(--text-lg); font-weight: 600; font-style: italic; color: var(--brown-dark); padding-top: var(--sp-lg); margin-bottom: var(--sp-sm); line-height: 1.35; } /* ═══════════════════════════════════════ ARTICLE BODY ═══════════════════════════════════════ */ .article-body { font-family: 'Lora', serif; font-size: var(--text-base); line-height: 1.9; color: var(--brown-text); } .article-body p { margin-bottom: var(--sp-sm); } .article-body p:last-child { margin-bottom: 0; } /* ═══════════════════════════════════════ TIP CARDS — mobile: stacked ═══════════════════════════════════════ */ .tip-cards { display: flex; flex-direction: column; gap: 14px; margin-top: var(--sp-md); } .tip-card { background: #fff; border: 1px solid var(--divider); border-radius: 6px; padding: var(--sp-md) var(--sp-md) 20px; position: relative; overflow: hidden; } .tip-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); } .tip-card-num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--terracotta-pale); line-height: 1; margin-bottom: 10px; } .tip-card-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--brown-dark); letter-spacing: .02em; margin-bottom: 10px; line-height: 1.4; } .tip-card-body { font-family: 'Lora', serif; font-size: 14px; line-height: 1.78; color: var(--muted); } /* ═══════════════════════════════════════ PULL QUOTE ═══════════════════════════════════════ */ .pull-quote { margin: var(--sp-lg) 0; padding: var(--sp-md) var(--sp-md) var(--sp-md) var(--sp-lg); background: var(--sand); border-left: 3px solid var(--terracotta); position: relative; } .pull-quote::before { content: '\201C'; position: absolute; top: -8px; left: 18px; font-family: 'Playfair Display', serif; font-size: 64px; color: var(--terracotta-pale); line-height: 1; } .pull-quote p { font-family: 'Playfair Display', serif; font-size: var(--text-lg); font-style: italic; line-height: 1.6; color: var(--brown-dark); padding-top: 8px; } /* ═══════════════════════════════════════ CTA BOX — Financial Wellness ═══════════════════════════════════════ */ .cta-box { background: linear-gradient(135deg, var(--brown-dark) 0%, #4A2009 100%); border-radius: 4px; padding: var(--sp-lg) var(--sp-md); text-align: center; position: relative; overflow: hidden; } .cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(192,90,26,.4) 0%, transparent 70%); pointer-events: none; } .cta-box > * { position: relative; z-index: 1; } .cta-overline { font-family: 'Poppins', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 12px; } .cta-text { font-family: 'Lora', serif; font-size: var(--text-base); color: rgba(255,255,255,.82); line-height: 1.8; margin-bottom: var(--sp-md); } .cta-btn { display: inline-block; background: var(--terracotta); color: #fff; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 14px 28px; border-radius: 2px; text-decoration: none; } /* ═══════════════════════════════════════ SPACER ═══════════════════════════════════════ */ .spacer { height: var(--sp-xl); } .spacer-sm { height: var(--sp-lg); } /* ═══════════════════════════════════════ EASTER BAND ═══════════════════════════════════════ */ .easter-band { background: var(--easter-green); margin: 0 calc(-1 * var(--sp-md)); padding: var(--sp-lg) var(--sp-md); position: relative; overflow: hidden; } .easter-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(255,255,255,.07) 0%, transparent 70%); pointer-events: none; } .easter-band > * { position: relative; z-index: 1; } .easter-eyebrow { font-family: 'Poppins', sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 10px; } .easter-heading { font-family: 'Playfair Display', serif; font-size: var(--text-xl); font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: 14px; } .easter-heading em { font-style: italic; color: rgba(255,255,255,.75); } .easter-body { font-family: 'Lora', serif; font-size: var(--text-base); line-height: 1.8; color: rgba(255,255,255,.85); margin-bottom: var(--sp-md); } .easter-btn { display: inline-block; background: #fff; color: var(--easter-green); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 13px 26px; border-radius: 2px; text-decoration: none; } /* ═══════════════════════════════════════ CUSTOM VIDEO PLAYER ═══════════════════════════════════════ */ .video-wrap { margin-top: var(--sp-lg); } .video-eyebrow { font-family: 'Poppins', sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 12px; } .video-player { position: relative; width: 100%; padding-bottom: 133.33%; /* 3:4 on mobile */ border-radius: 8px; overflow: hidden; background: var(--brown-dark); cursor: pointer; } /* Thumbnail */ .video-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; } .video-player:hover .video-thumb { transform: scale(1.03); } /* Dark gradient overlay — stronger at bottom */ .video-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,8,2,.82) 0%, rgba(20,8,2,.18) 45%, rgba(20,8,2,.08) 100%); pointer-events: none; } /* Play button — bottom right, fluid size */ .video-play { position: absolute; bottom: clamp(18px, 4%, 26px); right: clamp(16px, 4%, 22px); width: clamp(32px, 6vw, 38px); height: clamp(32px, 6vw, 38px); border-radius: 50%; background: var(--terracotta); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; box-shadow: 0 2px 10px rgba(0,0,0,.35); z-index: 2; flex-shrink: 0; } .video-player:hover .video-play { background: var(--terracotta-light); transform: scale(1.06); } /* Triangle — proportional to button */ .video-play::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 10px; border-color: transparent transparent transparent #fff; margin-left: 2px; } /* Meta — bottom left, comfortable padding */ .video-meta { position: absolute; bottom: clamp(20px, 5%, 28px); left: clamp(16px, 4%, 22px); right: clamp(56px, 14%, 70px); z-index: 2; pointer-events: none; } .video-meta-title { font-family: 'Playfair Display', serif; font-size: clamp(13px, 3vw, 16px); font-weight: 600; font-style: italic; color: #fff; line-height: 1.4; text-shadow: 0 1px 8px rgba(0,0,0,.7); } /* Iframe — hidden until play clicked */ .video-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: none; } .video-player.playing .video-thumb, .video-player.playing .video-overlay, .video-player.playing .video-play, .video-player.playing .video-meta { display: none; } .video-player.playing .video-frame { display: block; } /* ═══════════════════════════════════════ SIGN-OFF ═══════════════════════════════════════ */ .signoff { padding: var(--sp-lg) 0 var(--sp-lg); border-top: 1px solid var(--divider); } .signoff-body { font-family: 'Lora', serif; font-size: var(--text-base); line-height: 1.85; color: var(--brown-text); font-style: italic; margin-bottom: var(--sp-md); } .signoff-name { font-family: 'Playfair Display', serif; font-size: var(--text-lg); font-weight: 600; color: var(--brown-dark); margin-bottom: 3px; } .signoff-role { font-family: 'Poppins', sans-serif; font-size: var(--text-xs); font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--terracotta); } .signoff-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--sp-md); } /* ═══════════════════════════════════════ FOOTER ═══════════════════════════════════════ */ .footer { background: #FDF7F0; border-top: 1px solid var(--divider); padding: var(--sp-md) var(--sp-md); text-align: center; } .social-pill { font-family: 'Poppins', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--brown-mid); border: 1px solid var(--divider); border-radius: 20px; padding: 6px 16px; text-decoration: none; } .footer-contact { font-family: 'Lora', serif; font-size: var(--text-sm); color: var(--muted); line-height: 1.9; } .footer-contact a { color: var(--terracotta); text-decoration: none; } /* ═══════════════════════════════════════ TABLET — 480px+ ═══════════════════════════════════════ */ @media (min-width: 480px) { body { padding: 28px var(--sp-sm) 60px; } .hero { padding: 44px var(--sp-xl) 44px; } .hero-headline { font-size: var(--text-2xl); } .toc-strip { padding: var(--sp-md) var(--sp-xl); } .toc-items { flex-direction: row; flex-wrap: wrap; } .toc-items li { width: 50%; } .body-wrap { padding: 0 var(--sp-xl); } .tip-cards { flex-direction: row; flex-wrap: wrap; } .tip-card { flex: 1 1 calc(50% - 7px); } .video-player { padding-bottom: 56.25%; } /* 16:9 from tablet up */ .easter-band { margin: 0 calc(-1 * var(--sp-xl)); padding: var(--sp-lg) var(--sp-xl); } .footer { padding: var(--sp-md) var(--sp-xl); } } /* ═══════════════════════════════════════ DESKTOP — 640px+ ═══════════════════════════════════════ */ @media (min-width: 640px) { body { padding: 40px var(--sp-md) 80px; } .hero { padding: 52px 52px 48px; } :root { --text-base: 15.5px; --text-md: 17px; --text-lg: 20px; --text-xl: 26px; --text-2xl: 38px; } .hero-headline { font-size: 38px; } .newsletter-name { font-size: 9.5px; } .toc-strip { padding: var(--sp-md) 52px; } .body-wrap { padding: 0 52px; } /* 3-column tip cards on desktop */ .tip-cards { flex-direction: row; flex-wrap: nowrap; gap: 16px; } .tip-card { flex: 1; } .pull-quote { padding: 28px 36px; } .pull-quote::before { font-size: 72px; } .pull-quote p { font-size: 20px; } .cta-box { padding: 38px 36px 36px; } .easter-band { margin: 0 -52px; padding: var(--sp-lg) 52px; } .footer { padding: var(--sp-md) 52px; }} </style><div class="envelope"><!-- Pre-header --><div class="pre-header"><span>For Nestara Families Only</span><span class="stamp">Q1 · 2026</span></div>
<div class="card"><!-- HERO --><div class="hero"><div class="hero-rule"></div><div class="newsletter-name">The Inner Circle &nbsp;·&nbsp; Quarterly Update &nbsp;·&nbsp; March 2026</div>
<h1 class="hero-headline">The One Thing That Makes a Great Nanny <em>Stay</em></h1></div>
<div class="accent-bar"></div><!-- IN THIS ISSUE --><div class="toc-strip"><div class="toc-label">In this issue</div>
<ul class="toc-items"><li>Why great nannies leave</li><li>What financial stability looks like</li><li>Three things you can do right now</li><li>The real cost of turnover</li><li>Easter: Need a reliever nanny?</li><li>Our financial wellness programme</li></ul></div>
<div class="body-wrap"><!-- OPENING --><div class="lede-wrap"><div class="eyebrow">A note from the Nestara team</div>
<div class="lede-body"><p>You found her. She's warm with your children, reliable, and your kids have genuinely bonded with her. For the first time in a long time, the house feels like it's running.</p><p>And then, six months later, she gives notice.</p><p>It happens more than most families expect, and the reason is almost never what they assume.</p><p>When we talk to staff who have left placements, salary rarely comes up first. What they describe is something quieter. A hospital bill they couldn't cover. No savings when something went wrong at home. A kind of background financial worry that follows them everywhere, including into your home.</p><p>A nanny carrying that kind of stress is not fully present. Not because she doesn't care about your family, but because she's managing something heavy that you can't see.</p></div>
</div><!-- CUSTOM VIDEO PLAYER --><div class="video-wrap"><div class="video-eyebrow">She wanted to say this to you directly</div>
<div class="video-player" id="nestara-video" onclick="playVideo()"><!-- Thumbnail --><img
 class="video-thumb" src="https://img.youtube.com/vi/JTvcYYZSj0A/hqdefault.jpg" alt="Nestara Easter Message"/><!-- Gradient overlay --><div class="video-overlay"></div>
<!-- Play button --><div class="video-play"></div><!-- Meta bottom-left --><div class="video-meta"><div class="video-meta-title">A personal message from our founder, this Easter</div>
</div><!-- Iframe — loaded on play --><iframe
 class="video-frame" id="nestara-iframe" title="Nestara Easter Message" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</div><script>
        function playVideo() {
          var player = document.getElementById('nestara-video');
          if (player.classList.contains('playing')) return;
          var iframe = document.getElementById('nestara-iframe');
          iframe.src = 'https://www.youtube.com/embed/JTvcYYZSj0A?autoplay=1&rel=0&modestbranding=1&playsinline=1';
          player.classList.add('playing');
        }
      </script><hr class="section-divider"/><!-- WHAT ACTUALLY HELPS --><h2 class="section-heading">What actually helps…</h2><div class="article-body"><p>Financial stability for domestic workers doesn't mean paying above market rates, though fair pay absolutely matters and we hold that line for everyone in our network. It means helping your staff build a small cushion between themselves and a crisis.</p><p>At Nestara, we've partnered with a savings and financial literacy programme that helps domestic workers build emergency funds and develop a healthier relationship with money. The families who've seen this say the shift is hard to explain but easy to notice. Their nanny seems more settled, more present, more like she intends to stay.</p></div>
<hr class="section-divider"/><!-- TIP CARDS --><h2 class="section-heading">A few things you can do on your own…</h2><div class="tip-cards"><div class="tip-card"><div class="tip-card-num">01</div>
<div class="tip-card-title">Pay on time, every time</div><div class="tip-card-body">For someone living without a financial buffer, a delayed salary isn't just inconvenient, it's destabilising. Predictability matters more than most employers realise.</div>
</div><div class="tip-card"><div class="tip-card-num">02</div><div class="tip-card-title">Consider a small savings incentive</div>
<div class="tip-card-body">Some families contribute 500 shillings a month toward an end-of-year bonus, but only if the staff member has saved consistently alongside them. The amount is modest. The signal it sends is not.</div>
</div><div class="tip-card"><div class="tip-card-num">03</div><div class="tip-card-title">Check in occasionally</div>
<div class="tip-card-body">Ten minutes, once a quarter, asking how things are going. Not a formal review, just a conversation. The nannies who stay longest are usually with families who made them feel seen.</div>
</div></div><hr class="section-divider"/><!-- REAL COST --><h2 class="section-heading">The real cost of turnover…</h2><div class="article-body"><p>Finding someone new takes weeks. Vetting, interviews, the adjustment period, and then the harder thing to measure: your children having to warm up to a stranger all over again. Investing a little in the person already in your home is almost always the better return.</p></div>
<div class="pull-quote"><p>The families who keep great staff for years are not always the highest payers. They're the ones who paid attention.</p></div>
<!-- FINANCIAL WELLNESS CTA --><div class="cta-box"><div class="cta-overline">Nestara Financial Wellness Programme</div>
<p class="cta-text">If you'd like to enrol your staff in our financial wellness programme, send us a WhatsApp on +254 714 681 776 and we'll walk you through it.</p><a class="cta-btn" href="https://wa.me/254714681776">WhatsApp Us &rarr;</a></div>
<div class="spacer"></div><!-- EASTER BAND --><div class="easter-band"><div class="easter-eyebrow">Easter 2026 &nbsp;·&nbsp; A quick note</div>
<h2 class="easter-heading">Know someone who needs a <em>reliever nanny</em> this Easter?</h2><p class="easter-body">The holiday season is here and some families need short-term cover while their regular nanny is away. If you know someone who could use a reliable, vetted reliever — please pass on our number. We'd love to help.</p><a class="easter-btn" href="https://wa.me/254714681776">Refer a Family &rarr;</a></div>
<div class="spacer"></div><!-- SIGN-OFF --><div class="signoff"><p class="signoff-body">As always, thank you for being part of the Nestara Inner Circle. We are here whenever you need us — whether it's finding the right person, supporting the one already in your home, or simply talking through what your family needs next.</p><p class="signoff-body">Wishing your family a warm and restful Easter.</p><div class="signoff-name">The Nestara Team</div>
<div class="signoff-role">Trust &nbsp;·&nbsp; Care &nbsp;·&nbsp; Nurture</div><div class="signoff-social"><a class="social-pill" href="https://www.instagram.com/nestarakenya/" target="_blank" rel="noopener">Instagram</a><a class="social-pill" href="https://www.tiktok.com/@nestarakenya" target="_blank" rel="noopener">TikTok</a></div>
</div></div><!-- /body-wrap --><!-- FOOTER --><div class="footer"><p class="footer-contact"> You're receiving this because you are a valued member of the Nestara Inner Circle.<br/><a href="mailto:support@nestara.co.ke">support@nestara.co.ke</a> &nbsp;·&nbsp; <a href="https://wa.me/254714681776">+254 714 681 776</a></p></div>
</div><!-- /card --></div><!-- /envelope --></div></div></div></div></div></div></div>
 ]]></content:encoded><pubDate>Tue, 31 Mar 2026 00:52:07 +0300</pubDate></item></channel></rss>