| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/care/Pages/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crestwood Care Ltd — Home</title>
<style>
:root {
--primary: #0b5c32;
--primary-dark: #064426;
--accent: #f0e8d9;
--cream: #f9f7f2;
--text: #333333;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Arial, sans-serif;
background: var(--cream);
color: var(--text);
line-height: 1.6;
}
a { color: var(--primary-dark); }
.page-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 16px 40px;
}
/* HEADER / LOGO */
header.site-header {
background: radial-gradient(circle at top left, #178f54, var(--primary-dark));
color: #ffffff;
padding: 20px 16px 10px;
}
.header-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.logo-mark {
display: flex;
align-items: center;
gap: 10px;
}
.logo-icon {
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--accent);
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
color: var(--primary-dark);
box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.logo-text-main {
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.logo-text-sub {
font-size: 0.8rem;
opacity: 0.9;
}
.header-contact {
text-align: right;
font-size: 0.9rem;
}
.header-contact a {
color: #ffffff;
text-decoration: none;
font-weight: 600;
}
.header-contact a:hover {
text-decoration: underline;
}
/* NAV (simple) */
.primary-nav {
max-width: 1200px;
margin: 12px auto 0;
display: flex;
gap: 16px;
flex-wrap: wrap;
font-size: 0.9rem;
}
.primary-nav a {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
}
.primary-nav a:hover {
opacity: 1;
text-decoration: underline;
}
/* HERO */
.hero {
max-width: 1200px;
margin: 24px auto 0;
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
gap: 24px;
align-items: center;
padding-bottom: 30px;
}
.hero-text h1 {
margin: 0 0 10px;
font-size: 2.1rem;
}
.hero-text p {
margin: 0 0 14px;
font-size: 0.98rem;
}
.pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 10px;
border-radius: 999px;
background: rgba(240, 232, 217, 0.2);
border: 1px solid rgba(240, 232, 217, 0.6);
font-size: 0.75rem;
margin-bottom: 8px;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.78rem;
margin: 8px 0 10px;
}
.hero-badge {
border-radius: 999px;
padding: 3px 10px;
border: 1px solid rgba(255,255,255,0.6);
opacity: 0.9;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.btn-primary,
.btn-secondary {
border-radius: 999px;
padding: 9px 18px;
font-size: 0.9rem;
border: none;
cursor: pointer;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
}
.btn-primary {
background: #ffffff;
color: var(--primary-dark);
}
.btn-secondary {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255,255,255,0.7);
}
.hero-footnote {
margin-top: 10px;
font-size: 0.78rem;
opacity: 0.9;
}
.hero-media {
background: rgba(240, 232, 217, 0.2);
border-radius: 14px;
padding: 10px;
border: 1px solid rgba(240, 232, 217, 0.6);
box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.hero-media img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
.hero-note {
font-size: 0.78rem;
margin-top: 6px;
opacity: 0.9;
}
/* GENERIC SECTION / WP-LIKE BLOCKS */
section.wp-block-group {
background: #ffffff;
margin: 24px 0;
padding: 24px 20px;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
section.wp-block-group h2 {
color: var(--primary);
margin-top: 0;
margin-bottom: 10px;
}
section.wp-block-group p { margin-top: 0; }
ul { padding-left: 20px; margin-top: 8px; }
li { margin-bottom: 6px; }
.subheading {
font-size: 0.92rem;
color: #555555;
margin-bottom: 14px;
}
/* COLUMNS (WordPress-style) */
.wp-block-columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 18px;
margin-top: 12px;
}
.wp-block-column {
font-size: 0.95rem;
}
.badge-list li::marker {
content: "✓ ";
color: var(--primary-dark);
}
/* ICON / IMAGE PLACEHOLDER CARDS */
.card {
border-radius: 10px;
padding: 16px;
border: 1px solid #ece7dd;
background: #fdfbf7;
}
.card h3 {
margin-top: 0;
margin-bottom: 4px;
color: var(--primary-dark);
}
.icon-placeholder {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px dashed #cbbda2;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
margin-bottom: 8px;
color: #8a7d65;
}
/* HOW IT WORKS STEPS */
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
margin-top: 10px;
}
.step {
border-radius: 10px;
padding: 16px;
background: #f9f5ee;
border: 1px solid #ebdfcc;
font-size: 0.92rem;
}
.step-number {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--primary);
color: #ffffff;
font-size: 0.78rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 6px;
}
/* TESTIMONIALS */
.testimonial {
font-size: 0.9rem;
font-style: italic;
position: relative;
padding-left: 16px;
}
.testimonial::before {
content: "“";
font-size: 2.2rem;
position: absolute;
left: 0;
top: -10px;
color: #d2c6b1;
}
.testimonial-meta {
margin-top: 6px;
font-style: normal;
font-size: 0.8rem;
color: #666666;
}
.avatar-placeholder {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px dashed #cbbda2;
margin-right: 8px;
display: inline-block;
vertical-align: middle;
}
/* CTA STRIP */
.cta-strip {
background: var(--primary);
color: #ffffff;
border-radius: 10px;
padding: 18px 16px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.cta-strip-actions a {
margin-right: 8px;
}
footer.site-footer {
background: var(--primary-dark);
color: #ffffff;
padding: 16px;
text-align: center;
font-size: 0.85rem;
}
@media (max-width: 768px) {
.hero {
grid-template-columns: 1fr;
}
.header-inner {
flex-direction: column;
align-items: flex-start;
}
.header-contact {
text-align: left;
}
}
</style>
</head>
<body>
<!-- HEADER -->
<header class="site-header">
<div class="header-inner">
<div class="logo-mark">
<div class="logo-icon">CC</div>
<div>
<div class="logo-text-main">Crestwood Care Ltd</div>
<div class="logo-text-sub">Non-regulated home & community support</div>
</div>
</div>
<div class="header-contact">
<div>Call us: <a href="tel:+447724579799">07724 579 799</a></div>
<div>Email: <a href="mailto:info@crestwoodcare.co.uk">info@crestwoodcare.co.uk</a></div>
<div>Web: <a href="https://www.crestwoodcare.co.uk" target="_blank" rel="noopener">crestwoodcare.co.uk</a></div>
</div>
</div>
<!-- SIMPLE NAV (LINK TO YOUR OTHER PAGES) -->
<nav class="primary-nav">
<a href="#">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#how-it-works">How it works</a>
<a href="#areas">Areas we cover</a>
<a href="#contact">Contact</a>
</nav>
<!-- HERO -->
<div class="page-wrapper">
<div class="hero">
<div class="hero-text">
<div class="pill">Supporting independence at home • South & South-East London</div>
<h1>Compassionate Support in the Comfort of Your Own Home</h1>
<p>
Crestwood Care Ltd provides flexible, <strong>non-regulated home and community support</strong> for adults
who want to stay independent, connected and safe in their own homes.
</p>
<div class="hero-badges">
<div class="hero-badge">Non-regulated support only</div>
<div class="hero-badge">Person-centred, outcome-focused</div>
<div class="hero-badge">Trusted across London boroughs</div>
</div>
<div class="hero-actions">
<a class="btn-primary" href="tel:+447724579799">📞 Speak to our team</a>
<a class="btn-secondary" href="mailto:info@crestwoodcare.co.uk">✉️ Request a call back</a>
</div>
<div class="hero-footnote">
No-obligation conversations • Clear pricing • Honest advice — even if we’re not the right provider.
</div>
</div>
<div class="hero-media">
<!-- HERO IMAGE PLACEHOLDER -->
<!-- In WordPress: replace the src with your own hero/cover image from the Media Library -->
<img src="https://via.placeholder.com/1200x600?text=Hero+Image+Placeholder+%E2%80%94+Crestwood+Care"
alt="Support worker talking with a client at home" />
<div class="hero-note">
Hero image placeholder – upload a branded image of Crestwood Care staff with a client and replace this URL.
</div>
</div>
</div>
</div>
</header>
<!-- MAIN CONTENT -->
<main class="page-wrapper">
<!-- ABOUT SNAPSHOT -->
<section id="about" class="wp-block-group">
<h2>Who We Are</h2>
<p class="subheading">
A London-based provider of non-regulated home and community support, inspired by leading care models but rooted
in local relationships.
</p>
<p>
At Crestwood Care Ltd, we believe that home is more than four walls — it is where people feel safe, valued and
in control. We provide structured, non-regulated support to help adults maintain their independence, stay
connected to their communities and enjoy the best possible quality of life.
</p>
<p>
Our approach blends the <strong>person-centred care planning</strong> seen in services like My Homecare, the
<strong>holistic wellbeing</strong> focus of organisations such as Care Horizons, and the
<strong>relationship-led matching</strong> often associated with providers like Visiting Angels — all tailored
specifically to South & South-East London.
</p>
</section>
<!-- SERVICES AT A GLANCE (WITH ICON / IMAGE PLACEHOLDERS) -->
<section id="services" class="wp-block-group">
<h2>Support We Can Offer</h2>
<p class="subheading">
Non-regulated support only – we do not provide personal care, medication administration or nursing.
</p>
<div class="wp-block-columns">
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<!-- In WP: replace this icon-placeholder with a small PNG/SVG icon (e.g. house, heart, hands) -->
<h3>Home & Domestic Support</h3>
<p>
Help with light household tasks, such as cleaning, tidying, laundry, simple meal preparation and keeping
the home environment safe and comfortable.
</p>
</div>
</div>
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<h3>Companionship & Social Visits</h3>
<p>
Regular visits for conversation, activities, outings and emotional support — reducing loneliness and
helping people stay connected to what matters to them.
</p>
</div>
</div>
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<h3>Community Access & Errands</h3>
<p>
Support to attend appointments, community activities, faith groups or day centres, plus help with shopping
and everyday errands.
</p>
</div>
</div>
</div>
<div class="wp-block-columns" style="margin-top:16px;">
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<h3>Wellbeing Check-Ins</h3>
<p>
Structured check-in visits to monitor general wellbeing, safety, routines and mood, and to ensure any
concerns are picked up early.
</p>
</div>
</div>
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<h3>Independence & Life Skills</h3>
<p>
Practical support to build confidence with things like budgeting, meal planning, using public transport,
keeping appointments and managing day-to-day life.
</p>
</div>
</div>
<div class="wp-block-column">
<div class="card">
<div class="icon-placeholder">IMG</div>
<h3>Respite for Family Carers</h3>
<p>
Reliable support so family members and unpaid carers can take a break, rest and recharge while we spend
time with their loved one.
</p>
</div>
</div>
</div>
</section>
<!-- WHY CHOOSE CRESTWOOD -->
<section class="wp-block-group">
<h2>Why Families Choose Crestwood Care</h2>
<div class="wp-block-columns">
<div class="wp-block-column">
<ul class="badge-list">
<li><strong>Person-centred planning</strong> – every support plan is built around individual goals, preferences and risks.</li>
<li><strong>Relationship-led matching</strong> – where possible we match the same support workers with the same client for continuity.</li>
<li><strong>Flexible support</strong> – from a couple of hours a week to regular daily visits, including early mornings and evenings.</li>
</ul>
</div>
<div class="wp-block-column">
<ul class="badge-list">
<li><strong>Local knowledge</strong> – we understand London boroughs, transport links and local community resources.</li>
<li><strong>Honest communication</strong> – clear pricing, no hidden extras, and regular updates for families.</li>
<li><strong>Safe practice</strong> – robust recruitment, training, supervision and safeguarding policies for all staff.</li>
</ul>
</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section id="how-it-works" class="wp-block-group">
<h2>How Our Support Works</h2>
<p class="subheading">
Simple, transparent steps from your first enquiry through to regular review.
</p>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<h3>Initial Conversation</h3>
<p>
Call, email or message us. We listen carefully to understand your situation, what you’re looking for and
whether non-regulated support is suitable.
</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Home / Community Assessment</h3>
<p>
We arrange a visit (or video call if preferred) to explore needs, strengths, risks and outcomes. Family or
professionals are welcome to be involved.
</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Support Plan & Agreement</h3>
<p>
We create a clear support plan, agree visit times and confirm costs in writing. Nothing starts until you are
happy with the plan.
</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h3>Matching & Start of Support</h3>
<p>
We match you with suitable support worker(s), introduce them, and begin visits. We review early on to make
sure everything feels right.
</p>
</div>
<div class="step">
<div class="step-number">5</div>
<h3>Ongoing Reviews</h3>
<p>
We regularly review support with you and your family, adjusting as needs or goals change over time.
</p>
</div>
</div>
</section>
<!-- AREAS WE COVER -->
<section id="areas" class="wp-block-group">
<h2>Areas We Cover</h2>
<p>
Crestwood Care currently supports people living across South and South-East London, including (but not limited to):
<strong>Lewisham, Bromley, Croydon, Lambeth, Southwark and Greenwich</strong>.
</p>
<p>
If you are just outside these boroughs, please get in touch — we will always be honest about whether we can
support you or signpost to other services if more appropriate.
</p>
<!-- MAP / IMAGE PLACEHOLDER -->
<!-- In WP: replace this placeholder with a static map image (e.g. London boroughs) or embed a map block -->
<div style="margin-top:14px;">
<img src="https://via.placeholder.com/1100x300?text=Map+or+Area+Image+Placeholder"
alt="Map of Crestwood Care service areas" style="width:100%;height:auto;border-radius:8px;border:1px solid #e0d6c5;">
</div>
</section>
<!-- TESTIMONIALS PLACEHOLDER -->
<section class="wp-block-group">
<h2>What Families Say</h2>
<p class="subheading">
Add real testimonials here once you have them – for now, this section is ready as a placeholder.
</p>
<div class="wp-block-columns">
<div class="wp-block-column">
<div class="testimonial">
<span class="avatar-placeholder"></span>
“Crestwood Care have made such a difference to Mum’s confidence. She looks forward to her visits and we feel
reassured knowing someone checks in regularly.”
<div class="testimonial-meta">— Family member, South London</div>
</div>
</div>
<div class="wp-block-column">
<div class="testimonial">
<span class="avatar-placeholder"></span>
“Reliable, kind and flexible. The team really listened to what my brother needed and adapted the support as
things changed.”
<div class="testimonial-meta">— Client, Lewisham</div>
</div>
</div>
</div>
</section>
<!-- CTA / QUICK CONTACT -->
<section id="contact" class="wp-block-group">
<div class="cta-strip">
<div>
<h2 style="margin:0 0 4px;">Ready to Talk?</h2>
<p style="margin:0;font-size:0.92rem;">
Get in touch today for a friendly, no-pressure conversation about how Crestwood Care could support you or a loved one.
</p>
</div>
<div class="cta-strip-actions">
<a class="btn-primary" href="tel:+447724579799">📞 Call 07724 579 799</a>
<a class="btn-secondary" href="mailto:info@crestwoodcare.co.uk">✉️ Email us</a>
</div>
</div>
<p style="font-size:0.82rem;margin-top:10px;color:#666;">
By contacting us you agree that we may store and use your information to respond to your enquiry in line with
our privacy notice. We will not sell your data or use it for unrelated marketing.
</p>
</section>
</main>
<footer class="site-footer">
Crestwood Care Ltd · Supporting Independence with Dignity, Respect & Compassion.
</footer>
</body>
</html>