<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2>
</div>
</div>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>CP Painting Company NY — Hospital Painting Service</title>
<meta name="description" content="CP Painting Company NY — Certified hospital painting professionals applying hygienic, durable, low-odor finishes with minimal disruption to operations." />
<style>
:root{
--accent:#0f6d9f;
--muted:#666;
--bg:#f7fbfc;
--card:#ffffff;
--radius:12px;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
html,body{height:100%;margin:0;background:var(--bg);color:#111;}
.container{max-width:980px;margin:36px auto;padding:24px;}
header{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.logo{
width:76px;height:76px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#4fb0d9);
display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;
box-shadow:0 6px 18px rgba(15,109,159,0.14);
}
h1{margin:0;font-size:1.6rem;}
p.lead{margin:6px 0 0;color:var(--muted);}
.card{background:var(--card);border-radius:var(--radius);padding:20px;margin-top:18px;box-shadow:0 6px 20px rgba(0,0,0,0.04);}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px;}
.feature{padding:14px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef6fb;}
.feature h3{margin:0 0 6px;font-size:1rem;}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;align-items:center;}
.btn{
display:inline-block;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600;
box-shadow:0 6px 14px rgba(15,109,159,0.12);
}
.btn-primary{background:var(--accent);color:white;}
.btn-ghost{background:transparent;border:1px solid #d7eefc;color:var(--accent);}
footer{margin-top:22px;color:var(--muted);font-size:0.9rem;}
.note{margin-top:12px;color:#334;}
@media (max-width:520px){
header{flex-direction:row;gap:12px;}
}
</style>
</head>
<body>
<main class="container" role="main">
<header>
<div class="logo" aria-hidden="true">CP</div>
<div>
<h1>CP Painting Company NY</h1>
<p class="lead">Specialized Hospital Painting Service — hygienic, durable & low-odor finishes.</p>
</div>
</header>
<section class="card" aria-labelledby="service-heading">
<h2 id="service-heading">Hospital Painting Service (Certified Professionals)</h2>
<p>
Our specialized Hospital Painting Service utilizes certified professionals trained to handle sensitive healthcare environments.
We apply hygienic, durable, and low-odor finishes to patient rooms, common areas, and exteriors while coordinating our work
to minimize operational interference and maximize patient comfort and facility compliance.
</p>
<div class="features" aria-hidden="false">
<article class="feature">
<h3>Certified & Trained Teams</h3>
<p class="muted">Staff trained for infection control, privacy and working in active care settings.</p>
</article>
<article class="feature">
<h3>Hygienic Finishes</h3>
<p class="muted">Antimicrobial-friendly, easy-to-clean coatings suitable for patient rooms and clinical areas.</p>
</article>
<article class="feature">
<h3>Low-Odor & Fast Cure</h3>
<p class="muted">Low-VOC products and fast-curing finishes to reduce downtime and patient discomfort.</p>
</article>
<article class="feature">
<h3>Minimized Disruption</h3>
<p class="muted">Flexible scheduling and work-phase coordination to keep facilities operational and safe.</p>
</article>
</div>
<div class="cta" role="group" aria-label="Call to action">
<a class="btn btn-primary" href="https://cppaintersct.com/" target="_blank" rel="noopener noreferrer">Visit Our Website</a>
<a class="btn btn-ghost" href="mailto:info@cppaintersct.com">Email Us</a>
<span style="color:var(--muted);font-size:0.95rem;">Or call us for a custom plan & quote.</span>
</div>
<p class="note">
We prioritize safety, compliance, and patient comfort — from pre-job planning and site assessments through post-job cleanup.
</p>
</section>
<footer>
<p>© <strong>CP Painting Company NY</strong> — Hospital Painting Service.</p>
<p>Website: <a href="https://cppaintersct.com/" target="_blank" rel="noopener noreferrer">https://cppaintersct.com/</a></p>
</footer>
</main>
</body>
</html>